cyberdog_ros2 icon indicating copy to clipboard operation
cyberdog_ros2 copied to clipboard

Compiling cyberdog_ros2/tools/dockers/arm64/Dockerfile fails

Open vitorcalvi opened this issue 3 years ago • 0 comments

Trying to compile Docker arm64 Dockerfile inside the cyberdog, all the steps gone ok but in:

Step 32/35 : RUN cd /root/build_ros && sed -i "s/github.com/${GITHUB_URL}/g" grep github.com -rl * .* && sed -i "s/raw.githubusercontent.com/${GITHUB_RAW}/g" grep raw.githubusercontent.com -rl * .* && export ROS_VERSION=2 && colcon build --merge-install --install-base /opt/ros2/galactic

ERROR

Summary: 132 packages finished [35min 45s] 1 package failed: rosidl_generator_py 1 package aborted: rosidl_typesupport_cpp 36 packages had stderr output: ament_clang_format ament_clang_tidy ament_copyright ament_cppcheck ament_cpplint ament_flake8 ament_index_python ament_lint ament_lint_cmake ament_mypy ament_package ament_pclint ament_pep257 ament_pycodestyle ament_pyflakes ament_uncrustify ament_xmllint cyclonedds domain_coordinator foonathan_memory_vendor google_benchmark_vendor iceoryx_posh launch launch_testing launch_xml launch_yaml mimick_vendor osrf_pycommon rcutils rosidl_cli rosidl_generator_py rpyutils tracetools_read tracetools_trace uncrustify_vendor urdfdom_headers 105 packages not processed The command '/bin/sh -c cd /root/build_ros && sed -i "s/github.com/${GITHUB_URL}/g" grep github.com -rl * .* && sed -i "s/raw.githubusercontent.com/${GITHUB_RAW}/g" grep raw.githubusercontent.com -rl * .* && export ROS_VERSION=2 && colcon build --merge-install --install-base /opt/ros2/galactic' returned a non-zero code: 1

vitorcalvi avatar Jan 28 '23 20:01 vitorcalvi