Bug 2291791

Summary: F41FailsToInstall: python3-network-runner
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-network-runnerAssignee: Dan Radez <dradez>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dradez, mhroncok
Target Milestone: ---Flags: dradez: needinfo-
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-network-runner-0.3.6-16.fc41 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-08-02 19:09:03 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: 2260875, 2260877, 2244836    

Description Fedora Fails To Install 2024-06-12 11:26:03 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/

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!

Comment 1 Fedora Fails To Install 2024-06-19 20:05:16 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.

Comment 2 Miro HronĨok 2024-06-24 23:25:03 UTC
+ /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 ===============================

Comment 3 Fedora Fails To Install 2024-07-13 08:58:14 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 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.

Comment 4 Fedora Update System 2024-08-02 19:05:32 UTC
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

Comment 5 Fedora Update System 2024-08-02 19:09:03 UTC
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.