Traceback (most recent call last): File "/snap/ubuntu-desktop-bootstrap/113/bin/subiquity/subiquitycore/context.py", line 158, in decorated_async return await meth(self, **kw) File "/snap/ubuntu-desktop-bootstrap/113/bin/subiquity/subiquity/server/controllers/filesystem.py", line 1273, in _probe_once storage = await self.app.prober.get_storage(probe_types) File "/snap/ubuntu-desktop-bootstrap/113/bin/subiquity/subiquitycore/prober.py", line 66, in get_storage return await run_in_thread(run_probert, probe_types) File "/snap/ubuntu-desktop-bootstrap/113/bin/subiquity/subiquitycore/async_helpers.py", line 59, in run_in_thread return await loop.run_in_executor(None, func, *args) asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/snap/ubuntu-desktop-bootstrap/113/usr/lib/python3.10/asyncio/tasks.py", line 456, in wait_for return fut.result() asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/snap/ubuntu-desktop-bootstrap/113/bin/subiquity/subiquity/server/controllers/filesystem.py", line 1310, in _probe await asyncio.wait_for(self._probe_once_task.task, probert_timeout) File "/snap/ubuntu-desktop-bootstrap/113/usr/lib/python3.10/asyncio/tasks.py", line 458, in wait_for raise exceptions.TimeoutError() from exc asyncio.exceptions.TimeoutError