INFO: Will watch for changes in these directories: ['/home/kernelci'] INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit) INFO: Started reloader process [1] using WatchFiles INFO: Started server process [7] INFO: Waiting for application startup. INFO: Application startup complete. INFO: 172.18.0.1:34374 - "POST /latest/subscribe/node HTTP/1.0" 200 OK INFO: 172.18.0.1:34388 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34408 - "GET /latest/whoami HTTP/1.0" 200 OK INFO: 172.18.0.1:34428 - "GET /latest/whoami HTTP/1.0" 200 OK INFO: 172.18.0.1:34422 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A19%3A30.075599&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34434 - "GET /latest/whoami HTTP/1.0" 200 OK INFO: 172.18.0.1:34438 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34442 - "POST /latest/subscribe/node HTTP/1.0" 200 OK INFO: 172.18.0.1:34464 - "POST /latest/subscribe/node HTTP/1.0" 200 OK INFO: 172.18.0.1:34486 - "GET /latest/whoami HTTP/1.0" 200 OK INFO: 172.18.0.1:34490 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A19%3A30.995282&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34496 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A19%3A30.995282&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34510 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A19%3A30.995282&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34516 - "GET /latest/whoami HTTP/1.0" 200 OK INFO: 172.18.0.1:34526 - "POST /latest/subscribe/node HTTP/1.0" 200 OK INFO: 172.18.0.1:34536 - "POST /latest/subscribe/node?promisc=True HTTP/1.0" 200 OK INFO: 172.18.0.1:34540 - "GET /latest/nodes/fast?state=done&processed_by_kcidb_bridge=False&created__gt=2025-07-02+08%3A19%3A31.882726&updated__lt=2025-07-06+08%3A14%3A31.882733&limit=500 HTTP/1.0" 200 OK INFO: 172.18.0.1:34564 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34576 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34582 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34588 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34590 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34600 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 165, in __call__ await self.app(scope, receive, _send) File "/usr/local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 715, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 735, in app await route.handle(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 288, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 76, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 73, in app response = await f(request) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/applications.py", line 1009, in openapi return JSONResponse(self.openapi()) ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/applications.py", line 981, in openapi self.openapi_schema = get_openapi( ^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/openapi/utils.py", line 493, in get_openapi field_mapping, definitions = get_definitions( ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/_compat.py", line 230, in get_definitions field_mapping, definitions = schema_generator.generate_definitions( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 379, in generate_definitions self.generate_inner(schema) File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 552, in generate_inner json_schema = current_handler(schema) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 527, in new_handler_func json_schema = js_modify_function(schema_or_field, current_handler) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/main.py", line 697, in __get_pydantic_json_schema__ return handler(core_schema) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 527, in new_handler_func json_schema = js_modify_function(schema_or_field, current_handler) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py", line 272, in modify_model_json_schema json_schema = handler(schema_or_field) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 511, in handler_func json_schema = generate_for_schema_type(schema_or_field) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 1415, in model_schema json_schema = self.generate_inner(schema['schema']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 552, in generate_inner json_schema = current_handler(schema) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 511, in handler_func json_schema = generate_for_schema_type(schema_or_field) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 1510, in model_fields_schema json_schema = self._named_required_fields_schema(named_required_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 1318, in _named_required_fields_schema field_json_schema = self.generate_inner(field).copy() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 552, in generate_inner json_schema = current_handler(schema) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 545, in new_handler_func json_schema = js_modify_function(schema_or_field, current_handler) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py", line 2469, in json_schema_update_func json_schema = {**handler(core_schema_or_field), **json_schema_update} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 511, in handler_func json_schema = generate_for_schema_type(schema_or_field) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 1386, in model_field_schema return self.generate_inner(schema['schema']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 552, in generate_inner json_schema = current_handler(schema) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 527, in new_handler_func json_schema = js_modify_function(schema_or_field, current_handler) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/beanie/odm/fields.py", line 178, in __get_pydantic_json_schema__ json_schema = handler(schema) ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 511, in handler_func json_schema = generate_for_schema_type(schema_or_field) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 1263, in json_or_python_schema return self.generate_inner(schema['json_schema']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 552, in generate_inner json_schema = current_handler(schema) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_schema_generation_shared.py", line 37, in __call__ return self.handler(core_schema) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 511, in handler_func json_schema = generate_for_schema_type(schema_or_field) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 1014, in function_plain_schema return self.handle_invalid_for_json_schema( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/json_schema.py", line 2185, in handle_invalid_for_json_schema raise PydanticInvalidForJsonSchema(f'Cannot generate a JsonSchema for {error_info}') pydantic.errors.PydanticInvalidForJsonSchema: Cannot generate a JsonSchema for core_schema.PlainValidatorFunctionSchema ({'type': 'with-info', 'function': >}) For further information visit https://errors.pydantic.dev/2.9/u/invalid-for-json-schema Exception: Cannot generate a JsonSchema for core_schema.PlainValidatorFunctionSchema ({'type': 'with-info', 'function': >}) For further information visit https://errors.pydantic.dev/2.9/u/invalid-for-json-schema INFO: 172.18.0.1:34614 - "GET /latest/openapi.json HTTP/1.0" 500 Internal Server Error INFO: 172.18.0.1:34618 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34622 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34634 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34636 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38118 - "POST /latest/subscribe/node HTTP/1.0" 200 OK INFO: 172.18.0.1:38130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50888 - "GET /latest/viewer?node_id=66d6e6af7c487471628198c2 HTTP/1.0" 200 OK INFO: 172.18.0.1:46876 - "GET /latest/node/66d6e6af7c487471628198c2 HTTP/1.0" 200 OK INFO: 172.18.0.1:46886 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39370 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39380 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38126 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34548 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34532 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34478 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34448 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34398 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60148 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40450 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40456 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40466 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A20%3A30.093627&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40470 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40476 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A20%3A31.062890&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40478 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A20%3A31.062890&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40486 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A20%3A31.062890&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37184 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48224 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33588 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39432 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39424 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39412 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39448 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39402 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39396 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37122 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42256 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54444 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54446 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A21%3A30.109024&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54450 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54456 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A21%3A31.106118&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54466 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A21%3A31.106118&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54478 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A21%3A31.106118&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32926 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33592 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33604 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33624 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33606 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33636 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33614 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60470 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60034 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34858 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32946 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:32936 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:32954 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:32970 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:32984 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:32956 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34932 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A22%3A30.149974&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34934 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34948 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34958 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A22%3A31.183572&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34964 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A22%3A31.183572&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34970 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A22%3A31.183572&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59038 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59054 - "GET /latest/viewer?search=parent%3D671b9eadb367559624aba870 HTTP/1.0" 200 OK INFO: 172.18.0.1:48762 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48764 - "GET /latest/nodes?parent=671b9eadb367559624aba870&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:60298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60312 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34880 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34876 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34872 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34902 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34916 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34888 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60846 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42426 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42430 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A23%3A30.168249&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42434 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42442 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42452 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A23%3A31.243620&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42464 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A23%3A31.243620&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42472 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A23%3A31.243620&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45644 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40792 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40800 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60370 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60358 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60314 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60340 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60324 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60348 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52646 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55838 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55852 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A24%3A30.182554&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55868 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55874 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A24%3A31.318463&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55878 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A24%3A31.318463&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55892 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A24%3A31.318463&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55906 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55914 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55922 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53598 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53604 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53616 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53622 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53632 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53644 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53654 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53668 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56498 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56502 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56482 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56466 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56452 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56446 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43690 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43700 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50342 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59534 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59546 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54092 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53724 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53732 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53684 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53742 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53698 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53712 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54146 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A25%3A30.224531&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54158 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54160 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A25%3A31.536495&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54176 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A25%3A31.536495&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54190 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A25%3A31.536495&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54194 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36314 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47896 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45894 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50334 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50340 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54098 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54126 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54110 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54142 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54108 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54118 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44970 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55748 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A26%3A30.239023&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55758 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55760 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A26%3A31.578509&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55770 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A26%3A31.578509&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55772 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A26%3A31.578509&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55782 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41946 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33232 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33234 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45598 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50380 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50372 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50386 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50360 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50368 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50352 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51238 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34544 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45714 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45728 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A27%3A30.253033&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45734 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45742 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A27%3A31.626728&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45756 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A27%3A31.626728&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45770 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A27%3A31.626728&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45782 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35920 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45610 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45608 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45626 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45636 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45646 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45600 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43762 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43776 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33338 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59276 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59278 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35688 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45222 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35970 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35948 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35960 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35966 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35986 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35936 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45282 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A28%3A30.294379&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45294 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45300 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A28%3A31.711775&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45304 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A28%3A31.711775&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45312 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A28%3A31.711775&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45320 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53696 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46234 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46696 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45478 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45488 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45256 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45238 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45262 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45272 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45274 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45244 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44204 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51484 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51492 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A29%3A30.446520&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51498 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51514 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A29%3A31.771758&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51522 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A29%3A31.771758&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51538 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A29%3A31.771758&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51544 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57970 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57972 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57978 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57992 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:58002 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58016 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:58032 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58044 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:58054 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58056 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:58062 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54712 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53598 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45512 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45508 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45514 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45492 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45524 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45532 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55162 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55178 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52708 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42486 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42502 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A30%3A30.461174&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42518 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42530 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A30%3A31.878759&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42538 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A30%3A31.878759&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42546 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A30%3A31.878759&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42552 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43084 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53644 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53666 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53620 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53660 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53614 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53628 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56426 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41142 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51880 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38258 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43122 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43116 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43094 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43118 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43110 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43086 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38334 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A31%3A30.497727&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38348 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38364 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A31%3A31.924634&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38370 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A31%3A31.924634&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38376 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A31%3A31.924634&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38382 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54292 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51692 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46888 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46898 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38288 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38324 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38292 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38308 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38274 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38314 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58478 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45508 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45524 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A32%3A30.512432&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45540 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45554 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A32%3A31.967507&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45564 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A32%3A31.967507&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45580 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A32%3A31.967507&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57130 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57138 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49782 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59272 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46952 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46914 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46928 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46960 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46966 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46940 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59202 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39782 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39796 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A33%3A30.555204&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39806 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39822 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A33%3A32.026993&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39832 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A33%3A32.026993&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39840 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A33%3A32.026993&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39240 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39242 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59320 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59288 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59282 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59306 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59280 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59292 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40686 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40700 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42558 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44088 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44100 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54780 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38012 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39268 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39244 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39284 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39264 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39254 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39292 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38066 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A34%3A30.590280&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38070 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38076 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A34%3A32.100828&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38084 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A34%3A32.100828&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38094 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A34%3A32.100828&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48768 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48800 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48802 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48814 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48818 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48832 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48838 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48852 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48860 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48864 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48872 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46380 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46392 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44082 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47444 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38034 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38032 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38014 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38018 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38054 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38044 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35866 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43148 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43162 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A35%3A30.604206&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43174 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43182 - "GET /latest/viewer?node_id=66ff44150abcc4c8343d339f HTTP/1.0" 200 OK INFO: 172.18.0.1:43194 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A35%3A32.201155&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43196 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A35%3A32.201155&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43204 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A35%3A32.201155&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43242 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43248 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58210 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58220 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36264 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47450 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47476 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47458 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47490 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47478 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47462 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39102 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39116 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34932 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42286 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42302 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A36%3A30.637902&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42310 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42324 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A36%3A32.394833&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42332 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A36%3A32.394833&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42348 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A36%3A32.394833&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54684 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36298 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36286 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36314 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36276 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36296 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36272 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35060 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47018 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39196 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60210 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54700 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54714 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54696 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54690 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54706 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54716 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56532 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A37%3A30.652580&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56540 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56554 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A37%3A32.456785&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56568 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A37%3A32.456785&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56584 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A37%3A32.456785&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35888 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49612 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49620 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59804 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42920 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42932 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56492 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56516 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56514 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56498 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56468 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56482 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42774 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48200 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A38%3A30.666720&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48210 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48218 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A38%3A32.527757&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48226 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A38%3A32.527757&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48232 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A38%3A32.527757&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35486 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46474 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42974 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42958 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42980 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42994 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42942 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42986 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47874 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47876 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57292 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42172 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A39%3A30.704880&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42178 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42194 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A39%3A32.572497&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42208 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A39%3A32.572497&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42224 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A39%3A32.572497&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43798 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38654 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38686 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38672 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38646 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38656 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38640 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43852 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43866 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43880 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43886 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43900 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43912 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41950 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41956 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41962 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41972 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53588 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43972 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46432 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43828 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43818 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43808 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43836 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43804 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43830 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50978 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A40%3A30.737725&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50982 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50986 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A40%3A32.696364&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50992 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A40%3A32.696364&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50998 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A40%3A32.696364&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38490 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59126 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35144 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35150 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50962 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50952 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50960 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50942 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50926 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50934 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58432 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56868 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56882 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A41%3A30.751877&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56896 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56912 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A41%3A32.766808&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56922 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A41%3A32.766808&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56926 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A41%3A32.766808&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33592 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33604 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53726 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35204 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35164 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35180 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35190 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35206 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35178 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57296 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47516 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47524 - "GET /latest/viewer?node_id=665e61317cbb9085f38a8e95 HTTP/1.0" 200 OK INFO: 172.18.0.1:47540 - "GET /latest/node/665e61317cbb9085f38a8e95 HTTP/1.0" 200 OK INFO: 172.18.0.1:39970 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39972 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A42%3A30.792856&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39984 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39990 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A42%3A32.809724&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39994 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A42%3A32.809724&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39996 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A42%3A32.809724&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34794 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41202 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41220 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41204 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41200 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41234 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41186 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41208 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41214 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52860 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38496 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33470 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34852 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34838 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34828 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34816 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34802 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34840 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33538 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A43%3A30.812258&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33540 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33556 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A43%3A32.901847&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33564 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A43%3A32.901847&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33570 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A43%3A32.901847&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43232 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56082 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56090 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43992 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46114 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33506 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33486 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33524 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33474 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33502 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33510 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37896 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58516 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A44%3A30.849690&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58530 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58546 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A44%3A32.940320&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58554 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A44%3A32.940320&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58568 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A44%3A32.940320&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45990 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44484 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44496 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44512 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44516 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44522 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44526 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44528 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44536 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44552 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44562 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44566 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43986 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46122 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46152 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46140 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46138 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46136 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46142 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41192 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41208 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48372 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48388 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A45%3A30.867189&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48404 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48414 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A45%3A33.001718&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48422 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A45%3A33.001718&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48432 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A45%3A33.001718&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44042 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44032 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43992 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44008 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44012 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44018 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38068 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59892 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59908 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38946 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41822 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41824 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42038 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38056 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38032 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38042 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38028 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38014 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38004 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56590 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A46%3A30.897413&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56600 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56604 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A46%3A33.107753&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56612 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A46%3A33.107753&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56614 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A46%3A33.107753&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37484 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57586 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57608 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40050 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53216 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53224 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56534 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56552 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56564 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56582 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56540 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56568 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56926 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46138 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46154 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A47%3A30.912831&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46166 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46168 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A47%3A33.166041&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46170 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A47%3A33.166041&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46172 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A47%3A33.166041&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36610 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36642 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47374 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53256 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53298 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53246 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53234 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53272 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53282 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36364 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36376 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36038 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42688 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A48%3A30.926371&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42700 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42714 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A48%3A33.217116&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42722 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A48%3A33.217116&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42728 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A48%3A33.217116&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47406 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47402 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47380 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47396 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47412 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47426 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53014 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53024 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38404 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38410 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38606 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38616 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38604 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38588 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38618 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38634 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40226 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A49%3A30.962351&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40240 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40254 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A49%3A33.314204&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40260 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A49%3A33.314204&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40270 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A49%3A33.314204&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48220 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48226 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48236 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48242 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48250 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48260 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48266 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48282 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48290 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48300 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48314 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48330 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48340 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44936 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44938 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40188 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40216 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40186 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40200 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40176 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40196 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37934 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60952 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A50%3A30.981654&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60962 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60968 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A50%3A33.401711&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60976 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A50%3A33.401711&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60990 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A50%3A33.401711&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44956 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51174 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51176 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51178 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59780 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44950 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44978 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44974 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44942 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44972 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44958 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54994 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48082 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A51%3A31.018989&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48084 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48094 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A51%3A33.462387&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48104 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A51%3A33.462387&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48110 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A51%3A33.462387&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59816 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59796 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59824 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59808 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59832 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59818 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48892 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48898 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34472 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34476 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53786 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36388 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36374 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36404 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36362 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36354 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36392 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40856 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A52%3A31.032821&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40870 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40876 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A52%3A33.532132&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40884 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A52%3A33.532132&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40896 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A52%3A33.532132&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46218 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32782 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32790 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:32796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32826 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60938 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40842 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40818 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40792 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40834 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40850 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40804 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56002 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56006 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A53%3A31.046897&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56022 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56036 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A53%3A33.584486&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56042 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A53%3A33.584486&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56058 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A53%3A33.584486&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43242 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43250 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59632 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60942 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60986 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60996 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60970 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60964 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60952 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58232 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51898 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47538 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47546 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A54%3A31.080378&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47560 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47564 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A54%3A33.796820&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47574 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A54%3A33.796820&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47584 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A54%3A33.796820&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34902 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59690 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59644 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59648 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59686 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59656 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59672 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55760 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55778 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55780 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55794 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55798 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55810 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55816 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55828 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55830 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55840 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55854 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55856 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45808 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51956 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41334 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55232 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34916 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34940 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34962 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34948 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34928 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34918 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55294 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A55%3A31.114133&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55306 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55318 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A55%3A33.838565&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55320 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A55%3A33.838565&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55334 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A55%3A33.838565&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35928 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46322 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46332 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45782 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59760 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59770 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55292 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55274 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55244 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55262 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55284 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55246 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43518 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43534 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A56%3A31.129092&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43550 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43564 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A56%3A33.896584&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43572 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A56%3A33.896584&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43574 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A56%3A33.896584&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37282 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37296 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37300 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48954 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59824 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59840 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59798 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59822 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59810 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59786 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33044 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33056 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48916 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44230 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A57%3A31.162065&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44240 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44246 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A57%3A33.969953&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44258 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A57%3A33.969953&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44270 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A57%3A33.969953&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35222 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48984 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49016 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49000 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48966 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48980 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48958 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41932 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41958 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54624 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44208 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44216 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45502 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40436 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35264 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35244 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35268 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35238 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35248 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35240 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40488 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A58%3A31.205626&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40504 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40520 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A58%3A34.056223&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40534 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A58%3A34.056223&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40544 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A58%3A34.056223&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60598 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36880 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36892 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36896 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57396 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42880 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42888 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40470 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40452 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40454 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40438 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40486 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40468 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37008 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37010 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T08%3A59%3A31.220369&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37026 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37038 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A59%3A34.132293&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37054 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A59%3A34.132293&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37070 - "GET /latest/nodes?timeout__lt=2025-07-06T08%3A59%3A34.132293&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60384 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58606 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58618 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58626 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56606 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56618 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56622 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56638 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56646 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56658 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56668 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56682 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56690 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42936 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42912 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42924 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42948 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42904 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42940 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56756 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44614 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44626 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33452 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33458 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A00%3A31.258805&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33462 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33474 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A00%3A34.202892&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33490 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A00%3A34.202892&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33500 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A00%3A34.202892&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56830 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56714 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56744 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56736 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56732 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56704 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56716 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33518 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33530 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33534 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38250 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50368 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56846 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56850 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56860 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56874 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56836 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56858 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50428 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A01%3A31.299378&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50430 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50442 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A01%3A34.244282&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50450 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A01%3A34.244282&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50456 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A01%3A34.244282&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51566 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58330 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58350 - "GET /latest/viewer?node_id=671bd6ef020eadc945ba84b5 HTTP/1.0" 200 OK INFO: 172.18.0.1:51418 - "GET /latest/node/671bd6ef020eadc945ba84b5 HTTP/1.0" 200 OK INFO: 172.18.0.1:51428 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51440 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50400 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50378 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50416 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50392 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50412 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50420 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60866 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43926 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A02%3A31.314931&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43930 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43940 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A02%3A34.318046&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43950 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A02%3A34.318046&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43966 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A02%3A34.318046&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55546 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43498 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43500 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51482 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51456 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51450 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51474 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51498 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51458 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47926 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57452 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51246 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51254 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A03%3A31.340611&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51258 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51262 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A03%3A34.419918&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51270 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A03%3A34.419918&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51274 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A03%3A34.419918&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43558 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43504 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43534 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43520 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43542 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43562 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46292 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45652 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42554 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42558 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44718 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38776 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38790 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38808 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38792 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38818 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38788 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44784 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A04%3A31.374537&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44790 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44794 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A04%3A34.519914&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44796 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A04%3A34.519914&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44802 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A04%3A34.519914&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55950 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60716 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60720 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60722 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:60732 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:60734 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:60736 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:60738 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:60746 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:60752 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:60756 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:60764 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:60766 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43812 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43826 - "GET /latest/viewer?search=parent%3D6843f2eae51d51b94d0c9ea3 HTTP/1.0" 200 OK INFO: 172.18.0.1:44726 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44724 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44734 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44748 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44770 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44756 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43908 - "GET /latest/viewer?search=parent%3D68496f2f899b6f90322a151f HTTP/1.0" 200 OK INFO: 172.18.0.1:43918 - "GET /latest/viewer?search=parent%3D67f7e7bdb304341801aab126 HTTP/1.0" 200 OK INFO: 172.18.0.1:51576 - "GET /latest/nodes?parent=68496f2f899b6f90322a151f&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:51588 - "GET /latest/nodes?parent=6843f2eae51d51b94d0c9ea3&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:51602 - "GET /latest/nodes?parent=67f7e7bdb304341801aab126&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:51610 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60602 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60606 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A05%3A31.389647&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60614 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60624 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A05%3A34.557890&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60640 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A05%3A34.557890&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60650 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A05%3A34.557890&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43452 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43468 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35468 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43868 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43904 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43890 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43874 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43858 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43842 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35544 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35440 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35450 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55656 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A06%3A31.405833&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55664 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55678 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A06%3A34.599509&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55682 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A06%3A34.599509&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55688 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A06%3A34.599509&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55376 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35492 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35530 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35486 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35470 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35506 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35520 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35692 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35700 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55444 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60010 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55410 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55424 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55434 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55390 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55416 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55394 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43080 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A07%3A31.453447&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43092 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43094 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A07%3A34.799799&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43108 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A07%3A34.799799&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43110 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A07%3A34.799799&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43062 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43052 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43046 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43020 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43076 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43036 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43118 - "PUT /latest/node/686a12863089951cf59d5583 HTTP/1.0" 200 OK INFO: 172.18.0.1:43138 - "GET /latest/node/686a12863089951cf59d5583 HTTP/1.0" 200 OK INFO: 172.18.0.1:43192 - "PUT /latest/batch/nodeset HTTP/1.0" 200 OK INFO: 172.18.0.1:43204 - "GET /latest/nodes/fast?state=done&processed_by_kcidb_bridge=False&created__gt=2025-07-02+09%3A07%3A35.970153&updated__lt=2025-07-06+09%3A02%3A35.970166&limit=500 HTTP/1.0" 200 OK INFO: 172.18.0.1:56852 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33250 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33254 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42612 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42618 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56684 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43126 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43220 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43152 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43168 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43178 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43136 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56810 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43822 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43832 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A08%3A31.468983&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43836 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43838 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A08%3A34.902678&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43846 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A08%3A34.902678&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43856 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A08%3A34.902678&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57244 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56132 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56138 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56694 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56702 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56696 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56736 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56720 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56706 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34626 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43032 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49464 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34098 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34108 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A09%3A31.508510&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34110 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34114 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A09%3A34.943403&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34128 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A09%3A34.943403&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34144 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A09%3A34.943403&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34606 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34618 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34576 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34582 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34598 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34594 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42334 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42350 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47292 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47304 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47308 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47312 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47320 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47324 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47338 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47346 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47352 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47360 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47376 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47380 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52792 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52800 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56688 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34664 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34678 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34666 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34670 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34656 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34682 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38078 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A10%3A31.523100&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38084 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38094 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A10%3A35.044614&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38104 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A10%3A35.044614&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38114 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A10%3A35.044614&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58246 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56804 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55392 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41304 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38022 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38052 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38064 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38038 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38018 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38044 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55466 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55472 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A11%3A31.537614&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55482 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55488 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A11%3A35.122446&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55502 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A11%3A35.122446&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55514 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A11%3A35.122446&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43194 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43620 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43636 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58776 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41312 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41328 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41324 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41306 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41330 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41322 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58826 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40566 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40582 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55478 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34950 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34954 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A12%3A31.552465&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34964 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34978 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A12%3A35.234130&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34992 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A12%3A35.234130&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34994 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A12%3A35.234130&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58794 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58782 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58802 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58808 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58778 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58814 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:32878 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32888 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48848 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48862 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40526 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35942 - "GET /latest/viewer?search=parent%3D6814f6fd06dc949ee7b05525 HTTP/1.0" 200 OK INFO: 172.18.0.1:35956 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35962 - "GET /latest/nodes?parent=6814f6fd06dc949ee7b05525&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:51116 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59834 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59844 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59828 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59792 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59812 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59800 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51198 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A13%3A31.567967&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51200 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51216 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A13%3A35.342481&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51222 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A13%3A35.342481&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51226 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A13%3A35.342481&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37578 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59682 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59684 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51132 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51164 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51136 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51180 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51192 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51152 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53534 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53544 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A14%3A31.582438&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53546 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53560 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A14%3A35.385119&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53576 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A14%3A35.385119&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53584 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A14%3A35.385119&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53120 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42254 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59698 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59712 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59710 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59734 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59724 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59730 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42330 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42342 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42352 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42362 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42376 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34582 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34598 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34604 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34610 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34614 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34622 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34634 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34640 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42214 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42220 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A15%3A31.599529&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42232 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42244 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A15%3A35.440836&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42258 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A15%3A35.440836&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42268 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A15%3A35.440836&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42298 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42278 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42282 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42316 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42304 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42266 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41388 - "GET /latest/viewer?search=parent%3D670c0143cfbeb02238a9a148 HTTP/1.0" 200 OK INFO: 172.18.0.1:56626 - "GET /latest/viewer?node_id=68496f6b899b6f90322a16ec HTTP/1.0" 200 OK INFO: 172.18.0.1:56636 - "GET /latest/nodes?parent=670c0143cfbeb02238a9a148&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:56648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56654 - "GET /latest/node/68496f6b899b6f90322a16ec HTTP/1.0" 200 OK INFO: 172.18.0.1:56664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33550 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33566 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33568 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35568 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41330 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41364 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41370 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41382 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41342 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41356 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52786 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A16%3A31.624948&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52792 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52800 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A16%3A35.520800&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52814 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A16%3A35.520800&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52826 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A16%3A35.520800&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60718 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57398 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55486 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55512 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52764 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52754 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52770 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52760 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52756 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52772 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49016 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45836 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45850 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A17%3A31.639276&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45852 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45856 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A17%3A35.578807&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45862 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A17%3A35.578807&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45870 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A17%3A35.578807&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41220 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39394 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39408 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55540 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55576 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55552 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55528 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55534 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55564 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53796 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53802 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53816 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59862 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56432 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56444 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A18%3A31.653851&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56458 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56468 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A18%3A35.690537&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56476 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A18%3A35.690537&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56490 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A18%3A35.690537&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45994 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46054 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46004 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46030 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46020 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46040 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44812 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44818 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40964 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40978 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40980 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38368 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42126 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42162 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42144 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42146 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42138 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42158 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33746 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A19%3A31.690914&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33750 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33758 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A19%3A35.770407&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33770 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A19%3A35.770407&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33772 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A19%3A35.770407&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44632 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40624 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54704 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46310 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46316 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46318 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46326 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46328 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46334 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46338 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46354 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46366 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46382 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46394 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46410 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46416 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33730 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33706 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33690 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33718 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33670 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33678 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40668 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40676 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A20%3A31.704927&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40682 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40694 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A20%3A35.844499&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40696 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A20%3A35.844499&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40710 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A20%3A35.844499&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39246 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39262 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36820 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46468 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46474 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46450 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46454 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46434 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46418 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44884 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44898 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46914 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58398 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A21%3A31.719161&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58414 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58418 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A21%3A35.905193&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58430 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A21%3A35.905193&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58440 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A21%3A35.905193&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47754 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36842 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36854 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36832 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36870 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36836 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36882 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60594 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60604 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44774 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44642 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44652 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36086 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39854 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47778 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47766 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47796 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47798 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47786 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47806 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39910 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A22%3A31.756952&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39918 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39930 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A22%3A35.988511&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39934 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A22%3A35.988511&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39938 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A22%3A35.988511&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39888 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39880 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39900 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39870 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39862 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39856 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39952 - "PUT /latest/node/686a16123089951cf59d5586 HTTP/1.0" 200 OK INFO: 172.18.0.1:39976 - "GET /latest/node/686a16123089951cf59d5586 HTTP/1.0" 200 OK INFO: 172.18.0.1:40030 - "PUT /latest/batch/nodeset HTTP/1.0" 200 OK INFO: 172.18.0.1:33166 - "GET /latest/nodes/fast?state=done&processed_by_kcidb_bridge=False&created__gt=2025-07-02+09%3A22%3A37.100348&updated__lt=2025-07-06+09%3A17%3A37.100360&limit=500 HTTP/1.0" 200 OK INFO: 172.18.0.1:33182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53174 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35742 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38760 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38774 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38788 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40012 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33174 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39964 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40000 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39984 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40016 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53568 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44776 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A23%3A31.770674&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44792 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44796 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A23%3A36.057329&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44800 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A23%3A36.057329&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44812 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A23%3A36.057329&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38816 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38800 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38812 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38834 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38838 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38824 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38284 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38296 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57040 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57042 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A24%3A31.823845&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57048 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57056 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A24%3A36.095293&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57072 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A24%3A36.095293&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57088 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A24%3A36.095293&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40650 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40606 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40604 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40622 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40654 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40636 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37674 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59756 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59382 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59388 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59394 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59400 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59408 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59416 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59424 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59428 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59436 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59440 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59442 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59454 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59456 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33550 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49202 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49188 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49184 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49168 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49206 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49208 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48296 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A25%3A31.838949&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48310 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48312 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A25%3A36.156586&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48318 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A25%3A36.156586&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48326 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A25%3A36.156586&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43416 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43418 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34856 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34866 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34872 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48268 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48294 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48280 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48244 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48258 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48230 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52620 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40020 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A26%3A31.853070&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40036 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40050 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A26%3A36.195636&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40054 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A26%3A36.195636&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40068 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A26%3A36.195636&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57352 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49900 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49916 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34898 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34882 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34906 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34896 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34874 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34894 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38646 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38648 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38660 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50832 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55366 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55382 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A27%3A31.867710&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55394 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55404 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A27%3A36.297224&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55410 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A27%3A36.297224&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55420 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A27%3A36.297224&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49100 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49102 - "GET /latest/viewer?node_id=66c8b5d6857cd9586c374eb5 HTTP/1.0" 200 OK INFO: 172.18.0.1:56412 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56426 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56466 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56434 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56456 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56442 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58006 - "GET /latest/node/66c8b5d6857cd9586c374eb5 HTTP/1.0" 200 OK INFO: 172.18.0.1:58008 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58024 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42846 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49980 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49982 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43908 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57272 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49160 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49146 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49132 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49118 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49140 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49104 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57322 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A28%3A31.901545&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57328 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57342 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A28%3A36.374712&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57350 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A28%3A36.374712&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57364 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A28%3A36.374712&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36296 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47470 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57294 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57278 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57296 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57316 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57300 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57314 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47530 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35364 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35374 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A29%3A31.926807&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35386 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41090 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A29%3A36.470575&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41102 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A29%3A36.470575&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41112 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A29%3A36.470575&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41122 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38040 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38050 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35768 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47518 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47492 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47494 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47506 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47484 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47478 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33478 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33488 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33492 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33506 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33510 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33522 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33538 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33544 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33560 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36056 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36070 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36074 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36088 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36092 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39248 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39260 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A30%3A31.941267&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39262 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48270 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A30%3A36.571557&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48278 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A30%3A36.571557&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48284 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A30%3A36.571557&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48286 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35784 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35840 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35800 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35822 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35810 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35832 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60002 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33474 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33490 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35528 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35530 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37602 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48316 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48324 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48346 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48330 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48314 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48300 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37652 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A31%3A31.955696&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37662 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43564 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A31%3A36.609334&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43578 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A31%3A36.609334&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43580 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A31%3A36.609334&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43588 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37242 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37254 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42422 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60630 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60642 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37616 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37642 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37630 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37622 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37636 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37624 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55152 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55158 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51820 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51830 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A32%3A31.996995&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51844 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53280 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A32%3A36.646431&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53282 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A32%3A36.646431&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53284 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A32%3A36.646431&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47008 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47016 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53008 - "GET /latest/viewer?search=parent%3D68496e4c899b6f90322a1185 HTTP/1.0" 200 OK INFO: 172.18.0.1:53018 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60684 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60674 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60656 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60650 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60682 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60658 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50550 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50558 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57668 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57670 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57678 - "GET /latest/nodes?parent=68496e4c899b6f90322a1185&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:50316 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50328 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A33%3A32.011078&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50330 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45624 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A33%3A36.708688&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45634 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A33%3A36.708688&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45642 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A33%3A36.708688&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45656 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53074 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53026 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53060 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53032 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53046 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53030 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35112 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57702 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57706 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42438 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42448 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52030 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45688 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45704 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45706 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45668 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45660 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45684 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52104 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A34%3A32.045017&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52114 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38674 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A34%3A36.774323&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38684 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A34%3A36.774323&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38698 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A34%3A36.774323&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38700 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34140 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34148 - "GET /latest/viewer?node_id=66d67740bc920e0e668f83dc HTTP/1.0" 200 OK INFO: 172.18.0.1:52766 - "GET /latest/node/66d67740bc920e0e668f83dc HTTP/1.0" 200 OK INFO: 172.18.0.1:52772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36498 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36500 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52032 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52048 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52074 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52088 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52062 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52076 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38118 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38122 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38132 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38146 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38158 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38174 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38182 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38184 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38190 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38206 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38208 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38212 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43338 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43344 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A35%3A32.060432&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43348 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34340 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A35%3A36.812409&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34344 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A35%3A36.812409&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34354 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A35%3A36.812409&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34362 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39930 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37658 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36520 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36504 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36532 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36522 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36506 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36540 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33910 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33914 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36314 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36326 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38958 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A36%3A32.075611&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38960 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33640 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A36%3A36.892432&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33646 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A36%3A36.892432&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33652 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A36%3A36.892432&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37722 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37684 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37714 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37674 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37676 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37700 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35752 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35756 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55282 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58432 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58440 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38216 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38218 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42140 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33678 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33698 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33706 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33690 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33684 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33666 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42198 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A37%3A32.122522&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42210 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49642 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A37%3A37.066534&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49644 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A37%3A37.066534&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49652 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A37%3A37.066534&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42814 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58668 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38876 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38882 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42150 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42182 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42164 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42170 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42144 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42152 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60132 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43814 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43816 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A38%3A32.137989&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43826 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33648 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A38%3A37.133638&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33654 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A38%3A37.133638&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33656 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A38%3A37.133638&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38910 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38946 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38916 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38898 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38932 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38950 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54796 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43568 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43584 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46802 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A39%3A32.186132&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46810 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47688 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A39%3A37.194396&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47704 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A39%3A37.194396&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47712 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A39%3A37.194396&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54138 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54152 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54182 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54166 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54174 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54160 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59176 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59190 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50594 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51688 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51696 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52270 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52278 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52280 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52290 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52300 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52304 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52320 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52326 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52342 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52348 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52358 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52366 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60804 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47724 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47738 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47748 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47730 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47756 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47746 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60876 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A40%3A32.200210&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60882 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47250 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A40%3A37.232935&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47254 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A40%3A37.232935&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47264 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A40%3A37.232935&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44218 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36016 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36026 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60866 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60818 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60822 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60850 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60846 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60836 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37878 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37894 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55466 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55476 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A41%3A32.214949&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55482 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51346 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A41%3A37.271387&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51348 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A41%3A37.271387&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51350 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A41%3A37.271387&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51354 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60018 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46300 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36054 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36040 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36046 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36028 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36070 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36042 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45800 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45804 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42424 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42430 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33530 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33546 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A42%3A32.235779&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33554 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51942 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A42%3A37.330982&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51946 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A42%3A37.330982&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51956 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A42%3A37.330982&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51964 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46360 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46322 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46344 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46310 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46336 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46362 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49310 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36144 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45402 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45414 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35976 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35978 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46162 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51994 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51992 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52008 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52018 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51976 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52020 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46212 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A43%3A32.274156&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46228 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51486 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A43%3A37.526390&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51502 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A43%3A37.526390&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51506 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A43%3A37.526390&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60528 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35440 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35454 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46206 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46176 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46174 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46198 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46166 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46188 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45866 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45878 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32770 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A44%3A32.309400&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32786 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57518 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A44%3A37.591332&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57528 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A44%3A37.591332&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57534 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A44%3A37.591332&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57538 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49042 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35488 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35516 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35492 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35504 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35482 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35470 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37052 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37066 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59286 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59302 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59304 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59316 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59318 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59320 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59326 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59334 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59342 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59346 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59356 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59370 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49128 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49138 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A45%3A32.341231&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49144 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44182 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A45%3A37.702680&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44186 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A45%3A37.702680&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44188 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A45%3A37.702680&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44192 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49098 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49058 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49078 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49090 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49080 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49070 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39730 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39746 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51440 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40840 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40852 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39256 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44224 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44238 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44208 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44218 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44242 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44252 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39340 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A46%3A32.362345&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39350 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59878 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A46%3A37.762960&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59880 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A46%3A37.762960&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59890 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A46%3A37.762960&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59906 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43898 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43902 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51588 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39320 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39284 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39324 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39288 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39276 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39304 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52786 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36850 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36852 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36860 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A47%3A32.377016&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36876 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37202 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A47%3A37.840453&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37206 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A47%3A37.840453&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37220 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A47%3A37.840453&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37234 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33598 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33606 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48542 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51614 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51626 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51604 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51634 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51652 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51640 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47308 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47322 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49850 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49852 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49862 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A48%3A32.391316&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49876 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33642 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A48%3A37.930669&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33656 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A48%3A37.930669&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33670 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A48%3A37.930669&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33682 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48580 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48620 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48570 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48558 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48608 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48592 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57428 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53840 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53852 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40966 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40968 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33732 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33730 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33704 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33698 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33688 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33720 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41016 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A49%3A32.405512&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41026 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34664 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A49%3A38.011942&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34672 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A49%3A38.011942&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34682 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A49%3A38.011942&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34692 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45270 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45274 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43562 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56736 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56746 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56748 - "GET /latest/viewer?search=parent%3D670c000bcfbeb02238a99fbb HTTP/1.0" 200 OK INFO: 172.18.0.1:40978 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41010 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40998 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41008 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40990 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40972 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56806 - "GET /latest/nodes?parent=670c000bcfbeb02238a99fbb&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:53678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53684 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53694 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40198 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40200 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40208 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40218 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40234 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40236 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40238 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40254 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40256 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40266 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40276 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A50%3A32.419600&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40288 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59342 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A50%3A38.056541&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59358 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A50%3A38.056541&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59366 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A50%3A38.056541&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59380 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32914 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32918 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56790 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56750 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56774 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56756 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56794 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56762 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54520 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54524 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57580 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57592 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57604 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A51%3A32.433183&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57616 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45754 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A51%3A38.127397&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45760 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A51%3A38.127397&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45764 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A51%3A38.127397&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45780 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50492 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50530 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50510 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50516 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50496 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50526 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34066 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35190 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36036 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36044 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45822 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45800 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45816 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45794 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45806 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45832 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60376 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60384 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A52%3A32.473230&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60386 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59286 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A52%3A38.187756&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59288 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A52%3A38.187756&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59292 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A52%3A38.187756&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59302 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35842 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35846 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51858 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40818 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60338 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60354 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60370 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60310 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60320 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60326 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41428 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41444 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41450 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A53%3A32.637122&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41454 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42968 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A53%3A38.236630&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42984 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A53%3A38.236630&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42990 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A53%3A38.236630&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37864 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37874 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47916 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40828 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40862 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40864 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40878 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40850 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40838 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56022 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56038 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58372 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58380 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58394 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A54%3A32.653227&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58402 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54848 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54850 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A54%3A38.294510&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54858 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A54%3A38.294510&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54860 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A54%3A38.294510&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47926 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47970 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47948 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47936 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47922 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47956 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58346 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58362 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35166 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52116 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52126 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48606 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48614 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48618 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54874 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54890 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54904 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54900 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54886 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54912 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48698 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48710 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48712 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48714 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48722 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48728 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48738 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48744 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48746 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A55%3A32.689169&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48754 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48764 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37700 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37716 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A55%3A38.512524&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37722 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A55%3A38.512524&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37736 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A55%3A38.512524&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55038 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54440 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54456 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48684 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48664 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48646 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48668 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48630 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48654 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54610 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35614 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35628 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A56%3A32.703082&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35630 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35644 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59352 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59366 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A56%3A38.584863&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59368 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A56%3A38.584863&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59370 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A56%3A38.584863&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38902 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46952 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54500 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54472 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54476 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54478 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54494 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54480 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48428 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48438 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37010 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49052 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49060 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A57%3A32.857107&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49074 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49082 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:32854 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32856 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A57%3A38.637422&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32872 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A57%3A38.637422&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32874 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A57%3A38.637422&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46974 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46982 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47006 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46998 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47008 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46964 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36010 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38154 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55518 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48270 - "GET /latest/viewer?node_id=671b60226928dd18b8c4156b HTTP/1.0" 200 OK INFO: 172.18.0.1:48276 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48284 - "GET /latest/node/671b60226928dd18b8c4156b HTTP/1.0" 200 OK INFO: 172.18.0.1:40186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32892 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:32904 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:32890 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:32878 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:32914 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:32906 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40238 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A58%3A32.911662&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40252 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40260 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48786 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A58%3A38.789469&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48796 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A58%3A38.789469&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48804 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A58%3A38.789469&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36152 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49674 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43428 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43440 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40212 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40228 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40218 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40236 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40202 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40234 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47928 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59894 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59904 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T09%3A59%3A32.948232&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59918 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59930 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52810 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A59%3A38.874991&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52824 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A59%3A38.874991&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52826 - "GET /latest/nodes?timeout__lt=2025-07-06T09%3A59%3A38.874991&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43504 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43458 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43486 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43452 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43474 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43490 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59166 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45956 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50582 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50592 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50608 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50624 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50632 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A00%3A32.962884&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50634 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50636 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50652 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50654 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50668 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50680 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50688 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50704 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34660 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A00%3A39.037100&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34670 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A00%3A39.037100&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34672 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A00%3A39.037100&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38412 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38450 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38442 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38458 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38428 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38424 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43430 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57504 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37554 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57030 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34676 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34682 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34696 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34692 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34698 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34712 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57086 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A01%3A33.001712&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57100 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33952 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33964 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33976 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A01%3A39.076011&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33988 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A01%3A39.076011&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33996 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A01%3A39.076011&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50534 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50546 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37770 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57054 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57080 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57064 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57044 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57082 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57042 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53394 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50896 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A02%3A33.015504&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50908 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56814 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56832 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A02%3A39.170455&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56834 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A02%3A39.170455&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56838 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A02%3A39.170455&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57064 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46892 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37810 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37780 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37782 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37826 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37794 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37790 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46742 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46754 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57948 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57952 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A03%3A33.029284&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57958 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55554 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55568 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55574 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A03%3A39.276296&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55576 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A03%3A39.276296&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55580 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A03%3A39.276296&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46916 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46938 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46928 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46950 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46942 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46902 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58986 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58990 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34818 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55758 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54976 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55594 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55590 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55604 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55616 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55630 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55644 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55030 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A04%3A33.044924&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55034 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53436 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53446 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53452 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A04%3A39.336047&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53454 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A04%3A39.336047&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53460 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A04%3A39.336047&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33010 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33016 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59706 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40862 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40866 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55016 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54992 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55018 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55004 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55014 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54998 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52264 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44194 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44200 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A05%3A33.060485&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44204 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44216 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44218 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44234 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44238 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44252 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44260 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41994 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42010 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42012 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42014 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42016 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42018 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A05%3A39.423650&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42022 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A05%3A39.423650&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42032 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A05%3A39.423650&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42040 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56456 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57702 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40870 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40906 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40892 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40900 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40876 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40918 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58330 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43746 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43670 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A06%3A33.074629&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43680 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50752 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A06%3A39.487581&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50764 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A06%3A39.487581&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50778 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A06%3A39.487581&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50786 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57738 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57766 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57714 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57750 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57726 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57742 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52998 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35560 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52262 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52268 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43450 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46140 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50830 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50822 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50842 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50810 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50800 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50818 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46208 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A07%3A33.109060&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46220 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47596 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47606 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A07%3A39.570305&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47618 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A07%3A39.570305&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47620 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A07%3A39.570305&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47634 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53808 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41296 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54902 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54918 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46180 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46166 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46186 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46200 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46192 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46152 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40680 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40696 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A08%3A33.122920&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40702 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57194 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57210 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A08%3A39.611678&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57224 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A08%3A39.611678&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57234 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A08%3A39.611678&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57238 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34344 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34360 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54954 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54962 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54940 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54942 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54948 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54926 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45246 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45256 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54946 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54962 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A09%3A33.137301&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54968 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34752 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34766 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A09%3A39.692991&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34768 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A09%3A39.692991&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34776 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A09%3A39.692991&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34788 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36706 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36714 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36728 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36766 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36740 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36752 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35608 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57262 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37522 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38528 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50152 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34838 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34824 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34812 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34810 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34798 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34802 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50198 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A10%3A33.158978&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50210 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49684 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49698 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49708 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49724 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49746 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49750 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49760 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49766 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49770 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A10%3A39.829312&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49780 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A10%3A39.829312&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49782 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A10%3A39.829312&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49784 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49800 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49814 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59764 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41620 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41360 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50164 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50180 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50176 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50158 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50182 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50196 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39746 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39748 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A11%3A33.172977&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39764 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59824 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59828 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A11%3A39.868048&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59840 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A11%3A39.868048&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59848 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A11%3A39.868048&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59862 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55356 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35500 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41410 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41392 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41374 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41380 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41406 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41366 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60754 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52526 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A12%3A33.188435&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52536 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50684 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A12%3A39.907869&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50700 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A12%3A39.907869&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50708 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A12%3A39.907869&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35530 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35542 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35516 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35538 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35544 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35524 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50782 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:37820 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37830 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37740 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40460 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59718 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50734 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50750 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50718 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50772 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50766 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50748 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44858 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A13%3A33.212931&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44862 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46224 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46238 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A13%3A40.080097&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46242 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A13%3A40.080097&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46256 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A13%3A40.080097&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46262 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48314 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48316 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41390 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56136 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56138 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44834 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44842 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44844 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44824 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44846 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44850 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51246 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34706 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34710 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A14%3A33.227214&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34714 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42604 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42616 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A14%3A40.122896&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42620 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A14%3A40.122896&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42632 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A14%3A40.122896&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42636 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36984 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43998 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56140 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56148 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56156 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56168 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56178 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56152 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60042 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60044 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47818 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54300 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A15%3A33.401611&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54310 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33058 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33074 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A15%3A40.213415&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33082 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A15%3A40.213415&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33092 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A15%3A40.213415&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33104 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33118 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33124 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33130 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33132 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33140 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33150 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33166 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33182 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33196 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44000 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44024 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44028 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44016 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44030 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44034 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55926 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55930 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44254 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50672 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50674 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33790 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33792 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49540 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33220 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33254 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33222 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33208 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33210 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33238 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49602 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A16%3A33.464558&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49606 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37110 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37112 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A16%3A40.318028&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37124 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A16%3A40.318028&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37132 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A16%3A40.318028&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37146 - "GET /latest/viewer?search=parent%3D68302b9c38b60c737f3b3df8 HTTP/1.0" 200 OK INFO: 172.18.0.1:37148 - "GET /latest/viewer?node_id=66d6301dcaba71dee92cf974 HTTP/1.0" 200 OK INFO: 172.18.0.1:37164 - "GET /latest/nodes?parent=68302b9c38b60c737f3b3df8&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:37172 - "GET /latest/viewer?node_id=66cff06fd76e8c77a6de50bb HTTP/1.0" 200 OK INFO: 172.18.0.1:37178 - "GET /latest/viewer?search=parent%3D66d63241caba71dee92d0bf7 HTTP/1.0" 200 OK INFO: 172.18.0.1:39668 - "GET /latest/node/66d6301dcaba71dee92cf974 HTTP/1.0" 200 OK INFO: 172.18.0.1:39676 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39688 - "GET /latest/nodes?parent=66d63241caba71dee92d0bf7&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:39692 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39694 - "GET /latest/node/66cff06fd76e8c77a6de50bb HTTP/1.0" 200 OK INFO: 172.18.0.1:39696 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43008 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43170 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43178 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49582 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49588 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49566 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49550 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49600 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49560 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33712 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A17%3A33.478569&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33722 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46692 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A17%3A40.364615&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46706 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A17%3A40.364615&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46708 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A17%3A40.364615&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47654 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39892 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43228 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43212 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43194 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43206 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43240 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43186 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37558 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37562 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35830 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47762 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47774 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A18%3A33.546982&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47782 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45284 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45286 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A18%3A40.441147&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45298 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A18%3A40.441147&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45300 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A18%3A40.441147&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39930 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39896 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39914 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39940 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39916 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39898 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56464 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38412 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60344 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60352 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55172 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47332 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45336 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45308 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45334 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45316 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45352 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45322 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47408 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A19%3A33.689062&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47410 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56460 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A19%3A40.525267&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56472 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A19%3A40.525267&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56480 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A19%3A40.525267&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46252 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46264 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46272 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38338 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56320 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47366 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47392 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47356 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47344 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47382 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47368 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42008 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42016 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A20%3A33.727020&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40012 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A20%3A40.608888&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40016 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A20%3A40.608888&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40030 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A20%3A40.608888&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40034 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40038 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40052 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40058 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40068 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40078 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40092 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40104 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42188 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42204 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42220 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42224 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42778 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56350 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56338 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56348 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56362 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56368 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56332 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57352 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57356 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37686 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37702 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A21%3A33.914342&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37694 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35284 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35290 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A21%3A40.691296&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35302 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A21%3A40.691296&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35314 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A21%3A40.691296&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42784 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42804 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42810 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42790 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42826 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42824 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44360 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44370 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44382 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59746 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35336 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35358 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35370 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35326 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35386 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35344 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43838 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A22%3A33.929448&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43846 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55118 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A22%3A40.731067&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55128 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A22%3A40.731067&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55134 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A22%3A40.731067&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58514 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46270 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43804 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43832 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43828 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43814 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43790 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43792 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35074 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34628 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A23%3A33.968462&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34636 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53526 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A23%3A40.797317&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53532 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A23%3A40.797317&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53542 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A23%3A40.797317&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48764 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48774 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48782 - "GET /latest/remote/login?lang=en HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48794 - "GET /latest/%2BCSCOE%2B/logon.html?fcadbadd=1 HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48804 - "GET /latest/%2Bwebvpn%2B/index.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48810 - "GET /latest/%2BCSCOE%2B/portal.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48826 - "GET /latest/%2BCSCOE%2B/logon.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48836 - "GET /latest/webvpn/index.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48840 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48842 - "GET /latest/portal.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48856 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46308 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46278 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46320 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46284 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46280 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46300 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:32976 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32990 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35406 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40686 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40696 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A24%3A33.984755&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40706 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58312 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A24%3A40.891276&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58320 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A24%3A40.891276&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58332 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A24%3A40.891276&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42028 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42020 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42008 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42052 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42056 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42038 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38100 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38112 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38124 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52950 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40814 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40822 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47356 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58368 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58356 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58346 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58378 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58358 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58354 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52110 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52114 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A25%3A34.019209&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52896 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52902 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A25%3A41.005847&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52912 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A25%3A41.005847&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52926 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A25%3A41.005847&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38594 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38598 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38614 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38622 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38630 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38636 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38652 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38660 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38670 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38672 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38684 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41296 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36272 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36280 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52088 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52082 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52054 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52096 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52076 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52070 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42422 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42428 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A26%3A34.042639&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42434 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44846 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44862 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A26%3A41.084361&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44876 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A26%3A41.084361&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44888 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A26%3A41.084361&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46042 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46056 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59854 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36324 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36312 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36296 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36298 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36332 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36284 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:32872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32882 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45382 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44596 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44600 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A27%3A34.061392&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44616 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47618 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47622 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A27%3A41.121601&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47630 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A27%3A41.121601&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47644 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A27%3A41.121601&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59896 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59868 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59858 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59856 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59908 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59880 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51522 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:37462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59526 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59528 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54810 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47676 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47658 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47664 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47648 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47692 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47706 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50700 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A28%3A34.076114&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50706 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56522 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A28%3A41.180616&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56528 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A28%3A41.180616&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56544 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A28%3A41.180616&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50730 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50742 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54208 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33602 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33616 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50666 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50656 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50650 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50690 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50672 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50680 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33764 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53658 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A29%3A34.093176&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53670 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45058 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A29%3A41.219879&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45070 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A29%3A41.219879&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45080 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A29%3A41.219879&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39538 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39542 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39550 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34866 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33656 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33668 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33640 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33680 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33626 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33688 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48328 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48340 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55800 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44250 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44258 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A30%3A34.132542&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44270 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52954 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A30%3A41.279982&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52966 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A30%3A41.279982&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52980 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A30%3A41.279982&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34872 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34910 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34902 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34890 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34888 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34870 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33154 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33160 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33174 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33182 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33188 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33202 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33208 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33222 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33230 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33234 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33246 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33260 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47958 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47960 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57746 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56536 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53030 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53040 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53014 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53010 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52994 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53044 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60700 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A31%3A34.166000&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60708 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52728 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52744 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A31%3A41.358773&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52752 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A31%3A41.358773&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52768 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A31%3A41.358773&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36946 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36958 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39292 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47000 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60682 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60650 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60692 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60658 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60676 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60670 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43248 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40656 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40660 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A32%3A34.179923&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40674 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35932 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A32%3A41.415783&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35946 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A32%3A41.415783&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35960 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A32%3A41.415783&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55740 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55744 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58982 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58992 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47034 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47006 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47022 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47002 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47040 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47020 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34470 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34472 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49952 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42858 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42862 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A33%3A34.205728&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42868 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48010 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A33%3A41.475166&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48016 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A33%3A41.475166&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48026 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A33%3A41.475166&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48040 - "GET /latest/remote/login?lang=en HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48044 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48054 - "GET /latest/%2BCSCOE%2B/logon.html?fcadbadd=1 HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48058 - "GET /latest/%2Bwebvpn%2B/index.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48060 - "GET /latest/%2BCSCOE%2B/portal.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:59008 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59014 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58996 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59018 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59002 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59012 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48070 - "GET /latest/%2BCSCOE%2B/logon.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48150 - "GET /latest/webvpn/index.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48156 - "GET /latest/portal.html HTTP/1.0" 404 Not Found INFO: 172.18.0.1:48166 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:32972 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47886 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43812 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48126 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48112 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48086 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48138 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48106 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48090 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43732 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A34%3A34.242578&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43734 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47800 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A34%3A41.536738&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47802 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A34%3A41.536738&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47814 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A34%3A41.536738&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49910 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50064 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45030 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45044 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43690 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43700 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43682 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43712 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43698 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43722 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55346 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A35%3A34.256502&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55358 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49364 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49378 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A35%3A41.606982&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49386 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A35%3A41.606982&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49396 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A35%3A41.606982&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49610 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49626 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49634 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49640 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49650 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49654 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49670 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49682 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49686 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49692 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49700 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45096 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45064 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45078 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45066 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45086 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45056 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51456 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42322 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45418 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45422 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A36%3A34.294019&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45434 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35972 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35978 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A36%3A41.647678&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35992 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A36%3A41.647678&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36008 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A36%3A41.647678&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51424 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51420 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51452 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51416 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51436 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51418 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34230 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34578 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34580 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56582 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56594 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47546 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36064 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36062 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36038 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36030 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36052 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36014 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46844 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A37%3A34.329262&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46858 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43596 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43604 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A37%3A41.693641&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43606 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A37%3A41.693641&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43622 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A37%3A41.693641&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41370 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41378 - "GET /latest/viewer?node_id=66d0264ad76e8c77a6df938a HTTP/1.0" 200 OK INFO: 172.18.0.1:41388 - "GET /latest/node/66d0264ad76e8c77a6df938a HTTP/1.0" 200 OK INFO: 172.18.0.1:41390 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51898 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51902 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42250 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46792 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46808 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46840 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46814 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46828 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46778 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46618 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46628 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A38%3A34.349353&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46632 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36748 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A38%3A41.744009&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36762 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A38%3A41.744009&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36776 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A38%3A41.744009&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45346 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45352 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52394 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42268 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42260 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42306 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42278 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42280 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42296 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52466 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:37794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37804 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50576 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53482 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53498 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A39%3A34.380781&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53508 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48112 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48120 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A39%3A41.806611&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48136 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A39%3A41.806611&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48144 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A39%3A41.806611&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52430 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52438 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52452 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52408 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52422 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52410 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48158 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39830 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39832 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41486 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41496 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57688 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45670 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48160 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48178 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48168 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48162 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48194 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48202 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45740 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A40%3A34.394668&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45746 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51490 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51500 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A40%3A41.925223&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51512 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A40%3A41.925223&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51526 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A40%3A41.925223&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58110 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58124 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58132 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:58144 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58154 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:58170 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53420 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53428 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53442 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53446 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53450 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53466 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53494 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49740 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49742 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45714 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45728 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45680 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45678 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45686 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45702 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47002 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A41%3A34.408865&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47008 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43670 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A41%3A42.189721&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43680 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A41%3A42.189721&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43682 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A41%3A42.189721&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58868 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49748 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49752 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49772 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49766 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49758 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49754 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33848 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35314 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35326 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41690 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36452 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A42%3A34.423507&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36456 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58560 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58562 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A42%3A42.253057&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58578 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A42%3A42.253057&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58588 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A42%3A42.253057&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33798 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33840 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33830 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33820 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33822 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33806 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38398 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35146 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35162 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47330 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48682 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58606 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58602 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58628 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58624 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58636 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58620 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53410 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A43%3A34.460274&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53414 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50420 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50432 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A43%3A42.302954&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50444 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A43%3A42.302954&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50458 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A43%3A42.302954&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52526 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49874 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49890 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60786 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60790 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53382 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53362 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53392 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53360 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53368 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53396 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41786 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41796 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A44%3A34.492949&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41808 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33786 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33788 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A44%3A42.378420&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33794 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A44%3A42.378420&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33800 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A44%3A42.378420&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33536 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60810 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60846 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60824 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60836 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60800 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60814 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45512 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55124 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55128 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37050 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38946 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38952 - "GET /latest/viewer?node_id=670d11c75466370a85f210cf HTTP/1.0" 200 OK INFO: 172.18.0.1:38962 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A45%3A34.507393&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38972 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38982 - "GET /latest/node/670d11c75466370a85f210cf HTTP/1.0" 200 OK INFO: 172.18.0.1:46844 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46858 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A45%3A42.453614&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46874 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A45%3A42.453614&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46880 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A45%3A42.453614&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45484 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45474 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45468 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45490 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45456 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45500 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38976 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38984 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56876 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56890 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56898 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56906 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56920 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56932 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56942 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56946 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56956 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56968 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56984 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46912 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46918 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46932 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39066 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38492 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46944 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46920 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46894 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46930 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46952 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46906 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38542 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A46%3A34.523141&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38554 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60716 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60726 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A46%3A42.540215&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60730 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A46%3A42.540215&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60738 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A46%3A42.540215&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49824 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49828 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37570 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:37584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37586 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38524 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38502 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38516 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38534 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38496 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38508 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55216 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A47%3A34.538016&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55228 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57790 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57798 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A47%3A42.600407&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57800 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A47%3A42.600407&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57812 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A47%3A42.600407&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59690 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59706 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35712 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37636 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37626 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37610 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37588 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37650 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37598 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59292 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59306 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59322 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38436 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A48%3A34.579603&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38438 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54846 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54852 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A48%3A42.672799&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54868 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A48%3A42.672799&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54872 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A48%3A42.672799&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35762 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35728 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35748 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35736 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35774 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35754 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57420 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57424 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34224 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47808 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47818 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46558 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53092 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54896 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54900 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54934 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54922 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54882 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54912 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53182 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A49%3A34.593342&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53186 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56368 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56380 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A49%3A42.715381&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56390 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A49%3A42.715381&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56400 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A49%3A42.715381&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37124 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55910 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43498 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43500 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53098 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53152 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53146 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53166 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53114 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53130 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40020 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60364 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60376 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A50%3A34.607655&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60386 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52426 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52432 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A50%3A42.920315&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52434 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A50%3A42.920315&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52446 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A50%3A42.920315&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43518 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43534 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43502 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43532 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43512 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43504 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50322 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50328 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50332 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50336 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50338 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50350 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50352 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50358 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50370 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50372 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56120 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56136 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56138 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44406 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38730 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38742 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38750 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A51%3A34.641078&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32842 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32856 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A51%3A42.984795&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32858 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A51%3A42.984795&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32872 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A51%3A42.984795&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50320 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50302 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50306 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50308 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50290 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50276 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46126 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46140 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42498 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43874 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43888 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43904 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50196 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53616 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32880 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:32890 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:32920 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:32932 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:32900 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:32906 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53676 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53686 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A52%3A34.787877&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34756 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34762 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A52%3A43.054339&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34774 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A52%3A43.054339&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34776 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A52%3A43.054339&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53412 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50712 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48740 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48754 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48764 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53654 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53664 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53662 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53646 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53636 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53626 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39680 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33204 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33216 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A53%3A34.801938&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33228 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50218 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50222 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A53%3A43.110377&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50226 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A53%3A43.110377&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50240 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A53%3A43.110377&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57040 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57044 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48898 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48824 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48788 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48802 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48786 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48818 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48780 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57310 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57326 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47092 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47184 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47200 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A54%3A34.816081&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47212 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54808 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54820 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A54%3A43.173834&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54828 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A54%3A43.173834&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54834 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A54%3A43.173834&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48948 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48936 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48900 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48910 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48926 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48906 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50682 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50690 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59166 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59176 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59190 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57384 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58654 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54850 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54874 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54840 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54888 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54866 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54876 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58712 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A55%3A34.848257&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58718 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51656 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A55%3A43.226387&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51666 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A55%3A43.226387&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51682 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A55%3A43.226387&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40356 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40362 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47748 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47750 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47758 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47762 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47774 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47776 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43958 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43960 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43974 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43990 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44008 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44024 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58708 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58694 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58682 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58666 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58672 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58668 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52356 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43168 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A56%3A34.875365&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43180 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47802 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A56%3A43.411469&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47804 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A56%3A43.411469&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47816 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A56%3A43.411469&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41850 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41860 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44030 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44098 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44040 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44086 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44070 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44054 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44080 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53112 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53118 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53128 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40964 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40980 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A57%3A34.889824&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40990 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59952 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A57%3A43.449613&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59954 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A57%3A43.449613&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59968 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A57%3A43.449613&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44034 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44040 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44066 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44058 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44046 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44056 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48252 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48262 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35800 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43462 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43472 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41572 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38588 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60012 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60010 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60004 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59996 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59990 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59982 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38642 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38656 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A58%3A34.931280&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47594 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A58%3A43.679470&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47610 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A58%3A43.679470&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47616 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A58%3A43.679470&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39564 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38254 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39850 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38608 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38626 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38622 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38634 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38640 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38592 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39922 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35866 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35116 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35118 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T10%3A59%3A34.966022&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35130 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40684 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40696 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A59%3A43.717954&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40704 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A59%3A43.717954&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40716 - "GET /latest/nodes?timeout__lt=2025-07-06T10%3A59%3A43.717954&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54592 - "GET /latest/viewer?node_id=66d6e25f7c48747162817565 HTTP/1.0" 200 OK INFO: 172.18.0.1:54602 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39908 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39890 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39862 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39878 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39900 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39892 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46462 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46468 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57828 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57836 - "GET /latest/node/66d6e25f7c48747162817565 HTTP/1.0" 200 OK INFO: 172.18.0.1:59054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59056 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59070 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A00%3A34.981535&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35438 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35454 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A00%3A43.779683&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35464 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A00%3A43.779683&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35474 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A00%3A43.779683&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54610 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54626 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54660 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54606 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54650 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54636 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46202 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46208 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56490 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42084 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42100 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42110 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42118 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42120 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42132 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42138 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42148 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42150 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42164 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42168 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42174 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43636 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43638 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34040 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35530 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35544 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35486 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35498 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35508 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35514 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34096 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34110 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A01%3A35.043127&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39670 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39678 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A01%3A43.858956&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39686 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A01%3A43.858956&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39688 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A01%3A43.858956&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52792 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55332 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55344 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34052 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34044 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34042 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34070 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34058 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34080 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59434 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59436 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53702 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53708 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A02%3A35.056837&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53712 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41124 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A02%3A43.906937&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41128 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A02%3A43.906937&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41140 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A02%3A43.906937&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35292 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55374 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55362 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55366 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55360 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55352 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55356 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48474 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38492 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38494 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50016 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50026 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A03%3A35.093842&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37582 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37586 - "GET /latest/viewer?node_id=6814f34806dc949ee7b0535e HTTP/1.0" 200 OK INFO: 172.18.0.1:37602 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A03%3A44.041912&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37616 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A03%3A44.041912&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37624 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A03%3A44.041912&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35320 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35306 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35344 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35336 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35318 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35346 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37626 - "PUT /latest/node/686a2dbe3089951cf59d5588 HTTP/1.0" 200 OK INFO: 172.18.0.1:37628 - "GET /latest/node/686a2dbe3089951cf59d5588 HTTP/1.0" 200 OK INFO: 172.18.0.1:37686 - "PUT /latest/batch/nodeset HTTP/1.0" 200 OK INFO: 172.18.0.1:37700 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37674 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37640 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37654 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37662 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37750 - "GET /latest/nodes/fast?state=done&processed_by_kcidb_bridge=False&created__gt=2025-07-02+11%3A03%3A45.157548&updated__lt=2025-07-06+10%3A58%3A45.157566&limit=500 HTTP/1.0" 200 OK INFO: 172.18.0.1:37754 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37784 - "GET /latest/node/6814f34806dc949ee7b0535e HTTP/1.0" 200 OK INFO: 172.18.0.1:55438 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55454 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54596 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54604 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53092 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53108 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37744 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37770 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37736 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37706 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37718 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37726 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47562 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A04%3A35.128447&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47578 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42190 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A04%3A44.125957&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42200 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A04%3A44.125957&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42206 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A04%3A44.125957&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33124 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45076 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37158 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37174 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47542 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47510 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47532 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47520 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47548 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47526 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39478 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43620 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43626 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A05%3A35.142002&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43628 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42246 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42258 - "GET /latest/viewer?node_id=670d1bcf8cfceceb1e23c088 HTTP/1.0" 200 OK INFO: 172.18.0.1:42262 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A05%3A44.163972&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42268 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A05%3A44.163972&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42274 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A05%3A44.163972&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36154 - "GET /latest/node/670d1bcf8cfceceb1e23c088 HTTP/1.0" 200 OK INFO: 172.18.0.1:36164 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36166 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34342 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37180 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37214 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37198 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37194 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37184 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37220 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50780 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50786 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50800 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50816 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50826 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50832 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50844 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50860 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50874 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50890 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34374 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34398 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34384 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34354 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34350 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34370 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50896 - "POST /latest/node HTTP/1.0" 200 OK INFO: 172.18.0.1:50938 - "GET /latest/node/686a58a48b63fc4666808adb HTTP/1.0" 200 OK INFO: 172.18.0.1:50962 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50976 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36558 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36568 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43454 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A06%3A35.156066&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43458 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58408 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58422 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A06%3A44.236073&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50946 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50960 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50928 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50910 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50918 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50926 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58428 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A06%3A44.236073&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58454 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A06%3A44.236073&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53964 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47322 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45572 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59436 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59450 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58456 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58452 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58442 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58438 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58460 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58444 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53560 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A07%3A35.171373&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53566 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53106 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53122 - "GET /latest/viewer?node_id=66d69473bc920e0e66904cb4 HTTP/1.0" 200 OK INFO: 172.18.0.1:53136 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A07%3A44.340237&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53150 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A07%3A44.340237&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53160 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A07%3A44.340237&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60372 - "GET /latest/node/66d69473bc920e0e66904cb4 HTTP/1.0" 200 OK INFO: 172.18.0.1:60386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60390 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56086 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56102 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53530 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53528 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53552 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53542 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53540 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53520 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60984 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52818 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52822 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A08%3A35.185366&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52834 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34768 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34780 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34792 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A08%3A44.404073&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34800 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A08%3A44.404073&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34814 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A08%3A44.404073&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40782 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56140 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56138 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56112 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56142 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56144 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56128 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42890 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42900 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43158 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45986 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A09%3A35.200750&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45992 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56362 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56394 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56352 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56372 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56398 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56384 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47380 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A09%3A44.448416&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47384 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A09%3A44.448416&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47394 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A09%3A44.448416&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43810 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43824 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43528 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59970 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59974 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36432 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36436 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51560 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47354 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47336 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47352 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47328 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47376 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47362 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51630 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A10%3A35.214803&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51638 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41438 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41444 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A10%3A44.485265&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41446 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A10%3A44.485265&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41448 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A10%3A44.485265&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52930 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43110 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43958 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43966 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43972 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43988 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43996 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44004 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51616 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51626 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51572 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51588 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51596 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51612 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44068 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44078 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44084 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44088 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44104 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44118 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51208 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35440 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35456 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A11%3A35.230274&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35470 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53138 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A11%3A44.550366&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53146 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A11%3A44.550366&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53156 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A11%3A44.550366&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43826 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44034 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44050 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44052 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44030 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44018 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44040 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34074 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34090 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50040 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50044 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40630 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40634 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A12%3A35.274327&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40636 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54800 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43858 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43828 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43836 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43846 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43880 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43868 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54856 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A12%3A44.623152&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54858 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A12%3A44.623152&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54862 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A12%3A44.623152&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50218 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50234 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47490 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43184 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43188 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48890 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48892 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54820 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54810 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54836 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54834 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54824 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54844 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56388 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A13%3A35.288783&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56404 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58418 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58432 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A13%3A44.673412&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58434 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A13%3A44.673412&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58448 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A13%3A44.673412&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60618 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60630 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44026 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43188 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56330 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56376 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56368 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56352 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56346 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56318 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55742 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60956 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A14%3A35.349919&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60962 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43378 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43394 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A14%3A44.714425&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43402 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A14%3A44.714425&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43414 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A14%3A44.714425&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34916 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34928 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43720 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43230 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43210 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43220 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43202 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43226 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43222 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41290 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41296 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46180 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46184 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43804 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43816 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A15%3A35.390935&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43830 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57170 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43744 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43728 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43766 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43760 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43736 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43754 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57210 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A15%3A44.925288&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57218 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A15%3A44.925288&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57232 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A15%3A44.925288&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44024 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47468 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43122 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43126 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43128 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43134 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:39654 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:39668 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:39676 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:39692 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:39696 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:39698 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:39704 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39708 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:39720 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58434 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57180 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57188 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57198 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57176 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57208 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57194 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58534 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A16%3A35.405141&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58542 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38176 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A16%3A44.998628&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38186 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A16%3A44.998628&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38188 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A16%3A44.998628&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48920 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48930 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33282 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33286 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58512 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58466 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58480 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58450 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58496 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58524 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41512 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41526 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41542 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A17%3A35.419452&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41552 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49980 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49984 - "GET /latest/viewer?node_id=6846d70b6948d8f0b713e943 HTTP/1.0" 200 OK INFO: 172.18.0.1:49992 - "GET /latest/node/6846d70b6948d8f0b713e943 HTTP/1.0" 200 OK INFO: 172.18.0.1:49998 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A17%3A45.060596&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50000 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A17%3A45.060596&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50002 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A17%3A45.060596&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49828 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49830 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50992 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33316 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33304 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33330 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33302 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33322 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33306 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48462 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50780 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56458 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56474 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56484 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A18%3A35.442948&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56492 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56056 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51008 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51064 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51066 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51048 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51036 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51024 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56120 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A18%3A45.099762&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56126 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A18%3A45.099762&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56130 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A18%3A45.099762&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56094 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56106 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56068 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56096 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56082 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56110 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56138 - "PUT /latest/node/686a31493089951cf59d558a HTTP/1.0" 200 OK INFO: 172.18.0.1:56150 - "GET /latest/node/686a31493089951cf59d558a HTTP/1.0" 200 OK INFO: 172.18.0.1:56202 - "PUT /latest/batch/nodeset HTTP/1.0" 200 OK INFO: 172.18.0.1:56210 - "GET /latest/nodes/fast?state=done&processed_by_kcidb_bridge=False&created__gt=2025-07-02+11%3A18%3A46.260628&updated__lt=2025-07-06+11%3A13%3A46.260641&limit=500 HTTP/1.0" 200 OK INFO: 172.18.0.1:58798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58802 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35802 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54500 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54510 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45734 - "GET /latest/viewer?node_id=6666dc125d72307d36707719 HTTP/1.0" 200 OK INFO: 172.18.0.1:45740 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45744 - "GET /latest/node/6666dc125d72307d36707719 HTTP/1.0" 200 OK INFO: 172.18.0.1:43358 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43370 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56170 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56220 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56154 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56192 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56180 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56204 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43428 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A19%3A35.482839&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43434 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47482 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47486 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A19%3A45.207340&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47502 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A19%3A45.207340&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47508 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A19%3A45.207340&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37972 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51252 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49692 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43420 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43410 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43378 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43392 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43404 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43396 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34470 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34472 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34478 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A20%3A35.521263&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34480 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43280 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A20%3A45.323212&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43292 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A20%3A45.323212&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43308 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A20%3A45.323212&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38830 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38838 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44646 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49742 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49702 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49716 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49726 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49746 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49736 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45478 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45490 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34540 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34554 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34560 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44674 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44686 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44658 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44662 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44680 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44678 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34572 - "POST /latest/node HTTP/1.0" 200 OK INFO: 172.18.0.1:34610 - "GET /latest/node/686a5c2f8b63fc4666808ade HTTP/1.0" 200 OK INFO: 172.18.0.1:34646 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34660 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34670 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34680 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34688 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34700 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34710 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34718 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43970 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43982 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43994 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A21%3A35.540806&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44008 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34638 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34618 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34600 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34588 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34630 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34604 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51844 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A21%3A45.497846&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51858 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A21%3A45.497846&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51868 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A21%3A45.497846&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47394 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47402 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42078 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39754 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51952 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33018 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51796 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51818 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51814 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51812 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51826 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51836 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33088 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33100 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33116 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A22%3A35.554904&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52790 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A22%3A45.561172&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52800 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A22%3A45.561172&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52810 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A22%3A45.561172&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50790 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50804 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40696 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44452 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44458 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33076 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33036 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33074 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33024 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33046 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33060 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39536 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39548 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39560 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A23%3A35.704421&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39550 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37996 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A23%3A45.620389&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38006 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A23%3A45.620389&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38020 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A23%3A45.620389&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39122 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39246 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44510 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44492 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44518 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44488 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44474 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44506 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40854 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40866 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48620 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51104 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51106 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51114 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A24%3A35.719307&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51128 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34506 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39250 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39290 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39318 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39264 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39278 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39304 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34548 - "GET /latest/node/6846d70b6948d8f0b713e943 HTTP/1.0" 200 OK INFO: 172.18.0.1:34552 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A24%3A45.679484&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34568 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A24%3A45.679484&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34578 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A24%3A45.679484&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37474 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57164 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46344 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46360 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47696 - "GET /latest/viewer?node_id=6849671caa4a50d902098f1d HTTP/1.0" 200 OK INFO: 172.18.0.1:47702 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55100 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34524 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34522 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34518 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34516 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34510 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34540 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55172 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55182 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A25%3A35.733705&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55196 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34140 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34150 - "GET /latest/node/6849671caa4a50d902098f1d HTTP/1.0" 200 OK INFO: 172.18.0.1:34158 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A25%3A45.718753&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34162 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A25%3A45.718753&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34178 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A25%3A45.718753&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46566 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46568 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41668 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33424 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33436 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55156 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55128 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55144 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55132 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55114 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55106 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47968 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47974 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47986 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:47988 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47996 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48006 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48016 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48032 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48042 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48044 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:60188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60192 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60194 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A26%3A35.747833&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60206 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55690 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55702 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A26%3A45.834382&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55712 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A26%3A45.834382&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55714 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A26%3A45.834382&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50736 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41048 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33458 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33470 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33452 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33448 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33440 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33460 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39686 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39698 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42838 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42840 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42848 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A27%3A35.789128&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42852 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52210 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41080 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41070 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41084 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41072 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41064 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41060 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52288 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A27%3A45.897342&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52302 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A27%3A45.897342&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52306 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A27%3A45.897342&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41098 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46716 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46726 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59048 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46042 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52226 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52262 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52272 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52242 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52248 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52284 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46112 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46124 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A28%3A35.826329&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46126 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48014 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A28%3A45.970837&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48022 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A28%3A45.970837&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48030 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A28%3A45.970837&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49468 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56708 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60404 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60418 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46082 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46046 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46098 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46064 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46054 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46068 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44968 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54926 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54930 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54946 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A29%3A35.840715&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54958 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44036 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44048 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A29%3A46.168823&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44052 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A29%3A46.168823&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44062 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A29%3A46.168823&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43826 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60438 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60442 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60458 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60474 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60428 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60446 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58472 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58474 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54322 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A30%3A35.868845&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54332 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54344 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50038 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38368 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38378 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38328 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38332 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38354 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38344 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50100 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A30%3A46.236471&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50116 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A30%3A46.236471&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50128 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A30%3A46.236471&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54142 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46508 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48140 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48146 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36514 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36526 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36528 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36538 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36540 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36544 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41720 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41734 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41750 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41752 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41758 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50062 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50048 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50088 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50098 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50052 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50074 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41824 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A31%3A35.882735&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41838 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45232 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45238 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45252 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A31%3A46.295480&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45254 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A31%3A46.295480&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45256 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A31%3A46.295480&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56060 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56062 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51244 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51246 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41814 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41810 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41796 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41786 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41794 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41774 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38230 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38234 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A32%3A35.907935&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38244 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50098 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50104 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50112 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A32%3A46.333674&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50114 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A32%3A46.333674&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50130 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A32%3A46.333674&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39402 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55586 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51280 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51258 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51286 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51294 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51254 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51268 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39360 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39366 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37526 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39770 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A33%3A35.943049&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39776 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51166 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51178 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55622 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55630 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55588 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55600 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55616 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55604 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51222 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A33%3A46.437711&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51234 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A33%3A46.437711&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40816 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A33%3A46.437711&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40820 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53726 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36998 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37014 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41504 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45686 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51186 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51204 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51190 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51202 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51206 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51192 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45752 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A34%3A35.966499&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45760 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43976 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47890 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A34%3A46.486802&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47894 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A34%3A46.486802&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47910 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A34%3A46.486802&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60286 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35820 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45734 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45700 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45728 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45746 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45720 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45714 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34346 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34354 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A35%3A35.986353&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34356 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37346 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39338 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A35%3A46.689120&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39346 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A35%3A46.689120&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39350 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A35%3A46.689120&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39354 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39368 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34048 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35860 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35876 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35870 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35836 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35852 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35858 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44506 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45248 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38052 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38068 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38076 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38086 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38100 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38104 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38108 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38110 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38126 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38136 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38146 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38158 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A36%3A36.001205&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38172 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53560 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34100 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34072 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34102 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34082 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34064 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34084 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46086 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A36%3A46.751672&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46092 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A36%3A46.751672&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46098 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A36%3A46.751672&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46110 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55140 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44210 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44222 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51202 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42022 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53584 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53568 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53598 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53582 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53588 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53592 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42086 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A37%3A36.015738&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42090 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35536 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35542 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53184 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A37%3A46.790399&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53198 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A37%3A46.790399&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53206 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A37%3A46.790399&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53222 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36292 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59154 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59156 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42042 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42080 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42066 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42052 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42034 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42040 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33676 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A38%3A36.039790&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33684 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51686 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51692 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33590 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A38%3A46.881216&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33602 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A38%3A46.881216&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33618 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A38%3A46.881216&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33622 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33624 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59194 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59190 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59170 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59162 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59178 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59180 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39204 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39220 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58396 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54916 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A39%3A36.087310&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54924 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59824 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59840 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33346 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33360 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33314 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33300 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33324 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33322 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39896 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A39%3A47.054629&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39906 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A39%3A47.054629&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39920 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A39%3A47.054629&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45366 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47200 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47206 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42756 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59850 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59884 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59872 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59856 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59878 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59860 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42548 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A40%3A36.104699&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42552 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52878 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48044 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A40%3A47.098356&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48054 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A40%3A47.098356&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48064 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A40%3A47.098356&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48084 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60342 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48374 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48378 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42536 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42512 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42490 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42522 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42510 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42500 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57868 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43820 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43830 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43842 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43846 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43858 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43862 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43870 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43878 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43882 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43898 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43904 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43906 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A41%3A36.129470&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43912 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51782 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51786 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44784 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A41%3A47.302908&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44794 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A41%3A47.302908&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44804 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A41%3A47.302908&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44808 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44812 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52696 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48404 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48412 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48394 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48382 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48406 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48414 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55482 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52090 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39044 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39052 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A42%3A36.143585&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39056 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45596 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52750 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52734 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52704 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52726 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52710 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52742 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45626 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60530 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A42%3A47.343037&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60538 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A42%3A47.343037&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60540 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A42%3A47.343037&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60542 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54104 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35062 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56526 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45622 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45610 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45642 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45620 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45650 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45614 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56588 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A43%3A36.180632&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56602 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34748 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49616 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A43%3A47.382998&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49632 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A43%3A47.382998&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49636 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A43%3A47.382998&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49646 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33998 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47726 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47734 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56552 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56540 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56556 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56580 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56564 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56574 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58334 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A44%3A36.234193&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58336 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34764 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56654 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A44%3A47.506360&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56666 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A44%3A47.506360&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56668 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A44%3A47.506360&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56672 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38206 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47804 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47764 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47778 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47794 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47750 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47814 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55624 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55632 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39696 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54654 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54658 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32810 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A45%3A36.266061&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32824 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38282 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38244 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38218 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38266 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38232 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38254 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:32896 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54604 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A45%3A47.550768&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54614 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A45%3A47.550768&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54630 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A45%3A47.550768&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54644 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59610 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35416 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35422 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43094 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34578 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32868 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:32846 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:32826 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:32856 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:32832 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:32880 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34634 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34648 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34658 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34672 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34682 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34698 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34710 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34712 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34728 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34730 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34734 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49098 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A46%3A36.517385&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49106 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50896 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50912 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A46%3A47.589167&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50914 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A46%3A47.589167&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50916 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A46%3A47.589167&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50926 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59758 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35306 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35318 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34618 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34596 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34590 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34602 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34588 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34600 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35254 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35256 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A47%3A36.531804&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35270 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44938 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44954 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A47%3A47.678571&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44958 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A47%3A47.678571&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44960 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A47%3A47.678571&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44970 - "GET /latest/viewer?search=parent%3D684870f56f2ec46200ab4f1e HTTP/1.0" 200 OK INFO: 172.18.0.1:44976 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44982 - "GET /latest/nodes?parent=684870f56f2ec46200ab4f1e&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:44984 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57636 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35372 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35332 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35340 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35358 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35328 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35346 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49440 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49442 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58762 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A48%3A36.545265&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58772 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58782 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57664 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57652 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57694 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57668 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57706 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57678 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48568 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A48%3A47.794589&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48582 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A48%3A47.794589&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48594 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A48%3A47.794589&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48606 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48612 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37166 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33768 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58844 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58834 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58818 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58806 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58784 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58798 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33890 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A49%3A36.559015&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33906 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33910 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56364 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A49%3A47.832336&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56370 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A49%3A47.832336&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56372 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A49%3A47.832336&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56398 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49122 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38778 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46726 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46744 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46742 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46704 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46738 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46714 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51932 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35572 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46174 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A50%3A36.576926&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46190 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46202 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53030 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A50%3A47.934128&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53040 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A50%3A47.934128&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53050 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A50%3A47.934128&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53062 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53076 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53090 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59272 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38814 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38808 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38792 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38828 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38842 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38832 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58896 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58378 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35068 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A51%3A36.605143&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35070 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35074 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35090 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35102 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35114 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35126 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35132 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35136 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35142 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35150 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35158 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35170 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59304 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59312 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59322 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59288 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59342 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59326 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42144 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A51%3A48.146078&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42150 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A51%3A48.146078&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42154 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A51%3A48.146078&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42166 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42178 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42190 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56578 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56580 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38580 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35186 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35234 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35188 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35204 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35178 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35218 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60750 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A52%3A36.619181&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60752 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60758 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46296 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A52%3A48.187429&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46308 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46310 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A52%3A48.187429&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46316 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A52%3A48.187429&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46320 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46332 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60232 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35654 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35658 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38308 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38324 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38306 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38320 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38336 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38290 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33536 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48206 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34592 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A53%3A36.633495&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34608 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34616 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34090 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34092 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A53%3A48.513835&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34102 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A53%3A48.513835&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34116 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A53%3A48.513835&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34122 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34128 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39276 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35688 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35676 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35672 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35682 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35700 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35660 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47818 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47820 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39714 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39934 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46106 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A54%3A36.670192&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46122 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39316 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39296 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39292 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39284 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39304 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39328 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34466 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34476 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A54%3A48.571287&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34478 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A54%3A48.571287&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34484 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A54%3A48.571287&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34492 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34502 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33688 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58692 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58698 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41316 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46144 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46146 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46174 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46168 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46158 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46190 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51216 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A55%3A36.693870&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51232 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51242 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40762 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40772 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A55%3A48.653674&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40782 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A55%3A48.653674&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40784 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A55%3A48.653674&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40800 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40810 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36038 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36040 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53916 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53892 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53878 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53884 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53902 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53918 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45814 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36892 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A56%3A36.708834&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36898 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36908 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36916 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36918 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36932 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36938 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36946 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36956 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36964 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36968 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36974 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36984 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44954 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A56%3A48.713821&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44970 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A56%3A48.713821&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44972 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A56%3A48.713821&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44986 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44990 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51868 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36052 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36112 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36054 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36100 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36070 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36086 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54530 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54532 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58714 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45862 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45878 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A57%3A36.743038&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51880 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51874 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51882 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51898 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51896 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51886 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56674 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56684 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A57%3A48.768184&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56694 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A57%3A48.768184&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56698 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A57%3A48.768184&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56704 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42066 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42080 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39516 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45934 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45886 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45908 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45912 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45894 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45918 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45734 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45750 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A58%3A37.016203&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45754 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45326 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45342 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A58%3A48.805497&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45344 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A58%3A48.805497&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45358 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A58%3A48.805497&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45370 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54220 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38060 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38072 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35784 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35782 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35766 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35758 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35762 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35780 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44196 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54644 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54646 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T11%3A59%3A37.029923&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58432 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58440 - "GET /latest/viewer?search=parent%3D670c6c6bf64d8363af7569cb HTTP/1.0" 200 OK INFO: 172.18.0.1:58456 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A59%3A48.869355&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58458 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A59%3A48.869355&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58460 - "GET /latest/nodes?timeout__lt=2025-07-06T11%3A59%3A48.869355&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58474 - "GET /latest/nodes?parent=670c6c6bf64d8363af7569cb&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:58482 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38102 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38108 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38116 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38120 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38086 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38130 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37250 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37266 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57856 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58132 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58138 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A00%3A37.043755&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58142 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55468 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55492 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55484 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55478 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55476 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55458 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59398 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59412 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A00%3A48.941462&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59414 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A00%3A48.941462&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59424 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A00%3A48.941462&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59432 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53474 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56880 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56882 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56278 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37990 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58176 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58172 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58164 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58194 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58180 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58152 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55054 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55062 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A01%3A37.074809&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55078 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55088 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55096 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55098 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55106 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55118 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55120 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55124 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55136 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55148 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:55158 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51894 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51908 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A01%3A49.004048&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51920 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A01%3A49.004048&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51934 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A01%3A49.004048&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47212 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42382 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42392 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38058 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38044 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38024 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38038 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38014 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38002 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53338 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33282 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53388 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53404 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A02%3A37.091251&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53408 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53996 - "GET /latest/viewer?search=parent%3D6814edfb1241e19dfcb2b62c HTTP/1.0" 200 OK INFO: 172.18.0.1:54012 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A02%3A49.054727&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54020 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A02%3A49.054727&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54022 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A02%3A49.054727&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54024 - "GET /latest/viewer?node_id=670d13c95466370a85f21706 HTTP/1.0" 200 OK INFO: 172.18.0.1:54028 - "GET /latest/node/670d13c95466370a85f21706 HTTP/1.0" 200 OK INFO: 172.18.0.1:54030 - "GET /latest/nodes?parent=6814edfb1241e19dfcb2b62c&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:49524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49538 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49544 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42438 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42442 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42400 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42432 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42422 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42410 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36262 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36274 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48260 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39032 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34430 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34446 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A03%3A37.125504&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49574 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49580 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49586 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49560 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49564 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49594 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46882 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A03%3A49.110682&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46888 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A03%3A49.110682&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46902 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A03%3A49.110682&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47484 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47496 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53078 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53088 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56560 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34492 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34490 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34496 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34504 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34514 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34474 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52540 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52554 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A04%3A37.161593&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52566 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47616 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A04%3A49.168144&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47618 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A04%3A49.168144&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47630 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A04%3A49.168144&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43858 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43866 - "GET /latest/viewer?node_id=67fc53029fa3bd529253c1b5 HTTP/1.0" 200 OK INFO: 172.18.0.1:43868 - "GET /latest/viewer?search=parent%3D670d11c75466370a85f210ca HTTP/1.0" 200 OK INFO: 172.18.0.1:43878 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43882 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43892 - "GET /latest/node/67fc53029fa3bd529253c1b5 HTTP/1.0" 200 OK INFO: 172.18.0.1:58730 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58742 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58016 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57990 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57998 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58024 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58000 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58022 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58520 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35248 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35258 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A05%3A37.196660&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51334 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51344 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A05%3A49.236761&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51348 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A05%3A49.236761&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51364 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A05%3A49.236761&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51380 - "GET /latest/nodes?parent=670d11c75466370a85f210ca&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:59488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58758 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58780 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58752 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58792 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58786 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58764 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59556 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43942 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45146 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49724 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49738 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A06%3A37.231816&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49752 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59532 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59512 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59500 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59544 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59534 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59526 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49818 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49828 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49830 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49832 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42556 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42566 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42574 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42580 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42594 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42606 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42612 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42628 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A06%3A49.314293&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42638 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A06%3A49.314293&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42644 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A06%3A49.314293&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34708 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34720 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34734 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39946 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58998 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54532 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49786 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49790 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49804 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49760 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49758 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49776 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46654 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46658 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A07%3A37.245194&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41258 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41268 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A07%3A49.379838&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41280 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A07%3A49.379838&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41282 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A07%3A49.379838&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48992 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49002 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35798 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54538 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54560 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54574 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54542 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54590 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54544 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35376 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51014 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51020 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A08%3A37.268730&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51036 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52664 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A08%3A49.418221&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52672 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A08%3A49.418221&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52678 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A08%3A49.418221&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41630 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35806 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35844 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35828 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35818 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35808 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35800 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41698 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43636 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43652 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50768 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60900 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60912 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A09%3A37.282808&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60920 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41654 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41660 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41684 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41682 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41640 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41674 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44680 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A09%3A49.501259&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44694 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A09%3A49.501259&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44706 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A09%3A49.501259&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55374 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55378 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55382 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43812 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43828 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57050 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60936 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60932 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60976 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60948 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60990 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60960 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39474 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39486 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A10%3A37.418987&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39492 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33806 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A10%3A49.538214&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33808 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A10%3A49.538214&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33822 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A10%3A49.538214&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50264 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50278 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33254 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57104 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57078 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57096 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57076 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57066 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57084 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38206 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49808 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37766 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37782 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A11%3A37.546489&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51826 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51836 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51844 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51850 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51862 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51876 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51884 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A11%3A49.604056&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51888 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51902 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A11%3A49.604056&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51918 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A11%3A49.604056&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51922 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51936 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51950 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51954 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:60212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60216 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33270 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33290 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33308 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33304 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33322 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33282 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60286 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34778 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34782 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43968 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43402 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43406 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A12%3A37.583944&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60238 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60260 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60270 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60218 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60226 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60252 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44082 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44084 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A12%3A49.679904&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44088 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A12%3A49.679904&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44102 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A12%3A49.679904&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53712 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53730 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51334 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43480 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43454 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43442 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43468 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43422 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43438 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51308 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51316 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A13%3A37.608657&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51328 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37128 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37130 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A13%3A49.759077&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37146 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A13%3A49.759077&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37158 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A13%3A49.759077&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50486 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50488 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59338 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59344 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60700 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60682 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60716 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60696 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60718 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60732 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52892 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57566 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46164 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46180 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A14%3A37.621436&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46192 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40634 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A14%3A49.834440&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40644 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A14%3A49.834440&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40656 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A14%3A49.834440&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37714 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37726 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59360 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59370 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59372 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59380 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59348 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59368 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37792 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36292 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36306 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58876 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37540 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38304 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38320 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A15%3A37.661273&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37760 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37770 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37742 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37750 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37790 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37780 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54724 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A15%3A49.917722&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54730 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A15%3A49.917722&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54734 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A15%3A49.917722&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42438 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55212 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55214 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55222 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55276 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38346 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38376 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38352 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38372 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38344 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38356 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42546 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42556 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A16%3A37.698357&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42568 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50646 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50662 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A16%3A50.096047&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50670 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A16%3A50.096047&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50674 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A16%3A50.096047&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50680 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50692 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50706 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50720 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50728 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50744 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50758 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50766 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50768 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:50774 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47172 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47176 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54960 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54966 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54968 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55282 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55308 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55292 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55326 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55312 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55310 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48126 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48142 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A17%3A37.711835&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48152 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44222 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A17%3A50.234783&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44232 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A17%3A50.234783&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44242 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A17%3A50.234783&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52148 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54976 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54986 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55016 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55002 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55026 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54992 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53462 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53472 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53478 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59614 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39992 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40000 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A18%3A37.726985&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52156 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52178 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52184 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52172 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52160 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52200 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46846 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A18%3A50.323401&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46852 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A18%3A50.323401&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46854 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A18%3A50.323401&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56356 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56370 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57038 - "GET /latest/viewer?node_id=670c80cbe75f2f20a96d1142 HTTP/1.0" 200 OK INFO: 172.18.0.1:57046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57056 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57060 - "GET /latest/node/670c80cbe75f2f20a96d1142 HTTP/1.0" 200 OK INFO: 172.18.0.1:57072 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41936 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42896 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40014 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40046 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40040 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40028 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40008 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40038 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51322 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51336 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A19%3A37.741373&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51344 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33406 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33422 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A19%3A50.363994&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33438 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A19%3A50.363994&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33444 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A19%3A50.363994&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36254 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43088 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43092 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43094 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42950 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42910 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42940 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42928 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42912 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42908 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52914 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45360 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45376 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A20%3A37.775780&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60448 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60460 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A20%3A50.426885&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60474 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A20%3A50.426885&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60482 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A20%3A50.426885&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34618 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34634 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43112 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43108 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43102 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43128 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43106 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43138 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38314 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38318 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38324 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51328 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52956 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52964 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A21%3A37.813746&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52972 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34684 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34656 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34670 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34648 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34644 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34660 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33258 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33260 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A21%3A50.481752&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33274 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A21%3A50.481752&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33290 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A21%3A50.481752&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33304 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33316 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33320 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33334 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33350 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33364 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33378 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33386 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35092 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35106 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35122 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51322 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51324 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51326 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:32816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48586 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52996 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53002 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52988 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53008 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53014 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53004 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59024 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59032 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A22%3A37.969748&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46448 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A22%3A50.550984&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46464 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A22%3A50.550984&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46476 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A22%3A50.550984&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46420 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46430 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49332 - "GET /latest/viewer?node_id=6849405061efaab87087af27 HTTP/1.0" 200 OK INFO: 172.18.0.1:49334 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49342 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49346 - "GET /latest/node/6849405061efaab87087af27 HTTP/1.0" 200 OK INFO: 172.18.0.1:49356 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48598 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48594 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48608 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48620 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48592 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48606 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41854 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38786 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53070 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53084 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A23%3A37.987430&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53086 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41282 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A23%3A50.635812&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41292 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A23%3A50.635812&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41298 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A23%3A50.635812&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43138 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49406 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49412 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49370 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49390 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49410 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49374 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42812 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42824 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42832 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48448 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57142 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57158 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A24%3A38.001613&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57164 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43180 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43174 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43154 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43162 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43184 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43200 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51332 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A24%3A50.695207&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51348 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A24%3A50.695207&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51360 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A24%3A50.695207&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54520 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41244 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41256 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41272 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33408 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52718 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57204 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57178 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57192 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57170 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57206 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57196 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52274 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52276 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A25%3A38.031459&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52290 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60256 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A25%3A50.787077&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60270 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A25%3A50.787077&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60286 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A25%3A50.787077&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59454 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59464 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59480 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52738 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52754 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52784 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52736 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52770 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52732 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59962 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59974 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A26%3A38.045791&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34290 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34294 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A26%3A50.999993&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34308 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A26%3A50.999993&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34318 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A26%3A50.999993&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59598 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59614 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59624 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59638 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59652 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59656 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59666 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59684 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59690 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59518 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59490 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59534 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59496 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59512 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59508 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59750 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59754 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56840 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56856 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56860 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33764 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45930 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40710 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40720 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A27%3A38.059246&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59694 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59732 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59720 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59702 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59746 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59708 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43958 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43960 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A27%3A51.090749&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43964 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A27%3A51.090749&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43972 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A27%3A51.090749&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44636 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48198 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48210 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41560 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37436 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40792 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40774 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40760 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40736 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40782 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40750 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51664 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51676 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A28%3A38.073679&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51690 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43610 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43614 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A28%3A51.129400&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43616 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A28%3A51.129400&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43630 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A28%3A51.129400&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57516 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58934 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37480 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37474 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37494 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37446 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37464 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37450 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59004 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57020 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41960 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35760 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35766 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A29%3A38.087333&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35780 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40592 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40598 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A29%3A51.252503&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40614 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A29%3A51.252503&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40622 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A29%3A51.252503&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40848 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40864 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58994 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58948 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58960 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59002 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58978 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58962 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55332 - "GET /latest/viewer?node_id=67b35f5a323e31872538329e HTTP/1.0" 200 OK INFO: 172.18.0.1:55334 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55350 - "GET /latest/node/67b35f5a323e31872538329e HTTP/1.0" 200 OK INFO: 172.18.0.1:55360 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43854 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59862 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37088 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37090 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A30%3A38.218119&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37092 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40890 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40922 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40914 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40898 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40876 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40912 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41202 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A30%3A51.345543&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41218 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A30%3A51.345543&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41232 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A30%3A51.345543&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44764 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35436 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35440 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35442 - "GET /latest/viewer?search=parent%3D6814edfb1241e19dfcb2b570 HTTP/1.0" 200 OK INFO: 172.18.0.1:35456 - "GET /latest/nodes?parent=6814edfb1241e19dfcb2b570&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:44332 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48174 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37116 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37104 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37124 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37132 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37108 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37130 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53778 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53790 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A31%3A38.232400&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46078 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A31%3A51.383958&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46080 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A31%3A51.383958&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46090 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A31%3A51.383958&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45956 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45966 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45974 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45988 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46004 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46016 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46032 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46042 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46044 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46050 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46062 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35144 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48216 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48188 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48222 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48230 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48204 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48180 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51270 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51278 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57000 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57012 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A32%3A38.257910&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55168 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A32%3A51.422491&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55182 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A32%3A51.422491&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55194 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A32%3A51.422491&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41620 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35162 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35172 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35156 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35152 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35180 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35166 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45986 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45992 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59020 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53522 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52454 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52460 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A33%3A38.293186&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41682 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41666 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41662 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41648 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41652 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41636 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43944 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A33%3A51.484470&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43950 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A33%3A51.484470&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43960 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A33%3A51.484470&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56946 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47638 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47644 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49792 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52474 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52480 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52468 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52470 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52476 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52490 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50852 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50858 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A34%3A38.325550&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50864 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54334 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A34%3A51.522506&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54336 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A34%3A51.522506&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54342 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A34%3A51.522506&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45224 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49850 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49864 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49834 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49860 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49806 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49820 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43300 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43304 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56460 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56466 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A35%3A38.360776&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56482 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45302 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45316 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A35%3A51.728440&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45332 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A35%3A51.728440&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45342 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A35%3A51.728440&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44936 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45234 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45266 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45254 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45246 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45228 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45278 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49536 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49552 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56618 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56634 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42040 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42044 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A36%3A38.381598&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44956 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44996 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44952 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44950 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44972 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44982 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40654 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A36%3A51.796369&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40664 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A36%3A51.796369&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40672 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A36%3A51.796369&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49916 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49932 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49934 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49936 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49938 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49944 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49950 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49966 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49968 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49970 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49984 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49996 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55688 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55692 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55184 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55190 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42092 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42082 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42072 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42090 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42086 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42062 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46896 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46912 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A37%3A38.416492&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46918 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33334 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A37%3A51.836037&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33338 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A37%3A51.836037&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33344 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A37%3A51.836037&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50494 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51856 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51866 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51868 - "GET /latest/viewer?search=parent%3D68499443899b6f90322b2448 HTTP/1.0" 200 OK INFO: 172.18.0.1:51884 - "GET /latest/nodes?parent=68499443899b6f90322b2448&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:38074 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38086 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38054 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38044 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38068 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38038 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57402 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57418 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42292 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42302 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42318 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A38%3A38.430727&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51890 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51902 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A38%3A51.876192&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51904 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A38%3A51.876192&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51912 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A38%3A51.876192&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51918 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51910 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51928 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51900 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51894 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51932 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41350 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41356 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41362 - "GET /latest/viewer?node_id=6854bbd8b60ccba9b9002859 HTTP/1.0" 200 OK INFO: 172.18.0.1:41378 - "GET /latest/node/6854bbd8b60ccba9b9002859 HTTP/1.0" 200 OK INFO: 172.18.0.1:49294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49310 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42644 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38106 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38110 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38114 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A39%3A38.471921&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56840 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56832 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56824 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56812 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56846 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56806 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52940 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A39%3A51.975844&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52948 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A39%3A51.975844&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52954 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A39%3A51.975844&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41310 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50728 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50740 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38170 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38166 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38146 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38120 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38156 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38134 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54856 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54868 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54878 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A40%3A38.507140&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54602 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54616 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A40%3A52.025447&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54622 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A40%3A52.025447&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54630 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A40%3A52.025447&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57484 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57486 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40886 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40900 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55806 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55824 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55830 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55820 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55808 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55800 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44934 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55056 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55082 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A41%3A38.522617&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38236 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38238 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A41%3A52.323556&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38240 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A41%3A52.323556&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38252 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A41%3A52.323556&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38302 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40940 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40904 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40928 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40924 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40920 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40934 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38376 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38384 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38006 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38014 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38016 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38028 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38044 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38052 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38060 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38074 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38078 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38088 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44926 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41216 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41220 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41224 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A42%3A38.537883&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38360 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38346 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38370 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38326 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38340 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38318 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42060 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42074 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A42%3A52.398910&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42086 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A42%3A52.398910&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42092 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A42%3A52.398910&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36350 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41276 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41292 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40792 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40794 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41304 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41288 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41256 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41236 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41252 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41272 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44258 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44272 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44282 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A43%3A38.552839&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42404 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A43%3A52.440841&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42416 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A43%3A52.440841&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42418 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A43%3A52.440841&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60142 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60152 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42736 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42752 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52898 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52888 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52882 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52906 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52902 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52908 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54392 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54404 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41136 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34668 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34674 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34680 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A44%3A38.566605&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60564 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A44%3A52.479198&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60568 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A44%3A52.479198&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60574 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A44%3A52.479198&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48558 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48572 - "GET /latest/viewer?node_id=67101bb4f118b157c647ad1d HTTP/1.0" 200 OK INFO: 172.18.0.1:42772 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42762 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42802 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42786 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42764 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42768 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55544 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55546 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55552 - "GET /latest/node/67101bb4f118b157c647ad1d HTTP/1.0" 200 OK INFO: 172.18.0.1:50750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50756 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51152 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37242 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37258 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37274 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A45%3A38.603539&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48616 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48602 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48588 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48606 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48580 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48594 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53466 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53476 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A45%3A52.556916&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53492 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A45%3A52.556916&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53506 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A45%3A52.556916&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33354 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37586 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37592 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51208 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55286 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37306 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37316 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37310 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37280 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37294 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37320 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38778 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38790 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38798 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A46%3A38.639339&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37314 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A46%3A52.594528&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37316 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A46%3A52.594528&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37318 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A46%3A52.594528&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40534 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51058 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51062 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51064 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51078 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51080 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51086 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51090 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51102 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51114 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51128 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51144 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55328 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55316 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55306 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55304 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55344 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55326 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42242 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42254 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58870 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58880 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58886 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A47%3A38.676488&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43656 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A47%3A52.655962&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43662 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A47%3A52.655962&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43678 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A47%3A52.655962&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35844 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35856 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51162 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51154 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51190 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51194 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51178 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51150 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49980 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56542 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53492 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53508 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60148 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60160 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60168 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A48%3A38.690515&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35902 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35878 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35874 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35862 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35890 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35886 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59352 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A48%3A52.737903&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59358 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A48%3A52.737903&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59360 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A48%3A52.737903&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43998 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38194 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38198 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52580 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45332 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45342 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60186 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60200 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60216 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60224 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60174 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60178 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58416 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58418 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58432 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A49%3A38.704935&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38916 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38932 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A49%3A52.796247&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38944 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A49%3A52.796247&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38956 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A49%3A52.796247&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55894 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55900 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40596 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40612 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45352 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45374 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45360 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45384 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45376 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45358 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57802 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52316 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40328 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40356 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A50%3A38.718961&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33522 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A50%3A53.004698&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33534 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A50%3A53.004698&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33544 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A50%3A53.004698&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60814 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60818 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40644 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40656 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40648 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40636 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40618 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40622 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33866 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33868 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51730 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59594 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50196 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50200 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50204 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A51%3A38.753017&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60856 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60840 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60836 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60846 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60828 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60838 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60828 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60836 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A51%3A53.102060&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60840 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A51%3A53.102060&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60842 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A51%3A53.102060&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44248 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44256 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32952 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32962 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:32970 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:32986 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:32988 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33000 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33012 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33018 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33022 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33036 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33052 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33056 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:47788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42946 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50208 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50248 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50258 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50250 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50222 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50236 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43018 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58086 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58100 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58106 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A52%3A38.767273&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33494 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33510 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A52%3A53.145942&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33512 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A52%3A53.145942&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33514 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A52%3A53.145942&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46774 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46782 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43998 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44000 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43014 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42990 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42962 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42960 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42998 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42974 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47958 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37274 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37278 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55418 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55426 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55434 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A53%3A38.790380&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49172 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49180 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A53%3A53.219421&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49194 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A53%3A53.219421&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49204 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A53%3A53.219421&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44636 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44036 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44028 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44008 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44052 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44050 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44022 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34032 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34036 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42952 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47088 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47092 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55318 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55332 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55346 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A54%3A38.804691&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44676 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44668 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44698 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44652 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44670 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44690 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59344 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59358 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A54%3A53.291270&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59368 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A54%3A53.291270&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59378 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A54%3A53.291270&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50474 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35868 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55400 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55398 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55384 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55382 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55360 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55366 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34358 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:37684 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37700 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37706 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A55%3A38.820339&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37668 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37672 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A55%3A53.333608&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37686 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A55%3A53.333608&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37702 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A55%3A53.333608&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34526 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34530 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57194 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34336 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34324 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34310 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34340 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34342 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34320 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54508 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33186 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33194 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33204 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A56%3A38.857407&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51166 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A56%3A53.413820&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51178 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A56%3A53.413820&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51194 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A56%3A53.413820&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50454 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57206 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57214 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57226 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57248 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57232 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57228 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50528 - "GET /latest/viewer?search=parent%3D66d0856e2a93a71e24dcfc52 HTTP/1.0" 200 OK INFO: 172.18.0.1:42154 - "GET /latest/nodes?parent=66d0856e2a93a71e24dcfc52&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:42168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42170 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42172 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42188 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42194 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42206 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:42218 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:42234 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40550 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40564 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40580 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40582 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40586 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43604 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54116 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54122 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A57%3A38.871919&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50492 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50470 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50496 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50476 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50526 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50510 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33308 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A57%3A53.485923&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33312 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A57%3A53.485923&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33316 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A57%3A53.485923&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52466 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48412 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48426 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47360 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44474 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54146 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54166 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54158 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54184 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54168 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54132 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44538 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54764 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54780 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A58%3A38.886127&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49322 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A58%3A53.555494&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49334 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A58%3A53.555494&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49344 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A58%3A53.555494&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53020 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53026 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42366 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42376 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44526 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44484 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44492 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44500 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44512 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44524 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52230 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43270 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43286 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42230 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42240 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T12%3A59%3A38.899777&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36638 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36648 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A59%3A53.624287&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36652 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A59%3A53.624287&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36666 - "GET /latest/nodes?timeout__lt=2025-07-06T12%3A59%3A53.624287&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43990 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42410 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42378 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42394 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42422 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42428 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42390 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43164 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43166 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60440 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57482 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57498 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40836 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40850 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40852 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A00%3A38.937270&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44034 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44020 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44030 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44040 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44004 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44052 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53192 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53198 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A00%3A53.826276&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53214 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A00%3A53.826276&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53224 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A00%3A53.826276&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34716 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34730 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34280 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39842 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44432 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40872 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40908 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40884 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40914 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40862 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40900 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54122 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54132 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54142 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A01%3A38.974469&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57000 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57008 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A01%3A53.864924&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57014 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A01%3A53.864924&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57028 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A01%3A53.864924&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45894 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45896 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47584 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44438 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44452 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44488 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44444 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44474 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44460 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48308 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48318 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48328 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48340 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48352 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48364 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48376 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48388 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48392 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48396 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:48404 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57836 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51230 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51238 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51254 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51260 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A02%3A38.992603&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33190 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33206 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A02%3A53.950231&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33210 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A02%3A53.950231&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33214 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A02%3A53.950231&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47618 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47606 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47600 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47626 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47644 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47640 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60374 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60382 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56314 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47068 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47082 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47092 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47102 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A03%3A39.006860&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43766 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43750 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43780 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43792 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43748 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43776 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50470 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A03%3A53.987693&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50478 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A03%3A53.987693&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50482 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A03%3A53.987693&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40148 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40162 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52934 - "GET /latest/viewer?node_id=66cff9d1d76e8c77a6dea1ca HTTP/1.0" 200 OK INFO: 172.18.0.1:52944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52954 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53580 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55894 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47122 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47106 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47142 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47144 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47128 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47136 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51382 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51396 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51398 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51414 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A04%3A39.021026&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35966 - "GET /latest/node/66cff9d1d76e8c77a6dea1ca HTTP/1.0" 200 OK INFO: 172.18.0.1:35974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35982 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A04%3A54.024899&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35990 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A04%3A54.024899&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36000 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A04%3A54.024899&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37106 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37110 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51468 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51470 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55924 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55918 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55916 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55902 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55940 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55928 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56612 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36048 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36064 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36080 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A05%3A39.035528&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36096 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54552 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54556 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A05%3A54.071679&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54566 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A05%3A54.071679&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54580 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A05%3A54.071679&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45904 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45914 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51514 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51526 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51502 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51528 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51480 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51494 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38642 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38656 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43232 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48122 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45092 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45108 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45116 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A06%3A39.049760&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45118 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45940 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45952 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45928 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45936 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45942 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45968 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50204 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50210 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A06%3A54.155833&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50226 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A06%3A54.155833&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50234 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A06%3A54.155833&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56890 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56906 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34010 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34020 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38802 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38812 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38814 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38828 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38836 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38846 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38848 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38854 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38860 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38872 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38878 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38916 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45164 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45130 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45128 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45140 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45154 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45180 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49002 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49014 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49018 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A07%3A39.078858&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49034 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:37286 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37300 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A07%3A54.195988&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37306 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A07%3A54.195988&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37314 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A07%3A54.195988&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36666 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44270 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44274 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38966 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38956 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38974 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38928 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38946 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38942 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59832 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56452 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56458 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56462 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A08%3A39.092612&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56474 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54838 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54842 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A08%3A54.255583&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54850 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A08%3A54.255583&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54856 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A08%3A54.255583&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59058 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44298 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44310 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44322 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44286 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44320 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44288 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57232 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57238 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39540 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39550 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39554 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A09%3A39.129727&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39564 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59072 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59080 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59112 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59094 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59084 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59104 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49668 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49676 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A09%3A54.323172&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49678 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A09%3A54.323172&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49694 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A09%3A54.323172&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48616 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39394 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39598 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39576 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39612 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39582 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39592 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39574 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56136 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56142 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A10%3A39.172773&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56146 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46476 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A10%3A54.371220&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46488 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A10%3A54.371220&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46490 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A10%3A54.371220&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40638 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53192 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53194 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53196 - "GET /latest/viewer?search=parent%3D682b57b782c64055b55d231e HTTP/1.0" 200 OK INFO: 172.18.0.1:53202 - "GET /latest/nodes?parent=682b57b782c64055b55d231e&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:55656 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55640 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55612 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55608 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55628 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55598 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59682 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55654 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55658 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A11%3A39.312826&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55672 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39820 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39830 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A11%3A54.456684&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39832 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A11%3A54.456684&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39840 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A11%3A54.456684&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36692 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53238 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53228 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53212 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53250 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53242 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53208 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43184 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43200 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43204 - "GET /latest/viewer?search=parent%3D66d5f477caba71dee92b1125 HTTP/1.0" 200 OK INFO: 172.18.0.1:43220 - "GET /latest/nodes?parent=66d5f477caba71dee92b1125&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:51398 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51408 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51416 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51432 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51436 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51448 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51454 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51460 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51468 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51470 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51486 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33014 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57112 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57124 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57132 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A12%3A39.326737&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57140 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36742 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36746 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36704 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36758 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36714 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36730 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33302 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33318 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A12%3A54.526897&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33326 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A12%3A54.526897&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33328 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A12%3A54.526897&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52554 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52560 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57142 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57192 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57190 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57158 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57168 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57180 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39606 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39610 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39620 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A13%3A39.353641&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39634 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54234 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54244 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A13%3A54.566077&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54248 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A13%3A54.566077&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54250 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A13%3A54.566077&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40142 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40158 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50058 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50060 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34666 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34690 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34668 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34678 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34652 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34684 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53822 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37810 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42290 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42296 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42312 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A14%3A39.386755&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42314 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39730 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39746 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A14%3A54.648809&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39748 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A14%3A54.648809&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39764 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A14%3A54.648809&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59714 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50080 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50096 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50098 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50062 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50068 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50066 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42172 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58390 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33358 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59284 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59294 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59304 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A15%3A39.400799&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59718 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59760 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59738 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59722 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59726 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59750 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59370 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60792 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60794 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A15%3A54.747097&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60802 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A15%3A54.747097&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60808 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A15%3A54.747097&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47852 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47866 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54340 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59330 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59354 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59320 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59346 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59362 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59318 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37030 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37036 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37046 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A16%3A39.435130&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44592 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44594 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44596 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A16%3A54.820485&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44598 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A16%3A54.820485&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44610 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A16%3A54.820485&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33802 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41200 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41208 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35460 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35438 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35480 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35430 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35472 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35450 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56090 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56106 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56120 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34510 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34516 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34528 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34540 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34544 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34560 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34566 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34570 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34574 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51950 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51958 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A17%3A39.456862&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51992 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52000 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52010 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A17%3A54.879949&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52026 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A17%3A54.879949&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52036 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A17%3A54.879949&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48414 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48426 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41214 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41230 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41240 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41250 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41218 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41248 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44956 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50468 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60662 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60676 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A18%3A39.487249&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48438 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48444 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48458 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48472 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48476 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48464 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59462 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59478 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59490 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A18%3A54.943358&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59492 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A18%3A54.943358&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59508 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A18%3A54.943358&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36052 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36064 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50786 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53610 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60688 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60712 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60704 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60684 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60732 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60716 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38730 - "GET /latest/viewer?search=parent%3D66ca855545d2bdb448d32410 HTTP/1.0" 200 OK INFO: 172.18.0.1:38734 - "GET /latest/viewer?node_id=66d1eaac972532c1398123d0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38744 - "GET /latest/viewer?node_id=6814f6fd06dc949ee7b0554a HTTP/1.0" 200 OK INFO: 172.18.0.1:47486 - "GET /latest/node/6814f6fd06dc949ee7b0554a HTTP/1.0" 200 OK INFO: 172.18.0.1:47500 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47512 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47520 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A19%3A39.519006&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47522 - "GET /latest/nodes?parent=66ca855545d2bdb448d32410&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:38412 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38428 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38436 - "GET /latest/node/66d1eaac972532c1398123d0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38448 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A19%3A54.983923&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38458 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A19%3A54.983923&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38472 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A19%3A54.983923&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50876 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59260 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59272 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38682 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38704 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38678 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38688 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38716 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38710 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54888 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43664 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43678 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A20%3A39.533664&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59190 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59200 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A20%3A55.043402&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59202 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A20%3A55.043402&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59210 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A20%3A55.043402&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55932 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59318 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59292 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59278 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59328 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59342 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59308 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59716 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59722 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37316 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56222 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56234 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56236 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A21%3A39.561467&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55992 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55954 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55960 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56008 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55966 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55982 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40520 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40536 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A21%3A55.250248&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40548 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A21%3A55.250248&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40550 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A21%3A55.250248&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35898 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35908 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46672 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46684 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:32972 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33920 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33936 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33940 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56258 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56260 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56284 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56274 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56240 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56256 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33990 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34000 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34012 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34016 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34030 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34044 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34058 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34068 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40208 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40210 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40226 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A22%3A39.576079&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40484 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40490 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40496 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A22%3A55.288747&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40500 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A22%3A55.288747&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40508 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A22%3A55.288747&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45326 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51768 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51774 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33970 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33980 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33986 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33960 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33958 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33946 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50746 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49404 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49408 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49418 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A23%3A39.591254&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60076 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60078 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A23%3A55.326808&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60090 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A23%3A55.326808&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60098 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A23%3A55.326808&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51814 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51828 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51794 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51818 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51784 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51826 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51806 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51798 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53710 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53720 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43760 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43774 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A24%3A39.625502&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51874 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51844 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51890 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51838 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51862 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51854 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45382 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45386 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45400 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A24%3A55.369612&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45406 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A24%3A55.369612&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45412 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A24%3A55.369612&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59354 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59366 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34634 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34640 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56840 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43798 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43818 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43814 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43824 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43806 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43784 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39706 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39718 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39734 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A25%3A39.662012&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40700 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40708 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A25%3A55.427433&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40718 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A25%3A55.427433&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40732 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A25%3A55.427433&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59448 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40686 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40692 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56900 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56874 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56858 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56884 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56856 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56846 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51278 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41080 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41084 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A26%3A39.674481&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44020 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44030 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44042 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A26%3A55.507074&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44044 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A26%3A55.507074&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44054 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A26%3A55.507074&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44372 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44384 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40734 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40710 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40700 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40722 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40716 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40706 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57758 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57766 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46508 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53810 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53824 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53838 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53852 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53858 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53862 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53870 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53884 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53888 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53904 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:60694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60706 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60718 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A27%3A39.709176&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44410 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44428 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44386 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44442 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44416 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44394 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43998 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44006 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A27%3A55.590405&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44014 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A27%3A55.590405&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44030 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A27%3A55.590405&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38644 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55862 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60738 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60728 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60722 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60736 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60732 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60748 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60002 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60018 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60030 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A28%3A39.721838&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52746 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52752 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A28%3A55.633002&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52764 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A28%3A55.633002&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52778 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A28%3A55.633002&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47100 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47112 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35560 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35568 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54784 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54792 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54772 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54776 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54786 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54756 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40250 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33884 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33892 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A29%3A39.734679&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36560 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36574 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36572 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A29%3A55.714684&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36588 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A29%3A55.714684&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36602 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A29%3A55.714684&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39886 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39892 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35576 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35612 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35628 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35620 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35584 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35598 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47680 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56372 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50672 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A30%3A39.749092&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50676 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39918 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39960 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39946 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39958 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39902 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39934 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39910 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39922 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A30%3A55.783617&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39934 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A30%3A55.783617&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39938 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A30%3A55.783617&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39950 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42832 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42838 - "GET /latest/viewer?search=parent%3D684316dedf6d39358547cd53 HTTP/1.0" 200 OK INFO: 172.18.0.1:51810 - "GET /latest/nodes?parent=684316dedf6d39358547cd53&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:51824 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51830 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52232 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41418 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50682 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50710 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50714 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50700 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50690 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50704 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43154 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43164 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A31%3A39.763387&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43180 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48702 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A31%3A55.827966&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48718 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A31%3A55.827966&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48734 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A31%3A55.827966&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38602 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38614 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38626 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43228 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41456 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41470 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41442 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41432 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41430 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41460 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57520 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57528 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57536 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57552 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57554 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57556 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57572 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35384 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35386 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35390 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35404 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35414 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A32%3A39.778410&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35430 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59044 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A32%3A55.914855&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59046 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A32%3A55.914855&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59056 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A32%3A55.914855&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48138 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48146 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48148 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43276 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43256 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43284 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43300 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43244 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43260 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48228 - "GET /latest/viewer?node_id=6671b8e70f37dff8d68c6fdf HTTP/1.0" 200 OK INFO: 172.18.0.1:48230 - "GET /latest/viewer?node_id=68496f69899b6f90322a16e6 HTTP/1.0" 200 OK INFO: 172.18.0.1:41372 - "GET /latest/node/6671b8e70f37dff8d68c6fdf HTTP/1.0" 200 OK INFO: 172.18.0.1:41386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41396 - "GET /latest/node/68496f69899b6f90322a16e6 HTTP/1.0" 200 OK INFO: 172.18.0.1:41400 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37044 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56204 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56220 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A33%3A39.805596&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56222 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48176 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48162 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48222 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48192 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48226 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48206 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54724 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54726 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A33%3A55.958434&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54730 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A33%3A55.958434&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54746 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A33%3A55.958434&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59374 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59394 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59134 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47532 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56262 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56250 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56270 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56240 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56238 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56256 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48740 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48744 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A34%3A39.837748&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48758 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43458 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A34%3A56.019795&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43464 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A34%3A56.019795&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43470 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A34%3A56.019795&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42220 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42232 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42236 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49508 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49518 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36334 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36342 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36314 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36308 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36328 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36318 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52278 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37508 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37510 - "GET /latest/viewer?node_id=6638c9e9c3a2ccf462d8a2c5 HTTP/1.0" 200 OK INFO: 172.18.0.1:52054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52068 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A35%3A39.851627&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52082 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46888 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46902 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A35%3A56.100810&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46916 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A35%3A56.100810&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46922 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A35%3A56.100810&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35724 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35732 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49578 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49560 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49562 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49532 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49576 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49548 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35794 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35804 - "GET /latest/viewer?node_id=6814edfb1241e19dfcb2b646 HTTP/1.0" 200 OK INFO: 172.18.0.1:34220 - "GET /latest/node/6814edfb1241e19dfcb2b646 HTTP/1.0" 200 OK INFO: 172.18.0.1:34234 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34244 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39782 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A36%3A39.869283&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39784 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35762 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35750 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35774 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35780 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35734 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35764 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54622 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54638 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A36%3A56.182958&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54648 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A36%3A56.182958&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54654 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A36%3A56.182958&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32860 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32876 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32892 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44708 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44718 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46582 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40402 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39818 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39796 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39808 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39790 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39824 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39816 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54220 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54228 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54230 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54242 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54252 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54264 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54268 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54270 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54280 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54294 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A37%3A39.883134&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54310 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54312 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54322 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54598 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54606 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A37%3A56.229998&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54612 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A37%3A56.229998&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54622 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A37%3A56.229998&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50086 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50098 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50108 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38586 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38600 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40434 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40440 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40446 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40404 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40462 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40420 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35244 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50642 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50652 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A38%3A39.908329&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50668 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48852 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48866 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A38%3A56.293001&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48880 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A38%3A56.293001&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48884 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A38%3A56.293001&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33980 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38632 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38614 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38626 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38616 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38638 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38624 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34052 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52990 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51504 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56604 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49040 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49056 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A39%3A39.932265&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49058 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34018 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34000 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34050 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34028 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34034 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34002 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45090 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45102 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A39%3A56.374746&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45110 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A39%3A56.374746&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45118 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A39%3A56.374746&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59286 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59310 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49056 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49066 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49108 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49078 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49100 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49086 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49112 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49068 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60976 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60988 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A40%3A39.947004&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60992 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50704 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50714 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A40%3A56.436006&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51108 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A40%3A56.436006&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51110 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A40%3A56.436006&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51140 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52142 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57642 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57636 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57652 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57684 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57664 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57678 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58742 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56074 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52636 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52640 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A41%3A39.993537&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52642 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59840 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38262 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A41%3A56.499476&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38268 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A41%3A56.499476&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38278 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A41%3A56.499476&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38292 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52150 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52144 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52182 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52166 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52186 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52152 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38366 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:32900 - "GET /latest/viewer?node_id=66d073122a93a71e24dc7a0d HTTP/1.0" 200 OK INFO: 172.18.0.1:32908 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32924 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49400 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49416 - "GET /latest/node/66d073122a93a71e24dc7a0d HTTP/1.0" 200 OK INFO: 172.18.0.1:51232 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59204 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A42%3A40.011419&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59206 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59212 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59226 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59230 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59232 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59240 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59252 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59266 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59282 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59292 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59296 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38314 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38340 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38300 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38316 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38328 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38356 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46044 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A42%3A56.570804&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46056 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A42%3A56.570804&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46068 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A42%3A56.570804&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46082 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46096 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46098 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45324 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44630 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59340 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59320 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59356 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59372 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59312 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59328 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44338 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A43%3A40.163616&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44348 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44544 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38244 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A43%3A56.608384&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38248 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A43%3A56.608384&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38252 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A43%3A56.608384&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38256 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38260 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38268 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56082 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56084 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40374 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40346 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40358 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40364 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40368 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40354 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57964 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57976 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A44%3A40.177695&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57984 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41626 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A44%3A56.803460&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41636 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A44%3A56.803460&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41646 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A44%3A56.803460&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41654 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41656 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56114 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56110 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56090 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56112 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56102 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56128 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41700 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54474 - "GET /latest/viewer?node_id=66d99aca3f8f72dc6a458099 HTTP/1.0" 200 OK INFO: 172.18.0.1:54482 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54498 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52292 - "GET /latest/node/66d99aca3f8f72dc6a458099 HTTP/1.0" 200 OK INFO: 172.18.0.1:51444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55572 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A45%3A40.208734&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55588 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41666 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41670 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41694 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41686 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41698 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41662 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33202 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59238 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A45%3A56.891871&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59254 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A45%3A56.891871&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59266 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A45%3A56.891871&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57456 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57462 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42436 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40358 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55600 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55646 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55602 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55614 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55638 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55628 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38202 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38210 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A46%3A40.234995&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38218 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34472 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36310 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A46%3A56.958261&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36318 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A46%3A56.958261&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36334 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A46%3A56.958261&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36344 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36360 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46544 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46566 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40386 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40384 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40414 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40364 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40402 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40374 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42146 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57716 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43120 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43134 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A47%3A40.249473&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43148 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43154 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43162 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43166 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43174 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43180 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43186 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43192 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43204 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43214 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43220 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:39034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36312 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A47%3A57.021093&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36314 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A47%3A57.021093&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36318 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A47%3A57.021093&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46616 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46582 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46630 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46596 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46618 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46612 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36378 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39546 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39550 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39564 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60594 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60596 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A48%3A40.266400&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60608 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36336 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36366 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36330 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36342 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36354 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36350 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52156 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A48%3A57.095039&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52168 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A48%3A57.095039&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52184 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A48%3A57.095039&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52196 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52208 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53958 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53970 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42340 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42356 - "GET /latest/viewer?search=parent%3D671bd02229c01ad5b1ff8e88 HTTP/1.0" 200 OK INFO: 172.18.0.1:42370 - "GET /latest/nodes?parent=671bd02229c01ad5b1ff8e88&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:49452 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60634 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60624 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60664 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60638 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60654 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60680 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47346 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47348 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A49%3A40.308090&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47352 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54418 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A49%3A57.199478&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54426 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A49%3A57.199478&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54432 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A49%3A57.199478&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54456 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33810 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33812 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49458 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49500 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49484 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49496 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49466 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49474 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42818 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42832 - "GET /latest/viewer?search=parent%3D681ce65eda89d41f683293d5 HTTP/1.0" 200 OK INFO: 172.18.0.1:42846 - "GET /latest/viewer?node_id=6747cd846ac9bf4613f98307 HTTP/1.0" 200 OK INFO: 172.18.0.1:59390 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59402 - "GET /latest/nodes?parent=681ce65eda89d41f683293d5&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:32922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32934 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A50%3A40.322129&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32942 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35686 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53212 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A50%3A57.265089&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53222 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A50%3A57.265089&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53226 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A50%3A57.265089&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53230 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33850 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33876 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33870 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33858 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33828 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33834 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51384 - "GET /latest/node/6747cd846ac9bf4613f98307 HTTP/1.0" 200 OK INFO: 172.18.0.1:51386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51394 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51396 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:37742 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55342 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45552 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45558 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A51%3A40.336360&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45566 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53262 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53278 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53264 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53272 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53248 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53238 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56370 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56660 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A51%3A57.358062&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56674 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A51%3A57.358062&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56684 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A51%3A57.358062&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56710 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58826 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58834 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58840 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58162 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55636 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45624 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45588 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45640 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45612 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45582 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45598 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41622 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41632 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A52%3A40.373378&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41648 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38376 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38388 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38396 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38398 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38402 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38406 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38408 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38410 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38416 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38428 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38436 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51542 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A52%3A57.397487&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51550 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A52%3A57.397487&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51566 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A52%3A57.397487&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51576 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51590 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48868 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48880 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48890 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55684 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55680 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55660 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55670 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55698 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55646 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37106 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36498 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44504 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44510 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A53%3A40.399248&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44512 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38778 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39430 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A53%3A57.437120&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39440 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A53%3A57.437120&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39452 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A53%3A57.437120&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39468 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48926 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48920 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48912 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48932 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48898 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48902 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39538 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51762 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51772 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51774 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56532 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48666 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A54%3A40.414188&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48678 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39484 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39506 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39496 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39536 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39520 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39516 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:32772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60370 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A54%3A57.528054&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60376 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A54%3A57.528054&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60386 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A54%3A57.528054&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60396 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39206 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39222 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39236 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46968 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54136 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48688 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48708 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48704 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48718 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48714 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48720 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54190 - "GET /latest/viewer?node_id=670c02c0cfbeb02238a9a47d HTTP/1.0" 200 OK INFO: 172.18.0.1:51390 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51392 - "GET /latest/node/670c02c0cfbeb02238a9a47d HTTP/1.0" 200 OK INFO: 172.18.0.1:51400 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A55%3A40.428423&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51410 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36858 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A55%3A57.565949&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36860 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A55%3A57.565949&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36876 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A55%3A57.565949&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36878 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36880 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49910 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49920 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49928 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54186 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54172 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54152 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54150 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54170 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54154 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38828 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60474 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60484 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A56%3A40.442407&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60494 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57972 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49480 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A56%3A57.603577&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49494 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A56%3A57.603577&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49500 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A56%3A57.603577&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49992 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49990 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49980 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49948 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49940 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49964 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48058 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48064 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48080 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41912 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56522 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56524 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35778 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A57%3A40.480271&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35788 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35804 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49586 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49536 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49564 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49548 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49576 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49524 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35866 - "GET /latest/favicon.ico HTTP/1.0" 404 Not Found INFO: 172.18.0.1:45284 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45300 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45302 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45316 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45318 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45320 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45332 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45340 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45344 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45358 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45368 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49160 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A57%3A57.704055&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49162 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A57%3A57.704055&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49168 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A57%3A57.704055&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49170 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49174 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49176 - "GET /latest/favicon.ico HTTP/1.0" 404 Not Found INFO: 172.18.0.1:46928 - "GET /latest/.well-known/security.txt HTTP/1.0" 404 Not Found INFO: 172.18.0.1:46932 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46946 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46960 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56486 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60334 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35812 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35850 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35840 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35852 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35822 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35838 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42140 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A58%3A40.499490&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42146 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34448 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36994 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A58%3A57.746007&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37000 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A58%3A57.746007&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37016 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A58%3A57.746007&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37024 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37038 - "GET /latest/viewer?search=parent%3D67fc53019fa3bd529253c055 HTTP/1.0" 200 OK INFO: 172.18.0.1:37050 - "GET /latest/viewer?node_id=6710365bab53a65f0e2e83ac HTTP/1.0" 200 OK INFO: 172.18.0.1:37056 - "GET /latest/nodes?parent=67fc53019fa3bd529253c055&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:37070 - "GET /latest/viewer?search=parent%3D67103171ab53a65f0e2e70b6 HTTP/1.0" 200 OK INFO: 172.18.0.1:35600 - "GET /latest/nodes?parent=67103171ab53a65f0e2e70b6&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:35604 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35614 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60378 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60340 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60384 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60362 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60382 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60346 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35686 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57876 - "GET /latest/node/6710365bab53a65f0e2e83ac HTTP/1.0" 200 OK INFO: 172.18.0.1:45314 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54744 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54760 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T13%3A59%3A40.513765&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54772 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55984 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A59%3A57.811198&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55992 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A59%3A57.811198&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56008 - "GET /latest/nodes?timeout__lt=2025-07-06T13%3A59%3A57.811198&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56016 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35660 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35646 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35630 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35658 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35632 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35670 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56086 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33752 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33754 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33758 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51886 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32790 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A00%3A40.528037&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32798 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56050 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56030 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56074 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56038 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56062 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56080 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45482 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45490 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A00%3A57.893619&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45496 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A00%3A57.893619&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45502 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A00%3A57.893619&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45530 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33210 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33226 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34886 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34890 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47810 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32818 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:32846 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:32842 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:32828 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:32850 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:32804 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37522 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37532 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A01%3A40.542798&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37536 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57584 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A01%3A57.935719&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57588 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A01%3A57.935719&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57598 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A01%3A57.935719&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57606 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57622 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57626 - "GET /latest/viewer?node_id=671c1cb6935eabb910f23249 HTTP/1.0" 200 OK INFO: 172.18.0.1:40080 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40090 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47832 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47816 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47814 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47846 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47852 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47830 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52406 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52412 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36896 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A02%3A40.574505&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36904 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54752 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54756 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54770 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54772 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54778 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54780 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54784 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54792 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54798 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:54800 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35990 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A02%3A58.026196&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35998 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A02%3A58.026196&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36010 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A02%3A58.026196&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36026 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40138 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40124 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40094 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40146 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40102 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40112 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36094 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34296 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45958 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45966 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44358 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44368 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A03%3A40.614756&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44378 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36084 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36032 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36056 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36042 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36066 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36078 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55120 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A03%3A58.095736&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55130 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A03%3A58.095736&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55134 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A03%3A58.095736&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35676 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54598 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54606 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59012 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44424 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44386 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44406 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44434 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44400 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44418 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46580 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A04%3A40.629697&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46596 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43706 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53340 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A04%3A58.341460&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53352 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A04%3A58.341460&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53354 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A04%3A58.341460&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53364 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53376 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53392 - "GET /latest/viewer?node_id=66d65968bc920e0e668eae64 HTTP/1.0" 200 OK INFO: 172.18.0.1:35358 - "GET /latest/node/66d65968bc920e0e668eae64 HTTP/1.0" 200 OK INFO: 172.18.0.1:35364 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35378 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59048 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59034 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59070 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59018 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59042 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59058 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37668 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43184 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49208 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A05%3A40.644055&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49214 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38936 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43516 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43528 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A05%3A58.380674&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43532 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A05%3A58.380674&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43546 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A05%3A58.380674&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35450 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35426 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35418 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35436 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35388 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35404 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43602 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39578 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37486 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37496 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45792 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46908 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46914 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A06%3A40.679718&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46924 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43556 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43592 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43594 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43564 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43576 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43578 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47416 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47420 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A06%3A58.564260&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47422 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A06%3A58.564260&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47438 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A06%3A58.564260&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46930 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46940 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46964 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46960 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46962 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46942 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47454 - "PUT /latest/node/686a58a48b63fc4666808adb HTTP/1.0" 200 OK INFO: 172.18.0.1:47482 - "GET /latest/node/686a58a48b63fc4666808adb HTTP/1.0" 200 OK INFO: 172.18.0.1:47498 - "PUT /latest/batch/nodeset HTTP/1.0" 200 OK INFO: 172.18.0.1:47506 - "GET /latest/nodes/fast?state=done&processed_by_kcidb_bridge=False&created__gt=2025-07-02+14%3A06%3A59.739164&updated__lt=2025-07-06+14%3A01%3A59.739176&limit=500 HTTP/1.0" 200 OK INFO: 172.18.0.1:47514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46822 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46832 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39334 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39338 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50194 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47466 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47508 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47496 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47468 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47470 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47476 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39838 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39846 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A07%3A40.695052&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39860 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52326 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52328 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52344 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52348 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52352 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52354 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52368 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36946 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36950 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50200 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50204 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50226 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50214 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50210 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50202 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36962 - "POST /latest/node HTTP/1.0" 200 OK INFO: 172.18.0.1:36990 - "GET /latest/node/686a833d8b63fc4666808ae1 HTTP/1.0" 200 OK INFO: 172.18.0.1:37016 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:37028 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:37030 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37038 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A07%3A58.673717&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37048 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A07%3A58.673717&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37058 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A07%3A58.673717&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37062 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51800 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51808 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36974 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37008 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36976 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37000 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36994 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36972 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52886 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52900 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52762 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60166 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A08%3A40.710080&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60174 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48056 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44452 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44454 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A08%3A58.723364&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44470 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A08%3A58.723364&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44474 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A08%3A58.723364&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51836 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51846 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51854 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51828 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51818 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51840 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44532 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44542 - "GET /latest/viewer?search=parent%3D67fcdbd957bee17fc634315e HTTP/1.0" 200 OK INFO: 172.18.0.1:49054 - "GET /latest/nodes?parent=67fcdbd957bee17fc634315e&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:49064 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49076 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33560 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44504 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34226 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A09%3A40.742413&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34238 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44508 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44498 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44520 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44476 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44492 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44484 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46736 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46744 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A09%3A58.791199&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46756 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A09%3A58.791199&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46768 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A09%3A58.791199&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46774 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33594 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33610 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45192 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45208 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58218 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34272 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34270 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34274 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34264 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34260 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34244 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40442 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A10%3A40.778050&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40458 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51416 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54580 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A10%3A58.830786&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54596 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A10%3A58.830786&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54600 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A10%3A58.830786&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54606 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50610 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58224 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58242 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58282 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58270 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58232 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58258 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54892 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54906 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52756 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A11%3A40.795362&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52772 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45490 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59784 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A11%3A58.876047&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59792 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A11%3A58.876047&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59804 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A11%3A58.876047&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50660 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50626 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50680 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50648 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50664 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50642 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37324 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57940 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38756 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38764 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A12%3A40.820688&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38768 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59818 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59846 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59868 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59850 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59856 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59832 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34682 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43366 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43372 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43396 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43404 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43414 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A12%3A59.039486&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43416 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43430 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A12%3A59.039486&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43440 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43444 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A12%3A59.039486&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43452 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43458 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43466 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43470 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43474 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54742 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54758 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52536 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52538 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36776 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38802 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38820 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38792 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38780 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38814 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38812 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38992 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39006 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A13%3A40.835893&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39016 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42054 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37622 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37628 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A13%3A59.133936&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37642 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A13%3A59.133936&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37648 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A13%3A59.133936&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51564 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36830 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36814 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36794 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36822 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36788 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36810 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35396 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35398 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45286 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45290 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A14%3A40.850380&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45300 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37060 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43198 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A14%3A59.191780&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43202 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A14%3A59.191780&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43218 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A14%3A59.191780&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51602 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51612 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51588 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51578 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51610 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51574 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43248 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42896 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42902 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39374 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39378 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38472 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55346 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55350 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A15%3A40.867897&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55352 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43228 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43230 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43244 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43224 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43240 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43226 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36498 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32812 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32814 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A15%3A59.253078&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32822 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A15%3A59.253078&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32826 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A15%3A59.253078&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44658 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44672 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59248 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53244 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53256 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55358 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55392 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55380 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55404 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55402 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55372 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49300 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49306 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A16%3A40.892524&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49320 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46238 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60326 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60336 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A16%3A59.350584&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60344 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A16%3A59.350584&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60356 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A16%3A59.350584&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60364 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43578 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43588 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53298 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53278 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53302 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53276 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53264 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53294 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52162 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36024 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36038 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60010 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A17%3A40.910308&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60022 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39684 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37704 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43630 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43596 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43604 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43622 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43616 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43640 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37716 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A17%3A59.430646&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37756 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A17%3A59.430646&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37774 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A17%3A59.430646&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37776 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37792 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:37800 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:37810 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:37816 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:37828 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:37830 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:37840 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:37854 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:37866 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:37876 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33598 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33606 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48074 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46710 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46726 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52372 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52386 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A18%3A40.947084&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52402 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52412 - "GET /latest/viewer?search=parent%3D68496ebb899b6f90322a12ce HTTP/1.0" 200 OK INFO: 172.18.0.1:52418 - "GET /latest/nodes?parent=68496ebb899b6f90322a12ce&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:37760 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37766 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37718 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37744 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37734 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37748 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42644 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45858 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45866 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A18%3A59.511150&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45872 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A18%3A59.511150&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45888 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A18%3A59.511150&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45904 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50666 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50682 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42728 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42744 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52460 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52472 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52428 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52448 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52432 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52470 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51448 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A19%3A40.983489&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51452 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51236 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51238 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A19%3A59.548929&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51248 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A19%3A59.548929&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51264 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A19%3A59.548929&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48192 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48208 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42796 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42786 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42766 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42802 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42782 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42758 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58910 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49048 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49062 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50134 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A20%3A40.997706&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50140 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50448 - "GET /latest/viewer?node_id=66d66bbebc920e0e668f123f HTTP/1.0" 200 OK INFO: 172.18.0.1:50464 - "GET /latest/node/66d66bbebc920e0e668f123f HTTP/1.0" 200 OK INFO: 172.18.0.1:52100 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48252 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48244 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48234 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48228 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48260 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48214 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52156 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A20%3A59.631861&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52166 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A20%3A59.631861&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52180 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A20%3A59.631861&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43322 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35406 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35412 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49196 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49206 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A21%3A41.011890&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49214 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52118 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52128 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52150 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52106 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52116 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52134 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50680 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50694 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A21%3A59.690928&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50702 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A21%3A59.690928&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50708 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A21%3A59.690928&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49274 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49220 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49262 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49232 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49290 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49248 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50712 - "PUT /latest/node/686a5c2f8b63fc4666808ade HTTP/1.0" 200 OK INFO: 172.18.0.1:50772 - "GET /latest/node/686a5c2f8b63fc4666808ade HTTP/1.0" 200 OK INFO: 172.18.0.1:50784 - "PUT /latest/batch/nodeset HTTP/1.0" 200 OK INFO: 172.18.0.1:50798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50814 - "GET /latest/nodes/fast?state=done&processed_by_kcidb_bridge=False&created__gt=2025-07-02+14%3A22%3A00.851869&updated__lt=2025-07-06+14%3A17%3A00.851882&limit=500 HTTP/1.0" 200 OK INFO: 172.18.0.1:44102 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44104 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41696 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50728 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50824 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50720 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50758 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50748 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50740 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41744 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36578 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A22%3A41.025851&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36588 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42668 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52812 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52816 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A22%3A59.804590&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52828 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A22%3A59.804590&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52844 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A22%3A59.804590&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52850 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52852 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52868 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41708 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41720 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41712 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41726 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41734 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41736 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:52876 - "POST /latest/node HTTP/1.0" 200 OK INFO: 172.18.0.1:52922 - "GET /latest/node/686a86c78b63fc4666808ae4 HTTP/1.0" 200 OK INFO: 172.18.0.1:52940 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52946 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52956 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52962 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52978 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52992 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:53002 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:53016 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:55130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55138 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52914 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52930 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52904 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52878 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52906 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52892 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59804 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48048 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48060 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43904 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43906 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A23%3A41.040358&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43910 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54632 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40534 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55196 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55152 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55200 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55192 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55180 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55164 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40588 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A24%3A00.019232&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40594 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A24%3A00.019232&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40606 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A24%3A00.019232&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40608 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34460 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56588 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36120 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36134 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42402 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42416 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A24%3A41.055808&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42430 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40548 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40552 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40546 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40584 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40568 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40582 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45540 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38858 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38872 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A25%3A00.058515&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38880 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A25%3A00.058515&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38882 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A25%3A00.058515&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38894 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33472 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33486 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54214 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42462 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42452 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42438 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42454 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42432 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42466 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54282 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47894 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A25%3A41.074222&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47902 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47558 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47560 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A26%3A00.103172&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47568 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A26%3A00.103172&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47572 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A26%3A00.103172&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47586 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49008 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49014 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54236 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54228 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54226 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54272 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54262 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54250 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37550 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40320 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40336 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60306 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60322 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A26%3A41.089477&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60338 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54538 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56138 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49022 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49032 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49038 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49034 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49042 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49020 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56190 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A27%3A00.192649&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56192 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A27%3A00.192649&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56208 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A27%3A00.192649&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56218 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36242 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36256 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60950 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60964 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42756 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42766 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A27%3A41.113535&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42776 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56154 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56140 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56170 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56184 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56182 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56152 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56694 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56704 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A28%3A00.243569&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56710 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A28%3A00.243569&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56720 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A28%3A00.243569&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56736 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51426 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51438 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51454 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51456 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51462 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51464 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51490 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51494 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51496 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51500 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:51516 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58026 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37142 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42826 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42842 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42788 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42790 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42802 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42816 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37208 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43230 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43236 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A28%3A41.132703&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43238 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36720 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36530 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36544 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A29%3A00.305609&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36558 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A29%3A00.305609&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36560 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A29%3A00.305609&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36562 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36564 - "GET /latest/viewer?node_id=6814f6fd06dc949ee7b0556e HTTP/1.0" 200 OK INFO: 172.18.0.1:36580 - "GET /latest/node/6814f6fd06dc949ee7b0556e HTTP/1.0" 200 OK INFO: 172.18.0.1:39028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39034 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37202 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37174 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37144 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37158 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37190 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37166 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47568 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53344 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53350 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38614 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38616 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A29%3A41.146779&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38630 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54902 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39042 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39074 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39052 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39048 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39068 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39088 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54976 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A30%3A00.373169&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54982 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A30%3A00.373169&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54984 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A30%3A00.373169&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36680 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36690 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52740 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33636 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33640 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40800 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A30%3A41.160878&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40816 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54946 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54968 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54932 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54952 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54918 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54960 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49674 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A31%3A00.441157&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49682 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A31%3A00.441157&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49692 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A31%3A00.441157&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49708 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54500 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54506 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33610 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40848 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40850 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40840 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40866 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40882 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40832 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46500 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46506 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46512 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A31%3A41.193653&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46528 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46828 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46832 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A32%3A00.630695&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46836 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A32%3A00.630695&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46846 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A32%3A00.630695&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46862 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60614 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60622 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33632 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33624 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33646 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33668 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33662 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33676 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36564 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50454 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33920 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33930 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33940 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A32%3A41.231412&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33946 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47258 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60646 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60674 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60636 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60658 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60672 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60654 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35470 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A33%3A00.684448&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35486 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A33%3A00.684448&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35492 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35508 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A33%3A00.684448&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59864 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59880 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59896 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59904 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59912 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59918 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59926 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59930 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59936 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59944 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59958 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59964 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35368 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37652 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58356 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58370 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58386 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A33%3A41.245618&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58402 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35454 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35448 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35436 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35410 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35424 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35398 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40948 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35404 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35414 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A34%3A00.764526&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35422 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A34%3A00.764526&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35438 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A34%3A00.764526&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47180 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47194 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34916 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56886 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58422 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58428 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58434 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58416 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58450 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58462 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43180 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43188 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43196 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A34%3A41.312414&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43210 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39968 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39972 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39988 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A35%3A00.951487&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39996 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A35%3A00.951487&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40002 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A35%3A00.951487&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40014 - "GET /latest/viewer?node_id=670d3f6f5f7501f86e30a348 HTTP/1.0" 200 OK INFO: 172.18.0.1:40028 - "GET /latest/viewer?node_id=6837a87b6a1861eda1ce2774 HTTP/1.0" 200 OK INFO: 172.18.0.1:40030 - "GET /latest/viewer?node_id=66d693f8bc920e0e66904b2e HTTP/1.0" 200 OK INFO: 172.18.0.1:40034 - "GET /latest/viewer?node_id=66722d919091ec4bc0106176 HTTP/1.0" 200 OK INFO: 172.18.0.1:40046 - "GET /latest/node/670d3f6f5f7501f86e30a348 HTTP/1.0" 200 OK INFO: 172.18.0.1:40050 - "GET /latest/viewer?node_id=68498d69899b6f90322aef46 HTTP/1.0" 200 OK INFO: 172.18.0.1:59246 - "GET /latest/viewer?node_id=680b9cf7171f60cf97de460e HTTP/1.0" 200 OK INFO: 172.18.0.1:59262 - "GET /latest/node/66722d919091ec4bc0106176 HTTP/1.0" 200 OK INFO: 172.18.0.1:59266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59276 - "GET /latest/node/68498d69899b6f90322aef46 HTTP/1.0" 200 OK INFO: 172.18.0.1:59280 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56902 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56922 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56916 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56936 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56942 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56890 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56044 - "GET /latest/node/66d693f8bc920e0e66904b2e HTTP/1.0" 200 OK INFO: 172.18.0.1:53140 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56142 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56158 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56170 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A35%3A41.327245&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56184 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57506 - "GET /latest/node/680b9cf7171f60cf97de460e HTTP/1.0" 200 OK INFO: 172.18.0.1:57516 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59296 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59316 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59286 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59310 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59294 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59326 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57580 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57588 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A36%3A01.128678&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57600 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A36%3A01.128678&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57608 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A36%3A01.128678&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49338 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56630 - "GET /latest/node/6837a87b6a1861eda1ce2774 HTTP/1.0" 200 OK INFO: 172.18.0.1:56642 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42086 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44802 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44810 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44826 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A36%3A41.368942&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44828 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57526 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57574 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57558 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57548 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57528 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57554 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34372 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50638 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50648 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A37%3A01.167721&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50658 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A37%3A01.167721&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50672 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A37%3A01.167721&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43886 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44864 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44842 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44876 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44886 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44874 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44856 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:32896 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32902 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:32904 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A37%3A41.401344&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32912 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58342 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34040 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34046 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A38%3A01.448267&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34056 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A38%3A01.448267&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34072 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A38%3A01.448267&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46704 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46720 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46726 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46734 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46750 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46758 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46762 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51568 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51564 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51580 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51596 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51604 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51572 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46828 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46834 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:46850 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:46862 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:51268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42542 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46360 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46370 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A38%3A41.415481&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46374 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46384 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46022 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53676 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46822 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46784 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46782 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46810 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46768 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46798 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53744 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53746 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A39%3A01.546066&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53750 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A39%3A01.546066&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53762 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A39%3A01.546066&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36084 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36090 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36102 - "GET /latest/viewer?node_id=68466d42c677d63cf0d3b804 HTTP/1.0" 200 OK INFO: 172.18.0.1:36104 - "GET /latest/node/68466d42c677d63cf0d3b804 HTTP/1.0" 200 OK INFO: 172.18.0.1:51072 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52618 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59906 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59920 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A39%3A41.431954&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59930 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59942 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53738 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53690 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53730 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53716 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53706 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53698 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39234 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39250 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A40%3A01.621720&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39260 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A40%3A01.621720&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39272 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A40%3A01.621720&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51122 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51124 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59986 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59962 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59972 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60000 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59994 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59958 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47890 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A40%3A41.467905&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47896 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47912 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60816 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A41%3A01.666240&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60818 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A41%3A01.666240&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60830 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A41%3A01.666240&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56142 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56152 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50534 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50546 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50530 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50548 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50526 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50532 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49908 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54848 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36276 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36284 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A41%3A41.482658&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36292 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36298 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52202 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56194 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56180 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56204 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56190 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56206 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56166 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53254 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53260 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A42%3A02.004877&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53270 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A42%3A02.004877&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53282 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A42%3A02.004877&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52454 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52464 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54250 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45052 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45068 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A42%3A41.496881&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45070 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45080 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53222 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53192 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53198 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53244 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53236 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53208 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35024 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41850 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41860 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41866 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A43%3A02.107939&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41882 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A43%3A02.107939&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41894 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A43%3A02.107939&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57042 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57050 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57058 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57074 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57078 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40152 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40164 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40180 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40196 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40212 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40220 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37466 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45134 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45124 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45110 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45088 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45126 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45102 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40062 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40066 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A43%3A41.512231&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40080 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40088 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:33722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52494 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52500 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A44%3A02.156879&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52514 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A44%3A02.156879&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52524 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A44%3A02.156879&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50772 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50774 - "GET /latest/viewer?search=parent%3D682b57b682c64055b55d22b1 HTTP/1.0" 200 OK INFO: 172.18.0.1:50784 - "GET /latest/nodes?parent=682b57b682c64055b55d22b1&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:37494 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37522 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37470 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37482 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37498 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37510 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52422 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52438 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A44%3A41.528259&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52444 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52458 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36266 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50832 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50816 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50798 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50840 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50806 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50838 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34882 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34898 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A45%3A02.216585&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34914 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A45%3A02.216585&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34930 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A45%3A02.216585&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33168 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33172 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52900 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44522 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44534 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A45%3A41.564355&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44538 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34858 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34832 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34862 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34846 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34866 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34874 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44600 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34744 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34760 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34764 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A46%3A02.282565&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34766 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A46%3A02.282565&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34768 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A46%3A02.282565&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32952 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32958 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36572 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56914 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44554 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44590 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44544 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44578 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44564 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44546 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34422 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34428 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A46%3A41.578410&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34440 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52108 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49986 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49996 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50006 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A47%3A02.322168&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50016 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A47%3A02.322168&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50018 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A47%3A02.322168&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43538 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43546 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56934 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56958 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56944 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56972 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56926 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56930 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60764 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53104 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35350 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A47%3A41.592689&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35362 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41110 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41116 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48196 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43574 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43592 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43562 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43590 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43584 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43564 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48270 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48282 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A48%3A02.408554&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48286 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A48%3A02.408554&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48298 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A48%3A02.408554&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55078 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55082 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36450 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36460 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36474 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36486 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36500 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36504 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36506 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36510 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36522 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36524 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:36526 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36450 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36466 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A48%3A41.626946&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36468 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48198 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48218 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48232 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48258 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48204 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48242 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49088 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49100 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42454 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42456 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42462 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A49%3A02.449855&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42464 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A49%3A02.449855&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42480 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A49%3A02.449855&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57154 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57166 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37404 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36474 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36470 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36482 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36494 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36490 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36506 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34608 - "GET /latest/viewer?node_id=684d377d01ff3d777aa6d577 HTTP/1.0" 200 OK INFO: 172.18.0.1:34624 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34628 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A49%3A41.641304&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34638 - "GET /latest/node/684d377d01ff3d777aa6d577 HTTP/1.0" 200 OK INFO: 172.18.0.1:34646 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34776 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57950 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A50%3A02.505155&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57966 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A50%3A02.505155&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57970 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A50%3A02.505155&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52744 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52746 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37428 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37438 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37420 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37406 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37440 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37422 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48726 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51852 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51860 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A50%3A41.655565&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51866 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60022 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60032 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42126 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52794 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52780 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52774 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52750 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52764 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52796 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42200 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42214 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A51%3A02.602437&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42216 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A51%3A02.602437&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42232 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A51%3A02.602437&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38710 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38724 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59700 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52154 - "GET /latest/viewer?node_id=68496f34899b6f90322a1535 HTTP/1.0" 200 OK INFO: 172.18.0.1:52156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52158 - "GET /latest/node/68496f34899b6f90322a1535 HTTP/1.0" 200 OK INFO: 172.18.0.1:52172 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A51%3A41.671282&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52178 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42180 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42188 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42156 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42144 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42170 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42136 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54238 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54244 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34090 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34106 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34122 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A52%3A02.770601&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34136 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A52%3A02.770601&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34146 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A52%3A02.770601&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43340 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52210 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52226 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52240 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52198 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52204 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52194 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35428 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35436 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A52%3A41.687819&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35450 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34754 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34760 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40910 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40914 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40918 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A53%3A02.839353&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40922 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A53%3A02.839353&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40936 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A53%3A02.839353&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38342 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56066 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56086 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56072 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56052 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56088 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56098 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44778 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44794 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44808 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44820 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44828 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44836 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44838 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44852 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44860 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:44866 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35610 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57380 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57394 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A53%3A41.725077&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57404 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33762 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33776 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43316 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38352 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38350 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38358 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38362 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38376 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38370 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43378 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43394 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A54%3A02.894813&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43402 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A54%3A02.894813&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43416 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A54%3A02.894813&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39822 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56858 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33426 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48952 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A54%3A41.764686&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48958 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43320 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43342 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43330 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43354 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43364 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43372 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56682 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56690 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50500 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50516 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A55%3A02.959952&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50532 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A55%3A02.959952&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50534 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A55%3A02.959952&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34802 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51218 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53362 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48984 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49002 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48974 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48976 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48990 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48982 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60112 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60116 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A55%3A41.800442&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60126 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41952 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44748 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A56%3A03.002890&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44758 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A56%3A03.002890&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44770 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A56%3A03.002890&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40302 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40316 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:53372 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53404 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53396 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53390 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53414 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53386 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47454 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52126 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52138 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A56%3A41.814370&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52140 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46054 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40356 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40370 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40344 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40328 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40386 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40320 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39036 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39040 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A57%3A03.064917&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39056 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A57%3A03.064917&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39060 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A57%3A03.064917&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45506 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45512 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51812 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34656 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A57%3A41.828938&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34672 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39024 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39012 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39008 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39000 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38988 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38994 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59506 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59522 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45302 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45308 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45314 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A58%3A03.107452&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45318 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A58%3A03.107452&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45330 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A58%3A03.107452&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53042 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53052 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35630 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35638 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35644 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35660 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35670 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35672 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35688 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35702 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35714 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59382 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59396 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59404 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34732 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34696 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34718 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34678 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34708 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34686 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57244 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57252 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A58%3A41.863597&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57264 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40086 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40096 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59518 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A59%3A03.165228&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59526 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A59%3A03.165228&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59528 - "GET /latest/nodes?timeout__lt=2025-07-06T14%3A59%3A03.165228&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38556 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38570 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59430 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59440 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59414 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59450 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59470 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59458 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33642 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37972 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38940 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T14%3A59%3A41.878158&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38952 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60790 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60804 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38596 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38618 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38572 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38612 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38582 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38580 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44736 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44740 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A00%3A03.249513&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44754 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A00%3A03.249513&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44758 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A00%3A03.249513&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49702 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49718 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33796 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40104 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40120 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A00%3A41.894145&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40126 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44704 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44690 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44682 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44720 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44660 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44666 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56992 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56996 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38654 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38656 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38658 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A01%3A03.352512&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38660 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A01%3A03.352512&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38666 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A01%3A03.352512&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58796 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38400 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58378 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40178 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40166 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40142 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40194 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40148 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40160 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34036 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34038 - "GET /latest/viewer?search=parent%3D6846da9c6948d8f0b713eb06 HTTP/1.0" 200 OK INFO: 172.18.0.1:34052 - "GET /latest/viewer?search=parent%3D684fd3a388c7e08859fd6aaa HTTP/1.0" 200 OK INFO: 172.18.0.1:34068 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A01%3A41.960354&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34078 - "GET /latest/nodes?parent=6846da9c6948d8f0b713eb06&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:34084 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34086 - "GET /latest/nodes?parent=684fd3a388c7e08859fd6aaa&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:47962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59816 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59822 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59850 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A02%3A03.416752&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59864 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A02%3A03.416752&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59874 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A02%3A03.416752&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54812 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54822 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58408 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58398 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58420 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58450 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58394 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58436 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37918 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50084 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51058 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51062 - "GET /latest/viewer?search=parent%3D68498bb0899b6f90322ada8e HTTP/1.0" 200 OK INFO: 172.18.0.1:51076 - "GET /latest/nodes?parent=68498bb0899b6f90322ada8e&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:51092 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A02%3A41.996213&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51108 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52102 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44372 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44384 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54876 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54880 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54838 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54864 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54850 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54888 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44464 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A03%3A03.508746&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44478 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A03%3A03.508746&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44480 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A03%3A03.508746&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36658 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36672 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34668 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35004 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35012 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35020 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35034 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35042 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35056 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35058 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35072 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35082 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:35094 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:35096 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:60964 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60970 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A03%3A42.152879&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60980 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44448 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44426 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44406 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44438 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44416 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44398 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48150 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43826 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43832 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43846 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43850 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A04%3A03.588204&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43852 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A04%3A03.588204&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43856 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A04%3A03.588204&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34160 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34164 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44940 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49284 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60990 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:32782 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:32792 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:32776 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:32802 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60992 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36782 - "GET /latest/viewer?node_id=6854bbd8b60ccba9b9002865 HTTP/1.0" 200 OK INFO: 172.18.0.1:36798 - "GET /latest/node/6854bbd8b60ccba9b9002865 HTTP/1.0" 200 OK INFO: 172.18.0.1:36800 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A04%3A42.169072&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36808 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52782 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52802 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A05%3A03.658890&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52816 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A05%3A03.658890&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52828 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A05%3A03.658890&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44286 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44292 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49286 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49304 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49302 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49330 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49290 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49316 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47202 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57864 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57870 - "GET /latest/viewer?node_id=66d65968bc920e0e668eae1f HTTP/1.0" 200 OK INFO: 172.18.0.1:57882 - "GET /latest/viewer?search=parent%3D671b6f30fcc44e2f8a724e52 HTTP/1.0" 200 OK INFO: 172.18.0.1:57896 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A05%3A42.184625&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57912 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57918 - "GET /latest/nodes?parent=671b6f30fcc44e2f8a724e52&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:43256 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60866 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44318 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44344 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44328 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44352 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44302 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44340 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60924 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60936 - "GET /latest/node/66d65968bc920e0e668eae1f HTTP/1.0" 200 OK INFO: 172.18.0.1:60948 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60950 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A06%3A03.699396&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60952 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A06%3A03.699396&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60962 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A06%3A03.699396&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33952 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37204 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44668 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44680 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A06%3A42.221002&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44684 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60892 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60896 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60870 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60912 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60878 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60876 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57196 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43144 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43148 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43158 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43164 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A07%3A03.744210&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43168 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A07%3A03.744210&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43174 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A07%3A03.744210&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41392 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41394 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60580 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44698 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44742 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44706 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44730 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44740 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44718 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42528 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A07%3A42.255360&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42538 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47210 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47220 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47236 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47240 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A08%3A03.940942&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47250 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A08%3A03.940942&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47256 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A08%3A03.940942&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44442 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44458 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44844 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44834 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44802 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44810 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44822 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44824 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58952 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58954 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:58968 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58974 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:58990 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:58996 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59002 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59004 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59014 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59030 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59038 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34376 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34386 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A08%3A42.273547&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34402 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44478 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44484 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44482 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44470 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44480 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44500 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58272 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58284 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A09%3A04.081590&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58292 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A09%3A04.081590&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58306 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A09%3A04.081590&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43082 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43086 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52262 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34224 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60814 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60816 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A09%3A42.308096&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60818 - "GET /latest/viewer?node_id=66d041632a93a71e24db6b0d HTTP/1.0" 200 OK INFO: 172.18.0.1:60820 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60826 - "GET /latest/node/66d041632a93a71e24db6b0d HTTP/1.0" 200 OK INFO: 172.18.0.1:58210 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58242 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58194 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58228 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58214 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58244 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57664 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57666 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A10%3A04.123246&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57672 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A10%3A04.123246&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57688 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A10%3A04.123246&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54268 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54272 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38428 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60848 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:60840 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:60868 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60842 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:60854 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:60884 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44678 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44692 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A10%3A42.342681&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44704 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58760 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58772 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58782 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A11%3A04.160942&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58784 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A11%3A04.160942&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58796 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A11%3A04.160942&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41664 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41666 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:38486 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38442 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38446 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38466 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38476 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38460 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35642 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35646 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A11%3A42.357205&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35654 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35668 - "GET /latest/viewer?node_id=6849906a899b6f90322b0c8a HTTP/1.0" 200 OK INFO: 172.18.0.1:35682 - "GET /latest/viewer?node_id=67b7947edfb1dea6f76b9e62 HTTP/1.0" 200 OK INFO: 172.18.0.1:35692 - "GET /latest/viewer?node_id=66d75bb0054960692a24f4da HTTP/1.0" 200 OK INFO: 172.18.0.1:35696 - "GET /latest/node/67b7947edfb1dea6f76b9e62 HTTP/1.0" 200 OK INFO: 172.18.0.1:35698 - "GET /latest/node/6849906a899b6f90322b0c8a HTTP/1.0" 200 OK INFO: 172.18.0.1:35706 - "GET /latest/node/66d75bb0054960692a24f4da HTTP/1.0" 200 OK INFO: 172.18.0.1:35096 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41686 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41702 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41700 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41688 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41682 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41678 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44494 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44496 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:44504 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A12%3A04.296695&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44508 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A12%3A04.296695&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44520 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A12%3A04.296695&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43970 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51308 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58520 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58526 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A12%3A42.389341&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58538 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58552 - "GET /latest/viewer?node_id=66d68f90bc920e0e66903eec HTTP/1.0" 200 OK INFO: 172.18.0.1:44454 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44456 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44478 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44472 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44474 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44440 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58600 - "GET /latest/viewer?node_id=6849907a899b6f90322b0e10 HTTP/1.0" 200 OK INFO: 172.18.0.1:58616 - "GET /latest/node/66d68f90bc920e0e66903eec HTTP/1.0" 200 OK INFO: 172.18.0.1:53756 - "GET /latest/node/6849907a899b6f90322b0e10 HTTP/1.0" 200 OK INFO: 172.18.0.1:53758 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53990 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53998 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54010 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A13%3A04.336761&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54012 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A13%3A04.336761&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54028 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A13%3A04.336761&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54032 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34304 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34314 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50970 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58596 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58580 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58558 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58578 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58574 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58592 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57610 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57618 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57630 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57640 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57652 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57660 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57676 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57690 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:57702 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:57718 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49302 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49310 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A13%3A42.424912&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49312 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40530 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47272 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47294 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A14%3A04.383784&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47298 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A14%3A04.383784&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47308 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A14%3A04.383784&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47314 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38264 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38278 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57608 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57590 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57574 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57584 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57602 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57598 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56242 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33644 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A14%3A42.444360&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33648 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33664 - "GET /latest/viewer?node_id=675729351ffa00f8df4a03d1 HTTP/1.0" 200 OK INFO: 172.18.0.1:57208 - "GET /latest/node/675729351ffa00f8df4a03d1 HTTP/1.0" 200 OK INFO: 172.18.0.1:57214 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33224 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38346 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38288 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38304 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38320 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38352 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38336 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33302 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A15%3A04.463232&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33306 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A15%3A04.463232&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33308 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A15%3A04.463232&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33310 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55766 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55772 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52212 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54692 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54708 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A15%3A42.459510&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54712 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33246 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33234 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33276 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33250 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33248 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33266 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59294 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51024 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51030 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A16%3A04.520532&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51032 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A16%3A04.520532&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51034 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A16%3A04.520532&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51044 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53780 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53784 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37030 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54616 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54760 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54728 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54732 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54722 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54738 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54746 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:32816 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32824 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A16%3A42.485804&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32832 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39308 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39314 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A17%3A04.599988&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39330 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A17%3A04.599988&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39346 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A17%3A04.599988&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56546 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56550 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54636 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54626 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54648 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54664 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54622 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54634 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:46966 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36418 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38676 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A17%3A42.500230&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38680 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36430 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56568 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56588 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56582 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56578 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56564 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56590 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35928 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35936 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A18%3A04.651997&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35942 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A18%3A04.651997&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35944 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A18%3A04.651997&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49212 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49218 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49220 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56374 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59590 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59594 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:59600 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52504 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52506 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52520 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52530 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52540 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52554 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52570 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52582 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:52594 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:52608 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A18%3A42.514258&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52618 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35912 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35892 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35888 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35924 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35896 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35918 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35366 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49808 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49824 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49838 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A19%3A04.695044&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49852 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A19%3A04.695044&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49868 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A19%3A04.695044&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60602 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60614 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:58034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45860 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52654 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52648 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52650 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52678 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52634 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52670 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40190 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40194 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A19%3A42.530804&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40204 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39588 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59294 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A20%3A04.738972&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59302 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A20%3A04.738972&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59310 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A20%3A04.738972&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49716 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49724 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49732 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45898 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45886 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45874 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45912 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45922 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45906 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56736 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49482 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60936 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60950 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A20%3A42.570474&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60964 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58116 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58128 - "GET /latest/viewer?search=parent%3D66c85177857cd9586c35f4d4 HTTP/1.0" 200 OK INFO: 172.18.0.1:58132 - "GET /latest/viewer?node_id=670d0ebb5466370a85f2096e HTTP/1.0" 200 OK INFO: 172.18.0.1:42990 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49766 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49758 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49754 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49782 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49746 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49780 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43066 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43078 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A21%3A04.843781&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43080 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A21%3A04.843781&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43088 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A21%3A04.843781&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43104 - "GET /latest/nodes?parent=66c85177857cd9586c35f4d4&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:47538 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47544 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47556 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47558 - "GET /latest/node/670d0ebb5466370a85f2096e HTTP/1.0" 200 OK INFO: 172.18.0.1:39070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47698 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33360 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A21%3A42.584460&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33376 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43004 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43062 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43030 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43014 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43048 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43032 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48370 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48372 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48378 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A22%3A05.075830&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48382 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A22%3A05.075830&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48384 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A22%3A05.075830&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43200 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43212 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43214 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42658 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33414 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33402 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33388 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33390 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33384 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33410 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50464 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50480 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A22%3A42.621784&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50492 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47572 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38994 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38996 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A23%3A05.140295&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38998 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A23%3A05.140295&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39004 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A23%3A05.140295&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57380 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57382 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57386 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41652 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41714 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41676 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41666 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41686 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41700 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:47858 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35116 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38430 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38440 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38456 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38458 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38460 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38468 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38482 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38492 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38502 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38518 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:38530 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:38540 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A23%3A42.660087&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38542 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35720 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57392 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57394 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57408 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57418 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57420 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57416 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35792 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35800 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A24%3A05.202787&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35802 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A24%3A05.202787&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35810 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A24%3A05.202787&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46026 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46042 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46058 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57836 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51248 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41786 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41794 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A24%3A42.691402&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41800 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35750 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35776 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35760 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35734 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35786 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35774 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41900 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32884 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32888 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32904 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A25%3A05.240754&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32906 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A25%3A05.240754&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32920 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A25%3A05.240754&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40892 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40904 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40916 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53706 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55392 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41826 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41822 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41808 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41854 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41838 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41828 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60840 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60854 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A25%3A42.727201&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60858 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55396 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55426 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A26%3A05.281128&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55442 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A26%3A05.281128&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55458 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A26%3A05.281128&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47432 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47436 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47444 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55440 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55420 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55432 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55444 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55406 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55408 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50148 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50154 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A26%3A42.747250&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50168 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37494 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37496 - "GET /latest/viewer?search=parent%3D66d7c4ad15e96f36b9e0df75 HTTP/1.0" 200 OK INFO: 172.18.0.1:37508 - "GET /latest/nodes?parent=66d7c4ad15e96f36b9e0df75&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:36448 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47450 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47490 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47484 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47460 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47476 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47502 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36516 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36532 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A27%3A05.369841&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36540 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A27%3A05.369841&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36550 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A27%3A05.369841&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48016 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48018 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48034 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55214 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58136 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42558 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42570 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A27%3A42.782328&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42578 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36472 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36464 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36476 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36512 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36496 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36488 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58848 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58862 - "GET /latest/viewer?node_id=671b9e89b367559624aba801 HTTP/1.0" 200 OK INFO: 172.18.0.1:58870 - "GET /latest/viewer?node_id=665d077aaf2e97169512f669 HTTP/1.0" 200 OK INFO: 172.18.0.1:58880 - "GET /latest/viewer?search=parent%3D682b57b682c64055b55d22c4 HTTP/1.0" 200 OK INFO: 172.18.0.1:58886 - "GET /latest/node/671b9e89b367559624aba801 HTTP/1.0" 200 OK INFO: 172.18.0.1:39080 - "GET /latest/node/665d077aaf2e97169512f669 HTTP/1.0" 200 OK INFO: 172.18.0.1:39094 - "GET /latest/nodes?parent=682b57b682c64055b55d22c4&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:39102 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39114 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39124 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A28%3A05.425491&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39132 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A28%3A05.425491&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39148 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A28%3A05.425491&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45532 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45538 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45548 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55982 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59742 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42608 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42582 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42612 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42594 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42620 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42596 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56424 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56436 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56440 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A28%3A43.006486&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56448 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56464 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56474 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56486 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56502 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56516 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56524 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56526 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:56534 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:44070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44316 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44318 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44320 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A29%3A05.480838&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44328 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A29%3A05.480838&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44342 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A29%3A05.480838&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57342 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59790 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59752 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59756 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59786 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59780 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59766 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57408 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45420 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46252 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46262 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A29%3A43.021306&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46270 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35152 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50704 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57402 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57386 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57352 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57356 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57378 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57368 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50770 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50782 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A30%3A05.522435&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50784 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A30%3A05.522435&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50792 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A30%3A05.522435&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37406 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37408 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37418 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:50826 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44500 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34612 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A30%3A43.035874&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34624 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50714 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50758 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50728 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50744 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50734 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50756 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40066 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36270 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36284 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36294 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A31%3A05.561308&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36300 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A31%3A05.561308&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36306 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A31%3A05.561308&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54838 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54852 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57662 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:57670 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46536 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34674 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34632 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34646 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34660 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34642 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34688 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38398 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A31%3A43.069023&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38400 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39364 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51750 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51754 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51770 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A32%3A05.620995&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51778 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A32%3A05.620995&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51792 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A32%3A05.620995&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50768 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50772 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46556 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46552 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46566 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46540 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46538 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46560 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35126 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35134 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36164 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36390 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36400 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A32%3A43.083716&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36416 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58632 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45514 - "GET /latest/viewer?node_id=671afb807c0718aeb0bfff8c HTTP/1.0" 200 OK INFO: 172.18.0.1:45520 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50822 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50778 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50782 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50838 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50812 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50798 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45596 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45610 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A33%3A05.702639&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45616 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A33%3A05.702639&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45630 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A33%3A05.702639&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60284 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60292 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41040 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:41046 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39050 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40068 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40076 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A33%3A43.099039&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40090 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45542 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45584 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45574 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45530 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45556 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45570 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40158 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40166 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40176 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:40184 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43876 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43878 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43892 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43902 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43918 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:43928 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:43936 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42790 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42794 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A34%3A05.741459&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42804 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A34%3A05.741459&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:42812 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A34%3A05.741459&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40144 - "GET /latest/node/671afb807c0718aeb0bfff8c HTTP/1.0" 200 OK INFO: 172.18.0.1:40148 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40164 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36242 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36258 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49708 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40094 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40128 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40114 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40104 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40142 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40156 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:36890 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36898 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A34%3A43.142630&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36900 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34278 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33886 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33888 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A35%3A05.782331&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33902 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A35%3A05.782331&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33904 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A35%3A05.782331&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41924 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41932 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49716 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49734 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49730 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49714 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49722 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49742 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41192 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41208 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42270 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37326 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37340 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A35%3A43.177741&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37352 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37248 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38340 - "GET /latest/viewer?search=parent%3D66794a484429363edbf9fc5a HTTP/1.0" 200 OK INFO: 172.18.0.1:38342 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38358 - "GET /latest/viewer?search=parent%3D68498f4c899b6f90322b0694 HTTP/1.0" 200 OK INFO: 172.18.0.1:41978 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41964 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41946 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41994 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41940 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41950 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38410 - "GET /latest/viewer?node_id=684837e9417f6f23b6bacba9 HTTP/1.0" 200 OK INFO: 172.18.0.1:38440 - "GET /latest/viewer?search=parent%3D67f7e7bdb304341801aab18c HTTP/1.0" 200 OK INFO: 172.18.0.1:38456 - "GET /latest/viewer?node_id=671bd649020eadc945ba838c HTTP/1.0" 200 OK INFO: 172.18.0.1:38472 - "GET /latest/nodes?parent=66794a484429363edbf9fc5a&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:38482 - "GET /latest/node/684837e9417f6f23b6bacba9 HTTP/1.0" 200 OK INFO: 172.18.0.1:38494 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38500 - "GET /latest/nodes?parent=68498f4c899b6f90322b0694&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:38516 - "GET /latest/node/671bd649020eadc945ba838c HTTP/1.0" 200 OK INFO: 172.18.0.1:38526 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A36%3A05.878198&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38534 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A36%3A05.878198&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38538 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A36%3A05.878198&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33838 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60000 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:35398 - "GET /latest/nodes?parent=67f7e7bdb304341801aab18c&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:35408 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56462 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56474 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A36%3A43.202434&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56484 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38392 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:38424 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:38376 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:38372 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:38396 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:38420 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42672 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55660 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55674 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55690 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A37%3A05.918274&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55706 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A37%3A05.918274&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55708 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A37%3A05.918274&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51200 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51202 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49246 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49250 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42324 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56488 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56512 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56502 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56532 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56494 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56520 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34752 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A37%3A43.344761&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34756 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45106 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47572 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47596 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A38%3A05.962027&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47612 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A38%3A05.962027&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47614 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A38%3A05.962027&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35202 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42350 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:42388 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:42368 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:42336 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:42364 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:42382 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58768 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58778 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39354 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47640 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47656 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A38%3A43.359464&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47670 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33200 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33204 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33210 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33226 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33234 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33240 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33242 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33254 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33258 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33262 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33270 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:50794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35224 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:35222 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:35212 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:35246 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:35234 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:35256 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50874 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50882 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A39%3A06.067676&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50890 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A39%3A06.067676&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50900 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A39%3A06.067676&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44480 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44496 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56412 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56424 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:43922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40664 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A39%3A43.374637&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40668 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50814 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50804 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50838 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50828 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50844 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50860 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43918 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35464 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35488 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A40%3A06.127831&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35502 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A40%3A06.127831&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35506 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A40%3A06.127831&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41876 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41882 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:60104 - "GET /latest/viewer?node_id=6740ba6989a09cd6c651edb6 HTTP/1.0" 200 OK INFO: 172.18.0.1:60120 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60132 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39878 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40704 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40696 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40682 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40708 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40716 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40714 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:43540 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43548 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A40%3A43.411707&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43550 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52896 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52814 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A41%3A06.308641&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52822 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A41%3A06.308641&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52826 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A41%3A06.308641&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44012 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44018 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39908 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39932 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39940 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39900 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39894 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39924 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55156 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55166 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51874 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59938 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59952 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A41%3A43.426140&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59968 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55500 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59540 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44052 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44028 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44042 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44020 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44068 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44066 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59594 - "GET /latest/viewer?node_id=66cf71d3aa2333c8c95da8d7 HTTP/1.0" 200 OK INFO: 172.18.0.1:59598 - "GET /latest/node/66cf71d3aa2333c8c95da8d7 HTTP/1.0" 200 OK INFO: 172.18.0.1:59606 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59618 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A42%3A06.368401&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59620 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A42%3A06.368401&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59626 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A42%3A06.368401&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54614 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54624 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:40178 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40192 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52056 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50680 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50690 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A42%3A43.440126&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50700 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59574 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59558 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59554 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59586 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59570 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59588 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41690 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34396 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34408 - "GET /latest/viewer?search=parent%3D670d11c75466370a85f210d3 HTTP/1.0" 200 OK INFO: 172.18.0.1:34414 - "GET /latest/viewer?node_id=671d2154270ad9d77cf7de73 HTTP/1.0" 200 OK INFO: 172.18.0.1:34430 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34436 - "GET /latest/node/671d2154270ad9d77cf7de73 HTTP/1.0" 200 OK INFO: 172.18.0.1:34440 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A43%3A06.430837&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40028 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A43%3A06.430837&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40036 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A43%3A06.430837&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40044 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40050 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:36154 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36164 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:46834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50724 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50750 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50732 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50708 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50748 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50764 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38124 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38140 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A43%3A43.455202&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38144 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41520 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41532 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41548 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41550 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41564 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41578 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41588 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41592 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41598 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41614 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:59532 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59534 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57760 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A44%3A06.511173&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57764 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A44%3A06.511173&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57770 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A44%3A06.511173&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57794 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46840 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:46874 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:46854 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:46860 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:46880 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:46868 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55088 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55104 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58100 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46618 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46626 - "GET /latest/viewer?node_id=66d68448bc920e0e668fc7e0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46638 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A44%3A43.469536&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46648 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46656 - "GET /latest/node/66d68448bc920e0e668fc7e0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55012 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57806 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57836 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57832 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57816 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57814 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57838 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46346 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A45%3A06.566175&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46354 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A45%3A06.566175&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46370 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A45%3A06.566175&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46378 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46390 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:42848 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42852 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59570 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57244 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57250 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A45%3A43.488241&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57254 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55068 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:55050 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:55044 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:55022 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:55030 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:55060 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50516 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40354 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40358 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50526 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A46%3A06.635884&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50534 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A46%3A06.635884&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50542 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A46%3A06.635884&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50554 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50558 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33876 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48040 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48052 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57330 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:57318 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:57266 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57306 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57280 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57294 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54808 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54820 - "GET /latest/viewer?node_id=670d11c65466370a85f21087 HTTP/1.0" 200 OK INFO: 172.18.0.1:54824 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A46%3A43.508798&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54834 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54836 - "GET /latest/node/670d11c65466370a85f21087 HTTP/1.0" 200 OK INFO: 172.18.0.1:59542 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36474 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36486 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53046 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A47%3A06.703565&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53048 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A47%3A06.703565&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53060 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A47%3A06.703565&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53064 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53068 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48080 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48106 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48088 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48102 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48064 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48122 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:40870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55900 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55902 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59550 - "GET /latest/viewer?node_id=66cecfe15687413edddc42c2 HTTP/1.0" 200 OK INFO: 172.18.0.1:59566 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A47%3A43.523977&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59572 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52602 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49662 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53108 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53076 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53120 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53090 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53116 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53096 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49728 - "GET /latest/node/66cecfe15687413edddc42c2 HTTP/1.0" 200 OK INFO: 172.18.0.1:35456 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A48%3A06.792780&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35460 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A48%3A06.792780&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35470 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A48%3A06.792780&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35486 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44742 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48958 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54834 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54850 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A48%3A43.565266&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54860 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49698 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49718 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49702 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49694 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49678 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49710 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49680 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49690 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49706 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49710 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49722 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49736 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49750 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49756 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49772 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49784 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49788 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48130 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48138 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51262 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A49%3A06.855006&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51274 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A49%3A06.855006&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51286 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A49%3A06.855006&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51314 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44672 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48226 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48228 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:54862 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54906 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54886 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54898 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54916 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54870 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58362 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58366 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A49%3A43.601758&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58380 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58396 - "GET /latest/viewer?search=parent%3D670c00aecfbeb02238a9a091 HTTP/1.0" 200 OK INFO: 172.18.0.1:49688 - "GET /latest/nodes?parent=670c00aecfbeb02238a9a091&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:49700 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49712 - "GET /latest/viewer?node_id=675522551ba97a614e8a5d72 HTTP/1.0" 200 OK INFO: 172.18.0.1:59978 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59988 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43256 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A50%3A06.892407&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43264 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A50%3A06.892407&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43272 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A50%3A06.892407&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43276 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43286 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:48246 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48270 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48236 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48230 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48258 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48240 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58648 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59576 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59586 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59602 - "GET /latest/viewer?node_id=6740bac089a09cd6c651edf4 HTTP/1.0" 200 OK INFO: 172.18.0.1:37466 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37474 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A50%3A43.615535&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37478 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37494 - "GET /latest/viewer?node_id=670bfb8dcfbeb02238a99b7f HTTP/1.0" 200 OK INFO: 172.18.0.1:52940 - "GET /latest/node/670bfb8dcfbeb02238a99b7f HTTP/1.0" 200 OK INFO: 172.18.0.1:52944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58920 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43310 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:43322 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:43360 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:43296 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:43328 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:43344 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58990 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59000 - "GET /latest/viewer?node_id=674a6f87b64db57b4cb0cf7b HTTP/1.0" 200 OK INFO: 172.18.0.1:46010 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A51%3A06.993982&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46018 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A51%3A06.993982&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46022 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A51%3A06.993982&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:46032 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46042 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:45596 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42392 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42406 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:52728 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52734 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A51%3A43.629972&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52746 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58966 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58978 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58954 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58940 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:58926 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:58922 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:44806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51374 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38162 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A52%3A07.047875&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38168 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A52%3A07.047875&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38178 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A52%3A07.047875&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38194 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34542 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37346 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52786 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:52756 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:52774 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:52764 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:52800 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:52804 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37406 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51530 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A52%3A43.669196&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51536 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60464 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33616 - "GET /latest/viewer?node_id=677fac78886ff4f0544f86eb HTTP/1.0" 200 OK INFO: 172.18.0.1:33630 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33646 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53914 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A53%3A07.112385&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53928 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A53%3A07.112385&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53938 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A53%3A07.112385&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53952 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53966 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37358 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37392 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37372 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37360 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37384 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37370 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56076 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48992 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49004 - "GET /latest/viewer?node_id=6730ebc3ec83b7eb4b4c7e68 HTTP/1.0" 200 OK INFO: 172.18.0.1:49014 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47292 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A53%3A43.706338&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47294 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58334 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49154 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49162 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49170 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49184 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49200 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49214 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49236 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49246 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49248 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49262 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:54028 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54014 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53974 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54010 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53998 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53982 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49330 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49340 - "GET /latest/viewer?node_id=6744efcb92b3d407ba5e19ce HTTP/1.0" 200 OK INFO: 172.18.0.1:50554 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A54%3A07.175773&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50570 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A54%3A07.175773&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50586 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A54%3A07.175773&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50588 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50594 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50604 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:55346 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59070 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59086 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:51386 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51402 - "GET /latest/viewer?node_id=6710899793d7fa9bc3c61a99 HTTP/1.0" 200 OK INFO: 172.18.0.1:51418 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A54%3A43.729899&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51424 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49324 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49312 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49276 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49292 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49308 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49298 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:51498 - "GET /latest/viewer?node_id=671b746afcc44e2f8a725940 HTTP/1.0" 200 OK INFO: 172.18.0.1:51502 - "GET /latest/viewer?search=parent%3D6757280d1ffa00f8df49fac4 HTTP/1.0" 200 OK INFO: 172.18.0.1:35136 - "GET /latest/nodes?parent=6757280d1ffa00f8df49fac4&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:35146 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35154 - "GET /latest/node/671b746afcc44e2f8a725940 HTTP/1.0" 200 OK INFO: 172.18.0.1:33106 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33112 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44418 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A55%3A07.213974&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44420 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A55%3A07.213974&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44422 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A55%3A07.213974&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44424 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44440 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44452 - "GET /latest/viewer?node_id=67471471cd69c6cbe40f9d25 HTTP/1.0" 200 OK INFO: 172.18.0.1:44050 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39738 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51450 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51454 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51434 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51488 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51472 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51466 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39824 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53006 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53022 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A55%3A43.769151&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53028 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53034 - "GET /latest/nodes?parent=670d11c75466370a85f210d3&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:42296 - "GET /latest/viewer?search=parent%3D670d11c75466370a85f21145 HTTP/1.0" 200 OK INFO: 172.18.0.1:42312 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42324 - "GET /latest/viewer?node_id=6705d550cc28a338b6244cd5 HTTP/1.0" 200 OK INFO: 172.18.0.1:42338 - "GET /latest/nodes?parent=670d11c75466370a85f21145&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:52780 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52784 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34384 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A56%3A07.300995&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34388 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A56%3A07.300995&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34390 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A56%3A07.300995&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34396 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34408 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:39752 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39780 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39802 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39764 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39818 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39792 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:59806 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54634 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54646 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:60510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60514 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A56%3A43.807174&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:60518 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51424 - "GET /latest/viewer?node_id=66d69473bc920e0e66904cc2 HTTP/1.0" 200 OK INFO: 172.18.0.1:51430 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51442 - "GET /latest/node/66d69473bc920e0e66904cc2 HTTP/1.0" 200 OK INFO: 172.18.0.1:32906 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:32912 - "GET /latest/viewer?node_id=675c2960a02a19930bf450f9 HTTP/1.0" 200 OK INFO: 172.18.0.1:34418 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34444 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34430 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34434 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34426 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34438 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:32974 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43400 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A57%3A07.363586&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43402 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A57%3A07.363586&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43404 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A57%3A07.363586&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43410 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43412 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52144 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40088 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40094 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39794 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39800 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39810 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A57%3A43.821556&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:32964 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:32932 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:32956 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:32946 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:32924 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:32966 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34022 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33198 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57306 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A58%3A07.432751&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57318 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A58%3A07.432751&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57324 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A58%3A07.432751&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57348 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:46718 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50522 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39884 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39826 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39832 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39868 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39852 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39838 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50578 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34094 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34098 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34112 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A58%3A44.138320&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54428 - "GET /latest/viewer?node_id=671aee5a7c0718aeb0bff152 HTTP/1.0" 200 OK INFO: 172.18.0.1:54440 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54442 - "GET /latest/viewer?search=parent%3D683342934cd1254d119fca0a HTTP/1.0" 200 OK INFO: 172.18.0.1:54452 - "GET /latest/viewer?node_id=67102180f118b157c647ba68 HTTP/1.0" 200 OK INFO: 172.18.0.1:54460 - "GET /latest/viewer?node_id=68499669899b6f90322b38ae HTTP/1.0" 200 OK INFO: 172.18.0.1:54474 - "GET /latest/node/67102180f118b157c647ba68 HTTP/1.0" 200 OK INFO: 172.18.0.1:54490 - "GET /latest/node/671aee5a7c0718aeb0bff152 HTTP/1.0" 200 OK INFO: 172.18.0.1:54494 - "GET /latest/node/68499669899b6f90322b38ae HTTP/1.0" 200 OK INFO: 172.18.0.1:54502 - "GET /latest/viewer?node_id=66d6b3adbc920e0e66908f25 HTTP/1.0" 200 OK INFO: 172.18.0.1:41476 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41482 - "GET /latest/node/66d6b3adbc920e0e66908f25 HTTP/1.0" 200 OK INFO: 172.18.0.1:41484 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41496 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41502 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41514 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41530 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41542 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41544 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41548 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=bc25ccbdbc5b0b2e4de065b1f00a77df023890af&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41554 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:41558 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:41572 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47088 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A59%3A07.516816&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47098 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A59%3A07.516816&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47104 - "GET /latest/nodes?timeout__lt=2025-07-06T15%3A59%3A07.516816&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:47120 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47122 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47138 - "GET /latest/nodes?parent=683342934cd1254d119fca0a&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:50540 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50528 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50568 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50526 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50534 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50556 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45110 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45190 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45204 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:53514 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53528 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53534 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T15%3A59%3A44.174554&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48734 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:54854 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47160 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:47176 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:47182 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:47174 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:47188 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:47150 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:54914 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39160 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A00%3A07.561322&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39170 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A00%3A07.561322&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39184 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A00%3A07.561322&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:39188 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39200 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:54228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35660 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40876 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A00%3A44.190850&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40880 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:54856 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:54876 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:54894 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:54864 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:54882 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:54898 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:45444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43448 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43458 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55870 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A01%3A07.622073&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55878 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A01%3A07.622073&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55886 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A01%3A07.622073&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55890 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55904 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59600 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40920 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40928 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40900 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40912 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40892 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40922 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49126 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49142 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49158 - "GET /latest/viewer?search=parent%3D6814f6fd06dc949ee7b054e5 HTTP/1.0" 200 OK INFO: 172.18.0.1:49170 - "GET /latest/nodes?parent=6814f6fd06dc949ee7b054e5&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:49184 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A01%3A44.225054&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49194 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55002 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55014 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37118 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A02%3A07.669137&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37134 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A02%3A07.669137&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37144 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A02%3A07.669137&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37148 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37160 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:59660 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59614 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59628 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:59642 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59644 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59654 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60194 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44028 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36730 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36744 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36750 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A02%3A44.240432&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36756 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33612 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37178 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:37190 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:37216 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:37214 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:37204 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:37164 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34184 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52460 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A03%3A07.756069&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52464 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A03%3A07.756069&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52480 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A03%3A07.756069&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:52482 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52492 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:57228 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58516 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40788 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:40798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40802 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40810 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A03%3A44.258421&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34120 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34158 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34170 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34144 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34136 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34114 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42050 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49082 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49092 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49098 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49106 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49112 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49116 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49124 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49128 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49144 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=61793ae6332c87f0f043b348b567eb348269af2d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49146 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=61793ae6332c87f0f043b348b567eb348269af2d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:40872 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40866 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40830 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40842 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40854 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40816 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49152 - "POST /latest/node HTTP/1.0" 200 OK INFO: 172.18.0.1:49188 - "GET /latest/node/686a9e748b63fc4666808ae6 HTTP/1.0" 200 OK INFO: 172.18.0.1:49218 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:49224 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:49046 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A04%3A07.799926&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49056 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A04%3A07.799926&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49066 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A04%3A07.799926&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49080 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49084 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:37684 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41004 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49186 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49206 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49174 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49162 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49204 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49176 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38844 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:38858 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:38874 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38866 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A04%3A44.303569&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58260 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41976 - "GET /latest/viewer?search=parent%3D671c0b6686f90f115ab45929 HTTP/1.0" 200 OK INFO: 172.18.0.1:41980 - "GET /latest/viewer?node_id=66722d919091ec4bc010617c HTTP/1.0" 200 OK INFO: 172.18.0.1:41990 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41992 - "GET /latest/nodes?parent=671c0b6686f90f115ab45929&limit=250 HTTP/1.0" 200 OK INFO: 172.18.0.1:42008 - "GET /latest/node/66722d919091ec4bc010617c HTTP/1.0" 200 OK INFO: 172.18.0.1:42024 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40532 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A05%3A07.871716&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40536 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A05%3A07.871716&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40540 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A05%3A07.871716&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40548 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40550 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:41014 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41044 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41022 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41054 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41036 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41040 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35724 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52460 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45416 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45430 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45446 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A05%3A44.319225&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45452 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49426 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53308 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53320 - "GET /latest/viewer?node_id=66cfb398aa2333c8c95f3045 HTTP/1.0" 200 OK INFO: 172.18.0.1:40596 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40574 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40554 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40576 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40588 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:40558 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:53394 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:53402 - "GET /latest/node/66cfb398aa2333c8c95f3045 HTTP/1.0" 200 OK INFO: 172.18.0.1:41076 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A06%3A07.950278&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41082 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A06%3A07.950278&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41098 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A06%3A07.950278&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41104 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41120 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:56614 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45546 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45558 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:45574 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45582 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A06%3A44.338910&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:53384 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:53362 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:53372 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:53336 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:53338 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:53348 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:55708 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51920 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51922 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35246 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A07%3A08.010950&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35258 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A07%3A08.010950&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35268 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A07%3A08.010950&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:35280 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:35282 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:50870 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49580 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45592 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:45602 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:45616 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:45642 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:45594 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:45628 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48692 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48702 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48710 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48714 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A07%3A44.531167&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:51510 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51524 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51538 - "GET /latest/viewer?node_id=66c8addf857cd9586c370f58 HTTP/1.0" 200 OK INFO: 172.18.0.1:51552 - "GET /latest/node/66c8addf857cd9586c370f58 HTTP/1.0" 200 OK INFO: 172.18.0.1:51560 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50232 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A08%3A08.073337&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50234 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A08%3A08.073337&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50248 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A08%3A08.073337&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50252 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50256 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:49590 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:49612 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:49592 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:49600 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:49622 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:49620 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:57628 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:52094 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36464 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36474 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:36480 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:36488 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A08%3A44.546084&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50650 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39034 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39046 - "GET /latest/viewer?node_id=66c85706857cd9586c360291 HTTP/1.0" 200 OK INFO: 172.18.0.1:50288 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50300 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50312 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50286 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50272 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50314 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:39102 - "GET /latest/node/66c85706857cd9586c360291 HTTP/1.0" 200 OK INFO: 172.18.0.1:39116 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:39130 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:39136 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:39150 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45816 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45830 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45846 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45852 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=61793ae6332c87f0f043b348b567eb348269af2d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45856 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=61793ae6332c87f0f043b348b567eb348269af2d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45868 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A09%3A08.144623&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45880 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A09%3A08.144623&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45888 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A09%3A08.144623&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:45900 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:45912 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:45914 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45930 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:35966 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58382 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50566 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50570 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:39092 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:39052 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:39058 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:39068 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:39056 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:39084 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:50576 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:50612 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A09%3A44.559093&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38000 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36428 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36430 - "GET /latest/viewer?node_id=671bd649020eadc945ba8393 HTTP/1.0" 200 OK INFO: 172.18.0.1:36436 - "GET /latest/node/671bd649020eadc945ba8393 HTTP/1.0" 200 OK INFO: 172.18.0.1:36444 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44162 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A10%3A08.189837&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44172 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A10%3A08.189837&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44178 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A10%3A08.189837&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:44186 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44192 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:52714 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:44594 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50656 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:50640 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:50598 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:50614 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:50588 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:50630 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:49108 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:49118 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:49132 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:49146 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A10%3A44.597523&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40848 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45384 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57912 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A11%3A08.262841&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57928 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A11%3A08.262841&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57938 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A11%3A08.262841&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57942 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57956 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44626 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:44614 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:44602 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:44608 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:44622 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:44642 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:42788 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58036 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56446 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56460 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:56466 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56478 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A11%3A44.610693&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58584 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34124 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57980 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58000 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58004 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:58006 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57984 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57966 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34190 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43226 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A12%3A08.365638&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43228 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A12%3A08.365638&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43238 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:43252 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A12%3A08.365638&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:43262 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:44574 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:60578 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40956 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:34132 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:34164 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:34136 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:34152 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:34180 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:34176 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:41022 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41024 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A12%3A44.624640&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:38144 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47348 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:47362 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57670 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57680 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A13%3A08.424182&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57692 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A13%3A08.424182&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57706 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A13%3A08.424182&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57714 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33746 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:36488 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40992 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:40994 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:40972 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:40978 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:40990 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41008 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:33772 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33778 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A13%3A44.641096&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33792 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33804 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:47608 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45390 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45396 - "GET /latest/viewer?node_id=670d11c75466370a85f21114 HTTP/1.0" 200 OK INFO: 172.18.0.1:45398 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45412 - "GET /latest/node/670d11c75466370a85f21114 HTTP/1.0" 200 OK INFO: 172.18.0.1:33162 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33168 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A14%3A08.483124&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33184 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A14%3A08.483124&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33186 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A14%3A08.483124&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:33190 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33198 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33210 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:33216 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33226 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33238 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33248 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=4c96546d57e2af82fa4f14a7af3829530767c46f&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33264 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=61793ae6332c87f0f043b348b567eb348269af2d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33268 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=61793ae6332c87f0f043b348b567eb348269af2d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:33278 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:33288 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:36544 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:36532 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:36516 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:36560 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:36562 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:36504 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:38748 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:45590 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55798 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:55802 - "GET /latest/viewer?node_id=66d74e11054960692a247c3c HTTP/1.0" 200 OK INFO: 172.18.0.1:55804 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A14%3A44.654884&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55808 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:55812 - "GET /latest/node/66d74e11054960692a247c3c HTTP/1.0" 200 OK INFO: 172.18.0.1:55818 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:42496 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59932 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33336 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:33320 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:33304 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:33328 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:33292 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:33344 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:60014 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48182 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48186 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A15%3A08.576242&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48190 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A15%3A08.576242&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48204 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A15%3A08.576242&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48218 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:55542 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33434 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48040 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59994 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:59954 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:59968 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:60002 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:59978 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:59938 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:48084 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48086 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A15%3A44.688332&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:48098 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:48872 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50110 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:50118 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57590 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57594 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A16%3A08.637701&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57596 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A16%3A08.637701&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57598 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A16%3A08.637701&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:57610 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:47502 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:51374 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48046 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:48068 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:48042 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:48052 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:48064 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:48044 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:37950 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37956 - "GET /latest/viewer?node_id=66d2e12658352e721984d3a6 HTTP/1.0" 200 OK INFO: 172.18.0.1:37970 - "GET /latest/docs HTTP/1.0" 200 OK INFO: 172.18.0.1:37972 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37974 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A16%3A44.727712&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:37334 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:37336 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37340 - "GET /latest/node/66d2e12658352e721984d3a6 HTTP/1.0" 200 OK INFO: 172.18.0.1:56282 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56288 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41240 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41244 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A17%3A08.708552&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41252 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A17%3A08.708552&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41264 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A17%3A08.708552&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:41280 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:51404 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:51390 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:51452 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:51442 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:51412 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:51414 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:35498 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:59944 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:33984 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34000 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34006 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A17%3A44.764193&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:59644 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:59656 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:57962 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:41282 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:41290 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:41334 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:41324 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:41300 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:41314 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:58036 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40126 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:40142 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A18%3A08.778783&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40156 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A18%3A08.778783&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40164 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A18%3A08.778783&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:40178 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:43760 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:42290 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:56722 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:58024 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:58012 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:58000 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:57992 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:57982 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:57978 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:56792 - "GET /latest/nodes?state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:56796 - "GET /latest/nodes?state=available&holdoff__lt=2025-07-06T16%3A18%3A44.797998&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:58286 - "GET /latest/ HTTP/1.0" 200 OK INFO: 172.18.0.1:58298 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46512 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:46520 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34154 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:34168 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A19%3A08.858944&state=running&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34178 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A19%3A08.858944&state=available&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34182 - "GET /latest/nodes?timeout__lt=2025-07-06T16%3A19%3A08.858944&state=closing&limit=100&offset=0 HTTP/1.0" 200 OK INFO: 172.18.0.1:34188 - "GET /latest/metrics HTTP/1.0" 200 OK INFO: 172.18.0.1:34200 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34202 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=5ba51ac8cb543ac1170e6e745e5e49fd2853216d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34214 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34226 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=cb4ff19130b62b806d23096ba7959f5c1c87fe51&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34232 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=1d1f562fe021f70d29bd48bd5c43e0e9124a3048&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34236 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=1d1f562fe021f70d29bd48bd5c43e0e9124a3048&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:56752 - "GET /latest/listen/53846 HTTP/1.0" 200 OK INFO: 172.18.0.1:56762 - "GET /latest/listen/53845 HTTP/1.0" 200 OK INFO: 172.18.0.1:56724 - "GET /latest/listen/53844 HTTP/1.0" 200 OK INFO: 172.18.0.1:56778 - "GET /latest/listen/53843 HTTP/1.0" 200 OK INFO: 172.18.0.1:56766 - "GET /latest/listen/53842 HTTP/1.0" 200 OK INFO: 172.18.0.1:56740 - "GET /latest/listen/53841 HTTP/1.0" 200 OK INFO: 172.18.0.1:34250 - "POST /latest/node HTTP/1.0" 200 OK INFO: 172.18.0.1:34266 - "GET /latest/node/686aa2018b63fc4666808ae8 HTTP/1.0" 200 OK INFO: 172.18.0.1:34342 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=61793ae6332c87f0f043b348b567eb348269af2d&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34358 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=61793ae6332c87f0f043b348b567eb348269af2d&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:34374 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline HTTP/1.0" 200 OK INFO: 172.18.0.1:34376 - "GET /latest/count?kind=checkout&data.kernel_revision.commit=7595b66ae9de667bf35a8c99e8f1bfc4792e207e&owner=staging.kernelci.org&submitter=service%3Apipeline&result=incomplete HTTP/1.0" 200 OK INFO: 172.18.0.1:48930 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:48940 - "POST /latest/unsubscribe/53844 HTTP/1.0" 200 OK Traceback (most recent call last): Exception: Connection closed by server. INFO: 172.18.0.1:48932 - "POST /latest/unsubscribe/53843 HTTP/1.0" 200 OK File "/usr/local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 165, in __call__ await self.app(scope, receive, _send) File "/usr/local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 715, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 735, in app await route.handle(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 288, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 76, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 73, in app response = await f(request) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 301, in app raw_response = await run_endpoint_function( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 212, in run_endpoint_function return await dependant.call(**values) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/main.py", line 905, in listen return await pubsub.listen(sub_id, user.username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/pubsub.py", line 138, in listen msg = await sub['redis_sub'].get_message( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 1032, in get_message response = await self.parse_response(block=(timeout is None), timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 905, in parse_response response = await self._execute( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 885, in _execute return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 62, in call_with_retry await fail(error) File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 874, in _disconnect_raise_connect raise error File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 59, in call_with_retry return await do() ^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/connection.py", line 502, in read_response response = await self._parser.read_response( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 82, in read_response response = await self._read_response(disable_decoding=disable_decoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 90, in _read_response raw = await self._readline() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/base.py", line 221, in _readline raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) redis.exceptions.ConnectionError: Connection closed by server. Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 165, in __call__ await self.app(scope, receive, _send) File "/usr/local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 715, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 735, in app await route.handle(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 288, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 76, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 73, in app response = await f(request) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 301, in app raw_response = await run_endpoint_function( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 212, in run_endpoint_function return await dependant.call(**values) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/main.py", line 905, in listen return await pubsub.listen(sub_id, user.username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/pubsub.py", line 138, in listen msg = await sub['redis_sub'].get_message( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 1032, in get_message response = await self.parse_response(block=(timeout is None), timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 905, in parse_response response = await self._execute( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 885, in _execute return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 62, in call_with_retry await fail(error) File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 874, in _disconnect_raise_connect raise error File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 59, in call_with_retry return await do() ^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/connection.py", line 502, in read_response response = await self._parser.read_response( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 82, in read_response response = await self._read_response(disable_decoding=disable_decoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 90, in _read_response raw = await self._readline() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/base.py", line 221, in _readline raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) redis.exceptions.ConnectionError: Connection closed by server. Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 165, in __call__ await self.app(scope, receive, _send) File "/usr/local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 715, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 735, in app await route.handle(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 288, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 76, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 73, in app response = await f(request) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 301, in app raw_response = await run_endpoint_function( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 212, in run_endpoint_function return await dependant.call(**values) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/main.py", line 905, in listen return await pubsub.listen(sub_id, user.username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Exception: Connection closed by server. INFO: 172.18.0.1:48948 - "POST /latest/unsubscribe/53842 HTTP/1.0" 200 OK File "/usr/local/lib/python3.12/site-packages/api/pubsub.py", line 138, in listen msg = await sub['redis_sub'].get_message( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 1032, in get_message response = await self.parse_response(block=(timeout is None), timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 905, in parse_response response = await self._execute( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 885, in _execute return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 62, in call_with_retry await fail(error) File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 874, in _disconnect_raise_connect raise error File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 59, in call_with_retry return await do() ^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/connection.py", line 502, in read_response response = await self._parser.read_response( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 82, in read_response response = await self._read_response(disable_decoding=disable_decoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 90, in _read_response raw = await self._readline() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/base.py", line 221, in _readline raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) redis.exceptions.ConnectionError: Connection closed by server. Exception: Connection closed by server. INFO: 172.18.0.1:48950 - "POST /latest/unsubscribe/53841 HTTP/1.0" 200 OK Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 165, in __call__ await self.app(scope, receive, _send) File "/usr/local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 715, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 735, in app await route.handle(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 288, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 76, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 73, in app response = await f(request) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 301, in app raw_response = await run_endpoint_function( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 212, in run_endpoint_function return await dependant.call(**values) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/main.py", line 905, in listen return await pubsub.listen(sub_id, user.username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/pubsub.py", line 138, in listen msg = await sub['redis_sub'].get_message( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 1032, in get_message response = await self.parse_response(block=(timeout is None), timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 905, in parse_response response = await self._execute( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 885, in _execute return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 62, in call_with_retry await fail(error) File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 874, in _disconnect_raise_connect raise error File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 59, in call_with_retry return await do() ^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/connection.py", line 502, in read_response response = await self._parser.read_response( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 82, in read_response response = await self._read_response(disable_decoding=disable_decoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 90, in _read_response raw = await self._readline() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/base.py", line 221, in _readline raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) redis.exceptions.ConnectionError: Connection closed by server. Exception: Connection closed by server. INFO: 172.18.0.1:48954 - "POST /latest/unsubscribe/53845 HTTP/1.0" 200 OK Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 165, in __call__ await self.app(scope, receive, _send) File "/usr/local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 715, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 735, in app await route.handle(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 288, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 76, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 73, in app response = await f(request) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 301, in app raw_response = await run_endpoint_function( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 212, in run_endpoint_function return await dependant.call(**values) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/main.py", line 905, in listen return await pubsub.listen(sub_id, user.username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/pubsub.py", line 138, in listen msg = await sub['redis_sub'].get_message( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 1032, in get_message response = await self.parse_response(block=(timeout is None), timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 905, in parse_response response = await self._execute( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 885, in _execute return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 62, in call_with_retry await fail(error) File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 874, in _disconnect_raise_connect raise error File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 59, in call_with_retry return await do() ^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/connection.py", line 502, in read_response response = await self._parser.read_response( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 82, in read_response response = await self._read_response(disable_decoding=disable_decoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 90, in _read_response raw = await self._readline() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/base.py", line 221, in _readline raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) redis.exceptions.ConnectionError: Connection closed by server. Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 165, in __call__ await self.app(scope, receive, _send) File "/usr/local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 715, in __call__ await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 735, in app await route.handle(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 288, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 76, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 73, in app response = await f(request) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 301, in app raw_response = await run_endpoint_function( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastapi/routing.py", line 212, in run_endpoint_function return await dependant.call(**values) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/main.py", line 905, in listen return await pubsub.listen(sub_id, user.username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/api/pubsub.py", line 138, in listen msg = await sub['redis_sub'].get_message( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 1032, in get_message response = await self.parse_response(block=(timeout is None), timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 905, in parse_response response = await self._execute( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 885, in _execute return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 62, in call_with_retry await fail(error) File "/usr/local/lib/python3.12/site-packages/redis/asyncio/client.py", line 874, in _disconnect_raise_connect raise error File "/usr/local/lib/python3.12/site-packages/redis/asyncio/retry.py", line 59, in call_with_retry return await do() ^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/asyncio/connection.py", line 502, in read_response response = await self._parser.read_response( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 82, in read_response response = await self._read_response(disable_decoding=disable_decoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 90, in _read_response raw = await self._readline() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/redis/_parsers/base.py", line 221, in _readline raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) redis.exceptions.ConnectionError: Connection closed by server. Exception: Connection closed by server. INFO: 172.18.0.1:48960 - "POST /latest/unsubscribe/53846 HTTP/1.0" 200 OK Exception: Connection closed by server. INFO: 172.18.0.1:40388 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: 172.18.0.1:37850 - "GET /latest/viewer HTTP/1.0" 200 OK INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [7] INFO: Stopping reloader process [1]