Fix of running ROS on ubuntu with Isaac Sim 5.0.0 not helps to me

➜  IsaacSim-ros_workspaces git:(main) ./build_ros.sh -d jazzy -v 24.04         
Updating git submodules...
Using Ubuntu 24.04 with ROS Jazzy
[+] Building 64.4s (35/43)                                                                                                                                                                                                               docker:default
 => [internal] load build definition from ubuntu_24_jazzy_python_311_minimal.dockerfile                                                                                                                                                            0.0s
 => => transferring dockerfile: 7.42kB                                                                                                                                                                                                             0.0s
 => [internal] load metadata for docker.io/library/ubuntu:24.04                                                                                                                                                                                    1.7s
 => [internal] load .dockerignore                                                                                                                                                                                                                  0.0s
 => => transferring context: 2B                                                                                                                                                                                                                    0.0s
 => [internal] load build context                                                                                                                                                                                                                  0.0s
 => => transferring context: 11.29kB                                                                                                                                                                                                               0.0s
 => [ 1/39] FROM docker.io/library/ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123                                                                                                                            0.0s
 => CACHED [15/39] RUN apt update && apt install -y     libeigen3-dev                                                                                                                                                                              0.0s
 => CACHED [21/39] RUN python3.11 -m pip install empy==3.3.4                                                                                                                                                                                       0.0s
 => CACHED [ 3/39] RUN apt-get update &&     apt-get install -y --no-install-recommends         git   cmake   build-essential   curl   wget   gnupg2   lsb-release                                                                                 0.0s
 => CACHED [ 4/39] RUN apt update && apt upgrade -y && apt clean                                                                                                                                                                                   0.0s
 => CACHED [ 5/39] RUN apt update &&     apt install --no-install-recommends -y build-essential software-properties-common &&     add-apt-repository -y ppa:deadsnakes/ppa &&     apt install --no-install-recommends -y python3.11 python3.11-de  0.0s
 => CACHED [ 6/39] RUN apt update && apt install locales                                                                                                                                                                                           0.0s
 => CACHED [ 7/39] RUN locale-gen en_US en_US.UTF-8 &&     update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 &&     export LANG=en_US.UTF-8                                                                                                        0.0s
 => CACHED [ 8/39] RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1                                                                                                                                                0.0s
 => CACHED [ 9/39] RUN curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py &&     python3.11 get-pip.py --force-reinstall &&     rm get-pip.py                                                                                              0.0s
 => CACHED [10/39] RUN wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc && apt-key add ros.asc                                                                                                                                  0.0s
 => CACHED [11/39] RUN sh -c 'echo "deb [arch=$(dpkg --print-architecture)] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/ros2-latest.list'                                                               0.0s
 => CACHED [12/39] RUN apt update && apt install -y     pkg-config     python3-yaml     cmake-extras                                                                                                                                               0.0s
 => CACHED [13/39] RUN apt update && apt install -y     libboost-all-dev     libboost-dev     libboost-filesystem-dev     libboost-program-options-dev     libboost-system-dev     libboost-thread-dev     libboost-serialization-dev     libboos  0.0s
 => CACHED [14/39] RUN apt update && apt install -y     libqhull-dev     libassimp-dev     liboctomap-dev     libconsole-bridge-dev     libfcl-dev                                                                                                 0.0s
 => CACHED [ 2/39] WORKDIR /workspace                                                                                                                                                                                                              0.0s
 => CACHED [30/39] RUN rosdep init && rosdep update                                                                                                                                                                                                0.0s
 => CACHED [23/39] RUN python3.11 -m pip uninstall numpy -y                                                                                                                                                                                        0.0s
 => CACHED [18/39] RUN pip3 install setuptools==70.0.0                                                                                                                                                                                             0.0s
 => CACHED [19/39] RUN apt update && apt install -y   python3-pip   python3-pytest-cov   python3-rosinstall-generator   ros-dev-tools   libbullet-dev   libasio-dev   libtinyxml2-dev   libcunit1-dev   libacl1-dev   python3-empy   libpython3-d  0.0s
 => CACHED [20/39] RUN python3.11 -m pip uninstall -y em empy || true                                                                                                                                                                              0.0s
 => CACHED [16/39] RUN apt update && apt install -y     libx11-dev     libxaw7-dev     libxrandr-dev     libgl1-mesa-dev     libglu1-mesa-dev     libglew-dev     libgles2-mesa-dev     libopengl-dev     libfreetype-dev     libfreetype6-dev     0.0s
 => CACHED [22/39] RUN python3 -m pip install -U --ignore-installed   argcomplete   flake8-blind-except   flake8-builtins   flake8-class-newline   flake8-comprehensions   flake8-deprecated   flake8-docstrings   flake8-import-order   flake8-q  0.0s
 => CACHED [17/39] RUN apt update && apt install -y     qtbase5-dev     qtchooser     qt5-qmake     qtbase5-dev-tools     libqt5core5a     libqt5gui5     libqt5opengl5     libqt5widgets5     libxcursor-dev     libxinerama-dev     libxi-dev    0.0s
 => CACHED [24/39] RUN python3.11 -m pip install --ignore-installed --upgrade pip                                                                                                                                                                  0.0s
 => CACHED [25/39] RUN python3.11 -m pip install --ignore-installed numpy pybind11 PyYAML                                                                                                                                                          0.0s
 => CACHED [26/39] RUN ln -sf /usr/include/python3.11 /usr/include/python3                                                                                                                                                                         0.0s
 => CACHED [27/39] RUN python3.11 -m pip install --ignore-installed "pybind11[global]"                                                                                                                                                             0.0s
 => CACHED [28/39] RUN mkdir -p jazzy_ws/src &&     cd jazzy_ws &&     rosinstall_generator --deps --rosdistro jazzy rosidl_runtime_c rcutils rcl rmw tf2 tf2_msgs common_interfaces geometry_msgs nav_msgs std_msgs rosgraph_msgs sensor_msgs vi  0.0s
 => CACHED [29/39] RUN find /workspace/jazzy_ws/src -name rclpy -type d | xargs -I{} /bin/bash -c 'if [ -f {}/CMakeLists.txt ]; then     echo "Patching {}/CMakeLists.txt";     sed -i "s/include_directories(\${PYTHON_INCLUDE_DIRS})/include_di  0.0s
 => ERROR [31/39] RUN cd jazzy_ws && colcon build --cmake-args     "-DPython3_EXECUTABLE=/usr/bin/python3.11"     "-DPYTHON_EXECUTABLE=/usr/bin/python3.11"     "-DPYTHON_INCLUDE_DIR=/usr/include/python3.11"     "-DPYTHON_LIBRARY=/usr/lib/x8  62.6s
------                                                                                                                                                                                                                                                  
 > [31/39] RUN cd jazzy_ws && colcon build --cmake-args     "-DPython3_EXECUTABLE=/usr/bin/python3.11"     "-DPYTHON_EXECUTABLE=/usr/bin/python3.11"     "-DPYTHON_INCLUDE_DIR=/usr/include/python3.11"     "-DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.11.so"     --merge-install:                                                                                                                                                                                                                  
1.409 Starting >>> ament_package                                                                                                                                                                                                                        
1.447 Starting >>> ament_lint                                                                                                                                                                                                                           
1.448 Starting >>> gtest_vendor                                                                                                                                                                                                                         
1.449 Starting >>> ament_pycodestyle
1.450 Starting >>> osrf_pycommon
1.452 Starting >>> google_benchmark_vendor
1.452 Starting >>> osrf_testing_tools_cpp
1.453 Starting >>> iceoryx_hoofs
1.538 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
1.538   warnings.warn(msg)
1.547 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
1.547 !!
1.547 
1.547         ********************************************************************************
1.547         Please consider removing the following classifiers in favor of a SPDX license expression:
1.547 
1.547         License :: OSI Approved :: Apache Software License
1.547 
1.547         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
1.547         ********************************************************************************
1.547 
1.547 !!
1.547   self._finalize_license_expression()
1.643 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
1.643   warnings.warn(msg)
1.654 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
1.654 !!
1.654 
1.654         ********************************************************************************
1.654         Please consider removing the following classifiers in favor of a SPDX license expression:
1.654 
1.654         License :: OSI Approved :: Apache Software License
1.654 
1.654         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
1.654         ********************************************************************************
1.654 
1.654 !!
1.654   self._finalize_license_expression()
1.750 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
1.750   warnings.warn(msg)
1.760 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
1.760 !!
1.760 
1.760         ********************************************************************************
1.760         Please consider removing the following classifiers in favor of a SPDX license expression:
1.760 
1.760         License :: OSI Approved :: Apache Software License
1.760 
1.760         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
1.760         ********************************************************************************
1.760 
1.760 !!
1.760   self._finalize_license_expression()
1.856 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
1.856   warnings.warn(msg)
1.997 --- stderr: gtest_vendor
1.997 CMake Warning:
1.997   Manually-specified variables were not used by the project:
1.997 
1.997     PYTHON_EXECUTABLE
1.997     PYTHON_INCLUDE_DIR
1.997     PYTHON_LIBRARY
1.997     Python3_EXECUTABLE
1.997 
1.997 
1.997 ---Finished <<< gtest_vendor [0.55s]
1.997 
1.998 Starting >>> gmock_vendor
2.065 --- stderr: gmock_vendor
2.065 CMake Warning:
2.065   Manually-specified variables were not used by the project:
2.065 
2.065     PYTHON_EXECUTABLE
2.065     PYTHON_INCLUDE_DIR
2.065     PYTHON_LIBRARY
2.065     Python3_EXECUTABLE
2.065 
2.065 
2.065 ---
2.065 Finished <<< gmock_vendor [0.07s]
2.704 --- stderr: ament_lint
2.704 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
2.704   warnings.warn(msg)
2.704 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
2.704 !!
2.704 
2.704         ********************************************************************************
2.704         Please consider removing the following classifiers in favor of a SPDX license expression:
2.704 
2.704         License :: OSI Approved :: Apache Software License
2.704 
2.704         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
2.704         ********************************************************************************
2.704 
2.704 !!
2.704   self._finalize_license_expression()
2.704 ---
2.705 Finished <<< ament_lint [1.26s]
2.718 Starting >>> ament_flake8
2.766 Finished <<< ament_pycodestyle [1.31s]
2.766 --- stderr: ament_pycodestyle
2.766 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
2.766   warnings.warn(msg)
2.766 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
2.766 !!
2.766 
2.766         ********************************************************************************
2.766         Please consider removing the following classifiers in favor of a SPDX license expression:
2.766 
2.766         License :: OSI Approved :: Apache Software License
2.766 
2.766         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
2.766         ********************************************************************************
2.766 
2.766 !!
2.766   self._finalize_license_expression()
2.766 ---
2.783 --- stderr: osrf_pycommon
2.783 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
2.783   warnings.warn(msg)
2.783 ---
2.783 Finished <<< osrf_pycommon [1.33s]
2.948 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
2.948   warnings.warn(msg)
2.968 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
2.968 !!
2.968 
2.968         ********************************************************************************
2.968         Please consider removing the following classifiers in favor of a SPDX license expression:
2.968 
2.968         License :: OSI Approved :: Apache Software License
2.968 
2.968         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
2.968         ********************************************************************************
2.968 
2.968 !!
2.968   self._finalize_license_expression()
3.042 Finished <<< ament_package [1.63s]
3.042 --- stderr: ament_package
3.042 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
3.042   warnings.warn(msg)
3.042 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
3.042 !!
3.042 
3.042         ********************************************************************************
3.042         Please consider removing the following classifiers in favor of a SPDX license expression:
3.042 
3.042         License :: OSI Approved :: Apache Software License
3.042 
3.042         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
3.042         ********************************************************************************
3.042 
3.042 !!
3.042   self._finalize_license_expression()
3.042 ---
3.051 Starting >>> ament_cmake_core
4.034 --- stderr: ament_cmake_core
4.034 CMake Warning:
4.034   Manually-specified variables were not used by the project:
4.034 
4.034     PYTHON_EXECUTABLE
4.034     PYTHON_INCLUDE_DIR
4.034     PYTHON_LIBRARY
4.034 
4.034 
4.034 ---
4.034 Finished <<< ament_cmake_core [0.98s]
4.044 Starting >>> ament_cmake_python
4.054 Starting >>> ament_cmake_libraries
4.062 Starting >>> ament_cmake_export_libraries
4.063 Starting >>> ament_cmake_include_directories
4.073 Starting >>> ament_cmake_export_definitions
4.079 Starting >>> ament_cmake_export_include_directories
4.090 Starting >>> ament_cmake_export_link_flags
4.094 Starting >>> ament_cmake_version
4.136 Finished <<< ament_flake8 [1.42s]
4.136 --- stderr: ament_flake8
4.136 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
4.136   warnings.warn(msg)
4.136 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
4.136 !!
4.136 
4.136         ********************************************************************************
4.136         Please consider removing the following classifiers in favor of a SPDX license expression:
4.136 
4.136         License :: OSI Approved :: Apache Software License
4.136 
4.136         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
4.136         ********************************************************************************
4.136 
4.136 !!
4.136   self._finalize_license_expression()
4.136 ---
4.143 Starting >>> ament_pep257
4.633 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
4.633   warnings.warn(msg)
4.683 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
4.683 !!
4.683 
4.683         ********************************************************************************
4.683         Please consider removing the following classifiers in favor of a SPDX license expression:
4.683 
4.683         License :: OSI Approved :: Apache Software License
4.683 
4.683         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
4.683         ********************************************************************************
4.683 
4.683 !!
4.683   self._finalize_license_expression()
5.063 --- stderr: ament_cmake_include_directories
5.063 CMake Warning:
5.063   Manually-specified variables were not used by the project:
5.063 
5.063     PYTHON_EXECUTABLE
5.063     PYTHON_INCLUDE_DIR
5.063     PYTHON_LIBRARY
5.063 
5.063 
5.063 ---
5.063 Finished <<< ament_cmake_include_directories [1.00s]
5.067 Starting >>> ament_mypy
5.108 --- stderr: ament_cmake_export_definitions
5.108 CMake Warning:
5.108   Manually-specified variables were not used by the project:
5.108 
5.108     PYTHON_EXECUTABLE
5.108     PYTHON_INCLUDE_DIR
5.108     PYTHON_LIBRARY
5.108 
5.108 
5.108 ---
5.108 Finished <<< ament_cmake_export_definitions [1.03s]
5.131 Starting >>> test_interface_files
5.284 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
5.284   warnings.warn(msg)
5.298 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
5.298 !!
5.298 
5.298         ********************************************************************************
5.298         Please consider removing the following classifiers in favor of a SPDX license expression:
5.298 
5.298         License :: OSI Approved :: Apache Software License
5.298 
5.298         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
5.298         ********************************************************************************
5.298 
5.298 !!
5.298   self._finalize_license_expression()
5.332 --- stderr: ament_cmake_version
5.332 CMake Warning:
5.332   Manually-specified variables were not used by the project:
5.332 
5.332     PYTHON_EXECUTABLE
5.332     PYTHON_INCLUDE_DIR
5.332     PYTHON_LIBRARY
5.332 
5.332 
5.332 ---
5.333 Finished <<< ament_cmake_version [1.24s]
5.335 Starting >>> ros_environment
5.379 --- stderr: ament_cmake_export_include_directories
5.379 CMake Warning:
5.379   Manually-specified variables were not used by the project:
5.379 
5.379     PYTHON_EXECUTABLE
5.379     PYTHON_INCLUDE_DIR
5.379     PYTHON_LIBRARY
5.379 
5.379 
5.379 ---
5.379 Finished <<< ament_cmake_export_include_directories [1.30s]
5.401 --- stderr: ament_cmake_python
5.401 CMake Warning:
5.401   Manually-specified variables were not used by the project:
5.401 
5.401     PYTHON_EXECUTABLE
5.401     PYTHON_INCLUDE_DIR
5.401     PYTHON_LIBRARY
5.401 
5.401 
5.401 ---
5.402 Finished <<< ament_cmake_python [1.36s]
5.405 Starting >>> ament_cmake_test
5.429 --- stderr: ament_cmake_libraries
5.429 CMake Warning:
5.429   Manually-specified variables were not used by the project:
5.429 
5.429     PYTHON_EXECUTABLE
5.429     PYTHON_INCLUDE_DIR
5.429     PYTHON_LIBRARY
5.429 
5.429 
5.429 ---
5.429 Finished <<< ament_cmake_libraries [1.38s]
5.452 --- stderr: ament_cmake_export_link_flags
5.452 CMake Warning:
5.452   Manually-specified variables were not used by the project:
5.452 
5.452     PYTHON_EXECUTABLE
5.452     PYTHON_INCLUDE_DIR
5.452     PYTHON_LIBRARY
5.452 
5.452 
5.452 ---
5.452 Finished <<< ament_cmake_export_link_flags [1.36s]
5.477 --- stderr: ament_cmake_export_libraries
5.477 CMake Warning:
5.477   Manually-specified variables were not used by the project:
5.477 
5.477     PYTHON_EXECUTABLE
5.477     PYTHON_INCLUDE_DIR
5.477     PYTHON_LIBRARY
5.477 
5.477 
5.477 ---Finished <<< ament_cmake_export_libraries [1.42s]
5.478 
5.478 Starting >>> ament_cmake_export_dependencies
5.479 Starting >>> ament_cmake_export_interfaces
5.481 Starting >>> ament_cmake_export_targets
5.483 Starting >>> ament_cmake_target_dependencies
5.603 --- stderr: iceoryx_hoofs
5.603 CMake Warning:
5.603   Manually-specified variables were not used by the project:
5.603 
5.603     PYTHON_EXECUTABLE
5.603     PYTHON_INCLUDE_DIR
5.603     PYTHON_LIBRARY
5.603     Python3_EXECUTABLE
5.603 
5.603 
5.603 ---
5.603 Finished <<< iceoryx_hoofs [4.15s]
5.604 Starting >>> iceoryx_posh
5.669 --- stderr: ament_pep257
5.669 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
5.669   warnings.warn(msg)
5.669 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
5.669 !!
5.669 
5.669         ********************************************************************************
5.669         Please consider removing the following classifiers in favor of a SPDX license expression:
5.669 
5.669         License :: OSI Approved :: Apache Software License
5.669 
5.669         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
5.669         ********************************************************************************
5.669 
5.669 !!
5.669   self._finalize_license_expression()
5.669 ---Finished <<< ament_pep257 [1.53s]
5.669 
5.669 Starting >>> ament_copyright
5.824 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
5.824   warnings.warn(msg)
5.843 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
5.843 !!
5.843 
5.843         ********************************************************************************
5.843         Please consider removing the following classifiers in favor of a SPDX license expression:
5.843 
5.843         License :: OSI Approved :: Apache Software License
5.843 
5.843         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
5.843         ********************************************************************************
5.843 
5.843 !!
5.843   self._finalize_license_expression()
5.925 --- stderr: test_interface_files
5.925 CMake Warning:
5.925   Manually-specified variables were not used by the project:
5.925 
5.925     PYTHON_EXECUTABLE
5.925     PYTHON_INCLUDE_DIR
5.925     PYTHON_LIBRARY
5.925 
5.925 
5.925 ---
5.925 Finished <<< test_interface_files [0.79s]
5.936 --- stderr: ament_mypy
5.936 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
5.936   warnings.warn(msg)
5.936 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
5.936 !!
5.936 
5.936         ********************************************************************************
5.936         Please consider removing the following classifiers in favor of a SPDX license expression:
5.936 
5.936         License :: OSI Approved :: Apache Software License
5.936 
5.936         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
5.936         ********************************************************************************
5.936 
5.936 !!
5.936   self._finalize_license_expression()
5.936 ---
5.936 Finished <<< ament_mypy [0.87s]
5.964 --- stderr: ros_environment
5.964 CMake Warning:
5.964   Manually-specified variables were not used by the project:
5.964 
5.964     PYTHON_EXECUTABLE
5.964     PYTHON_INCLUDE_DIR
5.964     PYTHON_LIBRARY
5.964 
5.964 
5.964 ---
5.966 Finished <<< ros_environment [0.63s]
5.991 --- stderr: ament_cmake_target_dependencies
5.991 CMake Warning:
5.991   Manually-specified variables were not used by the project:
5.991 
5.991     PYTHON_EXECUTABLE
5.991     PYTHON_INCLUDE_DIR
5.991     PYTHON_LIBRARY
5.991 
5.991 
5.991 ---
5.991 Finished <<< ament_cmake_target_dependencies [0.51s]
6.012 --- stderr: ament_cmake_export_interfaces
6.012 CMake Warning:
6.012   Manually-specified variables were not used by the project:
6.012 
6.012     PYTHON_EXECUTABLE
6.012     PYTHON_INCLUDE_DIR
6.012     PYTHON_LIBRARY
6.012 
6.012 
6.012 ---
6.012 Finished <<< ament_cmake_export_interfaces [0.53s]
6.034 --- stderr: ament_cmake_export_dependencies
6.034 CMake Warning:
6.034   Manually-specified variables were not used by the project:
6.034 
6.034     PYTHON_EXECUTABLE
6.034     PYTHON_INCLUDE_DIR
6.034     PYTHON_LIBRARY
6.034 
6.034 
6.034 ---
6.034 Finished <<< ament_cmake_export_dependencies [0.56s]
6.054 --- stderr: ament_cmake_export_targets
6.054 CMake Warning:
6.054   Manually-specified variables were not used by the project:
6.054 
6.054     PYTHON_EXECUTABLE
6.054     PYTHON_INCLUDE_DIR
6.054     PYTHON_LIBRARY
6.054 
6.054 
6.054 ---Finished <<< ament_cmake_export_targets [0.58s]
6.057 
6.214 --- stderr: ament_cmake_test
6.214 CMake Warning:
6.214   Manually-specified variables were not used by the project:
6.214 
6.214     PYTHON_EXECUTABLE
6.214     PYTHON_INCLUDE_DIR
6.214     PYTHON_LIBRARY
6.214 
6.214 
6.214 ---
6.214 Finished <<< ament_cmake_test [0.81s]
6.215 Starting >>> ament_cmake_gtest
6.215 Starting >>> ament_cmake_vendor_package
6.217 Starting >>> ament_lint_auto
6.218 Starting >>> ament_cmake_pytest
6.362 --- stderr: ament_copyright
6.362 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
6.362   warnings.warn(msg)
6.362 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
6.362 !!
6.362 
6.362         ********************************************************************************
6.362         Please consider removing the following classifiers in favor of a SPDX license expression:
6.362 
6.362         License :: OSI Approved :: Apache Software License
6.362 
6.362         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
6.362         ********************************************************************************
6.362 
6.362 !!
6.362   self._finalize_license_expression()
6.362 ---
6.363 Finished <<< ament_copyright [0.69s]
6.363 Starting >>> ament_lint_cmake
6.366 Starting >>> ament_xmllint
6.368 Starting >>> ament_cppcheck
6.371 Starting >>> ament_cpplint
6.373 Starting >>> ament_index_python
6.507 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
6.507   warnings.warn(msg)
6.519 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
6.519 !!
6.519 
6.519         ********************************************************************************
6.519         Please consider removing the following classifiers in favor of a SPDX license expression:
6.519 
6.519         License :: OSI Approved :: Apache Software License
6.519 
6.519         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
6.519         ********************************************************************************
6.519 
6.519 !!
6.519   self._finalize_license_expression()
6.630 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
6.630   warnings.warn(msg)
6.642 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
6.642 !!
6.642 
6.642         ********************************************************************************
6.642         Please consider removing the following classifiers in favor of a SPDX license expression:
6.642 
6.642         License :: OSI Approved :: Apache Software License
6.642 
6.642         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
6.642         ********************************************************************************
6.642 
6.642 !!
6.642   self._finalize_license_expression()
6.765 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
6.765   warnings.warn(msg)
6.776 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
6.776 !!
6.776 
6.776         ********************************************************************************
6.776         Please consider removing the following classifiers in favor of a SPDX license expression:
6.776 
6.776         License :: OSI Approved :: Apache Software License
6.776 
6.776         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
6.776         ********************************************************************************
6.776 
6.776 !!
6.776   self._finalize_license_expression()
6.881 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
6.881   warnings.warn(msg)
6.892 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
6.892 !!
6.892 
6.892         ********************************************************************************
6.892         Please consider removing the following classifiers in favor of a SPDX license expression:
6.892 
6.892         License :: OSI Approved :: Apache Software License
6.892 
6.892         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
6.892         ********************************************************************************
6.892 
6.892 !!
6.892   self._finalize_license_expression()
6.998 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
6.998   warnings.warn(msg)
7.010 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
7.010 !!
7.010 
7.010         ********************************************************************************
7.010         Please consider removing the following classifiers in favor of a SPDX license expression:
7.010 
7.010         License :: OSI Approved :: Apache Software License
7.010 
7.010         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
7.010         ********************************************************************************
7.010 
7.010 !!
7.010   self._finalize_license_expression()
7.070 --- stderr: ament_lint_auto
7.070 CMake Warning:
7.070   Manually-specified variables were not used by the project:
7.070 
7.070     PYTHON_EXECUTABLE
7.070     PYTHON_INCLUDE_DIR
7.070     PYTHON_LIBRARY
7.070 
7.070 
7.070 ---
7.070 Finished <<< ament_lint_auto [0.85s]
7.073 Starting >>> domain_coordinator
7.098 --- stderr: ament_cmake_gtest
7.098 CMake Warning:
7.098   Manually-specified variables were not used by the project:
7.098 
7.098     PYTHON_EXECUTABLE
7.098     PYTHON_INCLUDE_DIR
7.098     PYTHON_LIBRARY
7.098 
7.098 
7.098 ---
7.099 Finished <<< ament_cmake_gtest [0.88s]
7.102 Starting >>> ament_cmake_gen_version_h
7.220 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
7.220   warnings.warn(msg)
7.235 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
7.235 !!
7.235 
7.235         ********************************************************************************
7.235         Please consider removing the following classifiers in favor of a SPDX license expression:
7.235 
7.235         License :: OSI Approved :: Apache Software License
7.235 
7.235         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
7.235         ********************************************************************************
7.235 
7.235 !!
7.235   self._finalize_license_expression()
7.289 --- stderr: ament_cmake_pytest
7.289 CMake Warning:
7.289   Manually-specified variables were not used by the project:
7.289 
7.289     PYTHON_EXECUTABLE
7.289     PYTHON_INCLUDE_DIR
7.289     PYTHON_LIBRARY
7.289 
7.289 
7.289 ---
7.292 Finished <<< ament_cmake_pytest [1.07s]
7.293 Starting >>> ament_cmake_gmock
7.672 --- stderr: ament_lint_cmake
7.672 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
7.672   warnings.warn(msg)
7.672 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
7.672 !!
7.672 
7.672         ********************************************************************************
7.672         Please consider removing the following classifiers in favor of a SPDX license expression:
7.672 
7.672         License :: OSI Approved :: Apache Software License
7.672 
7.672         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
7.672         ********************************************************************************
7.672 
7.672 !!
7.672   self._finalize_license_expression()
7.672 ---Finished <<< ament_lint_cmake [1.31s]
7.673 
7.674 Starting >>> ament_cmake_lint_cmake
7.687 Finished <<< ament_xmllint [1.32s]
7.687 --- stderr: ament_xmllint
7.687 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
7.687   warnings.warn(msg)
7.687 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
7.687 !!
7.687 
7.687         ********************************************************************************
7.687         Please consider removing the following classifiers in favor of a SPDX license expression:
7.687 
7.687         License :: OSI Approved :: Apache Software License
7.687 
7.687         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
7.687         ********************************************************************************
7.687 
7.687 !!
7.687   self._finalize_license_expression()
7.687 ---
7.691 Starting >>> rosidl_cli
7.709 --- stderr: ament_index_python
7.709 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
7.709   warnings.warn(msg)
7.709 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
7.709 !!
7.709 
7.709         ********************************************************************************
7.709         Please consider removing the following classifiers in favor of a SPDX license expression:
7.709 
7.709         License :: OSI Approved :: Apache Software License
7.709 
7.709         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
7.709         ********************************************************************************
7.709 
7.709 !!
7.709   self._finalize_license_expression()
7.709 ---
7.709 Finished <<< ament_index_python [1.34s]
7.711 Starting >>> launch
7.738 --- stderr: ament_cmake_gmock
7.738 CMake Warning:
7.738   Manually-specified variables were not used by the project:
7.738 
7.738     PYTHON_EXECUTABLE
7.738     PYTHON_INCLUDE_DIR
7.738     PYTHON_LIBRARY
7.738 
7.738 
7.738 ---Finished <<< ament_cmake_gmock [0.44s]
7.738 
7.840 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
7.840   warnings.warn(msg)
7.853 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
7.853 !!
7.853 
7.853         ********************************************************************************
7.853         Please consider removing the following classifiers in favor of a SPDX license expression:
7.853 
7.853         License :: OSI Approved :: Apache Software License
7.853 
7.853         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
7.853         ********************************************************************************
7.853 
7.853 !!
7.853   self._finalize_license_expression()
7.892 --- stderr: ament_cppcheck
7.892 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
7.892   warnings.warn(msg)
7.892 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
7.892 !!
7.892 
7.892         ********************************************************************************
7.892         Please consider removing the following classifiers in favor of a SPDX license expression:
7.892 
7.892         License :: OSI Approved :: Apache Software License
7.892 
7.892         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
7.892         ********************************************************************************
7.892 
7.892 !!
7.892   self._finalize_license_expression()
7.892 ---
7.892 Finished <<< ament_cppcheck [1.52s]
7.894 Starting >>> rpyutils
7.911 --- stderr: ament_cpplint
7.911 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
7.911   warnings.warn(msg)
7.911 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
7.911 !!
7.911 
7.911         ********************************************************************************
7.911         Please consider removing the following classifiers in favor of a SPDX license expression:
7.911 
7.911         License :: OSI Approved :: Apache Software License
7.911 
7.911         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
7.911         ********************************************************************************
7.911 
7.911 !!
7.911   self._finalize_license_expression()
7.911 ---
7.911 Finished <<< ament_cpplint [1.54s]
8.004 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
8.004   warnings.warn(msg)
8.020 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
8.020 !!
8.020 
8.020         ********************************************************************************
8.020         Please consider removing the following classifiers in favor of a SPDX license expression:
8.020 
8.020         License :: OSI Approved :: Apache Software License
8.020 
8.020         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
8.020         ********************************************************************************
8.020 
8.020 !!
8.020   self._finalize_license_expression()
8.053 --- stderr: domain_coordinator
8.053 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
8.053   warnings.warn(msg)
8.053 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
8.053 !!
8.053 
8.053         ********************************************************************************
8.053         Please consider removing the following classifiers in favor of a SPDX license expression:
8.053 
8.053         License :: OSI Approved :: Apache Software License
8.053 
8.053         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
8.053         ********************************************************************************
8.053 
8.053 !!
8.053   self._finalize_license_expression()
8.053 ---
8.053 Finished <<< domain_coordinator [0.98s]
8.237 --- stderr: ament_cmake_lint_cmake
8.237 CMake Warning:
8.237   Manually-specified variables were not used by the project:
8.237 
8.237     PYTHON_EXECUTABLE
8.237     PYTHON_INCLUDE_DIR
8.237     PYTHON_LIBRARY
8.237 
8.237 
8.237 ---
8.238 Finished <<< ament_cmake_lint_cmake [0.56s]
8.239 Starting >>> ament_cmake_copyright
8.406 --- stderr: ament_cmake_vendor_package
8.406 CMake Warning:
8.406   Manually-specified variables were not used by the project:
8.406 
8.406     PYTHON_EXECUTABLE
8.406     PYTHON_INCLUDE_DIR
8.406     PYTHON_LIBRARY
8.406 
8.406 
8.406 ---
8.406 Finished <<< ament_cmake_vendor_package [2.19s]
8.505 --- stderr: rosidl_cli
8.505 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
8.505   warnings.warn(msg)
8.505 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
8.505 !!
8.505 
8.505         ********************************************************************************
8.505         Please consider removing the following classifiers in favor of a SPDX license expression:
8.505 
8.505         License :: OSI Approved :: Apache Software License
8.505 
8.505         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
8.505         ********************************************************************************
8.505 
8.505 !!
8.505   self._finalize_license_expression()
8.505 ---
8.505 Finished <<< rosidl_cli [0.81s]
8.622 --- stderr: ament_cmake_copyright
8.622 CMake Warning:
8.622   Manually-specified variables were not used by the project:
8.622 
8.622     PYTHON_EXECUTABLE
8.622     PYTHON_INCLUDE_DIR
8.622     PYTHON_LIBRARY
8.622 
8.622 
8.622 ---
8.622 Finished <<< ament_cmake_copyright [0.38s]
8.622 Starting >>> ament_cmake_xmllint
8.624 Starting >>> ament_cmake_cppcheck
8.627 Starting >>> ament_cmake_cpplint
8.629 Starting >>> ament_cmake_flake8
8.631 Starting >>> ament_cmake_pep257
8.863 Finished <<< rpyutils [0.97s]
8.878 --- stderr: launch
8.878 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
8.878   warnings.warn(msg)
8.878 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
8.878 !!
8.878 
8.878         ********************************************************************************
8.878         Please consider removing the following classifiers in favor of a SPDX license expression:
8.878 
8.878         License :: OSI Approved :: Apache Software License
8.878 
8.878         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
8.878         ********************************************************************************
8.878 
8.878 !!
8.878   self._finalize_license_expression()
8.878 ---
8.878 Finished <<< launch [1.17s]
8.879 Starting >>> launch_xml
8.882 Starting >>> launch_yaml
9.043 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
9.043   warnings.warn(msg)
9.056 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
9.056 !!
9.056 
9.056         ********************************************************************************
9.056         Please consider removing the following classifiers in favor of a SPDX license expression:
9.056 
9.056         License :: OSI Approved :: Apache Software License
9.056 
9.056         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
9.056         ********************************************************************************
9.056 
9.056 !!
9.056   self._finalize_license_expression()
9.203 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
9.203   warnings.warn(msg)
9.222 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
9.222 !!
9.222 
9.222         ********************************************************************************
9.222         Please consider removing the following classifiers in favor of a SPDX license expression:
9.222 
9.222         License :: OSI Approved :: Apache Software License
9.222 
9.222         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
9.222         ********************************************************************************
9.222 
9.222 !!
9.222   self._finalize_license_expression()
9.298 --- stderr: ament_cmake_pep257
9.298 CMake Warning:
9.298   Manually-specified variables were not used by the project:
9.298 
9.298     PYTHON_EXECUTABLE
9.298     PYTHON_INCLUDE_DIR
9.298     PYTHON_LIBRARY
9.298 
9.298 
9.298 ---
9.301 Finished <<< ament_cmake_pep257 [0.67s]
9.326 --- stderr: ament_cmake_flake8
9.326 CMake Warning:
9.326   Manually-specified variables were not used by the project:
9.326 
9.326     PYTHON_EXECUTABLE
9.326     PYTHON_INCLUDE_DIR
9.326     PYTHON_LIBRARY
9.326 
9.326 
9.326 ---
9.327 Finished <<< ament_cmake_flake8 [0.70s]
9.351 --- stderr: ament_cmake_cpplint
9.351 CMake Warning:
9.351   Manually-specified variables were not used by the project:
9.351 
9.351     PYTHON_EXECUTABLE
9.351     PYTHON_INCLUDE_DIR
9.351     PYTHON_LIBRARY
9.351 
9.351 
9.351 ---
9.351 Finished <<< ament_cmake_cpplint [0.72s]
9.378 --- stderr: ament_cmake_cppcheck
9.378 CMake Warning:
9.378   Manually-specified variables were not used by the project:
9.378 
9.378     PYTHON_EXECUTABLE
9.378     PYTHON_INCLUDE_DIR
9.378     PYTHON_LIBRARY
9.378 
9.378 
9.378 ---
9.378 Finished <<< ament_cmake_cppcheck [0.75s]
9.403 --- stderr: ament_cmake_xmllint
9.403 CMake Warning:
9.403   Manually-specified variables were not used by the project:
9.403 
9.403     PYTHON_EXECUTABLE
9.403     PYTHON_INCLUDE_DIR
9.403     PYTHON_LIBRARY
9.403 
9.403 
9.403 ---
9.403 Finished <<< ament_cmake_xmllint [0.78s]
9.404 Starting >>> foonathan_memory_vendor
9.897 --- stderr: launch_xml
9.897 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
9.897   warnings.warn(msg)
9.897 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
9.897 !!
9.897 
9.897         ********************************************************************************
9.897         Please consider removing the following classifiers in favor of a SPDX license expression:
9.897 
9.897         License :: OSI Approved :: Apache Software License
9.897 
9.897         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
9.897         ********************************************************************************
9.897 
9.897 !!
9.897   self._finalize_license_expression()
9.897 ---
9.897 Finished <<< launch_xml [1.02s]
10.01 --- stderr: launch_yaml
10.01 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
10.01   warnings.warn(msg)
10.01 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
10.01 !!
10.01 
10.01         ********************************************************************************
10.01         Please consider removing the following classifiers in favor of a SPDX license expression:
10.01 
10.01         License :: OSI Approved :: Apache Software License
10.01 
10.01         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
10.01         ********************************************************************************
10.01 
10.01 !!
10.01   self._finalize_license_expression()
10.01 ---
10.01 Finished <<< launch_yaml [1.13s]
10.02 Starting >>> launch_testing
10.49 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
10.49   warnings.warn(msg)
10.54 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
10.54 !!
10.54 
10.54         ********************************************************************************
10.54         Please consider removing the following classifiers in favor of a SPDX license expression:
10.54 
10.54         License :: OSI Approved :: Apache Software License
10.54 
10.54         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
10.54         ********************************************************************************
10.54 
10.54 !!
10.54   self._finalize_license_expression()
11.18 --- stderr: osrf_testing_tools_cpp
11.18 CMake Warning:
11.18   Manually-specified variables were not used by the project:
11.18 
11.18     PYTHON_EXECUTABLE
11.18     PYTHON_INCLUDE_DIR
11.18     PYTHON_LIBRARY
11.18 
11.18 
11.18 ---
11.18 Finished <<< osrf_testing_tools_cpp [9.72s]
12.26 --- stderr: launch_testing
12.26 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
12.26   warnings.warn(msg)
12.26 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
12.26 !!
12.26 
12.26         ********************************************************************************
12.26         Please consider removing the following classifiers in favor of a SPDX license expression:
12.26 
12.26         License :: OSI Approved :: Apache Software License
12.26 
12.26         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
12.26         ********************************************************************************
12.26 
12.26 !!
12.26   self._finalize_license_expression()
12.26 ---
12.26 Finished <<< launch_testing [2.24s]
16.71 --- stderr: ament_cmake_gen_version_h
16.71 CMake Warning:
16.71   Manually-specified variables were not used by the project:
16.71 
16.71     PYTHON_EXECUTABLE
16.71     PYTHON_INCLUDE_DIR
16.71     PYTHON_LIBRARY
16.71 
16.71 
16.71 ---
16.71 Finished <<< ament_cmake_gen_version_h [9.61s]
16.71 Starting >>> ament_cmake
17.05 --- stderr: ament_cmake
17.05 CMake Warning:
17.05   Manually-specified variables were not used by the project:
17.05 
17.05     PYTHON_EXECUTABLE
17.05     PYTHON_INCLUDE_DIR
17.05     PYTHON_LIBRARY
17.05 
17.05 
17.05 ---
17.05 Finished <<< ament_cmake [0.34s]
17.05 Starting >>> uncrustify_vendor
17.05 Starting >>> fastcdr
17.05 Starting >>> pybind11_vendor
17.59 --- stderr: google_benchmark_vendor
17.59 CMake Warning:
17.59   Manually-specified variables were not used by the project:
17.59 
17.59     PYTHON_EXECUTABLE
17.59     PYTHON_INCLUDE_DIR
17.59     PYTHON_LIBRARY
17.59     Python3_EXECUTABLE
17.59 
17.59 
17.59 Cloning into 'benchmark-1.8.3'...
17.59 HEAD is now at 3441176 bump version to 1.8.3
17.59 ---
17.59 Finished <<< google_benchmark_vendor [16.1s]
17.60 Starting >>> ament_cmake_google_benchmark
18.32 --- stderr: pybind11_vendor
18.32 CMake Warning:
18.32   Manually-specified variables were not used by the project:
18.32 
18.32     PYTHON_EXECUTABLE
18.32     PYTHON_INCLUDE_DIR
18.32     PYTHON_LIBRARY
18.32 
18.32 
18.32 ---
18.32 Finished <<< pybind11_vendor [1.27s]
18.97 Finished <<< ament_cmake_google_benchmark [1.37s]
18.97 --- stderr: ament_cmake_google_benchmark
18.97 CMake Warning:
18.97   Manually-specified variables were not used by the project:
18.97 
18.97     PYTHON_EXECUTABLE
18.97     PYTHON_INCLUDE_DIR
18.97     PYTHON_LIBRARY
18.97 
18.97 
18.97 ---
19.94 Finished <<< fastcdr [2.89s]
19.94 --- stderr: fastcdr
19.94 CMake Warning:
19.94   Manually-specified variables were not used by the project:
19.94 
19.94     PYTHON_EXECUTABLE
19.94     PYTHON_INCLUDE_DIR
19.94     PYTHON_LIBRARY
19.94     Python3_EXECUTABLE
19.94 
19.94 
19.94 ---
22.98 Finished <<< iceoryx_posh [17.4s]
22.98 Starting >>> iceoryx_binding_c
22.98 --- stderr: iceoryx_posh
22.98 Cloning into 'src'...
22.98 HEAD is now at fededad one-char typo
22.98 Submodule 'deps/meta-cmake' (https://github.com/meta-toolkit/meta-cmake.git) registered for path 'deps/meta-cmake'
22.98 Cloning into '/workspace/jazzy_ws/build/iceoryx_posh/dependencies/cpptoml/src/deps/meta-cmake'...
22.98 CMake Warning:
22.98   Manually-specified variables were not used by the project:
22.98 
22.98     PYTHON_EXECUTABLE
22.98     PYTHON_INCLUDE_DIR
22.98     PYTHON_LIBRARY
22.98     Python3_EXECUTABLE
22.98 
22.98 
22.98 ---
25.28 --- stderr: iceoryx_binding_c
25.28 CMake Warning:
25.28   Manually-specified variables were not used by the project:
25.28 
25.28     PYTHON_EXECUTABLE
25.28     PYTHON_INCLUDE_DIR
25.28     PYTHON_LIBRARY
25.28     Python3_EXECUTABLE
25.28 
25.28 
25.28 ---
25.28 Finished <<< iceoryx_binding_c [2.30s]
25.28 Starting >>> cyclonedds
26.84 --- stderr: foonathan_memory_vendor
26.84 CMake Warning:
26.84   Manually-specified variables were not used by the project:
26.84 
26.84     PYTHON_EXECUTABLE
26.84     PYTHON_INCLUDE_DIR
26.84     PYTHON_LIBRARY
26.84 
26.84 
26.84 Cloning into 'foo_mem-ext'...
26.84 HEAD is now at 0f07757 Release 0.7-3
26.84 ---
26.84 Finished <<< foonathan_memory_vendor [17.4s]
26.84 Starting >>> fastrtps
36.79 --- stderr: cyclonedds
36.79 CMake Warning:
36.79   Manually-specified variables were not used by the project:
36.79 
36.79     PYTHON_EXECUTABLE
36.79     PYTHON_INCLUDE_DIR
36.79     PYTHON_LIBRARY
36.79     Python3_EXECUTABLE
36.79 
36.79 
36.79 cc: fatal error: Killed signal terminated program cc1
36.79 compilation terminated.
36.79 gmake[2]: *** [src/core/CMakeFiles/ddsc.dir/build.make:2120: src/core/CMakeFiles/ddsc.dir/__/ddsrt/src/sockets/posix/gethostname.c.o] Error 1
36.79 gmake[2]: *** Waiting for unfinished jobs....
36.79 gmake[1]: *** [CMakeFiles/Makefile2:675: src/core/CMakeFiles/ddsc.dir/all] Error 2
36.79 gmake: *** [Makefile:156: all] Error 2
36.79 ---
36.79 Failed   <<< cyclonedds [11.5s, exited with code 2]
36.84 Aborted  <<< uncrustify_vendor [19.8s]
62.51 Aborted  <<< fastrtps [35.7s]
62.54 
62.54 Summary: 61 packages finished [1min 2s]
62.54   1 package failed: cyclonedds
62.54   2 packages aborted: fastrtps uncrustify_vendor
62.54   63 packages had stderr output: ament_cmake ament_cmake_copyright ament_cmake_core ament_cmake_cppcheck ament_cmake_cpplint ament_cmake_export_definitions ament_cmake_export_dependencies ament_cmake_export_include_directories ament_cmake_export_interfaces ament_cmake_export_libraries ament_cmake_export_link_flags ament_cmake_export_targets ament_cmake_flake8 ament_cmake_gen_version_h ament_cmake_gmock ament_cmake_google_benchmark ament_cmake_gtest ament_cmake_include_directories ament_cmake_libraries ament_cmake_lint_cmake ament_cmake_pep257 ament_cmake_pytest ament_cmake_python ament_cmake_target_dependencies ament_cmake_test ament_cmake_vendor_package ament_cmake_version ament_cmake_xmllint ament_copyright ament_cppcheck ament_cpplint ament_flake8 ament_index_python ament_lint ament_lint_auto ament_lint_cmake ament_mypy ament_package ament_pep257 ament_pycodestyle ament_xmllint cyclonedds domain_coordinator fastcdr fastrtps foonathan_memory_vendor gmock_vendor google_benchmark_vendor gtest_vendor iceoryx_binding_c iceoryx_hoofs iceoryx_posh launch launch_testing launch_xml launch_yaml osrf_pycommon osrf_testing_tools_cpp pybind11_vendor ros_environment rosidl_cli test_interface_files uncrustify_vendor
62.54   92 packages not processed
------
ubuntu_24_jazzy_python_311_minimal.dockerfile:184
--------------------
 183 |     # Use logging to help debug build issues
 184 | >>> RUN cd ${ROS_ROOT} && colcon build --cmake-args \
 185 | >>>     "-DPython3_EXECUTABLE=/usr/bin/python3.11" \
 186 | >>>     "-DPYTHON_EXECUTABLE=/usr/bin/python3.11" \
 187 | >>>     "-DPYTHON_INCLUDE_DIR=/usr/include/python3.11" \
 188 | >>>     "-DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.11.so" \
 189 | >>>     --merge-install
 190 |     
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c cd ${ROS_ROOT} && colcon build --cmake-args     \"-DPython3_EXECUTABLE=/usr/bin/python3.11\"     \"-DPYTHON_EXECUTABLE=/usr/bin/python3.11\"     \"-DPYTHON_INCLUDE_DIR=/usr/include/python3.11\"     \"-DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.11.so\"     --merge-install" did not complete successfully: exit code: 2

According to ROS 2 Installation — Isaac Sim Documentation

trying to fix running IsaacSim 5.0.0 on 24.04 and fix not working. Can any body provide me in my trouble of running IsaacSim + IsaacLab on ubuntu 24.04 ?

Thnks 4 help.

@argemord i am just another user, and don’t hesitate to make a thread over at the Isaac Lab repo as they may be able to provide the help you needed as well:

To ensure efficient support and collaboration, please submit your topic to its GitHub repo following the instructions provided on Isaac Lab’s Contributing Guidelines regarding discussions, submitting issues, feature requests, and contributing to the project.

Thanks for the feedback, but I’m getting an error initially in Isaac Sim. Have no idea why I must disturb them.

2025-10-06T06:39:05Z [11,005ms] [Error] [isaacsim.ros2.sim_control.impl.simulation_control] Failed to import ROS2 Python libraries: No module named 'rclpy._rclpy_pybind11'
The C extension '/opt/ros/jazzy/lib/python3.12/site-packages/_rclpy_pybind11.cpython-311-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/jazzy/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
2025-10-06T06:39:05Z [11,005ms] [Error] [isaacsim.ros2.sim_control.impl.simulation_control] Failed to initialize ROS2 service manager

but anyway thnks

there appears to be a thread going on with user reporting similar issues, feel free to take a look:

The “Killed signal terminated program cc1” (cc1 = C compiler) almost always means the build process ran out of memory (RAM) or swap space. This is very common when building larger C++ dependencies (like DDS middlewares) inside Docker. FYI.

2 Likes

sudo swapoff -a

Thnks. It helps me and build once, after sourcing build I get error of imports. Decide to renew every thing (remove dir). Cloning again and builds not finishing and pending.

➜  IsaacSim-ros_workspaces git:(main) ./build_ros.sh -d jazzy -v 24.04
Updating git submodules...
Using Ubuntu 24.04 with ROS Jazzy
[+] Building 9.4s (34/43)                                                                                                                                                                                                                docker:default
 => [internal] load build definition from ubuntu_24_jazzy_python_311_minimal.dockerfile                                                                                                                                                            0.0s
 => => transferring dockerfile: 7.42kB                                                                                                                                                                                                             0.0s
 => [internal] load metadata for docker.io/library/ubuntu:24.04                                                                                                                                                                                    0.8s
 => [internal] load .dockerignore                                                                                                                                                                                                                  0.0s
 => => transferring context: 2B                                                                                                                                                                                                                    0.0s
 => [ 1/39] FROM docker.io/library/ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123                                                                                                                            0.0s
 => CACHED [ 9/39] RUN curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py &&     python3.11 get-pip.py --force-reinstall &&     rm get-pip.py                                                                                              0.0s
 => CACHED [ 2/39] WORKDIR /workspace                                                                                                                                                                                                              0.0s
 => CACHED [ 3/39] RUN apt-get update &&     apt-get install -y --no-install-recommends         git   cmake   build-essential   curl   wget   gnupg2   lsb-release                                                                                 0.0s
 => CACHED [ 4/39] RUN apt update && apt upgrade -y && apt clean                                                                                                                                                                                   0.0s
 => CACHED [ 5/39] RUN apt update &&     apt install --no-install-recommends -y build-essential software-properties-common &&     add-apt-repository -y ppa:deadsnakes/ppa &&     apt install --no-install-recommends -y python3.11 python3.11-de  0.0s
 => CACHED [ 6/39] RUN apt update && apt install locales                                                                                                                                                                                           0.0s
 => CACHED [ 7/39] RUN locale-gen en_US en_US.UTF-8 &&     update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 &&     export LANG=en_US.UTF-8                                                                                                        0.0s
 => CACHED [ 8/39] RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1                                                                                                                                                0.0s
 => CACHED [30/39] RUN rosdep init && rosdep update                                                                                                                                                                                                0.0s
 => CACHED [10/39] RUN wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc && apt-key add ros.asc                                                                                                                                  0.0s
 => CACHED [11/39] RUN sh -c 'echo "deb [arch=$(dpkg --print-architecture)] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/ros2-latest.list'                                                               0.0s
 => CACHED [12/39] RUN apt update && apt install -y     pkg-config     python3-yaml     cmake-extras                                                                                                                                               0.0s
 => CACHED [13/39] RUN apt update && apt install -y     libboost-all-dev     libboost-dev     libboost-filesystem-dev     libboost-program-options-dev     libboost-system-dev     libboost-thread-dev     libboost-serialization-dev     libboos  0.0s
 => CACHED [14/39] RUN apt update && apt install -y     libqhull-dev     libassimp-dev     liboctomap-dev     libconsole-bridge-dev     libfcl-dev                                                                                                 0.0s
 => CACHED [15/39] RUN apt update && apt install -y     libeigen3-dev                                                                                                                                                                              0.0s
 => CACHED [16/39] RUN apt update && apt install -y     libx11-dev     libxaw7-dev     libxrandr-dev     libgl1-mesa-dev     libglu1-mesa-dev     libglew-dev     libgles2-mesa-dev     libopengl-dev     libfreetype-dev     libfreetype6-dev     0.0s
 => CACHED [17/39] RUN apt update && apt install -y     qtbase5-dev     qtchooser     qt5-qmake     qtbase5-dev-tools     libqt5core5a     libqt5gui5     libqt5opengl5     libqt5widgets5     libxcursor-dev     libxinerama-dev     libxi-dev    0.0s
 => CACHED [18/39] RUN pip3 install setuptools==70.0.0                                                                                                                                                                                             0.0s
 => CACHED [19/39] RUN apt update && apt install -y   python3-pip   python3-pytest-cov   python3-rosinstall-generator   ros-dev-tools   libbullet-dev   libasio-dev   libtinyxml2-dev   libcunit1-dev   libacl1-dev   python3-empy   libpython3-d  0.0s
 => CACHED [20/39] RUN python3.11 -m pip uninstall -y em empy || true                                                                                                                                                                              0.0s
 => CACHED [21/39] RUN python3.11 -m pip install empy==3.3.4                                                                                                                                                                                       0.0s
 => CACHED [22/39] RUN python3 -m pip install -U --ignore-installed   argcomplete   flake8-blind-except   flake8-builtins   flake8-class-newline   flake8-comprehensions   flake8-deprecated   flake8-docstrings   flake8-import-order   flake8-q  0.0s
 => CACHED [23/39] RUN python3.11 -m pip uninstall numpy -y                                                                                                                                                                                        0.0s
 => CACHED [24/39] RUN python3.11 -m pip install --ignore-installed --upgrade pip                                                                                                                                                                  0.0s
 => CACHED [25/39] RUN python3.11 -m pip install --ignore-installed numpy pybind11 PyYAML                                                                                                                                                          0.0s
 => CACHED [26/39] RUN ln -sf /usr/include/python3.11 /usr/include/python3                                                                                                                                                                         0.0s
 => CACHED [27/39] RUN python3.11 -m pip install --ignore-installed "pybind11[global]"                                                                                                                                                             0.0s
 => CACHED [28/39] RUN mkdir -p jazzy_ws/src &&     cd jazzy_ws &&     rosinstall_generator --deps --rosdistro jazzy rosidl_runtime_c rcutils rcl rmw tf2 tf2_msgs common_interfaces geometry_msgs nav_msgs std_msgs rosgraph_msgs sensor_msgs vi  0.0s
 => CACHED [29/39] RUN find /workspace/jazzy_ws/src -name rclpy -type d | xargs -I{} /bin/bash -c 'if [ -f {}/CMakeLists.txt ]; then     echo "Patching {}/CMakeLists.txt";     sed -i "s/include_directories(\${PYTHON_INCLUDE_DIRS})/include_di  0.0s
 => [31/39] RUN cd jazzy_ws && colcon build --cmake-args     "-DPython3_EXECUTABLE=/usr/bin/python3.11"     "-DPYTHON_EXECUTABLE=/usr/bin/python3.11"     "-DPYTHON_INCLUDE_DIR=/usr/include/python3.11"     "-DPYTHON_LIBRARY=/usr/lib/x86_64  3003.4s
 => => #   Manually-specified variables were not used by the project:                                                                                                                                                                                  
 => => #     PYTHON_EXECUTABLE                                                                                                                                                                                                                         
 => => #     PYTHON_INCLUDE_DIR                                                                                                                                                                                                                        
 => => #     PYTHON_LIBRARY                                                                                                                                                                                                                            
 => => # ---                                                                                                                                                                                                                                           
 => => # Finished <<< common_interfaces [0.38s]                                                                                                                                                                                                        
 => [internal] load build context                                                                                                                                                                                                                  0.0s
 => => transferring context: 670.61kB     
1 Like

this is good to know, thanks @VickNV!

Are there still any problems for this forum topic?

It still not builds success. I thought you can fix it in this topic. Or I shoot create new one ?

Since you’re encountering a different build issue than the original ROS installation problem discussed in this topic, please create a new topic with Specific details about the current build failure (error messages, logs, exact point where it fails) and Reference to this topic.

This will help us provide more targeted troubleshooting for your specific build issue. You can reference this topic by mentioning its URL or title in your new post.

1 Like

The build works with no error messages when I tried it. But not sure what the exact next steps are to use the results of this build. Everything I tried for running Isaac Sim 5.0 with ROS2 Jazzy on Ubuntu 24.04 failed.

./build_ros.sh -d jazzy -v 24.04
Updating git submodules…
Using Ubuntu 24.04 with ROS Jazzy
[+] Building 0.5s (44/44) FINISHED docker:default
=> [internal] load build definition from ubuntu_24_jazzy_python_311_mini 0.0s
=> => transferring dockerfile: 7.42kB 0.0s
=> [internal] load metadata for Docker Hub Container Image Library | App Containerization 0.2s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 11.29kB 0.0s
=> [ 1/39] FROM Docker Hub Container Image Library | App Containerization 0.0s
=> CACHED [ 2/39] WORKDIR /workspace 0.0s
=> CACHED [ 3/39] RUN apt-get update && apt-get install -y --no-inst 0.0s
=> CACHED [ 4/39] RUN apt update && apt upgrade -y && apt clean 0.0s
=> CACHED [ 5/39] RUN apt update && apt install --no-install-recomme 0.0s
=> CACHED [ 6/39] RUN apt update && apt install locales 0.0s
=> CACHED [ 7/39] RUN locale-gen en_US en_US.UTF-8 && update-locale 0.0s
=> CACHED [ 8/39] RUN update-alternatives --install /usr/bin/python3 pyt 0.0s
=> CACHED [ 9/39] RUN curl -s https://bootstrap.pypa.io/get-pip.py -o ge 0.0s
=> CACHED [10/39] RUN wget https://raw.githubusercontent.com/ros/rosdist 0.0s
=> CACHED [11/39] RUN sh -c 'echo "deb [arch=$(dpkg --print-architecture 0.0s
=> CACHED [12/39] RUN apt update && apt install -y pkg-config py 0.0s
=> CACHED [13/39] RUN apt update && apt install -y libboost-all-dev 0.0s
=> CACHED [14/39] RUN apt update && apt install -y libqhull-dev 0.0s
=> CACHED [15/39] RUN apt update && apt install -y libeigen3-dev 0.0s
=> CACHED [16/39] RUN apt update && apt install -y libx11-dev li 0.0s
=> CACHED [17/39] RUN apt update && apt install -y qtbase5-dev q 0.0s
=> CACHED [18/39] RUN pip3 install setuptools==70.0.0 0.0s
=> CACHED [19/39] RUN apt update && apt install -y python3-pip pytho 0.0s
=> CACHED [20/39] RUN python3.11 -m pip uninstall -y em empy || true 0.0s
=> CACHED [21/39] RUN python3.11 -m pip install empy==3.3.4 0.0s
=> CACHED [22/39] RUN python3 -m pip install -U --ignore-installed arg 0.0s
=> CACHED [23/39] RUN python3.11 -m pip uninstall numpy -y 0.0s
=> CACHED [24/39] RUN python3.11 -m pip install --ignore-installed --upg 0.0s
=> CACHED [25/39] RUN python3.11 -m pip install --ignore-installed numpy 0.0s
=> CACHED [26/39] RUN ln -sf /usr/include/python3.11 /usr/include/python 0.0s
=> CACHED [27/39] RUN python3.11 -m pip install --ignore-installed "pybi 0.0s
=> CACHED [28/39] RUN mkdir -p jazzy_ws/src && cd jazzy_ws && ro 0.0s
=> CACHED [29/39] RUN find /workspace/jazzy_ws/src -name rclpy -type d | 0.0s
=> CACHED [30/39] RUN rosdep init && rosdep update 0.0s
=> CACHED [31/39] RUN cd jazzy_ws && colcon build --cmake-args "-DPy 0.0s
=> CACHED [32/39] RUN cp /usr/lib/x86_64-linux-gnu/libtinyxml2.so* /work 0.0s
=> CACHED [33/39] RUN cp /usr/lib/x86_64-linux-gnu/libssl.so* /workspace 0.0s
=> CACHED [34/39] RUN cp /usr/lib/x86_64-linux-gnu/libcrypto.so* /worksp 0.0s
=> CACHED [35/39] RUN mkdir -p /workspace/build_ws/src 0.0s
=> CACHED [36/39] COPY jazzy_ws/src /workspace/build_ws/src 0.0s
=> CACHED [37/39] RUN rm -rf /workspace/build_ws/src/moveit 0.0s
=> CACHED [38/39] WORKDIR /workspace 0.0s
=> CACHED [39/39] RUN /bin/bash -c "source jazzy_ws/install/setup.sh && 0.0s
=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:1314bbfe7e834e0aeb8ed74e353472cd70b85e6f17e96 0.0s
=> => naming to Docker Hub Container Image Library | App Containerization 0.0s
~/IsaacSim-ros_workspaces/build_ws/jazzy ~/IsaacSim-ros_workspaces
Successfully copied 4.46GB to /home/user/IsaacSim-ros_workspaces/build_ws/jazzy/jazzy_ws
Successfully copied 22.9MB to /home/user/IsaacSim-ros_workspaces/build_ws/jazzy/isaac_sim_ros_ws
~/IsaacSim-ros_workspaces
Build complete for jazzy on Ubuntu 24.04

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.