Traceback (most recent call last): File "/snap/hostname-desktop-installer/1229/bin/subiquity/subiquitycore/context.py", line 149, in decorated_async return await meth(self, **kw) File "/snap/hostname-desktop-installer/1229/bin/subiquity/subiquity/server/controllers/filesystem.py", line 1189, in _probe_once storage = await self.app.prober.get_storage(probe_types) File "/snap/hostname-desktop-installer/1229/bin/subiquity/subiquitycore/prober.py", line 66, in get_storage return await run_in_thread(run_probert, probe_types) File "/snap/hostname-desktop-installer/1229/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/hostname-desktop-installer/1229/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/hostname-desktop-installer/1229/bin/subiquity/subiquity/server/controllers/filesystem.py", line 1221, in _probe await asyncio.wait_for(self._probe_once_task.task, 90.0) File "/snap/hostname-desktop-installer/1229/usr/lib/python3.10/asyncio/tasks.py", line 458, in wait_for raise exceptions.TimeoutError() from exc asyncio.exceptions.TimeoutError