Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Noetic] Package moveit_calibration_plugins fails to build on all platforms #135

Open
sloretz opened this issue May 22, 2023 · 3 comments
Open

Comments

@sloretz
Copy link

sloretz commented May 22, 2023

Hello @JStech,

It looks like the package moveit_calibration_plugins is not building on any platform on the ROS Noetic buildfarm.

Ubuntu Focal amd64
Ubuntu Focal armhf
Ubuntu Focal armv8

I am removing the release of this package from Noetic so the buildfarm doesn't keep trying to build it. Please make another release with bloom-release once the build failure is fixed.

@JStech
Copy link
Contributor

JStech commented May 23, 2023

I am not very involved with this project any more. Maybe @Abishalini can help?

@sloretz
Copy link
Author

sloretz commented Jul 19, 2023

Looks like it's still failing to build on all platforms.

23:01:35 Traceback (most recent call last):
23:01:35   File "/usr/lib/python3/dist-packages/apt/cache.py", line 299, in __getitem__
23:01:35     rawpkg = self._cache[key]
23:01:35 KeyError: 'ros-noetic-moveit-calibration-plugins'
23:01:35 
23:01:35 During handling of the above exception, another exception occurred:
23:01:35 
23:01:35 Traceback (most recent call last):
23:01:35   File "/tmp/ros_buildfarm/scripts/release/create_binarydeb_task_generator.py", line 21, in <module>
23:01:35     run_module('ros_buildfarm.scripts.release.create_binarydeb_task_generator', run_name='__main__')
23:01:35   File "/usr/lib/python3.8/runpy.py", line 210, in run_module
23:01:35     return _run_code(code, {}, init_globals, run_name, mod_spec)
23:01:35   File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
23:01:35     exec(code, run_globals)
23:01:35   File "/tmp/ros_buildfarm/ros_buildfarm/scripts/release/create_binarydeb_task_generator.py", line 214, in <module>
23:01:35     sys.exit(main())
23:01:35   File "/tmp/ros_buildfarm/ros_buildfarm/scripts/release/create_binarydeb_task_generator.py", line 89, in main
23:01:35     debian_pkg_versions = get_binary_package_versions(
23:01:35   File "/tmp/ros_buildfarm/ros_buildfarm/common.py", line 175, in get_binary_package_versions
23:01:35     pkg = apt_cache[debian_pkg_name]
23:01:35   File "/usr/lib/python3/dist-packages/apt/cache.py", line 301, in __getitem__
23:01:35     raise KeyError('The cache has no package named %r' % key)
23:01:35 KeyError: "The cache has no package named 'ros-noetic-moveit-calibration-plugins'"

@sloretz
Copy link
Author

sloretz commented Jul 19, 2023

Ah, moveit_calibration_gui is probably failing because moveit_calibration_plugins was removed in https://github.com/ros/rosdistro/pull/37323/files

I should have removed both of them in that PR. Either way, fixing moveit_calibration_plugins and re-running bloom should resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants