Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disklabel-mbr failed on rhel10 with "ERR anaconda:anaconda: modules.common.task.task: Thread AnaTaskThread-RunInstallationTask-1 has failed: Traceback" #1241

Open
rvykydal opened this issue Jul 8, 2024 · 0 comments
Labels
priority: low rhel10 test flake A test flake worth tracking (for more investigation, potenital bug, or to see if more come...)

Comments

@rvykydal
Copy link
Contributor

rvykydal commented Jul 8, 2024

07-05-2024

23:57:59,360 INFO anaconda:anaconda: core.threads: Thread Failed: AnaTaskThread-RunInstallationTask-1 (139656249214656)
23:57:59,365 NOTICE systemd-logind:The system will power off now!
23:57:59,387 NOTICE systemd-logind:System is powering down.
23:57:59,388 DEBUG NetworkManager:<debug> [1720137479.3883] power-monitor-sd: received SHUTDOWN signal
23:57:59,396 ERR anaconda:anaconda: modules.common.task.task: Thread AnaTaskThread-RunInstallationTask-1 has failed: Traceback (most recent call last):#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/threads.py", line 280, in run#012    threading.Thread.run(self)#012  File "/usr/lib64/python3.12/threading.py", line 1010, in run#012    self._target(*self._args, **self._kwargs)#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 94, in _thread_run_callback#012    self._task_run_callback()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 107, in _task_run_callback#012    self._set_result(self.run())#012                     ^^^^^^^^^^#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 83, in run#012    self._run_installation(#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 552, in _run_installation#012    queue.start()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start#012    self._run()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 203, in _run#012    item.start()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start#012    self._run()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 203, in _run#012    item.start()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start#012    self._run()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 203, in _run#012    item.start()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start#012    self._run()#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 295, in _run#012    sync_run_task(self._task_proxy)#012  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/__init__.py", line 39, in sync_run_task#012    while task_proxy.IsRunning:#012          ^^^^^^^^^^^^^^^^^^^^#012  File "/usr/lib/python3.12/site-packages/dasbus/client/proxy.py", line 164, in __getattr__#012    return member.get()#012           ^^^^^^^^^^^^#012  File "/usr/lib/python3.12/site-packages/dasbus/client/property.py", line 43, in get#012    return self.__get__(None, None)  # pylint: disable=unnecessary-dunder-call#012           ^^^^^^^^^^^^^^^^^^^^^^^^#012  File "/usr/lib/python3.12/site-packages/dasbus/client/property.py", line 54, in __get__#012    return self._getter()#012           ^^^^^^^^^^^^^^#012  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 382, in _get_property_value#012    variant = self._call_method(#012              ^^^^^^^^^^^^^^^^^^#012  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 450, in _call_method#012    return self._get_method_reply(#012           ^^^^^^^^^^^^^^^^^^^^^^^#012  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply#012    return self._handle_method_error(error)#012           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#012  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 518, in _handle_method_error#012    raise error#012  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 480, in _get_method_reply#012    result = call(*args, **kwargs)#012             ^^^^^^^^^^^^^^^^^^^^^#012  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 57, in sync_call#012    return connection.call_sync(#012           ^^^^^^^^^^^^^^^^^^^^^#012gi.repository.GLib.GError: g-io-error-quark: The connection is closed (18)
23:57:59,396 INFO anaconda:anaconda: core.threads: Thread Done: AnaTaskThread-RunInstallationTask-1 (139656249214656)

virt-install.log

@rvykydal rvykydal added test flake A test flake worth tracking (for more investigation, potenital bug, or to see if more come...) priority: low rhel10 labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low rhel10 test flake A test flake worth tracking (for more investigation, potenital bug, or to see if more come...)
Projects
None yet
Development

No branches or pull requests

1 participant