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

RHEL CI jobs have many colcon warnings #737

Closed
clalancette opened this issue Jan 3, 2024 · 0 comments · Fixed by colcon/colcon-core#604
Closed

RHEL CI jobs have many colcon warnings #737

clalancette opened this issue Jan 3, 2024 · 0 comments · Fixed by colcon/colcon-core#604
Assignees

Comments

@clalancette
Copy link
Contributor

If you look at any of the nightly RHEL jobs (e.g. https://ci.ros2.org/view/nightly/job/nightly_linux-rhel_release/1758/consoleFull), you'll see a ton of warnings coming from colcon that look like:

[700.684s] colcon.colcon_core.extension_point ERROR Entry point 'colcon_core.shell.bash' is declared multiple times, 'colcon_bash.shell.bash:BashShell' overwriting 'colcon_bash.shell.bash:BashShell'

After talking to @cottsay about it, it looks like this is probably a problem of installing colcon to a particular path without removing other versions. We should fix this bug, which will reduce the overall size of the RHEL job logs and make it easier to look at.

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

Successfully merging a pull request may close this issue.

2 participants