Bug 2183377

Summary: python-colcon-ros uses the deprecated pkg_resources
Product: [Fedora] Fedora Reporter: Charalampos Stratakis <cstratak>
Component: python-colcon-rosAssignee: Scott K Logan <logans>
Status: ASSIGNED --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 39CC: logans
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
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: 2144132    

Description Charalampos Stratakis 2023-03-31 00:11:04 UTC
python-colcon-ros fails to build with the latest setuptools version.

This report is automated and not very verbose, but we'll try to get back here with details.

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/cstratak/setuptools-67.5.1/fedora-rawhide-x86_64/05722719-python-colcon-ros/

For all our attempts to build python-colcon-ros with the latest setuptools, see:
https://copr.fedorainfracloud.org/coprs/cstratak/setuptools-67.5.1/package/python-colcon-ros/

Let us know here if you have any questions.

Comment 1 Charalampos Stratakis 2023-04-13 01:48:21 UTC
PR: https://src.fedoraproject.org/rpms/python-colcon-ros/pull-request/1

Comment 2 Charalampos Stratakis 2023-04-19 13:51:35 UTC
The actual error:

+ /usr/bin/python3 -m pytest --ignore=test/test_spell_check.py --ignore=test/test_flake8.py
============================= test session starts ==============================
platform linux -- Python 3.11.3, pytest-7.2.2, pluggy-1.0.0
rootdir: /builddir/build/BUILD/colcon-ros-0.3.23, configfile: setup.cfg
plugins: colcon-core-0.11.0
collected 1 item / 2 errors

==================================== ERRORS ====================================
____________ ERROR collecting test/test_ament_index_augmentation.py ____________
test/test_ament_index_augmentation.py:8: in <module>
    from colcon_ros.package_augmentation.ros_ament_index \
colcon_ros/package_augmentation/ros_ament_index.py:5: in <module>
    from colcon_core.package_augmentation \
<frozen importlib._bootstrap>:1178: in _find_and_load
    ???
<frozen importlib._bootstrap>:1149: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:168: in exec_module
    exec(co, module.__dict__)
/usr/lib/python3.11/site-packages/colcon_core/package_augmentation/__init__.py:10: in <module>
    from colcon_core.plugin_system import instantiate_extensions
<frozen importlib._bootstrap>:1178: in _find_and_load
    ???
<frozen importlib._bootstrap>:1149: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:168: in exec_module
    exec(co, module.__dict__)
/usr/lib/python3.11/site-packages/colcon_core/plugin_system.py:7: in <module>
    from colcon_core.entry_point import load_entry_points
<frozen importlib._bootstrap>:1178: in _find_and_load
    ???
<frozen importlib._bootstrap>:1149: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:168: in exec_module
    exec(co, module.__dict__)
/usr/lib/python3.11/site-packages/colcon_core/entry_point.py:12: in <module>
    from pkg_resources import iter_entry_points
/usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121: in <module>
    warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
E   DeprecationWarning: pkg_resources is deprecated as an API
______________ ERROR collecting test/test_dependency_metadata.py _______________
test/test_dependency_metadata.py:6: in <module>
    from colcon_ros.package_identification.ros import _create_metadata
colcon_ros/package_identification/ros.py:7: in <module>
    from colcon_core.package_augmentation import PackageAugmentationExtensionPoint
<frozen importlib._bootstrap>:1178: in _find_and_load
    ???
<frozen importlib._bootstrap>:1149: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:168: in exec_module
    exec(co, module.__dict__)
/usr/lib/python3.11/site-packages/colcon_core/package_augmentation/__init__.py:10: in <module>
    from colcon_core.plugin_system import instantiate_extensions
<frozen importlib._bootstrap>:1178: in _find_and_load
    ???
<frozen importlib._bootstrap>:1149: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:168: in exec_module
    exec(co, module.__dict__)
/usr/lib/python3.11/site-packages/colcon_core/plugin_system.py:7: in <module>
    from colcon_core.entry_point import load_entry_points
<frozen importlib._bootstrap>:1178: in _find_and_load
    ???
<frozen importlib._bootstrap>:1149: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:168: in exec_module
    exec(co, module.__dict__)
/usr/lib/python3.11/site-packages/colcon_core/entry_point.py:12: in <module>
    from pkg_resources import iter_entry_points
/usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121: in <module>
    warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
E   DeprecationWarning: pkg_resources is deprecated as an API
=========================== short test summary info ============================
ERROR test/test_ament_index_augmentation.py - DeprecationWarning: pkg_resourc...
ERROR test/test_dependency_metadata.py - DeprecationWarning: pkg_resources is...
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!

Comment 3 Charalampos Stratakis 2023-04-19 13:53:16 UTC
I've pushed the workaround.

Keeping this bug open, as while this has been worked around and the package will not fail to build, the issue is still there.

Comment 4 Fedora Release Engineering 2023-08-16 07:12:45 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.