Closed johnwason closed 3 months ago
Thanks for reporting!
It looks like the Github images/VM now bundles its own version of setuptools
.
It looks like the Github images/VM now bundles its own version of setuptools.
no, it is more complicated.. The latest release of ros_buildfarm is more than 5 years old (https://github.com/ros-infrastructure/ros_buildfarm/issues/963) and it upgrades setuptools during the build process. And on July 29th https://pypi.org/project/setuptools/72.1.0/ got released, which breaks the ROS2 builds.
https://github.com/ros-industrial/industrial_ci/pull/870 now uses the latest development versions of ros_buildfarm, which should fix the setuptools issue.
@johnwason: Please run your jobs again and close this issue if they pass now.
The prerelease tests are working now. Thanks!
I am seeing a strange conflict with the Python
setuptools
package whenPRERELEASE
is set to true. I re-ran the test on an old branch that was working in the past, and am seeing the error where it did not occur before.It looks like it is finding a version of setuptools in
/usr/local/lib/python3.10
. This is probably conflicting with the distribution version of setuptools installed usingapt install python3-setuptools
.Here is the relevant log section: