Here are the outputs of podman logs asu_server_1
After command owut check
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/.versions.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/.versions.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/21.02.7/.targets.json "HTTP/1.1 404 Not Found"
INFO: 10.89.0.6:32786 - "GET /json/v1/overview.json HTTP/1.1" 200 OK
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/feeds.conf "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/base/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/packages/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/luci/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/routing/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/telephony/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/video/index.json "HTTP/1.1 200 OK"
INFO: 10.89.0.6:32786 - "GET /json/v1/releases/25.12.2/packages/mips_24kc-index.json HTTP/1.1" 200 OK
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/targets/lantiq/xrx200/packages/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/targets/lantiq/xrx200/profiles.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/targets/lantiq/xrx200/kmods/6.12.74-1-85faff7027ce66bb21945fd8402545f6/index.json "HTTP/1.1 200 OK"
INFO: 10.89.0.6:32786 - "GET /json/v1/releases/25.12.2/targets/lantiq/xrx200/index.json HTTP/1.1" 200 OK
and after owut upgrade (with one file to update)
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/.versions.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/.versions.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/21.02.7/.targets.json "HTTP/1.1 404 Not Found"
INFO: 10.89.0.6:42914 - "GET /json/v1/overview.json HTTP/1.1" 200 OK
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/feeds.conf "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/base/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/packages/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/luci/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/routing/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/telephony/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/packages/mips_24kc/video/index.json "HTTP/1.1 200 OK"
INFO: 10.89.0.6:42914 - "GET /json/v1/releases/25.12.2/packages/mips_24kc-index.json HTTP/1.1" 200 OK
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/targets/lantiq/xrx200/packages/index.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/targets/lantiq/xrx200/profiles.json "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: GET https://downloads.openwrt.org/releases/25.12.2/targets/lantiq/xrx200/kmods/6.12.74-1-85faff7027ce66bb21945fd8402545f6/index.json "HTTP/1.1 200 OK"
INFO: 10.89.0.6:42914 - "GET /json/v1/releases/25.12.2/targets/lantiq/xrx200/index.json HTTP/1.1" 200 OK
INFO: 10.89.0.6:42914 - "POST /api/v1/build HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/app/.venv/lib/python3.14/site-packages/redis/connection.py", line 1003, in connect_check_health
sock = self._connect()
File "/app/.venv/lib/python3.14/site-packages/redis/connection.py", line 1515, in _connect
raise err
File "/app/.venv/lib/python3.14/site-packages/redis/connection.py", line 1499, in _connect
sock.connect(socket_address)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/.venv/lib/python3.14/site-packages/uvicorn/protocols/http/httptools_impl.py", line 420, in run_asgi
result = await app( # type: ignore[func-returns-value]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.scope, self.receive, self.send
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/app/.venv/lib/python3.14/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in __call__
return await self.app(scope, receive, send)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.14/site-packages/fastapi/applications.py", line 1163, in __call__
await super().__call__(scope, receive, send)
File "/app/.venv/lib/python3.14/site-packages/starlette/applications.py", line 90, in __call__
await self.middleware_stack(scope, receive, send)
File "/app/.venv/lib/python3.14/site-packages/starlette/middleware/errors.py", line 186, in __call__
raise exc
File "/app/.venv/lib/python3.14/site-packages/starlette/middleware/errors.py", line 164, in __call__
await self.app(scope, receive, _send)
File "/app/.venv/lib/python3.14/site-packages/starlette/middleware/exceptions.py", line 63, in __call__
await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
File "/app/.venv/lib/python3.14/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
raise exc
File "/app/.venv/lib/python3.14/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
await app(scope, receive, sender)
File "/app/.venv/lib/python3.14/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
await self.app(scope, receive, send)
File "/app/.venv/lib/python3.14/site-packages/starlette/routing.py", line 660, in __call__
await self.middleware_stack(scope, receive, send)
File "/app/.venv/lib/python3.14/site-packages/starlette/routing.py", line 680, in app
await route.handle(scope, receive, send)
File "/app/.venv/lib/python3.14/site-packages/starlette/routing.py", line 276, in handle
await self.app(scope, receive, send)
File "/app/.venv/lib/python3.14/site-packages/fastapi/routing.py", line 134, in app
await wrap_app_handling_exceptions(app, request)(scope, receive, send)
File "/app/.venv/lib/python3.14/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
raise exc
File "/app/.venv/lib/python3.14/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
await app(scope, receive, sender)
File "/app/.venv/lib/python3.14/site-packages/fastapi/routing.py", line 120, in app
response = await f(request)
^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.14/site-packages/fastapi/routing.py", line 674, in app
raw_response = await run_endpoint_function(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
)
^
File "/app/.venv/lib/python3.14/site-packages/fastapi/routing.py", line 330, in run_endpoint_function
return await run_in_threadpool(dependant.call, **values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.14/site-packages/starlette/concurrency.py", line 32, in run_in_threadpool
return await anyio.to_thread.run_sync(func)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.14/site-packages/anyio/to_thread.py", line 63, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
func, args, abandon_on_cancel=abandon_on_cancel, limiter=limiter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/app/.venv/lib/python3.14/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread
return await future
^^^^^^^^^^^^
File "/app/.venv/lib/python3.14/site-packages/anyio/_backends/_asyncio.py", line 1002, in run
result = context.run(func, *args)
File "/app/asu/routers/api.py", line 218, in api_v1_build_post
job: Job = get_queue().fetch_job(request_hash)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.14/site-packages/rq/queue.py", line 336, in fetch_job
job = self.job_class.fetch(job_id, connection=self.connection, serializer=self.serializer)
File "/app/.venv/lib/python3.14/site-packages/rq/job.py", line 654, in fetch
job.refresh()
~~~~~~~~~~~^^
File "/app/.venv/lib/python3.14/site-packages/rq/job.py", line 1011, in refresh
data = self.connection.hgetall(self.key)
File "/app/.venv/lib/python3.14/site-packages/redis/commands/core.py", line 5546, in hgetall
return self.execute_command("HGETALL", name, keys=[name])
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.14/site-packages/redis/client.py", line 716, in execute_command
return self._execute_command(*args, **options)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.14/site-packages/redis/client.py", line 722, in _execute_command
conn = self.connection or pool.get_connection()
~~~~~~~~~~~~~~~~~~~^^
File "/app/.venv/lib/python3.14/site-packages/redis/utils.py", line 236, in wrapper
return func(*args, **kwargs)
File "/app/.venv/lib/python3.14/site-packages/redis/connection.py", line 3041, in get_connection
connection.connect()
~~~~~~~~~~~~~~~~~~^^
File "/app/.venv/lib/python3.14/site-packages/redis/connection.py", line 976, in connect
self.retry.call_with_retry(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
lambda: self.connect_check_health(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
lambda error: self.disconnect(error),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/app/.venv/lib/python3.14/site-packages/redis/retry.py", line 132, in call_with_retry
raise error
File "/app/.venv/lib/python3.14/site-packages/redis/retry.py", line 120, in call_with_retry
return do()
File "/app/.venv/lib/python3.14/site-packages/redis/connection.py", line 977, in <lambda>
lambda: self.connect_check_health(
~~~~~~~~~~~~~~~~~~~~~~~~~^
check_health=True, retry_socket_connect=False
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
),
^
File "/app/.venv/lib/python3.14/site-packages/redis/connection.py", line 1025, in connect_check_health
raise e
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused.