-
Notifications
You must be signed in to change notification settings - Fork 0
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
Failed to build beluga vs nav2 benchmark image for release target #114
Comments
The culprit seems to be:
|
It seems that a |
Running rosdep update and rosdep install returns a permission denied error as described in #114. This prevented the release target to be executed. Adding a `rosdep fix-permissions` instruction to be run in sudo mode fixes the issue.
Running rosdep update and rosdep install returns a permission denied error as described in #114. This prevented the release target to be executed. Adding a `rosdep fix-permissions` instruction to be run in sudo mode fixes the issue. Signed-off-by: Marcos Huck <[email protected]>
Just to report that after the fix in #115, I was able to build the image. |
I did a quick diff check and seems to be the same except for the |
Hmm... a full build from-scratch, probably about a month back. |
It might be worth another try, maybe? 🧐 |
The difference is because I never used ./tools/earthly ./src/benchmarks/beluga_vs_nav2+release The README instructions for both ./tools/earthly ./src/benchmarks/beluga_vs_nav2+local-devel instead. I can't tell if the release target would be able to generate the report. Using release in |
This is certainly important, I think we should be able to generate reports running |
The main issue is tha the full process takes about four days (happy path), assuming nothing fails along the way. We can run a shorter run for a limited dataset and cross fingers and assume that any problem are not related to the image (which is kind of a lie, since at least the fix to #94 is applied on the docker image, so we'll have to make sure that fix is in all images). |
Bug description
I'm unable to build the benchmark image, the error doesn't seem to be very informative, but I'm rather doing basic DevOps work than trying to understand the underlying issue and I thought it was worth reporting it.
Platform (please complete the following information):
Docker version 26.1.5-ce, build 411e817ddf71
lambkin
version:main
branchHow to reproduce
List steps to reproduce the issue:
./tools/setup.sh
./tools/earthly ./src/benchmarks/beluga_vs_nav2+release
Expected behavior
An image in the
docker image
listActual behavior
Error log:
Additional context
None
The text was updated successfully, but these errors were encountered: