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/ Your package (python-openstackclient) Fails To Install in Fedora 43: can't install python3-openstackclient: - nothing provides python(abi) = 3.13 needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides ((python3.13dist(pbr) < 2.1 or python3.13dist(pbr) > 2.1) with python3.13dist(pbr) >= 2) needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides python3.13dist(oslo-i18n) >= 3.15.3 needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides python3.13dist(iso8601) >= 0.1.11 needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides python3.13dist(stevedore) >= 2.0.1 needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides python3.13dist(requests) >= 2.27 needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides python3.13dist(cliff) >= 3.5 needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides python3.13dist(cryptography) >= 2.7 needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides python3.13dist(openstacksdk) >= 3.3 needed by python3-openstackclient-7.1.2-5.fc43.noarch - nothing provides python3.13dist(python-cinderclient) >= 3.3 needed by python3-openstackclient-7.1.2-5.fc43.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-43-x86_64 --config-opts mirrored=False install python3-openstackclient P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
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