Initial commit

This commit is contained in:
CaiXiang
2024-10-25 14:21:27 +08:00
commit 314bf9ad25
2041 changed files with 272126 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Invoking command in '/home/caixiang/ros2_ws2/build/cpp_pubsub': AMENT_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:/opt/ros/jazzy/opt/gz_math_vendor:/opt/ros/jazzy/opt/gz_utils_vendor:/opt/ros/jazzy/opt/gz_cmake_vendor:/opt/ros/jazzy LD_LIBRARY_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib/python3.12/site-packages:${PYTHONPATH} /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub
Invoked command in '/home/caixiang/ros2_ws2/build/cpp_pubsub' returned '1': AMENT_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:/opt/ros/jazzy/opt/gz_math_vendor:/opt/ros/jazzy/opt/gz_utils_vendor:/opt/ros/jazzy/opt/gz_cmake_vendor:/opt/ros/jazzy LD_LIBRARY_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib/python3.12/site-packages:${PYTHONPATH} /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub

View File

@@ -0,0 +1,29 @@
CMake Error at CMakeLists.txt:29 (add_executable):
Cannot find source file:
src/publisher_member_function.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:32 (add_executable):
Cannot find source file:
src/subscriber_member_function.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:29 (add_executable):
No SOURCES given to target: talker

CMake Error at CMakeLists.txt:32 (add_executable):
No SOURCES given to target: listener

CMake Generate step failed. Build files cannot be regenerated correctly.

View File

@@ -0,0 +1,19 @@
-- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
-- Found rclcpp: 28.1.3 (/opt/ros/jazzy/share/rclcpp/cmake)
-- Found rosidl_generator_c: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_c/cmake)
-- Found rosidl_generator_cpp: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_cpp/cmake)
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
-- Found rmw_implementation_cmake: 7.3.1 (/opt/ros/jazzy/share/rmw_implementation_cmake/cmake)
-- Found rmw_fastrtps_cpp: 8.4.1 (/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake)
-- Using RMW implementation 'rmw_fastrtps_cpp' as default
-- Found tutorial_interfaces: 0.0.0 (/home/caixiang/ros2_ws2/install/tutorial_interfaces/share/tutorial_interfaces/cmake)
-- Found ament_lint_auto: 0.17.1 (/opt/ros/jazzy/share/ament_lint_auto/cmake)
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
-- Configured cppcheck include dirs:
-- Configured cppcheck exclude dirs and/or files:
-- Added test 'lint_cmake' to check CMake code style
-- Added test 'uncrustify' to check C / C++ code style
-- Configured uncrustify additional arguments:
-- Added test 'xmllint' to check XML markup files
-- Configuring done (0.7s)

View File

@@ -0,0 +1,48 @@
-- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
-- Found rclcpp: 28.1.3 (/opt/ros/jazzy/share/rclcpp/cmake)
-- Found rosidl_generator_c: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_c/cmake)
-- Found rosidl_generator_cpp: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_cpp/cmake)
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
-- Found rmw_implementation_cmake: 7.3.1 (/opt/ros/jazzy/share/rmw_implementation_cmake/cmake)
-- Found rmw_fastrtps_cpp: 8.4.1 (/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake)
-- Using RMW implementation 'rmw_fastrtps_cpp' as default
-- Found tutorial_interfaces: 0.0.0 (/home/caixiang/ros2_ws2/install/tutorial_interfaces/share/tutorial_interfaces/cmake)
-- Found ament_lint_auto: 0.17.1 (/opt/ros/jazzy/share/ament_lint_auto/cmake)
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
-- Configured cppcheck include dirs:
-- Configured cppcheck exclude dirs and/or files:
-- Added test 'lint_cmake' to check CMake code style
-- Added test 'uncrustify' to check C / C++ code style
-- Configured uncrustify additional arguments:
-- Added test 'xmllint' to check XML markup files
-- Configuring done (0.7s)
CMake Error at CMakeLists.txt:29 (add_executable):
Cannot find source file:
src/publisher_member_function.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:32 (add_executable):
Cannot find source file:
src/subscriber_member_function.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:29 (add_executable):
No SOURCES given to target: talker

CMake Error at CMakeLists.txt:32 (add_executable):
No SOURCES given to target: listener

CMake Generate step failed. Build files cannot be regenerated correctly.

View File

@@ -0,0 +1,50 @@
[0.100s] Invoking command in '/home/caixiang/ros2_ws2/build/cpp_pubsub': AMENT_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:/opt/ros/jazzy/opt/gz_math_vendor:/opt/ros/jazzy/opt/gz_utils_vendor:/opt/ros/jazzy/opt/gz_cmake_vendor:/opt/ros/jazzy LD_LIBRARY_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib/python3.12/site-packages:${PYTHONPATH} /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub
[0.115s] -- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
[0.232s] -- Found rclcpp: 28.1.3 (/opt/ros/jazzy/share/rclcpp/cmake)
[0.338s] -- Found rosidl_generator_c: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_c/cmake)
[0.345s] -- Found rosidl_generator_cpp: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_cpp/cmake)
[0.354s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
[0.364s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
[0.409s] -- Found rmw_implementation_cmake: 7.3.1 (/opt/ros/jazzy/share/rmw_implementation_cmake/cmake)
[0.411s] -- Found rmw_fastrtps_cpp: 8.4.1 (/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake)
[0.566s] -- Using RMW implementation 'rmw_fastrtps_cpp' as default
[0.695s] -- Found tutorial_interfaces: 0.0.0 (/home/caixiang/ros2_ws2/install/tutorial_interfaces/share/tutorial_interfaces/cmake)
[0.731s] -- Found ament_lint_auto: 0.17.1 (/opt/ros/jazzy/share/ament_lint_auto/cmake)
[0.784s] -- Added test 'cppcheck' to perform static code analysis on C / C++ code
[0.784s] -- Configured cppcheck include dirs:
[0.784s] -- Configured cppcheck exclude dirs and/or files:
[0.785s] -- Added test 'lint_cmake' to check CMake code style
[0.785s] -- Added test 'uncrustify' to check C / C++ code style
[0.785s] -- Configured uncrustify additional arguments:
[0.786s] -- Added test 'xmllint' to check XML markup files
[0.787s] -- Configuring done (0.7s)
[0.788s] CMake Error at CMakeLists.txt:29 (add_executable):
[0.788s] Cannot find source file:
[0.788s]
[0.788s] src/publisher_member_function.cpp
[0.788s]
[0.788s] Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
[0.788s] .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
[0.788s] .f95 .f03 .hip .ispc
[0.789s]
[0.789s] 
[0.790s] CMake Error at CMakeLists.txt:32 (add_executable):
[0.790s] Cannot find source file:
[0.790s]
[0.790s] src/subscriber_member_function.cpp
[0.790s]
[0.790s] Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
[0.790s] .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
[0.790s] .f95 .f03 .hip .ispc
[0.790s]
[0.790s] 
[0.790s] CMake Error at CMakeLists.txt:29 (add_executable):
[0.790s] No SOURCES given to target: talker
[0.790s]
[0.790s] 
[0.790s] CMake Error at CMakeLists.txt:32 (add_executable):
[0.790s] No SOURCES given to target: listener
[0.790s]
[0.790s] 
[0.790s] CMake Generate step failed. Build files cannot be regenerated correctly.
[0.794s] Invoked command in '/home/caixiang/ros2_ws2/build/cpp_pubsub' returned '1': AMENT_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:/opt/ros/jazzy/opt/gz_math_vendor:/opt/ros/jazzy/opt/gz_utils_vendor:/opt/ros/jazzy/opt/gz_cmake_vendor:/opt/ros/jazzy LD_LIBRARY_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib/python3.12/site-packages:${PYTHONPATH} /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,128 @@
[0.217s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--packages-select', 'cpp_pubsub']
[0.217s] DEBUG:colcon:Parsed command line arguments: Namespace(log_base=None, log_level=None, verb_name='build', build_base='build', install_base='install', merge_install=False, symlink_install=False, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=32, event_handlers=None, ignore_user_meta=False, metas=['./colcon.meta'], base_paths=['.'], packages_ignore=None, packages_ignore_regex=None, paths=None, packages_up_to=None, packages_up_to_regex=None, packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_select_by_dep=None, packages_skip_by_dep=None, packages_skip_up_to=None, packages_select_build_failed=False, packages_skip_build_finished=False, packages_select_test_failures=False, packages_skip_test_passed=False, packages_select=['cpp_pubsub'], packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, allow_overriding=[], cmake_args=None, cmake_target=None, cmake_target_skip_unavailable=False, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, ament_cmake_args=None, catkin_cmake_args=None, catkin_skip_building_tests=False, verb_parser=<colcon_defaults.argument_parser.defaults.DefaultArgumentsDecorator object at 0x7f3ac0547b60>, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x7f3ac0547980>, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x7f3ac0547980>>)
[0.253s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[0.253s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[0.253s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[0.253s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[0.253s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[0.253s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[0.253s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/caixiang/ros2_ws2'
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[0.253s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[0.272s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['ignore', 'ignore_ament_install']
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ignore'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ignore_ament_install'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['colcon_pkg']
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'colcon_pkg'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['colcon_meta']
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'colcon_meta'
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['ros']
[0.273s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ros'
[0.275s] DEBUG:colcon.colcon_core.package_identification:Package 'src/cpp_pubsub' with type 'ros.ament_cmake' and name 'cpp_pubsub'
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['ignore', 'ignore_ament_install']
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ignore'
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ignore_ament_install'
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['colcon_pkg']
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'colcon_pkg'
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['colcon_meta']
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'colcon_meta'
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['ros']
[0.275s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ros'
[0.275s] DEBUG:colcon.colcon_core.package_identification:Package 'src/tutorial_interfaces' with type 'ros.ament_cmake' and name 'tutorial_interfaces'
[0.275s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[0.275s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[0.275s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[0.275s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[0.275s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[0.290s] INFO:colcon.colcon_core.package_selection:Skipping not selected package 'tutorial_interfaces' in 'src/tutorial_interfaces'
[0.291s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[0.291s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[0.293s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 285 installed packages in /opt/ros/jazzy
[0.293s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_args' from command line to 'None'
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_target' from command line to 'None'
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_clean_cache' from command line to 'False'
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_clean_first' from command line to 'False'
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_force_configure' from command line to 'False'
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'ament_cmake_args' from command line to 'None'
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'catkin_cmake_args' from command line to 'None'
[0.310s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.310s] DEBUG:colcon.colcon_core.verb:Building package 'cpp_pubsub' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/caixiang/ros2_ws2/build/cpp_pubsub', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': None, 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/caixiang/ros2_ws2/install/cpp_pubsub', 'merge_install': False, 'path': '/home/caixiang/ros2_ws2/src/cpp_pubsub', 'symlink_install': False, 'test_result_base': None}
[0.310s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[0.311s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[0.311s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/caixiang/ros2_ws2/src/cpp_pubsub' with build type 'ament_cmake'
[0.311s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/caixiang/ros2_ws2/src/cpp_pubsub'
[0.314s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[0.314s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[0.314s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[0.411s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/caixiang/ros2_ws2/build/cpp_pubsub': AMENT_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:/opt/ros/jazzy/opt/gz_math_vendor:/opt/ros/jazzy/opt/gz_utils_vendor:/opt/ros/jazzy/opt/gz_cmake_vendor:/opt/ros/jazzy LD_LIBRARY_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib/python3.12/site-packages:${PYTHONPATH} /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub
[1.105s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/caixiang/ros2_ws2/build/cpp_pubsub' returned '1': AMENT_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces:/opt/ros/jazzy/opt/gz_math_vendor:/opt/ros/jazzy/opt/gz_utils_vendor:/opt/ros/jazzy/opt/gz_cmake_vendor:/opt/ros/jazzy LD_LIBRARY_PATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib:${LD_LIBRARY_PATH} PYTHONPATH=/home/caixiang/ros2_ws2/install/tutorial_interfaces/lib/python3.12/site-packages:${PYTHONPATH} /usr/bin/cmake /home/caixiang/ros2_ws2/src/cpp_pubsub -DCMAKE_INSTALL_PREFIX=/home/caixiang/ros2_ws2/install/cpp_pubsub
[1.110s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(cpp_pubsub)
[1.114s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub' for CMake module files
[1.114s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub' for CMake config files
[1.114s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/bin'
[1.114s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/lib/pkgconfig/cpp_pubsub.pc'
[1.114s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/lib/python3.12/site-packages'
[1.114s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/bin'
[1.115s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.ps1'
[1.115s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.dsv'
[1.115s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.sh'
[1.116s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.bash'
[1.116s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.zsh'
[1.117s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/caixiang/ros2_ws2/install/cpp_pubsub/share/colcon-core/packages/cpp_pubsub)
[1.127s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[1.127s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[1.127s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '1'
[1.127s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[1.169s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send'
[1.169s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[1.169s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[1.169s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[1.169s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[1.169s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[1.169s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.ps1'
[1.170s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/caixiang/ros2_ws2/install/_local_setup_util_ps1.py'
[1.170s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.ps1'
[1.171s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.sh'
[1.171s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/caixiang/ros2_ws2/install/_local_setup_util_sh.py'
[1.171s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.sh'
[1.172s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.bash'
[1.172s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.bash'
[1.173s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.zsh'
[1.173s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.zsh'