-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Missing test dependencies in master #1715
Comments
How do I get the build logs out from docker? Will need those to find out what dependencies need to be added to each package.xml
|
#1718 covers @siddhya I see that I have a PM on Slack from you, I will get to that today promise 😄 In the future, if you go into the docker container, you should be able to see the logs with |
@siddhya did that get you unblocked? |
Yes but when I comment out the vcs import and uncomment COPY to use my local navigation2 code in the docker I get the below error. Local code is on latest master.
|
Did you run one build with symlink and other without it? |
Adding the middle line fixed the dependency issues for me. Will raise a PR if it makes sense. But this file uses ros:eloquent as base and that has stopped working since #1714
|
@ruffsl does that sound right to you? I was thinking maybe not the best since that implies potentially packages from the docker image and not through rosdep necessarily, however, I do see that we do that for building the overlay workspace https://github.com/ros-planning/navigation2/blob/master/tools/release.Dockerfile#L76. So that seems reasonable to me. Since you reported this issue, would this be a good solution? |
Derp. Never mind this issues then. It'll be included in the refresh of the Dockerfiles: df955b2 |
Thanks @siddhya for taking a look! It also appears the planner test issue wasn't actually fixed... mind working with Alexey on that again? Its come back on every PR so far. |
Reports of missing test dependencies we need to add to the package.xml files. Can be reproduced by
after reenabling https://github.com/ros-planning/navigation2/blob/master/tools/release.Dockerfile#L91-L102
The text was updated successfully, but these errors were encountered: