Bug 2265238
Summary: | anaconda fails to start on AArch64 lmc runs | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
Component: | anaconda | Assignee: | anaconda-maint |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 40 | CC: | anaconda-maint, fzatlouk, kevin, kkoukiou, slavik.vladimir, w |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | aarch64 | ||
OS: | Linux | ||
Whiteboard: | AcceptedFreezeException | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-03-19 13:57:22 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2187793 |
Description
Dennis Gilmore
2024-02-21 03:27:12 UTC
anaconda.log has this error: 10:59:32,941 ERR stdout: Service org.fedoraproject.Anaconda.Modules.Services has failed to start: Process org.fedoraproject.Anaconda.Modules.Services exited with status 132 And anaconda-dbus.log has this: INFO:blivet:failed to get initiator name from iscsi firmware: UDisks iSCSI functionality not available WARNING:py.warnings:/usr/lib/python3.12/site-packages/gi/overrides/__init__.py:108: DeprecationWarning: 'pkgutil.get_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead override_loader = get_loader(override_package_name) WARNING:py.warnings:/usr/lib64/python3.12/pkgutil.py:291: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead return find_loader(fullname) /usr/libexec/anaconda/start-module: line 41: 26 Illegal instruction (core dumped) python3 -m $1 /usr/libexec/anaconda/start-module: line 41: 29 Illegal instruction (core dumped) python3 -m $1 dbus-daemon[6]: Activated service 'org.fedoraproject.Anaconda.Modules.Services' failed: Process org.fedoraproject.Anaconda.Modules.Services exited with status 132 dbus-daemon[6]: Activated service 'org.fedoraproject.Anaconda.Modules.Network' failed: Process org.fedoraproject.Anaconda.Modules.Network exited with status 132 INFO:anaconda.core.threads:Thread Failed: AnaTaskThread-StartModulesTask-1 (281472816705920) ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-StartModulesTask-1 has failed: Traceback (most recent call last): File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/boss/module_manager/start_modules.py", line 145, in _start_service_by_name_handler returned = call() ^^^^^^ File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 466, in <lambda> lambda: self._get_method_reply(getter), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply return self._handle_method_error(error) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 509, in _handle_method_error raise exception from None dasbus.error.DBusError: Process org.fedoraproject.Anaconda.Modules.Services exited with status 132 So it looks like a problem with python or the module it is trying to load. Could this be https://bugzilla.redhat.com/show_bug.cgi?id=2247319 ? Discussed during the 2024-02-26 blocker review meeting: [1] The decision to classify this bug as a AcceptedFreezeException (Beta) was made: "It breaks composing of non-blocking aarch64 live images. The working composes come from the osbuild, and we'd deem fit to have a working comparison for this new tooling". [1] https://meetbot.fedoraproject.org/blocker-review_matrix_fedoraproject-org/2024-02-26/f40-blocker-review.2024-02-26-17.01.log.html (In reply to Kevin Fenzi from comment #2) > Could this be https://bugzilla.redhat.com/show_bug.cgi?id=2247319 ? I think it is the same *** This bug has been marked as a duplicate of bug 2247319 *** |