Bug 2372016
| Summary: | F43FailsToInstall: python3-openstackclient | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-openstackclient | Assignee: | Joel Capitao <jcapitao> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | amoralej, jcapitao, mhroncok, openstack-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-openstackclient-7.1.2-7.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-07-29 06:20:35 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: | 2351387, 2371960 | ||
| Bug Blocks: | 2322407, 2339432, 2339435, 2371937, 2371952, 2371971, 2371979, 2371998, 2372009, 2372114, 2372175 | ||
|
Description
Fedora Fails To Install
2025-06-11 08:14:29 UTC
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug. Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 4+ weeks. This is the second reminder (step 4) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug. ==============================
Failed 2 tests - output below:
==============================
openstackclient.tests.unit.common.test_module.TestModuleList.test_module_list_all
---------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/usr/lib64/python3.14/unittest/mock.py", line 1898, in _inner
return f(*args, **kw)
File "/builddir/build/BUILD/python-openstackclient-7.1.2-build/python-openstackclient-7.1.2/openstackclient/tests/unit/common/test_module.py", line 168, in test_module_list_all
parsed_args = self.check_parser(self.cmd, arglist, verifylist)
File "/builddir/build/BUILD/python-openstackclient-7.1.2-build/python-openstackclient-7.1.2/openstackclient/tests/unit/utils.py", line 82, in check_parser
cmd_parser = cmd.get_parser('check_parser')
File "/builddir/build/BUILD/python-openstackclient-7.1.2-build/python-openstackclient-7.1.2/openstackclient/common/module.py", line 75, in get_parser
parser = super().get_parser(prog_name)
File "/usr/lib/python3.14/site-packages/cliff/display.py", line 48, in get_parser
parser = super().get_parser(prog_name)
File "/usr/lib/python3.14/site-packages/cliff/command.py", line 146, in get_parser
parser = _argparse.ArgumentParser(
description=self.get_description(),
...<3 lines>...
conflict_handler=self.conflict_handler,
)
File "/usr/lib64/python3.14/argparse.py", line 1914, in __init__
self.add_argument(
~~~~~~~~~~~~~~~~~^
default_prefix+'h', default_prefix*2+'help',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
action='help', default=SUPPRESS,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help=_('show this help message and exit'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.14/argparse.py", line 1556, in add_argument
formatter = self._get_formatter()
File "/usr/lib/python3.14/site-packages/autopage/argparse.py", line 150, in _get_formatter
formatter = get_fmtr(parser)
File "/usr/lib/python3.14/site-packages/autopage/argparse.py", line 161, in _get_formatter
return super()._get_formatter()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib64/python3.14/argparse.py", line 2725, in _get_formatter
formatter = self.formatter_class(prog=self.prog)
File "/usr/lib64/python3.14/argparse.py", line 178, in __init__
self._set_color(color)
~~~~~~~~~~~~~~~^^^^^^^
File "/usr/lib64/python3.14/argparse.py", line 196, in _set_color
from _colorize import can_colorize, decolor, get_theme
File "/usr/lib64/python3.14/_colorize.py", line 6, in <module>
from dataclasses import dataclass, field, Field
File "/usr/lib64/python3.14/dataclasses.py", line 5, in <module>
import inspect
File "/usr/lib64/python3.14/inspect.py", line 158, in <module>
import tokenize
File "/usr/lib64/python3.14/tokenize.py", line 27, in <module>
from builtins import open as _builtin_open
ImportError: cannot import name 'open' from 'builtins' (unknown location)
openstackclient.tests.unit.common.test_module.TestModuleList.test_module_list_no_options
----------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/usr/lib64/python3.14/unittest/mock.py", line 1898, in _inner
return f(*args, **kw)
File "/builddir/build/BUILD/python-openstackclient-7.1.2-build/python-openstackclient-7.1.2/openstackclient/tests/unit/common/test_module.py", line 141, in test_module_list_no_options
parsed_args = self.check_parser(self.cmd, arglist, verifylist)
File "/builddir/build/BUILD/python-openstackclient-7.1.2-build/python-openstackclient-7.1.2/openstackclient/tests/unit/utils.py", line 82, in check_parser
cmd_parser = cmd.get_parser('check_parser')
File "/builddir/build/BUILD/python-openstackclient-7.1.2-build/python-openstackclient-7.1.2/openstackclient/common/module.py", line 75, in get_parser
parser = super().get_parser(prog_name)
File "/usr/lib/python3.14/site-packages/cliff/display.py", line 48, in get_parser
parser = super().get_parser(prog_name)
File "/usr/lib/python3.14/site-packages/cliff/command.py", line 146, in get_parser
parser = _argparse.ArgumentParser(
description=self.get_description(),
...<3 lines>...
conflict_handler=self.conflict_handler,
)
File "/usr/lib64/python3.14/argparse.py", line 1914, in __init__
self.add_argument(
~~~~~~~~~~~~~~~~~^
default_prefix+'h', default_prefix*2+'help',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
action='help', default=SUPPRESS,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help=_('show this help message and exit'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.14/argparse.py", line 1556, in add_argument
formatter = self._get_formatter()
File "/usr/lib/python3.14/site-packages/autopage/argparse.py", line 150, in _get_formatter
formatter = get_fmtr(parser)
File "/usr/lib/python3.14/site-packages/autopage/argparse.py", line 161, in _get_formatter
return super()._get_formatter()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib64/python3.14/argparse.py", line 2725, in _get_formatter
formatter = self.formatter_class(prog=self.prog)
File "/usr/lib64/python3.14/argparse.py", line 178, in __init__
self._set_color(color)
~~~~~~~~~~~~~~~^^^^^^^
File "/usr/lib64/python3.14/argparse.py", line 196, in _set_color
from _colorize import can_colorize, decolor, get_theme
File "/usr/lib64/python3.14/_colorize.py", line 6, in <module>
from dataclasses import dataclass, field, Field
File "/usr/lib64/python3.14/dataclasses.py", line 5, in <module>
import inspect
File "/usr/lib64/python3.14/inspect.py", line 158, in <module>
import tokenize
File "/usr/lib64/python3.14/tokenize.py", line 27, in <module>
from builtins import open as _builtin_open
ImportError: cannot import name 'open' from 'builtins' (unknown location)
======
Totals
======
Ran: 2798 tests in 2.2733 sec.
- Passed: 2796
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 2
Sum of execute time for each test: 12.8113 sec.
Fixed in build python-openstackclient-7.1.2-7.fc43 |