From e4c25f192e942aee1050ec9a7e8edc9544893f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Thu, 13 Aug 2026 15:43:09 +0200 Subject: [PATCH 1/6] Enable static-tls on all frameworks that both support static and json-tls --- frameworks/actix/meta.json | 1 + frameworks/aleph/meta.json | 1 + frameworks/aspnet-minimal/meta.json | 1 + frameworks/blackbull/meta.json | 3 ++- frameworks/bottle/meta.json | 3 ++- frameworks/fastapi/meta.json | 3 ++- frameworks/fastendpoints/meta.json | 1 + frameworks/fastpysgi-asgi/meta.json | 1 + frameworks/fastpysgi-wsgi/meta.json | 1 + frameworks/fishcake/meta.json | 1 + frameworks/flask/meta.json | 3 ++- frameworks/fletch/meta.json | 1 + frameworks/genhttp-11-kestrel/meta.json | 1 + frameworks/genhttp-kestrel/meta.json | 1 + frameworks/genhttp/meta.json | 1 + frameworks/ktor-ghost/meta.json | 1 + frameworks/ktor/meta.json | 1 + frameworks/mq-bridge-py/meta.json | 1 + frameworks/mq-bridge/meta.json | 1 + frameworks/pyronova/meta.json | 1 + frameworks/rails/meta.json | 3 ++- frameworks/ring-http-exchange/meta.json | 1 + frameworks/roadrunner/meta.json | 1 + frameworks/roda/meta.json | 3 ++- frameworks/servicestack/meta.json | 1 + frameworks/simplew-tuned/meta.json | 1 + frameworks/simplew/meta.json | 1 + frameworks/sinatra/meta.json | 3 ++- frameworks/spring-boot/meta.json | 1 + frameworks/swerver/meta.json | 1 + frameworks/symfony-spawn-tas/meta.json | 1 + frameworks/trillium-tuned/meta.json | 1 + frameworks/trillium/meta.json | 1 + frameworks/true-async-server/meta.json | 1 + frameworks/userver/meta.json | 1 + frameworks/uvicorn/meta.json | 1 + 36 files changed, 43 insertions(+), 7 deletions(-) diff --git a/frameworks/actix/meta.json b/frameworks/actix/meta.json index e4dad42ff..0fe22e88b 100644 --- a/frameworks/actix/meta.json +++ b/frameworks/actix/meta.json @@ -18,6 +18,7 @@ "api-4", "api-16", "static", + "static-tls", "async-db", "crud", "baseline-h2", diff --git a/frameworks/aleph/meta.json b/frameworks/aleph/meta.json index b2baaa24b..955aa8c85 100644 --- a/frameworks/aleph/meta.json +++ b/frameworks/aleph/meta.json @@ -18,6 +18,7 @@ "api-16", "async-db", "static", + "static-tls", "fortunes", "crud" ] diff --git a/frameworks/aspnet-minimal/meta.json b/frameworks/aspnet-minimal/meta.json index 35ccbeaab..9e7a22740 100644 --- a/frameworks/aspnet-minimal/meta.json +++ b/frameworks/aspnet-minimal/meta.json @@ -18,6 +18,7 @@ "api-4", "api-16", "static", + "static-tls", "async-db", "crud", "fortunes", diff --git a/frameworks/blackbull/meta.json b/frameworks/blackbull/meta.json index 3d5b8782c..4762e6c43 100644 --- a/frameworks/blackbull/meta.json +++ b/frameworks/blackbull/meta.json @@ -18,7 +18,8 @@ "json-comp", "json-tls", "upload", - "static" + "static", + "static-tls" ], "maintainers": [] } diff --git a/frameworks/bottle/meta.json b/frameworks/bottle/meta.json index fefab5eac..57309b2ca 100644 --- a/frameworks/bottle/meta.json +++ b/frameworks/bottle/meta.json @@ -17,7 +17,8 @@ "api-4", "api-16", "async-db", - "static" + "static", + "static-tls" ], "maintainers": [] } diff --git a/frameworks/fastapi/meta.json b/frameworks/fastapi/meta.json index b986bc46f..08f76e679 100644 --- a/frameworks/fastapi/meta.json +++ b/frameworks/fastapi/meta.json @@ -18,7 +18,8 @@ "api-4", "api-16", "async-db", - "static" + "static", + "static-tls" ], "maintainers": [] } diff --git a/frameworks/fastendpoints/meta.json b/frameworks/fastendpoints/meta.json index f66740994..b18b32dd4 100644 --- a/frameworks/fastendpoints/meta.json +++ b/frameworks/fastendpoints/meta.json @@ -18,6 +18,7 @@ "api-4", "api-16", "static", + "static-tls", "async-db", "crud", "baseline-h2", diff --git a/frameworks/fastpysgi-asgi/meta.json b/frameworks/fastpysgi-asgi/meta.json index 6547d8adc..e7a4274de 100644 --- a/frameworks/fastpysgi-asgi/meta.json +++ b/frameworks/fastpysgi-asgi/meta.json @@ -17,6 +17,7 @@ "api-4", "api-16", "static", + "static-tls", "async-db" ], "maintainers": [ "remittor" ] diff --git a/frameworks/fastpysgi-wsgi/meta.json b/frameworks/fastpysgi-wsgi/meta.json index 39f5beab6..41ca18680 100644 --- a/frameworks/fastpysgi-wsgi/meta.json +++ b/frameworks/fastpysgi-wsgi/meta.json @@ -17,6 +17,7 @@ "api-4", "api-16", "static", + "static-tls", "async-db" ], "maintainers": [ "remittor" ] diff --git a/frameworks/fishcake/meta.json b/frameworks/fishcake/meta.json index 137e4d8a4..3cdd5d79f 100644 --- a/frameworks/fishcake/meta.json +++ b/frameworks/fishcake/meta.json @@ -18,6 +18,7 @@ "async-db", "crud", "static", + "static-tls", "api-4", "api-16" ], diff --git a/frameworks/flask/meta.json b/frameworks/flask/meta.json index f2b65019d..b7728d1ff 100644 --- a/frameworks/flask/meta.json +++ b/frameworks/flask/meta.json @@ -18,7 +18,8 @@ "api-4", "api-16", "async-db", - "static" + "static", + "static-tls" ], "maintainers": [] } diff --git a/frameworks/fletch/meta.json b/frameworks/fletch/meta.json index 2828bc32c..18a2c6c43 100644 --- a/frameworks/fletch/meta.json +++ b/frameworks/fletch/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db" ], "maintainers": ["kartikey321"] diff --git a/frameworks/genhttp-11-kestrel/meta.json b/frameworks/genhttp-11-kestrel/meta.json index 776d0eda1..895f59765 100644 --- a/frameworks/genhttp-11-kestrel/meta.json +++ b/frameworks/genhttp-11-kestrel/meta.json @@ -20,6 +20,7 @@ "async-db", "crud", "static", + "static-tls", "static-h2", "static-h3", "echo-ws", diff --git a/frameworks/genhttp-kestrel/meta.json b/frameworks/genhttp-kestrel/meta.json index de0df65e1..0e35681ce 100644 --- a/frameworks/genhttp-kestrel/meta.json +++ b/frameworks/genhttp-kestrel/meta.json @@ -19,6 +19,7 @@ "upload", "async-db", "static", + "static-tls", "static-h2", "static-h3", "api-4", diff --git a/frameworks/genhttp/meta.json b/frameworks/genhttp/meta.json index 023a147bc..b72b5c5ad 100644 --- a/frameworks/genhttp/meta.json +++ b/frameworks/genhttp/meta.json @@ -18,6 +18,7 @@ "async-db", "crud", "static", + "static-tls", "echo-ws", "api-4", "api-16" diff --git a/frameworks/ktor-ghost/meta.json b/frameworks/ktor-ghost/meta.json index 217fde8e9..85ebb6ad6 100644 --- a/frameworks/ktor-ghost/meta.json +++ b/frameworks/ktor-ghost/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db", "api-4", "api-16", diff --git a/frameworks/ktor/meta.json b/frameworks/ktor/meta.json index 839fc9120..ff8f72a18 100644 --- a/frameworks/ktor/meta.json +++ b/frameworks/ktor/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db", "api-4", "api-16", diff --git a/frameworks/mq-bridge-py/meta.json b/frameworks/mq-bridge-py/meta.json index 45149c3bb..43b4231ad 100644 --- a/frameworks/mq-bridge-py/meta.json +++ b/frameworks/mq-bridge-py/meta.json @@ -15,6 +15,7 @@ "json-comp", "upload", "static", + "static-tls", "async-db", "api-4", "api-16", diff --git a/frameworks/mq-bridge/meta.json b/frameworks/mq-bridge/meta.json index 8fed967b5..cba43a292 100644 --- a/frameworks/mq-bridge/meta.json +++ b/frameworks/mq-bridge/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db", "api-4", "api-16", diff --git a/frameworks/pyronova/meta.json b/frameworks/pyronova/meta.json index 1f33c981f..acbdb335a 100644 --- a/frameworks/pyronova/meta.json +++ b/frameworks/pyronova/meta.json @@ -17,6 +17,7 @@ "upload", "async-db", "static", + "static-tls", "baseline-h2", "static-h2", "api-4", diff --git a/frameworks/rails/meta.json b/frameworks/rails/meta.json index 7da11074c..cc041af96 100644 --- a/frameworks/rails/meta.json +++ b/frameworks/rails/meta.json @@ -19,7 +19,8 @@ "api-16", "async-db", "crud", - "static" + "static", + "static-tls" ], "maintainers": ["p8"] } diff --git a/frameworks/ring-http-exchange/meta.json b/frameworks/ring-http-exchange/meta.json index bca9b9768..ca78c7525 100644 --- a/frameworks/ring-http-exchange/meta.json +++ b/frameworks/ring-http-exchange/meta.json @@ -18,6 +18,7 @@ "api-16", "async-db", "static", + "static-tls", "fortunes", "crud" ] diff --git a/frameworks/roadrunner/meta.json b/frameworks/roadrunner/meta.json index b025989b4..afe5ece6b 100644 --- a/frameworks/roadrunner/meta.json +++ b/frameworks/roadrunner/meta.json @@ -19,6 +19,7 @@ "api-4", "api-16", "static", + "static-tls", "fortunes", "crud", "baseline-h2", diff --git a/frameworks/roda/meta.json b/frameworks/roda/meta.json index 68a9cc2b4..cfcbf3e89 100644 --- a/frameworks/roda/meta.json +++ b/frameworks/roda/meta.json @@ -19,7 +19,8 @@ "api-16", "async-db", "crud", - "static" + "static", + "static-tls" ], "maintainers": ["p8"] } diff --git a/frameworks/servicestack/meta.json b/frameworks/servicestack/meta.json index 8942a1941..dbaafd741 100644 --- a/frameworks/servicestack/meta.json +++ b/frameworks/servicestack/meta.json @@ -16,6 +16,7 @@ "json-comp", "upload", "static", + "static-tls", "async-db", "api-4", "api-16" diff --git a/frameworks/simplew-tuned/meta.json b/frameworks/simplew-tuned/meta.json index 781d1e02d..8b82340a0 100644 --- a/frameworks/simplew-tuned/meta.json +++ b/frameworks/simplew-tuned/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db", "crud", "api-4", diff --git a/frameworks/simplew/meta.json b/frameworks/simplew/meta.json index 4b94f98b4..91602bb6c 100644 --- a/frameworks/simplew/meta.json +++ b/frameworks/simplew/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db", "crud", "api-4", diff --git a/frameworks/sinatra/meta.json b/frameworks/sinatra/meta.json index 5d90a0e25..3918274e8 100644 --- a/frameworks/sinatra/meta.json +++ b/frameworks/sinatra/meta.json @@ -19,7 +19,8 @@ "api-16", "async-db", "crud", - "static" + "static", + "static-tls" ], "maintainers": ["p8"] } diff --git a/frameworks/spring-boot/meta.json b/frameworks/spring-boot/meta.json index c6f56a8dc..f22e51ae9 100644 --- a/frameworks/spring-boot/meta.json +++ b/frameworks/spring-boot/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db", "api-4", "api-16", diff --git a/frameworks/swerver/meta.json b/frameworks/swerver/meta.json index 1b9699772..e0bcfa0a4 100644 --- a/frameworks/swerver/meta.json +++ b/frameworks/swerver/meta.json @@ -14,6 +14,7 @@ "json-tls", "upload", "static", + "static-tls", "baseline-h2", "static-h2", "baseline-h2c", diff --git a/frameworks/symfony-spawn-tas/meta.json b/frameworks/symfony-spawn-tas/meta.json index 9648a57f6..83ce550b6 100644 --- a/frameworks/symfony-spawn-tas/meta.json +++ b/frameworks/symfony-spawn-tas/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "static-h2", "baseline-h2", "async-db" diff --git a/frameworks/trillium-tuned/meta.json b/frameworks/trillium-tuned/meta.json index e1c4bc3ef..3b8f84b3e 100644 --- a/frameworks/trillium-tuned/meta.json +++ b/frameworks/trillium-tuned/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db", "crud", "fortunes", diff --git a/frameworks/trillium/meta.json b/frameworks/trillium/meta.json index a22b4feac..306806709 100644 --- a/frameworks/trillium/meta.json +++ b/frameworks/trillium/meta.json @@ -16,6 +16,7 @@ "json-tls", "upload", "static", + "static-tls", "async-db", "crud", "fortunes", diff --git a/frameworks/true-async-server/meta.json b/frameworks/true-async-server/meta.json index 903cf22a6..434883145 100644 --- a/frameworks/true-async-server/meta.json +++ b/frameworks/true-async-server/meta.json @@ -19,6 +19,7 @@ "api-4", "api-16", "static", + "static-tls", "static-h2", "baseline-h2", "baseline-h2c", diff --git a/frameworks/userver/meta.json b/frameworks/userver/meta.json index cd4746966..0c684152f 100644 --- a/frameworks/userver/meta.json +++ b/frameworks/userver/meta.json @@ -18,6 +18,7 @@ "api-4", "api-16", "static", + "static-tls", "async-db" ], "maintainers": ["botanegg"] diff --git a/frameworks/uvicorn/meta.json b/frameworks/uvicorn/meta.json index 7c1a51c8b..af236b966 100644 --- a/frameworks/uvicorn/meta.json +++ b/frameworks/uvicorn/meta.json @@ -17,6 +17,7 @@ "api-4", "api-16", "static", + "static-tls", "async-db" ], "maintainers": [] From 7e1227e37b86fba80c7e12032dda0ad77d9e5281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Thu, 13 Aug 2026 16:26:20 +0200 Subject: [PATCH 2/6] Revert failing frameworks --- frameworks/genhttp/meta.json | 1 - frameworks/symfony-spawn-tas/meta.json | 1 - 2 files changed, 2 deletions(-) diff --git a/frameworks/genhttp/meta.json b/frameworks/genhttp/meta.json index b72b5c5ad..023a147bc 100644 --- a/frameworks/genhttp/meta.json +++ b/frameworks/genhttp/meta.json @@ -18,7 +18,6 @@ "async-db", "crud", "static", - "static-tls", "echo-ws", "api-4", "api-16" diff --git a/frameworks/symfony-spawn-tas/meta.json b/frameworks/symfony-spawn-tas/meta.json index 83ce550b6..9648a57f6 100644 --- a/frameworks/symfony-spawn-tas/meta.json +++ b/frameworks/symfony-spawn-tas/meta.json @@ -16,7 +16,6 @@ "json-tls", "upload", "static", - "static-tls", "static-h2", "baseline-h2", "async-db" From b138bd5144d0b660ac870d8bee625575c1eeec37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Thu, 13 Aug 2026 17:18:47 +0200 Subject: [PATCH 3/6] Exclude simplew-tuned --- frameworks/simplew-tuned/meta.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frameworks/simplew-tuned/meta.json b/frameworks/simplew-tuned/meta.json index 8b82340a0..781d1e02d 100644 --- a/frameworks/simplew-tuned/meta.json +++ b/frameworks/simplew-tuned/meta.json @@ -16,7 +16,6 @@ "json-tls", "upload", "static", - "static-tls", "async-db", "crud", "api-4", From 04e7a34e60d1b1ea57fde48aebf2ae611fb26784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Thu, 13 Aug 2026 17:40:35 +0200 Subject: [PATCH 4/6] Revert swerver --- frameworks/swerver/meta.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frameworks/swerver/meta.json b/frameworks/swerver/meta.json index e0bcfa0a4..1b9699772 100644 --- a/frameworks/swerver/meta.json +++ b/frameworks/swerver/meta.json @@ -14,7 +14,6 @@ "json-tls", "upload", "static", - "static-tls", "baseline-h2", "static-h2", "baseline-h2c", From 5ee3975e25db54de4fe6942dda320172f37fb914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Thu, 13 Aug 2026 17:48:40 +0200 Subject: [PATCH 5/6] Disable flask --- frameworks/flask/meta.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frameworks/flask/meta.json b/frameworks/flask/meta.json index b7728d1ff..f2b65019d 100644 --- a/frameworks/flask/meta.json +++ b/frameworks/flask/meta.json @@ -18,8 +18,7 @@ "api-4", "api-16", "async-db", - "static", - "static-tls" + "static" ], "maintainers": [] } From 2f785181c76f885a542846afeba2b59e0ce49909 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Aug 2026 18:30:52 +0000 Subject: [PATCH 6/6] Benchmark results: 31 frameworks (static-tls) [skip ci] --- site/data/results/actix.json | 57 + site/data/results/aleph.json | 57 + site/data/results/aspnet-minimal.json | 57 + site/data/results/blackbull.json | 57 + site/data/results/bottle.json | 57 + site/data/results/fastapi.json | 57 + site/data/results/fastendpoints.json | 57 + site/data/results/fastpysgi-asgi.json | 57 + site/data/results/fastpysgi-wsgi.json | 57 + site/data/results/fishcake.json | 57 + site/data/results/fletch.json | 57 + site/data/results/genhttp-11-kestrel.json | 57 + site/data/results/genhttp-kestrel.json | 57 + site/data/results/ktor-ghost.json | 57 + site/data/results/ktor.json | 57 + site/data/results/mq-bridge-py.json | 57 + site/data/results/mq-bridge.json | 57 + site/data/results/pyronova.json | 57 + site/data/results/rails.json | 57 + site/data/results/ring-http-exchange.json | 57 + site/data/results/roadrunner.json | 57 + site/data/results/roda.json | 57 + site/data/results/servicestack.json | 57 + site/data/results/simplew.json | 57 + site/data/results/sinatra.json | 57 + site/data/results/spring-boot.json | 57 + site/data/results/trillium-tuned.json | 57 + site/data/results/trillium.json | 57 + site/data/results/true-async-server.json | 57 + site/data/results/userver.json | 57 + site/data/results/uvicorn.json | 57 + site/static/logs/static-tls/1024/actix.log | 0 site/static/logs/static-tls/1024/aleph.log | 2 + .../logs/static-tls/1024/aspnet-minimal.log | 0 .../static/logs/static-tls/1024/blackbull.log | 0 site/static/logs/static-tls/1024/bottle.log | 0 site/static/logs/static-tls/1024/fastapi.log | 0 .../logs/static-tls/1024/fastendpoints.log | 0 .../logs/static-tls/1024/fastpysgi-asgi.log | 0 .../logs/static-tls/1024/fastpysgi-wsgi.log | 0 site/static/logs/static-tls/1024/fishcake.log | 4 + site/static/logs/static-tls/1024/fletch.log | 65 + .../static-tls/1024/genhttp-11-kestrel.log | 0 .../logs/static-tls/1024/genhttp-kestrel.log | 0 .../logs/static-tls/1024/ktor-ghost.log | 1 + site/static/logs/static-tls/1024/ktor.log | 1 + .../logs/static-tls/1024/mq-bridge-py.log | 0 .../static/logs/static-tls/1024/mq-bridge.log | 0 site/static/logs/static-tls/1024/pyronova.log | 6 + site/static/logs/static-tls/1024/rails.log | 83 ++ .../static-tls/1024/ring-http-exchange.log | 40 + .../logs/static-tls/1024/roadrunner.log | 5 + site/static/logs/static-tls/1024/roda.log | 80 ++ .../logs/static-tls/1024/servicestack.log | 0 site/static/logs/static-tls/1024/simplew.log | 0 site/static/logs/static-tls/1024/sinatra.log | 80 ++ .../logs/static-tls/1024/spring-boot.log | 23 + .../logs/static-tls/1024/trillium-tuned.log | 6 + site/static/logs/static-tls/1024/trillium.log | 4 + .../static-tls/1024/true-async-server.log | 1 + site/static/logs/static-tls/1024/userver.log | 114 ++ site/static/logs/static-tls/1024/uvicorn.log | 0 site/static/logs/static-tls/4096/actix.log | 0 site/static/logs/static-tls/4096/aleph.log | 2 + .../logs/static-tls/4096/aspnet-minimal.log | 0 .../static/logs/static-tls/4096/blackbull.log | 0 site/static/logs/static-tls/4096/bottle.log | 0 site/static/logs/static-tls/4096/fastapi.log | 0 .../logs/static-tls/4096/fastendpoints.log | 0 .../logs/static-tls/4096/fastpysgi-asgi.log | 0 .../logs/static-tls/4096/fastpysgi-wsgi.log | 0 site/static/logs/static-tls/4096/fishcake.log | 4 + site/static/logs/static-tls/4096/fletch.log | 65 + .../static-tls/4096/genhttp-11-kestrel.log | 0 .../logs/static-tls/4096/genhttp-kestrel.log | 0 .../logs/static-tls/4096/ktor-ghost.log | 1 + site/static/logs/static-tls/4096/ktor.log | 1 + .../logs/static-tls/4096/mq-bridge-py.log | 0 .../static/logs/static-tls/4096/mq-bridge.log | 0 site/static/logs/static-tls/4096/pyronova.log | 6 + site/static/logs/static-tls/4096/rails.log | 83 ++ .../static-tls/4096/ring-http-exchange.log | 40 + .../logs/static-tls/4096/roadrunner.log | 5 + site/static/logs/static-tls/4096/roda.log | 80 ++ .../logs/static-tls/4096/servicestack.log | 0 site/static/logs/static-tls/4096/simplew.log | 0 site/static/logs/static-tls/4096/sinatra.log | 80 ++ .../logs/static-tls/4096/spring-boot.log | 23 + .../logs/static-tls/4096/trillium-tuned.log | 6 + site/static/logs/static-tls/4096/trillium.log | 94 ++ .../static-tls/4096/true-async-server.log | 1 + site/static/logs/static-tls/4096/userver.log | 162 +++ site/static/logs/static-tls/4096/uvicorn.log | 0 site/static/logs/static-tls/6800/actix.log | 0 site/static/logs/static-tls/6800/aleph.log | 2 + .../logs/static-tls/6800/aspnet-minimal.log | 0 .../static/logs/static-tls/6800/blackbull.log | 0 site/static/logs/static-tls/6800/bottle.log | 0 site/static/logs/static-tls/6800/fastapi.log | 0 .../logs/static-tls/6800/fastendpoints.log | 0 .../logs/static-tls/6800/fastpysgi-asgi.log | 0 .../logs/static-tls/6800/fastpysgi-wsgi.log | 0 site/static/logs/static-tls/6800/fishcake.log | 4 + site/static/logs/static-tls/6800/fletch.log | 65 + .../static-tls/6800/genhttp-11-kestrel.log | 0 .../logs/static-tls/6800/genhttp-kestrel.log | 0 .../logs/static-tls/6800/ktor-ghost.log | 1 + site/static/logs/static-tls/6800/ktor.log | 1 + .../logs/static-tls/6800/mq-bridge-py.log | 0 .../static/logs/static-tls/6800/mq-bridge.log | 0 site/static/logs/static-tls/6800/pyronova.log | 6 + site/static/logs/static-tls/6800/rails.log | 83 ++ .../static-tls/6800/ring-http-exchange.log | 40 + .../logs/static-tls/6800/roadrunner.log | 5 + site/static/logs/static-tls/6800/roda.log | 80 ++ .../logs/static-tls/6800/servicestack.log | 0 site/static/logs/static-tls/6800/simplew.log | 0 site/static/logs/static-tls/6800/sinatra.log | 80 ++ .../logs/static-tls/6800/spring-boot.log | 23 + .../logs/static-tls/6800/trillium-tuned.log | 6 + site/static/logs/static-tls/6800/trillium.log | 1170 +++++++++++++++++ .../static-tls/6800/true-async-server.log | 1 + site/static/logs/static-tls/6800/userver.log | 153 +++ site/static/logs/static-tls/6800/uvicorn.log | 0 124 files changed, 4655 insertions(+) create mode 100644 site/static/logs/static-tls/1024/actix.log create mode 100644 site/static/logs/static-tls/1024/aleph.log create mode 100644 site/static/logs/static-tls/1024/aspnet-minimal.log create mode 100644 site/static/logs/static-tls/1024/blackbull.log create mode 100644 site/static/logs/static-tls/1024/bottle.log create mode 100644 site/static/logs/static-tls/1024/fastapi.log create mode 100644 site/static/logs/static-tls/1024/fastendpoints.log create mode 100644 site/static/logs/static-tls/1024/fastpysgi-asgi.log create mode 100644 site/static/logs/static-tls/1024/fastpysgi-wsgi.log create mode 100644 site/static/logs/static-tls/1024/fishcake.log create mode 100644 site/static/logs/static-tls/1024/fletch.log create mode 100644 site/static/logs/static-tls/1024/genhttp-11-kestrel.log create mode 100644 site/static/logs/static-tls/1024/genhttp-kestrel.log create mode 100644 site/static/logs/static-tls/1024/ktor-ghost.log create mode 100644 site/static/logs/static-tls/1024/ktor.log create mode 100644 site/static/logs/static-tls/1024/mq-bridge-py.log create mode 100644 site/static/logs/static-tls/1024/mq-bridge.log create mode 100644 site/static/logs/static-tls/1024/pyronova.log create mode 100644 site/static/logs/static-tls/1024/rails.log create mode 100644 site/static/logs/static-tls/1024/ring-http-exchange.log create mode 100644 site/static/logs/static-tls/1024/roadrunner.log create mode 100644 site/static/logs/static-tls/1024/roda.log create mode 100644 site/static/logs/static-tls/1024/servicestack.log create mode 100644 site/static/logs/static-tls/1024/simplew.log create mode 100644 site/static/logs/static-tls/1024/sinatra.log create mode 100644 site/static/logs/static-tls/1024/spring-boot.log create mode 100644 site/static/logs/static-tls/1024/trillium-tuned.log create mode 100644 site/static/logs/static-tls/1024/trillium.log create mode 100644 site/static/logs/static-tls/1024/true-async-server.log create mode 100644 site/static/logs/static-tls/1024/userver.log create mode 100644 site/static/logs/static-tls/1024/uvicorn.log create mode 100644 site/static/logs/static-tls/4096/actix.log create mode 100644 site/static/logs/static-tls/4096/aleph.log create mode 100644 site/static/logs/static-tls/4096/aspnet-minimal.log create mode 100644 site/static/logs/static-tls/4096/blackbull.log create mode 100644 site/static/logs/static-tls/4096/bottle.log create mode 100644 site/static/logs/static-tls/4096/fastapi.log create mode 100644 site/static/logs/static-tls/4096/fastendpoints.log create mode 100644 site/static/logs/static-tls/4096/fastpysgi-asgi.log create mode 100644 site/static/logs/static-tls/4096/fastpysgi-wsgi.log create mode 100644 site/static/logs/static-tls/4096/fishcake.log create mode 100644 site/static/logs/static-tls/4096/fletch.log create mode 100644 site/static/logs/static-tls/4096/genhttp-11-kestrel.log create mode 100644 site/static/logs/static-tls/4096/genhttp-kestrel.log create mode 100644 site/static/logs/static-tls/4096/ktor-ghost.log create mode 100644 site/static/logs/static-tls/4096/ktor.log create mode 100644 site/static/logs/static-tls/4096/mq-bridge-py.log create mode 100644 site/static/logs/static-tls/4096/mq-bridge.log create mode 100644 site/static/logs/static-tls/4096/pyronova.log create mode 100644 site/static/logs/static-tls/4096/rails.log create mode 100644 site/static/logs/static-tls/4096/ring-http-exchange.log create mode 100644 site/static/logs/static-tls/4096/roadrunner.log create mode 100644 site/static/logs/static-tls/4096/roda.log create mode 100644 site/static/logs/static-tls/4096/servicestack.log create mode 100644 site/static/logs/static-tls/4096/simplew.log create mode 100644 site/static/logs/static-tls/4096/sinatra.log create mode 100644 site/static/logs/static-tls/4096/spring-boot.log create mode 100644 site/static/logs/static-tls/4096/trillium-tuned.log create mode 100644 site/static/logs/static-tls/4096/trillium.log create mode 100644 site/static/logs/static-tls/4096/true-async-server.log create mode 100644 site/static/logs/static-tls/4096/userver.log create mode 100644 site/static/logs/static-tls/4096/uvicorn.log create mode 100644 site/static/logs/static-tls/6800/actix.log create mode 100644 site/static/logs/static-tls/6800/aleph.log create mode 100644 site/static/logs/static-tls/6800/aspnet-minimal.log create mode 100644 site/static/logs/static-tls/6800/blackbull.log create mode 100644 site/static/logs/static-tls/6800/bottle.log create mode 100644 site/static/logs/static-tls/6800/fastapi.log create mode 100644 site/static/logs/static-tls/6800/fastendpoints.log create mode 100644 site/static/logs/static-tls/6800/fastpysgi-asgi.log create mode 100644 site/static/logs/static-tls/6800/fastpysgi-wsgi.log create mode 100644 site/static/logs/static-tls/6800/fishcake.log create mode 100644 site/static/logs/static-tls/6800/fletch.log create mode 100644 site/static/logs/static-tls/6800/genhttp-11-kestrel.log create mode 100644 site/static/logs/static-tls/6800/genhttp-kestrel.log create mode 100644 site/static/logs/static-tls/6800/ktor-ghost.log create mode 100644 site/static/logs/static-tls/6800/ktor.log create mode 100644 site/static/logs/static-tls/6800/mq-bridge-py.log create mode 100644 site/static/logs/static-tls/6800/mq-bridge.log create mode 100644 site/static/logs/static-tls/6800/pyronova.log create mode 100644 site/static/logs/static-tls/6800/rails.log create mode 100644 site/static/logs/static-tls/6800/ring-http-exchange.log create mode 100644 site/static/logs/static-tls/6800/roadrunner.log create mode 100644 site/static/logs/static-tls/6800/roda.log create mode 100644 site/static/logs/static-tls/6800/servicestack.log create mode 100644 site/static/logs/static-tls/6800/simplew.log create mode 100644 site/static/logs/static-tls/6800/sinatra.log create mode 100644 site/static/logs/static-tls/6800/spring-boot.log create mode 100644 site/static/logs/static-tls/6800/trillium-tuned.log create mode 100644 site/static/logs/static-tls/6800/trillium.log create mode 100644 site/static/logs/static-tls/6800/true-async-server.log create mode 100644 site/static/logs/static-tls/6800/userver.log create mode 100644 site/static/logs/static-tls/6800/uvicorn.log diff --git a/site/data/results/actix.json b/site/data/results/actix.json index 6d8c78da7..906c1274c 100644 --- a/site/data/results/actix.json +++ b/site/data/results/actix.json @@ -652,6 +652,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "actix", + "language": "Rust", + "rps": 55882, + "avg_latency": "22.16ms", + "p99_latency": "493.97ms", + "cpu": "6220.4%", + "memory": "4.6GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "0.86GB", + "reconnects": 0, + "status_2xx": 284994, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "actix", + "language": "Rust", + "rps": 41672, + "avg_latency": "120.61ms", + "p99_latency": "1.77s", + "cpu": "5858.6%", + "memory": "6.2GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "659.07MB", + "reconnects": 0, + "status_2xx": 214118, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "actix", + "language": "Rust", + "rps": 47327, + "avg_latency": "159.17ms", + "p99_latency": "1.66s", + "cpu": "5505.0%", + "memory": "11.0GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "747.92MB", + "reconnects": 0, + "status_2xx": 243259, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "actix", "language": "Rust", diff --git a/site/data/results/aleph.json b/site/data/results/aleph.json index 268d0899a..464065c7f 100644 --- a/site/data/results/aleph.json +++ b/site/data/results/aleph.json @@ -348,6 +348,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "aleph", + "language": "Clojure", + "rps": 92285, + "avg_latency": "18.65ms", + "p99_latency": "269.99ms", + "cpu": "6471.1%", + "memory": "17.8GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.49GB", + "reconnects": 0, + "status_2xx": 470670, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "aleph", + "language": "Clojure", + "rps": 84868, + "avg_latency": "51.72ms", + "p99_latency": "481.36ms", + "cpu": "6469.3%", + "memory": "18.2GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.05GB", + "reconnects": 0, + "status_2xx": 432865, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "aleph", + "language": "Clojure", + "rps": 81174, + "avg_latency": "71.33ms", + "p99_latency": "509.81ms", + "cpu": "6449.0%", + "memory": "17.7GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "4.83GB", + "reconnects": 0, + "status_2xx": 413974, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "aleph", "language": "Clojure", diff --git a/site/data/results/aspnet-minimal.json b/site/data/results/aspnet-minimal.json index 4566aecbb..c60d0e735 100644 --- a/site/data/results/aspnet-minimal.json +++ b/site/data/results/aspnet-minimal.json @@ -709,6 +709,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "aspnet-minimal", + "language": "C#", + "rps": 243329, + "avg_latency": "4.36ms", + "p99_latency": "35.58ms", + "cpu": "5212.8%", + "memory": "462MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.76GB", + "reconnects": 0, + "status_2xx": 1240995, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "aspnet-minimal", + "language": "C#", + "rps": 255222, + "avg_latency": "16.09ms", + "p99_latency": "132.88ms", + "cpu": "6065.0%", + "memory": "922MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.94GB", + "reconnects": 0, + "status_2xx": 1300936, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "aspnet-minimal", + "language": "C#", + "rps": 251639, + "avg_latency": "27.35ms", + "p99_latency": "338.12ms", + "cpu": "6195.6%", + "memory": "1.2GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.89GB", + "reconnects": 0, + "status_2xx": 1283633, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "stream-grpc-64": { "framework": "aspnet-minimal", "language": "C#", diff --git a/site/data/results/blackbull.json b/site/data/results/blackbull.json index 294eecd22..fa048b0e6 100644 --- a/site/data/results/blackbull.json +++ b/site/data/results/blackbull.json @@ -408,6 +408,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "blackbull", + "language": "Python", + "rps": 169440, + "avg_latency": "6.15ms", + "p99_latency": "81.81ms", + "cpu": "6400.0%", + "memory": "1.8GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "2.59GB", + "reconnects": 0, + "status_2xx": 863982, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "blackbull", + "language": "Python", + "rps": 164491, + "avg_latency": "24.60ms", + "p99_latency": "153.79ms", + "cpu": "6295.3%", + "memory": "3.0GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "2.51GB", + "reconnects": 0, + "status_2xx": 838990, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "blackbull", + "language": "Python", + "rps": 160996, + "avg_latency": "41.66ms", + "p99_latency": "259.50ms", + "cpu": "6234.0%", + "memory": "4.1GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "2.46GB", + "reconnects": 0, + "status_2xx": 821263, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "blackbull", "language": "Python", diff --git a/site/data/results/bottle.json b/site/data/results/bottle.json index 54d87c1fd..30c376760 100644 --- a/site/data/results/bottle.json +++ b/site/data/results/bottle.json @@ -287,6 +287,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "bottle", + "language": "Python", + "rps": 9110, + "avg_latency": "9.60ms", + "p99_latency": "60.10ms", + "cpu": "2775.9%", + "memory": "2.6GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "556.31MB", + "reconnects": 0, + "status_2xx": 46464, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "bottle", + "language": "Python", + "rps": 8567, + "avg_latency": "20.97ms", + "p99_latency": "167.03ms", + "cpu": "2477.5%", + "memory": "2.5GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "522.99MB", + "reconnects": 0, + "status_2xx": 43687, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "bottle", + "language": "Python", + "rps": 7930, + "avg_latency": "24.59ms", + "p99_latency": "263.25ms", + "cpu": "2181.5%", + "memory": "2.5GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "484.09MB", + "reconnects": 0, + "status_2xx": 40449, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "bottle", "language": "Python", diff --git a/site/data/results/fastapi.json b/site/data/results/fastapi.json index 1b683cfe3..5cfc87ce0 100644 --- a/site/data/results/fastapi.json +++ b/site/data/results/fastapi.json @@ -347,6 +347,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "fastapi", + "language": "Python", + "rps": 23393, + "avg_latency": "44.03ms", + "p99_latency": "183.74ms", + "cpu": "6572.2%", + "memory": "5.2GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "422.12MB", + "reconnects": 0, + "status_2xx": 119003, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "fastapi", + "language": "Python", + "rps": 21410, + "avg_latency": "180.73ms", + "p99_latency": "535.80ms", + "cpu": "6482.2%", + "memory": "6.1GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "386.17MB", + "reconnects": 0, + "status_2xx": 109272, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "fastapi", + "language": "Python", + "rps": 20124, + "avg_latency": "303.81ms", + "p99_latency": "803.55ms", + "cpu": "6717.6%", + "memory": "7.7GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "362.58MB", + "reconnects": 0, + "status_2xx": 102944, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "fastapi", "language": "Python", diff --git a/site/data/results/fastendpoints.json b/site/data/results/fastendpoints.json index 810ef2518..35d7da05b 100644 --- a/site/data/results/fastendpoints.json +++ b/site/data/results/fastendpoints.json @@ -576,6 +576,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "fastendpoints", + "language": "C#", + "rps": 253173, + "avg_latency": "4.18ms", + "p99_latency": "29.74ms", + "cpu": "5471.5%", + "memory": "475MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.91GB", + "reconnects": 0, + "status_2xx": 1291244, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "fastendpoints", + "language": "C#", + "rps": 258863, + "avg_latency": "15.78ms", + "p99_latency": "133.60ms", + "cpu": "5992.3%", + "memory": "884MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "4.00GB", + "reconnects": 0, + "status_2xx": 1320285, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "fastendpoints", + "language": "C#", + "rps": 254583, + "avg_latency": "24.73ms", + "p99_latency": "196.35ms", + "cpu": "6094.9%", + "memory": "1.2GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.93GB", + "reconnects": 0, + "status_2xx": 1298427, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "fastendpoints", "language": "C#", diff --git a/site/data/results/fastpysgi-asgi.json b/site/data/results/fastpysgi-asgi.json index 1d6dfc2d8..f1d6626c8 100644 --- a/site/data/results/fastpysgi-asgi.json +++ b/site/data/results/fastpysgi-asgi.json @@ -349,6 +349,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "fastpysgi-asgi", + "language": "Python", + "rps": 655490, + "avg_latency": "1.55ms", + "p99_latency": "44.57ms", + "cpu": "6549.8%", + "memory": "580MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "10.04GB", + "reconnects": 0, + "status_2xx": 3343000, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "fastpysgi-asgi", + "language": "Python", + "rps": 517407, + "avg_latency": "7.98ms", + "p99_latency": "133.69ms", + "cpu": "6552.0%", + "memory": "1.9GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "7.92GB", + "reconnects": 0, + "status_2xx": 2639165, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "fastpysgi-asgi", + "language": "Python", + "rps": 469239, + "avg_latency": "14.75ms", + "p99_latency": "225.35ms", + "cpu": "6547.9%", + "memory": "3.0GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "7.18GB", + "reconnects": 0, + "status_2xx": 2393311, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "fastpysgi-asgi", "language": "Python", diff --git a/site/data/results/fastpysgi-wsgi.json b/site/data/results/fastpysgi-wsgi.json index c1ca8ef07..e0cafa432 100644 --- a/site/data/results/fastpysgi-wsgi.json +++ b/site/data/results/fastpysgi-wsgi.json @@ -347,6 +347,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "fastpysgi-wsgi", + "language": "Python", + "rps": 855993, + "avg_latency": "1.18ms", + "p99_latency": "44.62ms", + "cpu": "6482.6%", + "memory": "547MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "13.11GB", + "reconnects": 0, + "status_2xx": 4364993, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "fastpysgi-wsgi", + "language": "Python", + "rps": 555960, + "avg_latency": "7.36ms", + "p99_latency": "89.19ms", + "cpu": "6433.5%", + "memory": "1.9GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "8.51GB", + "reconnects": 0, + "status_2xx": 2832794, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "fastpysgi-wsgi", + "language": "Python", + "rps": 514313, + "avg_latency": "13.36ms", + "p99_latency": "171.48ms", + "cpu": "6417.0%", + "memory": "5.1GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "7.87GB", + "reconnects": 0, + "status_2xx": 2623310, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "fastpysgi-wsgi", "language": "Python", diff --git a/site/data/results/fishcake.json b/site/data/results/fishcake.json index a6130517b..4204fbb21 100644 --- a/site/data/results/fishcake.json +++ b/site/data/results/fishcake.json @@ -363,6 +363,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "fishcake", + "language": "Kotlin", + "rps": 349722, + "avg_latency": "8.65ms", + "p99_latency": "199.21ms", + "cpu": "4874.3%", + "memory": "16.8GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.35GB", + "reconnects": 0, + "status_2xx": 1783576, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "fishcake", + "language": "Kotlin", + "rps": 324823, + "avg_latency": "19.05ms", + "p99_latency": "535.23ms", + "cpu": "4833.9%", + "memory": "16.8GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "4.97GB", + "reconnects": 0, + "status_2xx": 1656414, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "fishcake", + "language": "Kotlin", + "rps": 317492, + "avg_latency": "27.35ms", + "p99_latency": "539.74ms", + "cpu": "5003.5%", + "memory": "16.5GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "4.86GB", + "reconnects": 0, + "status_2xx": 1618294, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "fishcake", "language": "Kotlin", diff --git a/site/data/results/fletch.json b/site/data/results/fletch.json index c14c42096..3f127555e 100644 --- a/site/data/results/fletch.json +++ b/site/data/results/fletch.json @@ -297,6 +297,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "fletch", + "language": "Dart", + "rps": 158730, + "avg_latency": "6.56ms", + "p99_latency": "68.54ms", + "cpu": "6462.5%", + "memory": "3.5GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "2.43GB", + "reconnects": 0, + "status_2xx": 809533, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "fletch", + "language": "Dart", + "rps": 147832, + "avg_latency": "27.89ms", + "p99_latency": "184.29ms", + "cpu": "6469.8%", + "memory": "3.7GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "2.27GB", + "reconnects": 0, + "status_2xx": 753954, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "fletch", + "language": "Dart", + "rps": 141565, + "avg_latency": "48.09ms", + "p99_latency": "261.27ms", + "cpu": "6417.7%", + "memory": "3.9GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "2.17GB", + "reconnects": 0, + "status_2xx": 721599, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "fletch", "language": "Dart", diff --git a/site/data/results/genhttp-11-kestrel.json b/site/data/results/genhttp-11-kestrel.json index 7489f51e5..41574f1a7 100644 --- a/site/data/results/genhttp-11-kestrel.json +++ b/site/data/results/genhttp-11-kestrel.json @@ -633,6 +633,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "genhttp-11-kestrel", + "language": "C#", + "rps": 336798, + "avg_latency": "3.13ms", + "p99_latency": "33.16ms", + "cpu": "5650.6%", + "memory": "570MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.15GB", + "reconnects": 0, + "status_2xx": 1717512, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "genhttp-11-kestrel", + "language": "C#", + "rps": 334065, + "avg_latency": "12.32ms", + "p99_latency": "167.79ms", + "cpu": "6197.1%", + "memory": "955MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.11GB", + "reconnects": 0, + "status_2xx": 1703653, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "genhttp-11-kestrel", + "language": "C#", + "rps": 351794, + "avg_latency": "19.17ms", + "p99_latency": "327.52ms", + "cpu": "6026.3%", + "memory": "1.4GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.38GB", + "reconnects": 0, + "status_2xx": 1792493, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "genhttp-11-kestrel", "language": "C#", diff --git a/site/data/results/genhttp-kestrel.json b/site/data/results/genhttp-kestrel.json index bc28ec0c2..500d5e664 100644 --- a/site/data/results/genhttp-kestrel.json +++ b/site/data/results/genhttp-kestrel.json @@ -473,6 +473,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "genhttp-kestrel", + "language": "C#", + "rps": 199349, + "avg_latency": "8.89ms", + "p99_latency": "64.22ms", + "cpu": "6200.9%", + "memory": "602MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.56GB", + "reconnects": 0, + "status_2xx": 1016353, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "genhttp-kestrel", + "language": "C#", + "rps": 188161, + "avg_latency": "30.21ms", + "p99_latency": "238.24ms", + "cpu": "6085.1%", + "memory": "1.1GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.34GB", + "reconnects": 0, + "status_2xx": 959749, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "genhttp-kestrel", + "language": "C#", + "rps": 186526, + "avg_latency": "44.84ms", + "p99_latency": "249.17ms", + "cpu": "6146.5%", + "memory": "1.5GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.30GB", + "reconnects": 0, + "status_2xx": 951194, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "genhttp-kestrel", "language": "C#", diff --git a/site/data/results/ktor-ghost.json b/site/data/results/ktor-ghost.json index cecb15521..64cc45c95 100644 --- a/site/data/results/ktor-ghost.json +++ b/site/data/results/ktor-ghost.json @@ -671,6 +671,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "ktor-ghost", + "language": "Kotlin", + "rps": 191799, + "avg_latency": "8.84ms", + "p99_latency": "183.27ms", + "cpu": "6430.3%", + "memory": "3.3GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "2.93GB", + "reconnects": 0, + "status_2xx": 974970, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "ktor-ghost", + "language": "Kotlin", + "rps": 238995, + "avg_latency": "18.50ms", + "p99_latency": "303.36ms", + "cpu": "6151.4%", + "memory": "5.3GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.65GB", + "reconnects": 0, + "status_2xx": 1218874, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "ktor-ghost", + "language": "Kotlin", + "rps": 229300, + "avg_latency": "31.07ms", + "p99_latency": "382.26ms", + "cpu": "5873.5%", + "memory": "5.8GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.50GB", + "reconnects": 0, + "status_2xx": 1169740, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "ktor-ghost", "language": "Kotlin", diff --git a/site/data/results/ktor.json b/site/data/results/ktor.json index bcf77321d..387aa06ae 100644 --- a/site/data/results/ktor.json +++ b/site/data/results/ktor.json @@ -671,6 +671,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "ktor", + "language": "Kotlin", + "rps": 204709, + "avg_latency": "8.18ms", + "p99_latency": "245.95ms", + "cpu": "6407.0%", + "memory": "3.8GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.12GB", + "reconnects": 0, + "status_2xx": 1044008, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "ktor", + "language": "Kotlin", + "rps": 238340, + "avg_latency": "18.57ms", + "p99_latency": "341.06ms", + "cpu": "6060.9%", + "memory": "5.0GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.64GB", + "reconnects": 0, + "status_2xx": 1215453, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "ktor", + "language": "Kotlin", + "rps": 226856, + "avg_latency": "31.52ms", + "p99_latency": "367.08ms", + "cpu": "5788.5%", + "memory": "6.0GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.46GB", + "reconnects": 0, + "status_2xx": 1156750, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "ktor", "language": "Kotlin", diff --git a/site/data/results/mq-bridge-py.json b/site/data/results/mq-bridge-py.json index 58f06691d..2a474fe08 100644 --- a/site/data/results/mq-bridge-py.json +++ b/site/data/results/mq-bridge-py.json @@ -518,6 +518,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "mq-bridge-py", + "language": "Python", + "rps": 298762, + "avg_latency": "3.58ms", + "p99_latency": "46.37ms", + "cpu": "6633.1%", + "memory": "3.8GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.14GB", + "reconnects": 0, + "status_2xx": 1523707, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "mq-bridge-py", + "language": "Python", + "rps": 316050, + "avg_latency": "13.28ms", + "p99_latency": "140.15ms", + "cpu": "6495.2%", + "memory": "7.5GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.43GB", + "reconnects": 0, + "status_2xx": 1611817, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "mq-bridge-py", + "language": "Python", + "rps": 301755, + "avg_latency": "22.91ms", + "p99_latency": "203.95ms", + "cpu": "6438.6%", + "memory": "10.6GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.19GB", + "reconnects": 0, + "status_2xx": 1539074, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "mq-bridge-py", "language": "Python", diff --git a/site/data/results/mq-bridge.json b/site/data/results/mq-bridge.json index 439e68e20..6aba220c1 100644 --- a/site/data/results/mq-bridge.json +++ b/site/data/results/mq-bridge.json @@ -632,6 +632,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "mq-bridge", + "language": "Rust", + "rps": 415105, + "avg_latency": "2.47ms", + "p99_latency": "45.47ms", + "cpu": "6547.0%", + "memory": "255MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "10.07GB", + "reconnects": 0, + "status_2xx": 2116988, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "mq-bridge", + "language": "Rust", + "rps": 407866, + "avg_latency": "10.35ms", + "p99_latency": "82.33ms", + "cpu": "6436.1%", + "memory": "800MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "9.90GB", + "reconnects": 0, + "status_2xx": 2080138, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "mq-bridge", + "language": "Rust", + "rps": 404021, + "avg_latency": "17.70ms", + "p99_latency": "178.58ms", + "cpu": "6523.1%", + "memory": "1.3GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "9.80GB", + "reconnects": 0, + "status_2xx": 2060691, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "mq-bridge", "language": "Rust", diff --git a/site/data/results/pyronova.json b/site/data/results/pyronova.json index 821670d79..b2232a559 100644 --- a/site/data/results/pyronova.json +++ b/site/data/results/pyronova.json @@ -443,6 +443,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "pyronova", + "language": "Python", + "rps": 214118, + "avg_latency": "4.81ms", + "p99_latency": "99.17ms", + "cpu": "6466.3%", + "memory": "2.3GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "12.71GB", + "reconnects": 0, + "status_2xx": 1091417, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "pyronova", + "language": "Python", + "rps": 193498, + "avg_latency": "22.59ms", + "p99_latency": "241.42ms", + "cpu": "6410.1%", + "memory": "4.6GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "11.49GB", + "reconnects": 0, + "status_2xx": 986176, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "pyronova", + "language": "Python", + "rps": 187432, + "avg_latency": "45.97ms", + "p99_latency": "491.47ms", + "cpu": "6416.6%", + "memory": "6.2GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "11.13GB", + "reconnects": 0, + "status_2xx": 955622, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "unary-grpc-1024": { "framework": "pyronova", "language": "Python", diff --git a/site/data/results/rails.json b/site/data/results/rails.json index 80b4a26ea..80c5d5cfa 100644 --- a/site/data/results/rails.json +++ b/site/data/results/rails.json @@ -367,6 +367,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "rails", + "language": "Ruby", + "rps": 103733, + "avg_latency": "10.00ms", + "p99_latency": "68.51ms", + "cpu": "6529.3%", + "memory": "10.9GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.59GB", + "reconnects": 0, + "status_2xx": 529015, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "rails", + "language": "Ruby", + "rps": 99197, + "avg_latency": "41.99ms", + "p99_latency": "541.93ms", + "cpu": "6455.9%", + "memory": "11.6GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.52GB", + "reconnects": 0, + "status_2xx": 505626, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "rails", + "language": "Ruby", + "rps": 99183, + "avg_latency": "67.27ms", + "p99_latency": "617.02ms", + "cpu": "6420.1%", + "memory": "11.7GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.52GB", + "reconnects": 0, + "status_2xx": 505894, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "rails", "language": "Ruby", diff --git a/site/data/results/ring-http-exchange.json b/site/data/results/ring-http-exchange.json index 5fe6230a6..f538891b0 100644 --- a/site/data/results/ring-http-exchange.json +++ b/site/data/results/ring-http-exchange.json @@ -348,6 +348,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "ring-http-exchange", + "language": "Clojure", + "rps": 190477, + "avg_latency": "8.27ms", + "p99_latency": "219.74ms", + "cpu": "6390.8%", + "memory": "5.0GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "11.30GB", + "reconnects": 0, + "status_2xx": 971460, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "ring-http-exchange", + "language": "Clojure", + "rps": 192014, + "avg_latency": "150.45ms", + "p99_latency": "1.97s", + "cpu": "6341.7%", + "memory": "5.2GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "11.39GB", + "reconnects": 0, + "status_2xx": 979364, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "ring-http-exchange", + "language": "Clojure", + "rps": 184649, + "avg_latency": "46.89ms", + "p99_latency": "1.10s", + "cpu": "6426.8%", + "memory": "12.2GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "10.96GB", + "reconnects": 0, + "status_2xx": 941843, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "ring-http-exchange", "language": "Clojure", diff --git a/site/data/results/roadrunner.json b/site/data/results/roadrunner.json index 0b3a45335..259e0d4df 100644 --- a/site/data/results/roadrunner.json +++ b/site/data/results/roadrunner.json @@ -709,6 +709,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "roadrunner", + "language": "Erlang", + "rps": 87911, + "avg_latency": "1.46ms", + "p99_latency": "28.44ms", + "cpu": "4700.0%", + "memory": "368MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.51GB", + "reconnects": 0, + "status_2xx": 448364, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "roadrunner", + "language": "Erlang", + "rps": 28174, + "avg_latency": "3.90ms", + "p99_latency": "23.10ms", + "cpu": "2615.6%", + "memory": "290MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "494.76MB", + "reconnects": 0, + "status_2xx": 143683, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "roadrunner", + "language": "Erlang", + "rps": 16693, + "avg_latency": "6.50ms", + "p99_latency": "32.32ms", + "cpu": "1769.8%", + "memory": "268MiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "292.94MB", + "reconnects": 0, + "status_2xx": 85144, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "roadrunner", "language": "Erlang", diff --git a/site/data/results/roda.json b/site/data/results/roda.json index bdd158e52..621782ba6 100644 --- a/site/data/results/roda.json +++ b/site/data/results/roda.json @@ -367,6 +367,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "roda", + "language": "Ruby", + "rps": 115566, + "avg_latency": "9.35ms", + "p99_latency": "94.03ms", + "cpu": "6554.4%", + "memory": "6.5GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.77GB", + "reconnects": 0, + "status_2xx": 589363, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "roda", + "language": "Ruby", + "rps": 113709, + "avg_latency": "36.09ms", + "p99_latency": "598.90ms", + "cpu": "6553.8%", + "memory": "9.5GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.74GB", + "reconnects": 0, + "status_2xx": 579764, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "roda", + "language": "Ruby", + "rps": 108212, + "avg_latency": "61.87ms", + "p99_latency": "492.90ms", + "cpu": "6547.1%", + "memory": "9.3GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.66GB", + "reconnects": 0, + "status_2xx": 551724, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "roda", "language": "Ruby", diff --git a/site/data/results/servicestack.json b/site/data/results/servicestack.json index 621f870bd..10c74d34a 100644 --- a/site/data/results/servicestack.json +++ b/site/data/results/servicestack.json @@ -343,6 +343,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "servicestack", + "language": "C#", + "rps": 257085, + "avg_latency": "4.07ms", + "p99_latency": "29.16ms", + "cpu": "5299.1%", + "memory": "470MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "3.97GB", + "reconnects": 0, + "status_2xx": 1311163, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "servicestack", + "language": "C#", + "rps": 259789, + "avg_latency": "15.48ms", + "p99_latency": "175.25ms", + "cpu": "5995.7%", + "memory": "857MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "4.01GB", + "reconnects": 0, + "status_2xx": 1324983, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "servicestack", + "language": "C#", + "rps": 261910, + "avg_latency": "26.09ms", + "p99_latency": "285.33ms", + "cpu": "5839.3%", + "memory": "1.3GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "4.04GB", + "reconnects": 0, + "status_2xx": 1335388, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "servicestack", "language": "C#", diff --git a/site/data/results/simplew.json b/site/data/results/simplew.json index eddbf3ff8..4a2b0967a 100644 --- a/site/data/results/simplew.json +++ b/site/data/results/simplew.json @@ -481,6 +481,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "simplew", + "language": "C#", + "rps": 66475, + "avg_latency": "18.16ms", + "p99_latency": "170.78ms", + "cpu": "4748.3%", + "memory": "1.1GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.52GB", + "reconnects": 0, + "status_2xx": 337765, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "simplew", + "language": "C#", + "rps": 68310, + "avg_latency": "61.06ms", + "p99_latency": "365.99ms", + "cpu": "5243.6%", + "memory": "2.0GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.56GB", + "reconnects": 0, + "status_2xx": 348244, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "simplew", + "language": "C#", + "rps": 68328, + "avg_latency": "98.45ms", + "p99_latency": "398.92ms", + "cpu": "5240.3%", + "memory": "2.9GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.56GB", + "reconnects": 0, + "status_2xx": 348440, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "simplew", "language": "C#", diff --git a/site/data/results/sinatra.json b/site/data/results/sinatra.json index c14abad45..4a6353968 100644 --- a/site/data/results/sinatra.json +++ b/site/data/results/sinatra.json @@ -367,6 +367,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "sinatra", + "language": "Ruby", + "rps": 21773, + "avg_latency": "46.94ms", + "p99_latency": "240.50ms", + "cpu": "6508.7%", + "memory": "7.2GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "388.03MB", + "reconnects": 0, + "status_2xx": 111047, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "sinatra", + "language": "Ruby", + "rps": 21485, + "avg_latency": "182.58ms", + "p99_latency": "459.08ms", + "cpu": "6453.9%", + "memory": "7.4GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "383.06MB", + "reconnects": 0, + "status_2xx": 109577, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "sinatra", + "language": "Ruby", + "rps": 21187, + "avg_latency": "291.59ms", + "p99_latency": "632.66ms", + "cpu": "6516.4%", + "memory": "7.4GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "377.65MB", + "reconnects": 0, + "status_2xx": 108062, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "sinatra", "language": "Ruby", diff --git a/site/data/results/spring-boot.json b/site/data/results/spring-boot.json index d675c3de9..675d93b81 100644 --- a/site/data/results/spring-boot.json +++ b/site/data/results/spring-boot.json @@ -431,6 +431,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "spring-boot", + "language": "Java", + "rps": 143403, + "avg_latency": "6.82ms", + "p99_latency": "22.07ms", + "cpu": "4835.5%", + "memory": "3.5GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "8.52GB", + "reconnects": 0, + "status_2xx": 731213, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "spring-boot", + "language": "Java", + "rps": 134714, + "avg_latency": "27.33ms", + "p99_latency": "112.89ms", + "cpu": "4573.0%", + "memory": "4.3GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "8.00GB", + "reconnects": 0, + "status_2xx": 687041, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "spring-boot", + "language": "Java", + "rps": 127705, + "avg_latency": "46.42ms", + "p99_latency": "233.71ms", + "cpu": "4554.6%", + "memory": "4.3GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "7.58GB", + "reconnects": 0, + "status_2xx": 651079, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "spring-boot", "language": "Java", diff --git a/site/data/results/trillium-tuned.json b/site/data/results/trillium-tuned.json index b1976ad99..38de9fd66 100644 --- a/site/data/results/trillium-tuned.json +++ b/site/data/results/trillium-tuned.json @@ -595,6 +595,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "trillium-tuned", + "language": "Rust", + "rps": 576602, + "avg_latency": "1.77ms", + "p99_latency": "15.65ms", + "cpu": "6426.9%", + "memory": "361MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "8.83GB", + "reconnects": 0, + "status_2xx": 2940794, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "trillium-tuned", + "language": "Rust", + "rps": 520694, + "avg_latency": "7.84ms", + "p99_latency": "59.44ms", + "cpu": "6340.1%", + "memory": "550MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "7.97GB", + "reconnects": 0, + "status_2xx": 2655133, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "trillium-tuned", + "language": "Rust", + "rps": 523155, + "avg_latency": "13.03ms", + "p99_latency": "156.56ms", + "cpu": "6325.0%", + "memory": "749MiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "8.01GB", + "reconnects": 0, + "status_2xx": 2665278, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "trillium-tuned", "language": "Rust", diff --git a/site/data/results/trillium.json b/site/data/results/trillium.json index addd1dd06..aa76623cf 100644 --- a/site/data/results/trillium.json +++ b/site/data/results/trillium.json @@ -710,6 +710,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "trillium", + "language": "Rust", + "rps": 25319, + "avg_latency": "34.06ms", + "p99_latency": "219.63ms", + "cpu": "3095.0%", + "memory": "366MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "400.13MB", + "reconnects": 0, + "status_2xx": 129130, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "trillium", + "language": "Rust", + "rps": 22942, + "avg_latency": "100.77ms", + "p99_latency": "568.72ms", + "cpu": "4244.9%", + "memory": "497MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "362.27MB", + "reconnects": 0, + "status_2xx": 117013, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "trillium", + "language": "Rust", + "rps": 19470, + "avg_latency": "157.95ms", + "p99_latency": "746.69ms", + "cpu": "2442.6%", + "memory": "722MiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "307.01MB", + "reconnects": 0, + "status_2xx": 99299, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "stream-grpc-64": { "framework": "trillium", "language": "Rust", diff --git a/site/data/results/true-async-server.json b/site/data/results/true-async-server.json index 30d41830d..e25d86d5b 100644 --- a/site/data/results/true-async-server.json +++ b/site/data/results/true-async-server.json @@ -524,6 +524,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "true-async-server", + "language": "PHP", + "rps": 683087, + "avg_latency": "1.66ms", + "p99_latency": "25.05ms", + "cpu": "5984.9%", + "memory": "378MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "10.51GB", + "reconnects": 0, + "status_2xx": 3483639, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "true-async-server", + "language": "PHP", + "rps": 523669, + "avg_latency": "7.80ms", + "p99_latency": "73.97ms", + "cpu": "5903.4%", + "memory": "818MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "8.06GB", + "reconnects": 0, + "status_2xx": 2670108, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "true-async-server", + "language": "PHP", + "rps": 479908, + "avg_latency": "14.16ms", + "p99_latency": "168.90ms", + "cpu": "5795.2%", + "memory": "1.2GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "7.39GB", + "reconnects": 0, + "status_2xx": 2447555, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "true-async-server", "language": "PHP", diff --git a/site/data/results/userver.json b/site/data/results/userver.json index 0ecec77f9..6f806d96d 100644 --- a/site/data/results/userver.json +++ b/site/data/results/userver.json @@ -347,6 +347,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "userver", + "language": "C++", + "rps": 156652, + "avg_latency": "6.53ms", + "p99_latency": "26.10ms", + "cpu": "6583.0%", + "memory": "588MiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "9.31GB", + "reconnects": 0, + "status_2xx": 798959, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "userver", + "language": "C++", + "rps": 164141, + "avg_latency": "25.00ms", + "p99_latency": "160.32ms", + "cpu": "6401.9%", + "memory": "1.3GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "9.75GB", + "reconnects": 0, + "status_2xx": 836527, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "userver", + "language": "C++", + "rps": 161969, + "avg_latency": "42.86ms", + "p99_latency": "285.04ms", + "cpu": "6413.9%", + "memory": "1.8GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "9.62GB", + "reconnects": 0, + "status_2xx": 826183, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "userver", "language": "C++", diff --git a/site/data/results/uvicorn.json b/site/data/results/uvicorn.json index a59d8371b..feefb5298 100644 --- a/site/data/results/uvicorn.json +++ b/site/data/results/uvicorn.json @@ -339,6 +339,63 @@ "status_4xx": 0, "status_5xx": 0 }, + "static-tls-1024": { + "framework": "uvicorn", + "language": "Python", + "rps": 407217, + "avg_latency": "2.51ms", + "p99_latency": "31.52ms", + "cpu": "6457.2%", + "memory": "3.4GiB", + "connections": 1024, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "6.23GB", + "reconnects": 0, + "status_2xx": 2076901, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-4096": { + "framework": "uvicorn", + "language": "Python", + "rps": 344477, + "avg_latency": "11.51ms", + "p99_latency": "96.00ms", + "cpu": "6372.9%", + "memory": "3.9GiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "5.27GB", + "reconnects": 0, + "status_2xx": 1756241, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, + "static-tls-6800": { + "framework": "uvicorn", + "language": "Python", + "rps": 320764, + "avg_latency": "19.85ms", + "p99_latency": "160.98ms", + "cpu": "6253.9%", + "memory": "4.3GiB", + "connections": 6800, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "4.91GB", + "reconnects": 0, + "status_2xx": 1633536, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, "upload-256": { "framework": "uvicorn", "language": "Python", diff --git a/site/static/logs/static-tls/1024/actix.log b/site/static/logs/static-tls/1024/actix.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/aleph.log b/site/static/logs/static-tls/1024/aleph.log new file mode 100644 index 000000000..c8b2c664f --- /dev/null +++ b/site/static/logs/static-tls/1024/aleph.log @@ -0,0 +1,2 @@ +Server running on port 8080 +Server running on port 8081 diff --git a/site/static/logs/static-tls/1024/aspnet-minimal.log b/site/static/logs/static-tls/1024/aspnet-minimal.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/blackbull.log b/site/static/logs/static-tls/1024/blackbull.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/bottle.log b/site/static/logs/static-tls/1024/bottle.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/fastapi.log b/site/static/logs/static-tls/1024/fastapi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/fastendpoints.log b/site/static/logs/static-tls/1024/fastendpoints.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/fastpysgi-asgi.log b/site/static/logs/static-tls/1024/fastpysgi-asgi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/fastpysgi-wsgi.log b/site/static/logs/static-tls/1024/fastpysgi-wsgi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/fishcake.log b/site/static/logs/static-tls/1024/fishcake.log new file mode 100644 index 000000000..423d3a42b --- /dev/null +++ b/site/static/logs/static-tls/1024/fishcake.log @@ -0,0 +1,4 @@ +fishcake (CodeGreen) starting on :8080 + TLS on :8081 — dataset items: 50, database: disabled +SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". +SLF4J: Defaulting to no-operation (NOP) logger implementation +SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. diff --git a/site/static/logs/static-tls/1024/fletch.log b/site/static/logs/static-tls/1024/fletch.log new file mode 100644 index 000000000..799d00a29 --- /dev/null +++ b/site/static/logs/static-tls/1024/fletch.log @@ -0,0 +1,65 @@ +[fletch] spawning 64 dart processes (nproc=64) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) diff --git a/site/static/logs/static-tls/1024/genhttp-11-kestrel.log b/site/static/logs/static-tls/1024/genhttp-11-kestrel.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/genhttp-kestrel.log b/site/static/logs/static-tls/1024/genhttp-kestrel.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/ktor-ghost.log b/site/static/logs/static-tls/1024/ktor-ghost.log new file mode 100644 index 000000000..91baa871a --- /dev/null +++ b/site/static/logs/static-tls/1024/ktor-ghost.log @@ -0,0 +1 @@ +Ktor HttpArena server starting on :8080 (HTTP/1.1) and :8443 (HTTPS/HTTP+2) diff --git a/site/static/logs/static-tls/1024/ktor.log b/site/static/logs/static-tls/1024/ktor.log new file mode 100644 index 000000000..91baa871a --- /dev/null +++ b/site/static/logs/static-tls/1024/ktor.log @@ -0,0 +1 @@ +Ktor HttpArena server starting on :8080 (HTTP/1.1) and :8443 (HTTPS/HTTP+2) diff --git a/site/static/logs/static-tls/1024/mq-bridge-py.log b/site/static/logs/static-tls/1024/mq-bridge-py.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/mq-bridge.log b/site/static/logs/static-tls/1024/mq-bridge.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/pyronova.log b/site/static/logs/static-tls/1024/pyronova.log new file mode 100644 index 000000000..3fc553972 --- /dev/null +++ b/site/static/logs/static-tls/1024/pyronova.log @@ -0,0 +1,6 @@ + + Pyronova v2.4.2 [TPC mode, hybrid-inline] + Listening on http://0.0.0.0:8080 + TPC threads: 64 (CPUs: 64, pinned) + Routes: 6 sub-interp + 5 GIL + 0 async (1 stream) + diff --git a/site/static/logs/static-tls/1024/rails.log b/site/static/logs/static-tls/1024/rails.log new file mode 100644 index 000000000..f519add89 --- /dev/null +++ b/site/static/logs/static-tls/1024/rails.log @@ -0,0 +1,83 @@ +=> Booting Puma +=> Rails 8.1.3 application starting in production +=> Run `bin/rails server --help` for more startup options +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 3 +[1] * Max threads: 3 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 +[1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 +[1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 +[1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 +[1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 197) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 251) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 299) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 373) booted in 0.02s, phase: 0 diff --git a/site/static/logs/static-tls/1024/ring-http-exchange.log b/site/static/logs/static-tls/1024/ring-http-exchange.log new file mode 100644 index 000000000..2024342f5 --- /dev/null +++ b/site/static/logs/static-tls/1024/ring-http-exchange.log @@ -0,0 +1,40 @@ +Aug 13, 2026 6:10:36 PM robaho.net.httpserver.ServerImpl +INFO: [http:8080] server bound to /0.0.0.0:8080 with backlog 8192 +Aug 13, 2026 6:10:36 PM robaho.net.httpserver.ServerImpl start +INFO: [http:8080] using java.util.concurrent.ThreadPerTaskExecutor@5ed4bc as executor +Server running on port 8080 +Aug 13, 2026 6:10:36 PM robaho.net.httpserver.ServerImpl +INFO: [https:8081] server bound to /0.0.0.0:8081 with backlog 8192 +Aug 13, 2026 6:10:36 PM robaho.net.httpserver.ServerImpl start +INFO: [https:8081] using java.util.concurrent.ThreadPerTaskExecutor@5961e92d as executor +Server running on port 8081 (TLS) +Aug 13, 2026 6:10:37 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + +Aug 13, 2026 6:10:44 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + +Aug 13, 2026 6:10:52 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + diff --git a/site/static/logs/static-tls/1024/roadrunner.log b/site/static/logs/static-tls/1024/roadrunner.log new file mode 100644 index 000000000..a64c8563e --- /dev/null +++ b/site/static/logs/static-tls/1024/roadrunner.log @@ -0,0 +1,5 @@ +Exec: /app/erts-17.0.2/bin/erlexec -noinput +Bd -boot /app/releases/0.1.0/start -mode embedded -boot_var SYSTEM_LIB_DIR /app/lib -config /app/releases/0.1.0/sys.config -args_file /app/releases/0.1.0/vm.args -- foreground +Root: /app +/app +=ESOCK WARNING MSG==== 13-Aug-2026::18:12:03.790787 === +[UNIX-ESSIO] Failed open sctp dynamic library: libsctp.so.1 diff --git a/site/static/logs/static-tls/1024/roda.log b/site/static/logs/static-tls/1024/roda.log new file mode 100644 index 000000000..618c467f1 --- /dev/null +++ b/site/static/logs/static-tls/1024/roda.log @@ -0,0 +1,80 @@ +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 4 +[1] * Max threads: 4 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 42) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 51) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 56) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 62) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 85) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 93) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 98) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 104) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 109) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 165) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 176) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 181) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 186) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 202) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 208) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 213) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 218) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 222) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 245) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 261) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 267) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 272) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 291) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 302) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 315) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 350) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 356) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/static-tls/1024/servicestack.log b/site/static/logs/static-tls/1024/servicestack.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/simplew.log b/site/static/logs/static-tls/1024/simplew.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/1024/sinatra.log b/site/static/logs/static-tls/1024/sinatra.log new file mode 100644 index 000000000..efdbb1e9b --- /dev/null +++ b/site/static/logs/static-tls/1024/sinatra.log @@ -0,0 +1,80 @@ +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 3 +[1] * Max threads: 3 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 42) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 47) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 52) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 57) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 88) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 94) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 100) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 120) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 133) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 185) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.06s, phase: 0 +[1] - Worker 37 (PID: 211) booted in 0.05s, phase: 0 +[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 +[1] - Worker 39 (PID: 222) booted in 0.05s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.05s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.05s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.05s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.05s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 260) booted in 0.04s, phase: 0 +[1] - Worker 47 (PID: 266) booted in 0.04s, phase: 0 +[1] - Worker 48 (PID: 272) booted in 0.04s, phase: 0 +[1] - Worker 49 (PID: 278) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.04s, phase: 0 +[1] - Worker 51 (PID: 291) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.03s, phase: 0 +[1] - Worker 55 (PID: 315) booted in 0.03s, phase: 0 +[1] - Worker 56 (PID: 321) booted in 0.03s, phase: 0 +[1] - Worker 57 (PID: 327) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 332) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 338) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 345) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.02s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.02s, phase: 0 diff --git a/site/static/logs/static-tls/1024/spring-boot.log b/site/static/logs/static-tls/1024/spring-boot.log new file mode 100644 index 000000000..44a94c0c2 --- /dev/null +++ b/site/static/logs/static-tls/1024/spring-boot.log @@ -0,0 +1,23 @@ + + . ____ _ __ _ _ + /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ +( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ + \\/ ___)| |_)| | | | | || (_| | ) ) ) ) + ' |____| .__|_| |_|_| |_\__, | / / / / + =========|_|==============|___/=/_/_/_/ + + :: Spring Boot :: (v4.0.5) + +2026-08-13T18:22:14.991Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : Starting Application v0.0.1-SNAPSHOT using Java 25.0.3 with PID 1 (/app/app.jar started by root in /app) +2026-08-13T18:22:14.995Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : No active profile set, falling back to 1 default profile: "default" +2026-08-13T18:22:15.923Z INFO 1 --- [spring-boot] [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with ports 8443 (https), 8080 (http), 8081 (https) +2026-08-13T18:22:15.939Z INFO 1 --- [spring-boot] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2026-08-13T18:22:15.940Z INFO 1 --- [spring-boot] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.20] +2026-08-13T18:22:15.961Z INFO 1 --- [spring-boot] [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 913 ms +2026-08-13T18:22:16.536Z INFO 1 --- [spring-boot] [ main] o.a.t.util.net.NioEndpoint.certificate : Connector [https-jsse-nio-8443], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [Set directly - location unknown] using alias [tomcat] with trust store [null] +2026-08-13T18:22:16.552Z INFO 1 --- [spring-boot] [ main] o.a.t.util.net.NioEndpoint.certificate : Connector [https-jsse-nio-8081], TLS virtual host [_default_], certificate type [UNDEFINED] configured from key [/certs/server.key], certificate [/certs/server.crt] and certificate chain [null] with trust store [null] +2026-08-13T18:22:16.555Z INFO 1 --- [spring-boot] [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on ports 8443 (https), 8080 (http), 8081 (https) with context path '/' +2026-08-13T18:22:16.569Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : Started Application in 1.947 seconds (process running for 2.447) +2026-08-13T18:22:17.258Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2026-08-13T18:22:17.258Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2026-08-13T18:22:17.259Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms diff --git a/site/static/logs/static-tls/1024/trillium-tuned.log b/site/static/logs/static-tls/1024/trillium-tuned.log new file mode 100644 index 000000000..8aa9edf02 --- /dev/null +++ b/site/static/logs/static-tls/1024/trillium-tuned.log @@ -0,0 +1,6 @@ +[2026-08-13T18:25:01Z INFO httparena_trillium_tuned::static_preload] static preload: 20 files from /data/static +[2026-08-13T18:25:01Z INFO httparena_trillium_tuned] starting trillium-tuned via server(): 64 reuseport worker(s) + shared runtime for h3 +[2026-08-13T18:25:01Z INFO trillium_server_common::listener_config::reuseport] reuseport: 64 per-core worker(s) across 3 listener(s) +[2026-08-13T18:25:02Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:25:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:25:17Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } diff --git a/site/static/logs/static-tls/1024/trillium.log b/site/static/logs/static-tls/1024/trillium.log new file mode 100644 index 000000000..2eb31933b --- /dev/null +++ b/site/static/logs/static-tls/1024/trillium.log @@ -0,0 +1,4 @@ +[2026-08-13T18:23:42Z INFO trillium_static::handler] serving files within "/data/static" +[2026-08-13T18:23:42Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:23:49Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:23:57Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } diff --git a/site/static/logs/static-tls/1024/true-async-server.log b/site/static/logs/static-tls/1024/true-async-server.log new file mode 100644 index 000000000..45901891a --- /dev/null +++ b/site/static/logs/static-tls/1024/true-async-server.log @@ -0,0 +1 @@ +[true-async-server] 64 workers · :8080 · tls :8443 · pid 1 diff --git a/site/static/logs/static-tls/1024/userver.log b/site/static/logs/static-tls/1024/userver.log new file mode 100644 index 000000000..7ce979abf --- /dev/null +++ b/site/static/logs/static-tls/1024/userver.log @@ -0,0 +1,114 @@ +tskv timestamp=2026-08-13T18:28:03.893726 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1197: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.899774 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 824: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.894109 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1145: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.894224 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1183: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.894691 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1168: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.894827 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1123: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.894499 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1124: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.894907 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1152: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.894842 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1149: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.895060 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1220: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.895219 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1092: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.895266 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1126: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.895498 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1095: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.895646 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1115: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.895849 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1205: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.895955 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1118: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.895974 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1114: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.896464 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1060: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.896768 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1022: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.898075 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 975: SSL connection is broken (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.899953 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 869: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.901440 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 759: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.901998 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 712: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.902827 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 701: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.903854 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 606: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.905033 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 508: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.905374 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 484: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.905523 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 480: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:03.907574 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 379: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.129660 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1309: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.129873 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1269: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.129968 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1306: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.130004 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1265: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.130302 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1223: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.130414 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1233: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.130528 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1246: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.130601 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1183: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.130656 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1207: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.130696 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1173: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.130805 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1181: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131131 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1145: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131151 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1178: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131236 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1200: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131365 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1198: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131411 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1166: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131428 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1144: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131479 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1197: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131750 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1175: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131776 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1132: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.131851 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1138: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.132013 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1160: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.132230 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1120: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.132274 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1119: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.132293 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1121: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.132368 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1106: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.132413 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1080: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.132751 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1065: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.132761 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1064: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.133868 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1048: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.134664 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1007: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.134720 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1042: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.135097 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 944: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.135181 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 903: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.136131 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 850: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.136474 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 848: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.140445 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 589: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.142678 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 466: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:11.144874 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 326: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.389804 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1313: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.389897 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1267: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390145 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1255: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390159 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1304: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390260 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1252: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390415 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1245: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390627 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1218: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390729 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1188: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390759 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1147: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390894 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1173: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390938 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1189: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.390966 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1167: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391118 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1138: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391277 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1163: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391331 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1187: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391421 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1236: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391467 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1132: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391587 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1162: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391592 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1183: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391710 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1161: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391759 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1118: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.391975 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1158: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.392016 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1178: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.392352 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1210: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.392452 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1093: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.392545 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1207: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.392660 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1090: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.392714 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1107: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.392946 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1070: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.393242 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1199: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.393450 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1021: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.393770 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1038: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.394196 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 997: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.394997 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1023: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.395130 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 953: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.395235 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 925: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.395307 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 944: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.395375 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 934: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.395492 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 917: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.395547 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 913: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.399717 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 644: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.400448 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 590: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.400811 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 626: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.401111 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 564: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.401684 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 538: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:18.403129 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 434: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) diff --git a/site/static/logs/static-tls/1024/uvicorn.log b/site/static/logs/static-tls/1024/uvicorn.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/actix.log b/site/static/logs/static-tls/4096/actix.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/aleph.log b/site/static/logs/static-tls/4096/aleph.log new file mode 100644 index 000000000..c8b2c664f --- /dev/null +++ b/site/static/logs/static-tls/4096/aleph.log @@ -0,0 +1,2 @@ +Server running on port 8080 +Server running on port 8081 diff --git a/site/static/logs/static-tls/4096/aspnet-minimal.log b/site/static/logs/static-tls/4096/aspnet-minimal.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/blackbull.log b/site/static/logs/static-tls/4096/blackbull.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/bottle.log b/site/static/logs/static-tls/4096/bottle.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/fastapi.log b/site/static/logs/static-tls/4096/fastapi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/fastendpoints.log b/site/static/logs/static-tls/4096/fastendpoints.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/fastpysgi-asgi.log b/site/static/logs/static-tls/4096/fastpysgi-asgi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/fastpysgi-wsgi.log b/site/static/logs/static-tls/4096/fastpysgi-wsgi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/fishcake.log b/site/static/logs/static-tls/4096/fishcake.log new file mode 100644 index 000000000..423d3a42b --- /dev/null +++ b/site/static/logs/static-tls/4096/fishcake.log @@ -0,0 +1,4 @@ +fishcake (CodeGreen) starting on :8080 + TLS on :8081 — dataset items: 50, database: disabled +SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". +SLF4J: Defaulting to no-operation (NOP) logger implementation +SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. diff --git a/site/static/logs/static-tls/4096/fletch.log b/site/static/logs/static-tls/4096/fletch.log new file mode 100644 index 000000000..799d00a29 --- /dev/null +++ b/site/static/logs/static-tls/4096/fletch.log @@ -0,0 +1,65 @@ +[fletch] spawning 64 dart processes (nproc=64) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) diff --git a/site/static/logs/static-tls/4096/genhttp-11-kestrel.log b/site/static/logs/static-tls/4096/genhttp-11-kestrel.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/genhttp-kestrel.log b/site/static/logs/static-tls/4096/genhttp-kestrel.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/ktor-ghost.log b/site/static/logs/static-tls/4096/ktor-ghost.log new file mode 100644 index 000000000..91baa871a --- /dev/null +++ b/site/static/logs/static-tls/4096/ktor-ghost.log @@ -0,0 +1 @@ +Ktor HttpArena server starting on :8080 (HTTP/1.1) and :8443 (HTTPS/HTTP+2) diff --git a/site/static/logs/static-tls/4096/ktor.log b/site/static/logs/static-tls/4096/ktor.log new file mode 100644 index 000000000..91baa871a --- /dev/null +++ b/site/static/logs/static-tls/4096/ktor.log @@ -0,0 +1 @@ +Ktor HttpArena server starting on :8080 (HTTP/1.1) and :8443 (HTTPS/HTTP+2) diff --git a/site/static/logs/static-tls/4096/mq-bridge-py.log b/site/static/logs/static-tls/4096/mq-bridge-py.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/mq-bridge.log b/site/static/logs/static-tls/4096/mq-bridge.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/pyronova.log b/site/static/logs/static-tls/4096/pyronova.log new file mode 100644 index 000000000..3fc553972 --- /dev/null +++ b/site/static/logs/static-tls/4096/pyronova.log @@ -0,0 +1,6 @@ + + Pyronova v2.4.2 [TPC mode, hybrid-inline] + Listening on http://0.0.0.0:8080 + TPC threads: 64 (CPUs: 64, pinned) + Routes: 6 sub-interp + 5 GIL + 0 async (1 stream) + diff --git a/site/static/logs/static-tls/4096/rails.log b/site/static/logs/static-tls/4096/rails.log new file mode 100644 index 000000000..afe5b550b --- /dev/null +++ b/site/static/logs/static-tls/4096/rails.log @@ -0,0 +1,83 @@ +=> Booting Puma +=> Rails 8.1.3 application starting in production +=> Run `bin/rails server --help` for more startup options +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 3 +[1] * Max threads: 3 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 +[1] - Worker 5 (PID: 30) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 35) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 +[1] - Worker 10 (PID: 56) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 95) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 117) booted in 0.11s, phase: 0 +[1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 +[1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 293) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.02s, phase: 0 diff --git a/site/static/logs/static-tls/4096/ring-http-exchange.log b/site/static/logs/static-tls/4096/ring-http-exchange.log new file mode 100644 index 000000000..c0c6b5d5a --- /dev/null +++ b/site/static/logs/static-tls/4096/ring-http-exchange.log @@ -0,0 +1,40 @@ +Aug 13, 2026 6:11:01 PM robaho.net.httpserver.ServerImpl +INFO: [http:8080] server bound to /0.0.0.0:8080 with backlog 8192 +Aug 13, 2026 6:11:01 PM robaho.net.httpserver.ServerImpl start +INFO: [http:8080] using java.util.concurrent.ThreadPerTaskExecutor@5ed4bc as executor +Server running on port 8080 +Aug 13, 2026 6:11:01 PM robaho.net.httpserver.ServerImpl +INFO: [https:8081] server bound to /0.0.0.0:8081 with backlog 8192 +Aug 13, 2026 6:11:01 PM robaho.net.httpserver.ServerImpl start +INFO: [https:8081] using java.util.concurrent.ThreadPerTaskExecutor@5961e92d as executor +Server running on port 8081 (TLS) +Aug 13, 2026 6:11:03 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + +Aug 13, 2026 6:11:10 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + +Aug 13, 2026 6:11:17 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + diff --git a/site/static/logs/static-tls/4096/roadrunner.log b/site/static/logs/static-tls/4096/roadrunner.log new file mode 100644 index 000000000..be8b9222a --- /dev/null +++ b/site/static/logs/static-tls/4096/roadrunner.log @@ -0,0 +1,5 @@ +Exec: /app/erts-17.0.2/bin/erlexec -noinput +Bd -boot /app/releases/0.1.0/start -mode embedded -boot_var SYSTEM_LIB_DIR /app/lib -config /app/releases/0.1.0/sys.config -args_file /app/releases/0.1.0/vm.args -- foreground +Root: /app +/app +=ESOCK WARNING MSG==== 13-Aug-2026::18:13:06.950730 === +[UNIX-ESSIO] Failed open sctp dynamic library: libsctp.so.1 diff --git a/site/static/logs/static-tls/4096/roda.log b/site/static/logs/static-tls/4096/roda.log new file mode 100644 index 000000000..50b32ade8 --- /dev/null +++ b/site/static/logs/static-tls/4096/roda.log @@ -0,0 +1,80 @@ +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 4 +[1] * Max threads: 4 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 51) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 +[1] - Worker 12 (PID: 62) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 87) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 99) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 +[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 217) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 260) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 267) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 272) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 278) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 291) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 296) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 302) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 332) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 338) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 344) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 350) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 356) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/static-tls/4096/servicestack.log b/site/static/logs/static-tls/4096/servicestack.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/simplew.log b/site/static/logs/static-tls/4096/simplew.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/4096/sinatra.log b/site/static/logs/static-tls/4096/sinatra.log new file mode 100644 index 000000000..1782ac918 --- /dev/null +++ b/site/static/logs/static-tls/4096/sinatra.log @@ -0,0 +1,80 @@ +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 3 +[1] * Max threads: 3 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 38) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 48) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 52) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 57) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 62) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 70) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 77) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 88) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 94) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 100) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 122) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 128) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 134) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 140) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 164) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 191) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.06s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.05s, phase: 0 +[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.05s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.05s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.05s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 +[1] - Worker 43 (PID: 245) booted in 0.05s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.05s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 +[1] - Worker 46 (PID: 261) booted in 0.04s, phase: 0 +[1] - Worker 47 (PID: 266) booted in 0.04s, phase: 0 +[1] - Worker 48 (PID: 273) booted in 0.04s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.04s, phase: 0 +[1] - Worker 51 (PID: 291) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.03s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.03s, phase: 0 +[1] - Worker 55 (PID: 315) booted in 0.03s, phase: 0 +[1] - Worker 56 (PID: 320) booted in 0.03s, phase: 0 +[1] - Worker 57 (PID: 327) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 333) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 339) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 344) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.02s, phase: 0 +[1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0 diff --git a/site/static/logs/static-tls/4096/spring-boot.log b/site/static/logs/static-tls/4096/spring-boot.log new file mode 100644 index 000000000..4ef270dab --- /dev/null +++ b/site/static/logs/static-tls/4096/spring-boot.log @@ -0,0 +1,23 @@ + + . ____ _ __ _ _ + /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ +( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ + \\/ ___)| |_)| | | | | || (_| | ) ) ) ) + ' |____| .__|_| |_|_| |_\__, | / / / / + =========|_|==============|___/=/_/_/_/ + + :: Spring Boot :: (v4.0.5) + +2026-08-13T18:22:40.658Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : Starting Application v0.0.1-SNAPSHOT using Java 25.0.3 with PID 1 (/app/app.jar started by root in /app) +2026-08-13T18:22:40.661Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : No active profile set, falling back to 1 default profile: "default" +2026-08-13T18:22:41.518Z INFO 1 --- [spring-boot] [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with ports 8443 (https), 8080 (http), 8081 (https) +2026-08-13T18:22:41.538Z INFO 1 --- [spring-boot] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2026-08-13T18:22:41.539Z INFO 1 --- [spring-boot] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.20] +2026-08-13T18:22:41.556Z INFO 1 --- [spring-boot] [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 846 ms +2026-08-13T18:22:42.072Z INFO 1 --- [spring-boot] [ main] o.a.t.util.net.NioEndpoint.certificate : Connector [https-jsse-nio-8443], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [Set directly - location unknown] using alias [tomcat] with trust store [null] +2026-08-13T18:22:42.085Z INFO 1 --- [spring-boot] [ main] o.a.t.util.net.NioEndpoint.certificate : Connector [https-jsse-nio-8081], TLS virtual host [_default_], certificate type [UNDEFINED] configured from key [/certs/server.key], certificate [/certs/server.crt] and certificate chain [null] with trust store [null] +2026-08-13T18:22:42.088Z INFO 1 --- [spring-boot] [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on ports 8443 (https), 8080 (http), 8081 (https) with context path '/' +2026-08-13T18:22:42.097Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : Started Application in 1.774 seconds (process running for 2.109) +2026-08-13T18:22:43.115Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2026-08-13T18:22:43.115Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2026-08-13T18:22:43.116Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms diff --git a/site/static/logs/static-tls/4096/trillium-tuned.log b/site/static/logs/static-tls/4096/trillium-tuned.log new file mode 100644 index 000000000..1763d8de8 --- /dev/null +++ b/site/static/logs/static-tls/4096/trillium-tuned.log @@ -0,0 +1,6 @@ +[2026-08-13T18:25:25Z INFO httparena_trillium_tuned::static_preload] static preload: 20 files from /data/static +[2026-08-13T18:25:25Z INFO httparena_trillium_tuned] starting trillium-tuned via server(): 64 reuseport worker(s) + shared runtime for h3 +[2026-08-13T18:25:25Z INFO trillium_server_common::listener_config::reuseport] reuseport: 64 per-core worker(s) across 3 listener(s) +[2026-08-13T18:25:25Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:25:32Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:25:39Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } diff --git a/site/static/logs/static-tls/4096/trillium.log b/site/static/logs/static-tls/4096/trillium.log new file mode 100644 index 000000000..1bcbdb49f --- /dev/null +++ b/site/static/logs/static-tls/4096/trillium.log @@ -0,0 +1,94 @@ +[2026-08-13T18:24:05Z INFO trillium_static::handler] serving files within "/data/static" +[2026-08-13T18:24:05Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:10Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:12Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:24:19Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:20Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:25Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:25Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:25Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:25Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:25Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:25Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } diff --git a/site/static/logs/static-tls/4096/true-async-server.log b/site/static/logs/static-tls/4096/true-async-server.log new file mode 100644 index 000000000..45901891a --- /dev/null +++ b/site/static/logs/static-tls/4096/true-async-server.log @@ -0,0 +1 @@ +[true-async-server] 64 workers · :8080 · tls :8443 · pid 1 diff --git a/site/static/logs/static-tls/4096/userver.log b/site/static/logs/static-tls/4096/userver.log new file mode 100644 index 000000000..05482f43c --- /dev/null +++ b/site/static/logs/static-tls/4096/userver.log @@ -0,0 +1,162 @@ +tskv timestamp=2026-08-13T18:28:32.434405 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4072: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.436066 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3617: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.436665 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4308: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.436815 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3585: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.437009 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4058: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.437231 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4015: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.437354 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4012: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.437558 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3577: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.437761 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3594: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.437843 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3592: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.438253 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3562: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.438594 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3554: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439104 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3985: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439214 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4028: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439249 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3984: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439330 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4273: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439388 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4341: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439415 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4271: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439458 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3787: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439474 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3549: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.439581 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4329: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.440149 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3977: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.440198 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4021: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.440514 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4016: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.440575 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3771: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.441327 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3519: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.441560 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3511: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.441565 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3513: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.441699 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3965: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.441882 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4260: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.442008 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4255: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.445842 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3679: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.448680 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3370: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.451599 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3224: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.477702 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1948: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.478591 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1480: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.482199 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1156: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.484825 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1046: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.485263 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1018: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.485517 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1006: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.485770 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 996: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.486113 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 973: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.486299 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 976: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.486400 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 971: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.486803 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 920: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.486955 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 924: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.487397 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 889: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.489499 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 752: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.489937 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 781: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.490447 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 705: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.490789 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 693: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.491231 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 663: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.492948 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 550: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.492956 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 548: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.493501 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 529: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.494079 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 483: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.494211 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 469: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.494911 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 421: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.494961 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 422: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.495142 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 409: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.496833 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 350: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.496883 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 344: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:32.496889 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 342: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.827657 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4241: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.828012 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4144: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.828062 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3956: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.828724 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3954: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.828785 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4313: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.828808 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4311: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.829948 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4293: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830069 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4296: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830171 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3844: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830181 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4121: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830309 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4029: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830498 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3843: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830571 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3780: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830636 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3779: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830657 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3937: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830719 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4216: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830735 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4115: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.830771 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4215: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831032 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3756: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831190 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3761: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831252 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3753: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831423 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3769: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831521 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3758: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831695 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3757: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831711 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3835: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831873 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3832: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.831962 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4017: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.832122 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3829: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.832173 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3719: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.832221 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3826: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.832255 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3742: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.834295 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3703: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.834766 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4179: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.835634 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3906: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.836372 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3655: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.839127 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3170: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.840484 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3092: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.841372 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3444: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.845296 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3388: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.850710 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2452: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.852495 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2500: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.853769 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2656: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.858631 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2233: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.863102 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1731: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.864474 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1856: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.872669 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1266: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.873377 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1187: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.874511 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1197: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.875590 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1072: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.876445 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1033: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.877434 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 962: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.878277 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 911: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.878442 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 930: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.879065 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 869: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.879125 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 860: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:39.883590 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 569: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.205527 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3332: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.205908 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4236: SSL connection is broken (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.205923 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4233: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.206048 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3983: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.206773 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3602: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.206855 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3215: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.206989 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3981: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.207000 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3973: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.207676 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4271: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.208212 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3294: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.208383 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3546: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.208377 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3887: SSL connection is broken (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.208409 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3928: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.208771 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3918: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.209662 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4234: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.209712 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4232: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.210977 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3863: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.211531 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3270: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.211563 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3269: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.211667 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3488: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.212311 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4187: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.213113 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3817: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.213517 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3485: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.214417 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3163: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.215129 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3763: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.215355 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3445: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.215621 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3443: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.215809 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3439: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.215863 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3438: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.234198 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2270: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.238064 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1989: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.241165 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1756: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.242157 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1741: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.247510 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1518: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.251573 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1085: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.252107 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1067: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.253157 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 997: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.254880 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 897: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.256683 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 777: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.260847 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 554: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.261131 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 537: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.261664 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 495: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:28:47.262273 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 464: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) diff --git a/site/static/logs/static-tls/4096/uvicorn.log b/site/static/logs/static-tls/4096/uvicorn.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/actix.log b/site/static/logs/static-tls/6800/actix.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/aleph.log b/site/static/logs/static-tls/6800/aleph.log new file mode 100644 index 000000000..c8b2c664f --- /dev/null +++ b/site/static/logs/static-tls/6800/aleph.log @@ -0,0 +1,2 @@ +Server running on port 8080 +Server running on port 8081 diff --git a/site/static/logs/static-tls/6800/aspnet-minimal.log b/site/static/logs/static-tls/6800/aspnet-minimal.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/blackbull.log b/site/static/logs/static-tls/6800/blackbull.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/bottle.log b/site/static/logs/static-tls/6800/bottle.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/fastapi.log b/site/static/logs/static-tls/6800/fastapi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/fastendpoints.log b/site/static/logs/static-tls/6800/fastendpoints.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/fastpysgi-asgi.log b/site/static/logs/static-tls/6800/fastpysgi-asgi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/fastpysgi-wsgi.log b/site/static/logs/static-tls/6800/fastpysgi-wsgi.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/fishcake.log b/site/static/logs/static-tls/6800/fishcake.log new file mode 100644 index 000000000..423d3a42b --- /dev/null +++ b/site/static/logs/static-tls/6800/fishcake.log @@ -0,0 +1,4 @@ +fishcake (CodeGreen) starting on :8080 + TLS on :8081 — dataset items: 50, database: disabled +SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". +SLF4J: Defaulting to no-operation (NOP) logger implementation +SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. diff --git a/site/static/logs/static-tls/6800/fletch.log b/site/static/logs/static-tls/6800/fletch.log new file mode 100644 index 000000000..799d00a29 --- /dev/null +++ b/site/static/logs/static-tls/6800/fletch.log @@ -0,0 +1,65 @@ +[fletch] spawning 64 dart processes (nproc=64) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) +[sqlite] failed to open: SqliteException(14): while opening the database, unable to open database file, unable to open database file (code 14) diff --git a/site/static/logs/static-tls/6800/genhttp-11-kestrel.log b/site/static/logs/static-tls/6800/genhttp-11-kestrel.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/genhttp-kestrel.log b/site/static/logs/static-tls/6800/genhttp-kestrel.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/ktor-ghost.log b/site/static/logs/static-tls/6800/ktor-ghost.log new file mode 100644 index 000000000..91baa871a --- /dev/null +++ b/site/static/logs/static-tls/6800/ktor-ghost.log @@ -0,0 +1 @@ +Ktor HttpArena server starting on :8080 (HTTP/1.1) and :8443 (HTTPS/HTTP+2) diff --git a/site/static/logs/static-tls/6800/ktor.log b/site/static/logs/static-tls/6800/ktor.log new file mode 100644 index 000000000..91baa871a --- /dev/null +++ b/site/static/logs/static-tls/6800/ktor.log @@ -0,0 +1 @@ +Ktor HttpArena server starting on :8080 (HTTP/1.1) and :8443 (HTTPS/HTTP+2) diff --git a/site/static/logs/static-tls/6800/mq-bridge-py.log b/site/static/logs/static-tls/6800/mq-bridge-py.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/mq-bridge.log b/site/static/logs/static-tls/6800/mq-bridge.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/pyronova.log b/site/static/logs/static-tls/6800/pyronova.log new file mode 100644 index 000000000..3fc553972 --- /dev/null +++ b/site/static/logs/static-tls/6800/pyronova.log @@ -0,0 +1,6 @@ + + Pyronova v2.4.2 [TPC mode, hybrid-inline] + Listening on http://0.0.0.0:8080 + TPC threads: 64 (CPUs: 64, pinned) + Routes: 6 sub-interp + 5 GIL + 0 async (1 stream) + diff --git a/site/static/logs/static-tls/6800/rails.log b/site/static/logs/static-tls/6800/rails.log new file mode 100644 index 000000000..5f1acbc35 --- /dev/null +++ b/site/static/logs/static-tls/6800/rails.log @@ -0,0 +1,83 @@ +=> Booting Puma +=> Rails 8.1.3 application starting in production +=> Run `bin/rails server --help` for more startup options +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 3 +[1] * Max threads: 3 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.16s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.16s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 +[1] - Worker 5 (PID: 30) booted in 0.15s, phase: 0 +[1] - Worker 6 (PID: 35) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 +[1] - Worker 10 (PID: 57) booted in 0.14s, phase: 0 +[1] - Worker 11 (PID: 63) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 69) booted in 0.13s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 +[1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 139) booted in 0.11s, phase: 0 +[1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 172) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 197) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 236) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 242) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 248) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 260) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.02s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.02s, phase: 0 diff --git a/site/static/logs/static-tls/6800/ring-http-exchange.log b/site/static/logs/static-tls/6800/ring-http-exchange.log new file mode 100644 index 000000000..80d1bdaa1 --- /dev/null +++ b/site/static/logs/static-tls/6800/ring-http-exchange.log @@ -0,0 +1,40 @@ +Aug 13, 2026 6:11:27 PM robaho.net.httpserver.ServerImpl +INFO: [http:8080] server bound to /0.0.0.0:8080 with backlog 8192 +Aug 13, 2026 6:11:27 PM robaho.net.httpserver.ServerImpl start +INFO: [http:8080] using java.util.concurrent.ThreadPerTaskExecutor@5ed4bc as executor +Server running on port 8080 +Aug 13, 2026 6:11:27 PM robaho.net.httpserver.ServerImpl +INFO: [https:8081] server bound to /0.0.0.0:8081 with backlog 8192 +Aug 13, 2026 6:11:27 PM robaho.net.httpserver.ServerImpl start +INFO: [https:8081] using java.util.concurrent.ThreadPerTaskExecutor@5961e92d as executor +Server running on port 8081 (TLS) +Aug 13, 2026 6:11:28 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + +Aug 13, 2026 6:11:36 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + +Aug 13, 2026 6:11:43 PM robaho.net.httpserver.ServerImpl$Dispatcher lambda$run$0 +WARNING: [https:8081] unable to accept connection +java.net.SocketException: Socket is closed + at java.base/sun.security.ssl.SSLSocketImpl.getInputStream(Unknown Source) + at robaho.net.httpserver.HttpConnection.(HttpConnection.java:73) + at robaho.net.httpserver.ServerImpl$Dispatcher.acceptConnection(ServerImpl.java:417) + at robaho.net.httpserver.ServerImpl$Dispatcher.lambda$run$0(ServerImpl.java:349) + at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(Unknown Source) + at java.base/java.lang.VirtualThread.run(Unknown Source) + diff --git a/site/static/logs/static-tls/6800/roadrunner.log b/site/static/logs/static-tls/6800/roadrunner.log new file mode 100644 index 000000000..afc111a0e --- /dev/null +++ b/site/static/logs/static-tls/6800/roadrunner.log @@ -0,0 +1,5 @@ +Exec: /app/erts-17.0.2/bin/erlexec -noinput +Bd -boot /app/releases/0.1.0/start -mode embedded -boot_var SYSTEM_LIB_DIR /app/lib -config /app/releases/0.1.0/sys.config -args_file /app/releases/0.1.0/vm.args -- foreground +Root: /app +/app +=ESOCK WARNING MSG==== 13-Aug-2026::18:14:49.918983 === +[UNIX-ESSIO] Failed open sctp dynamic library: libsctp.so.1 diff --git a/site/static/logs/static-tls/6800/roda.log b/site/static/logs/static-tls/6800/roda.log new file mode 100644 index 000000000..5cd4c1277 --- /dev/null +++ b/site/static/logs/static-tls/6800/roda.log @@ -0,0 +1,80 @@ +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 4 +[1] * Max threads: 4 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 42) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 47) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 52) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 +[1] - Worker 12 (PID: 62) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 87) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 100) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.07s, phase: 0 +[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 211) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 216) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 221) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 266) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 272) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 278) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 290) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 296) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 332) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 338) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 344) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 356) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/static-tls/6800/servicestack.log b/site/static/logs/static-tls/6800/servicestack.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/simplew.log b/site/static/logs/static-tls/6800/simplew.log new file mode 100644 index 000000000..e69de29bb diff --git a/site/static/logs/static-tls/6800/sinatra.log b/site/static/logs/static-tls/6800/sinatra.log new file mode 100644 index 000000000..56ae114e3 --- /dev/null +++ b/site/static/logs/static-tls/6800/sinatra.log @@ -0,0 +1,80 @@ +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 3 +[1] * Max threads: 3 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[1] ! WARNING: Detected `RUBY_MN_THREADS=1` +[1] ! This setting is known to cause performance regressions with Puma. +[1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 +[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.1s, phase: 0 +[1] - Worker 6 (PID: 33) booted in 0.1s, phase: 0 +[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 42) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 47) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 52) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 57) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 62) booted in 0.09s, phase: 0 +[1] - Worker 13 (PID: 68) booted in 0.09s, phase: 0 +[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 88) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 94) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 100) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 122) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 140) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 185) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 191) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.06s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 217) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.05s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.05s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.05s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 +[1] - Worker 43 (PID: 247) booted in 0.05s, phase: 0 +[1] - Worker 44 (PID: 253) booted in 0.05s, phase: 0 +[1] - Worker 45 (PID: 257) booted in 0.04s, phase: 0 +[1] - Worker 46 (PID: 264) booted in 0.04s, phase: 0 +[1] - Worker 47 (PID: 270) booted in 0.04s, phase: 0 +[1] - Worker 48 (PID: 275) booted in 0.04s, phase: 0 +[1] - Worker 49 (PID: 282) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 287) booted in 0.04s, phase: 0 +[1] - Worker 51 (PID: 293) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 298) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 305) booted in 0.03s, phase: 0 +[1] - Worker 54 (PID: 310) booted in 0.03s, phase: 0 +[1] - Worker 55 (PID: 316) booted in 0.03s, phase: 0 +[1] - Worker 56 (PID: 322) booted in 0.03s, phase: 0 +[1] - Worker 57 (PID: 328) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 334) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 339) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 345) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.02s, phase: 0 +[1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0 diff --git a/site/static/logs/static-tls/6800/spring-boot.log b/site/static/logs/static-tls/6800/spring-boot.log new file mode 100644 index 000000000..899000376 --- /dev/null +++ b/site/static/logs/static-tls/6800/spring-boot.log @@ -0,0 +1,23 @@ + + . ____ _ __ _ _ + /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ +( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ + \\/ ___)| |_)| | | | | || (_| | ) ) ) ) + ' |____| .__|_| |_|_| |_\__, | / / / / + =========|_|==============|___/=/_/_/_/ + + :: Spring Boot :: (v4.0.5) + +2026-08-13T18:23:06.992Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : Starting Application v0.0.1-SNAPSHOT using Java 25.0.3 with PID 1 (/app/app.jar started by root in /app) +2026-08-13T18:23:06.995Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : No active profile set, falling back to 1 default profile: "default" +2026-08-13T18:23:07.878Z INFO 1 --- [spring-boot] [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with ports 8443 (https), 8080 (http), 8081 (https) +2026-08-13T18:23:07.892Z INFO 1 --- [spring-boot] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2026-08-13T18:23:07.892Z INFO 1 --- [spring-boot] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.20] +2026-08-13T18:23:07.913Z INFO 1 --- [spring-boot] [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 866 ms +2026-08-13T18:23:08.419Z INFO 1 --- [spring-boot] [ main] o.a.t.util.net.NioEndpoint.certificate : Connector [https-jsse-nio-8443], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [Set directly - location unknown] using alias [tomcat] with trust store [null] +2026-08-13T18:23:08.432Z INFO 1 --- [spring-boot] [ main] o.a.t.util.net.NioEndpoint.certificate : Connector [https-jsse-nio-8081], TLS virtual host [_default_], certificate type [UNDEFINED] configured from key [/certs/server.key], certificate [/certs/server.crt] and certificate chain [null] with trust store [null] +2026-08-13T18:23:08.436Z INFO 1 --- [spring-boot] [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on ports 8443 (https), 8080 (http), 8081 (https) with context path '/' +2026-08-13T18:23:08.445Z INFO 1 --- [spring-boot] [ main] com.httparena.spring.boot.Application : Started Application in 1.797 seconds (process running for 2.139) +2026-08-13T18:23:09.440Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2026-08-13T18:23:09.440Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2026-08-13T18:23:09.441Z INFO 1 --- [spring-boot] [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms diff --git a/site/static/logs/static-tls/6800/trillium-tuned.log b/site/static/logs/static-tls/6800/trillium-tuned.log new file mode 100644 index 000000000..158f3bc07 --- /dev/null +++ b/site/static/logs/static-tls/6800/trillium-tuned.log @@ -0,0 +1,6 @@ +[2026-08-13T18:25:47Z INFO httparena_trillium_tuned::static_preload] static preload: 20 files from /data/static +[2026-08-13T18:25:47Z INFO httparena_trillium_tuned] starting trillium-tuned via server(): 64 reuseport worker(s) + shared runtime for h3 +[2026-08-13T18:25:47Z INFO trillium_server_common::listener_config::reuseport] reuseport: 64 per-core worker(s) across 3 listener(s) +[2026-08-13T18:25:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:25:55Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:26:03Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } diff --git a/site/static/logs/static-tls/6800/trillium.log b/site/static/logs/static-tls/6800/trillium.log new file mode 100644 index 000000000..ec621515b --- /dev/null +++ b/site/static/logs/static-tls/6800/trillium.log @@ -0,0 +1,1170 @@ +[2026-08-13T18:24:27Z INFO trillium_static::handler] serving files within "/data/static" +[2026-08-13T18:24:27Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:33Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:35Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:37Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:40Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:42Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Custom { kind: UnexpectedEof, error: "tls handshake eof" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:43Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:44Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:44Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:44Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:47Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } +[2026-08-13T18:24:48Z ERROR trillium_server_common::running_config] acceptor error from 127.0.0.1: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } diff --git a/site/static/logs/static-tls/6800/true-async-server.log b/site/static/logs/static-tls/6800/true-async-server.log new file mode 100644 index 000000000..45901891a --- /dev/null +++ b/site/static/logs/static-tls/6800/true-async-server.log @@ -0,0 +1 @@ +[true-async-server] 64 workers · :8080 · tls :8443 · pid 1 diff --git a/site/static/logs/static-tls/6800/userver.log b/site/static/logs/static-tls/6800/userver.log new file mode 100644 index 000000000..974fd0859 --- /dev/null +++ b/site/static/logs/static-tls/6800/userver.log @@ -0,0 +1,153 @@ +tskv timestamp=2026-08-13T18:29:01.486322 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6755: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.486402 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6753: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.486534 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6431: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.486541 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6987: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.486595 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6968: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.486642 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6429: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.486706 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5894: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.486742 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6427: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.486840 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6970: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487083 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6741: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487157 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5917: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487175 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6975: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487361 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6415: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487455 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5913: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487500 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6732: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487535 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5912: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487576 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6470: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.487739 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6467: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.488390 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5877: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.489032 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6962: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.489078 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5872: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.489236 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6430: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.489379 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6424: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.492317 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6906: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.493811 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6624: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.496658 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6304: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.498062 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5184: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.510389 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6069: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.511621 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4549: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.535197 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3221: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.535411 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2872: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.535967 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3693: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.536226 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3687: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.536686 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2844: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.536918 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2815: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.538186 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2819: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.539758 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3625: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.540571 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3607: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.541279 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3543: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.541706 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2661: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.548838 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2395: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.555155 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2063: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.573254 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 967: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:01.575141 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 847: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:08.993745 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5374: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:08.993950 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6571: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:08.994564 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5590: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:08.995646 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5016: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.004090 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4938: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.021927 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5209: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.026563 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4118: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.030759 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3910: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.033377 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3880: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.033562 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3813: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.036408 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3323: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.036778 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3125: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.037223 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3145: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.038257 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3096: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.039111 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3591: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.040575 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3281: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.040778 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3106: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.041198 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3275: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.043759 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2667: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.045549 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2654: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.045771 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2630: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.045928 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2864: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.049133 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3440: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.049521 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2423: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.050408 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3421: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.050885 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3411: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.051585 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2901: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.051808 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2805: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.051963 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2538: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.053445 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2788: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.053803 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2355: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:09.063068 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1872: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.504484 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 7066: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.505193 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6528: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.508719 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6474: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.508731 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6508: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509058 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6227: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509100 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6501: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509236 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6080: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509337 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6679: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509340 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6853: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509369 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6678: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509770 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6077: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509860 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6673: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509886 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6672: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.509960 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6850: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.510043 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6849: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.510298 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6210: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.510471 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6447: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.510616 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6995: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.510985 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6208: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.511053 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6207: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.511202 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6029: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.511545 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6027: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.512289 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6654: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.512304 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6979: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.512362 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6017: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.512792 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6978: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.512827 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6013: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.512867 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6193: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.513002 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6652: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.513030 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6010: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.513092 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5997: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.513347 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6009: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.513419 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5996: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.513848 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6438: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.514119 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5991: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.514504 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5988: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.514745 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6961: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.514818 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6177: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.514919 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5976: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.514997 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6791: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.515001 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6629: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.515061 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6628: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.515272 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5968: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.515470 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6173: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.515489 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6401: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.515926 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 6952: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.522270 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5592: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.528266 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 5266: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.553355 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4118: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.553497 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3831: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.554085 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4112: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.554414 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3588: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.555086 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3602: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.555247 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4229: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.555318 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3543: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.556029 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4224: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.556993 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3528: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.556996 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3493: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.557234 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3474: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.557423 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3462: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.557814 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3223: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.558024 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3209: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.558365 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3442: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.558682 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3176: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.558893 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3437: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.558982 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3433: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.559956 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3387: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.560429 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3365: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.561867 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3074: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.563539 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3315: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.565050 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2833: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.571128 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2467: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.571932 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2349: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.572614 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2743: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.594392 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1082: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.596565 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 975: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-08-13T18:29:16.604102 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 499: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) diff --git a/site/static/logs/static-tls/6800/uvicorn.log b/site/static/logs/static-tls/6800/uvicorn.log new file mode 100644 index 000000000..e69de29bb