-
Notifications
You must be signed in to change notification settings - Fork 532
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
Humble CI is broken #1852
Comments
This broke a while ago, I think @AndyZe is working on it. |
I looked at it briefly but really have no idea. Seems like a cache needs to be cleaned out, maybe. |
A cache wasn't used - according to the logs. |
Seems moveit/moveit_msgs#149 broke it. |
Thanks! This explains it. Obviously, @AndyZe forgot to remove the include. |
Usually, we try to avoid building from source, and thus use binaries if available and not updated regularly. Source build of moveit_msgs has been deleted from rolling but probably forgotten to be backported to humble, thus hides the bug. Having said that I think we should strive for good caching (ie never build upstream workspaces if there are no changes) and still use source builds as the main development path. I don't mind adding a separate binary build as well, Maybe we can run full binary builds regularly instead of every PR. |
Looks like this should be reverted. Usually, we want to test against latest |
I think we only want to test against the latest |
Actually Humble is passing again at the moment 👍 |
🤔 this is back?
|
Why is the build farm using version 2.5.4 🤔
|
https://raw.githubusercontent.com/ros/rosdistro/master/index-v4.yaml
http://repo.ros2.org/rosdistro_cache/humble-cache.yaml.gz <- this cache is pointing to 2.5.4-1 of MoveIt
|
The fix is in the humble branch but it hasn't been released @tylerjw has opened a pr ros/rosdistro#37267 reverting the moveit_msgs bump in humble |
Humble CI is failing with the following error:
I don't understand why. The linked GHA build succeeded on Dec 20, but fails now (I just retriggered the build).
Hence, it is not related to the source itself. It must be related to GHA, industrial_ci, or the docker image.
However, a local build using industrial_ci and the humble docker image succeeded for me. I' don't know what I'm missing...
The text was updated successfully, but these errors were encountered: