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-network-runner) Fails To Install in Fedora 41: can't install python3-network-runner: - nothing provides python(abi) = 3.12 needed by python3-network-runner-0.3.6-12.fc40.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-41-x86_64 --config-opts mirrored=False install python3-network-runner 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.
+ /usr/bin/python3 -m pytest --ignore=build ============================= test session starts ============================== platform linux -- Python 3.13.0b2, pytest-7.4.3, pluggy-1.3.0 rootdir: /builddir/build/BUILD/python-network-runner-0.3.6-build/network-runner-0.3.6 collected 7 items / 5 errors ==================================== ERRORS ==================================== ___________________ ERROR collecting tests/unit/test_api.py ____________________ ImportError while importing test module '/builddir/build/BUILD/python-network-runner-0.3.6-build/network-runner-0.3.6/tests/unit/test_api.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit/test_api.py:18: in <module> from network_runner import api network_runner/api.py:23: in <module> from network_runner.models.playbook import Playbook network_runner/models/playbook.py:19: in <module> from network_runner.types.objects import Object network_runner/types/objects.py:21: in <module> from six import with_metaclass, iteritems E ModuleNotFoundError: No module named 'six' ________________ ERROR collecting tests/unit/test_resources.py _________________ ImportError while importing test module '/builddir/build/BUILD/python-network-runner-0.3.6-build/network-runner-0.3.6/tests/unit/test_resources.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit/test_resources.py:16: in <module> from . import base tests/unit/base.py:19: in <module> from network_runner import api network_runner/api.py:23: in <module> from network_runner.models.playbook import Playbook network_runner/models/playbook.py:19: in <module> from network_runner.types.objects import Object network_runner/types/objects.py:21: in <module> from six import with_metaclass, iteritems E ModuleNotFoundError: No module named 'six' _______________ ERROR collecting tests/unit/types/test_attrs.py ________________ ImportError while importing test module '/builddir/build/BUILD/python-network-runner-0.3.6-build/network-runner-0.3.6/tests/unit/types/test_attrs.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit/types/test_attrs.py:17: in <module> from network_runner.types import attrs network_runner/types/attrs.py:22: in <module> from six import PY2 E ModuleNotFoundError: No module named 'six' _____________ ERROR collecting tests/unit/types/test_containers.py _____________ ImportError while importing test module '/builddir/build/BUILD/python-network-runner-0.3.6-build/network-runner-0.3.6/tests/unit/types/test_containers.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit/types/test_containers.py:17: in <module> from network_runner.types.objects import Object network_runner/types/objects.py:21: in <module> from six import with_metaclass, iteritems E ModuleNotFoundError: No module named 'six' ______________ ERROR collecting tests/unit/types/test_objects.py _______________ ImportError while importing test module '/builddir/build/BUILD/python-network-runner-0.3.6-build/network-runner-0.3.6/tests/unit/types/test_objects.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit/types/test_objects.py:17: in <module> from network_runner.types.objects import Object network_runner/types/objects.py:21: in <module> from six import with_metaclass, iteritems E ModuleNotFoundError: No module named 'six' =========================== short test summary info ============================ ERROR tests/unit/test_api.py ERROR tests/unit/test_resources.py ERROR tests/unit/types/test_attrs.py ERROR tests/unit/types/test_containers.py ERROR tests/unit/types/test_objects.py !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 5 errors in 0.33s ===============================
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.
FEDORA-2024-9d30801ca7 (python-network-runner-0.3.6-16.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-9d30801ca7
FEDORA-2024-9d30801ca7 (python-network-runner-0.3.6-16.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.