Initial commit
This commit is contained in:
2
log/build_2024-10-10_15-00-41/cpp_pubsub/command.log
Normal file
2
log/build_2024-10-10_15-00-41/cpp_pubsub/command.log
Normal 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
|
||||
29
log/build_2024-10-10_15-00-41/cpp_pubsub/stderr.log
Normal file
29
log/build_2024-10-10_15-00-41/cpp_pubsub/stderr.log
Normal file
@@ -0,0 +1,29 @@
|
||||
[31mCMake 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
|
||||
|
||||
[0m
|
||||
[31mCMake 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
|
||||
|
||||
[0m
|
||||
[31mCMake Error at CMakeLists.txt:29 (add_executable):
|
||||
No SOURCES given to target: talker
|
||||
|
||||
[0m
|
||||
[31mCMake Error at CMakeLists.txt:32 (add_executable):
|
||||
No SOURCES given to target: listener
|
||||
|
||||
[0m
|
||||
[0mCMake Generate step failed. Build files cannot be regenerated correctly.[0m
|
||||
19
log/build_2024-10-10_15-00-41/cpp_pubsub/stdout.log
Normal file
19
log/build_2024-10-10_15-00-41/cpp_pubsub/stdout.log
Normal 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.6s)
|
||||
48
log/build_2024-10-10_15-00-41/cpp_pubsub/stdout_stderr.log
Normal file
48
log/build_2024-10-10_15-00-41/cpp_pubsub/stdout_stderr.log
Normal 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.6s)
|
||||
[31mCMake 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
|
||||
|
||||
[0m
|
||||
[31mCMake 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
|
||||
|
||||
[0m
|
||||
[31mCMake Error at CMakeLists.txt:29 (add_executable):
|
||||
No SOURCES given to target: talker
|
||||
|
||||
[0m
|
||||
[31mCMake Error at CMakeLists.txt:32 (add_executable):
|
||||
No SOURCES given to target: listener
|
||||
|
||||
[0m
|
||||
[0mCMake Generate step failed. Build files cannot be regenerated correctly.[0m
|
||||
50
log/build_2024-10-10_15-00-41/cpp_pubsub/streams.log
Normal file
50
log/build_2024-10-10_15-00-41/cpp_pubsub/streams.log
Normal file
@@ -0,0 +1,50 @@
|
||||
[0.095s] 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.100s] -- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
|
||||
[0.196s] -- Found rclcpp: 28.1.3 (/opt/ros/jazzy/share/rclcpp/cmake)
|
||||
[0.292s] -- Found rosidl_generator_c: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_c/cmake)
|
||||
[0.297s] -- Found rosidl_generator_cpp: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_cpp/cmake)
|
||||
[0.302s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
|
||||
[0.308s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
|
||||
[0.338s] -- Found rmw_implementation_cmake: 7.3.1 (/opt/ros/jazzy/share/rmw_implementation_cmake/cmake)
|
||||
[0.339s] -- Found rmw_fastrtps_cpp: 8.4.1 (/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake)
|
||||
[0.485s] -- Using RMW implementation 'rmw_fastrtps_cpp' as default
|
||||
[0.599s] -- Found tutorial_interfaces: 0.0.0 (/home/caixiang/ros2_ws2/install/tutorial_interfaces/share/tutorial_interfaces/cmake)
|
||||
[0.625s] -- Found ament_lint_auto: 0.17.1 (/opt/ros/jazzy/share/ament_lint_auto/cmake)
|
||||
[0.671s] -- Added test 'cppcheck' to perform static code analysis on C / C++ code
|
||||
[0.671s] -- Configured cppcheck include dirs:
|
||||
[0.671s] -- Configured cppcheck exclude dirs and/or files:
|
||||
[0.671s] -- Added test 'lint_cmake' to check CMake code style
|
||||
[0.672s] -- Added test 'uncrustify' to check C / C++ code style
|
||||
[0.672s] -- Configured uncrustify additional arguments:
|
||||
[0.672s] -- Added test 'xmllint' to check XML markup files
|
||||
[0.672s] -- Configuring done (0.6s)
|
||||
[0.673s] [31mCMake Error at CMakeLists.txt:29 (add_executable):
|
||||
[0.673s] Cannot find source file:
|
||||
[0.673s]
|
||||
[0.673s] src/publisher_member_function.cpp
|
||||
[0.673s]
|
||||
[0.673s] Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
|
||||
[0.673s] .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
|
||||
[0.673s] .f95 .f03 .hip .ispc
|
||||
[0.673s]
|
||||
[0.673s] [0m
|
||||
[0.674s] [31mCMake Error at CMakeLists.txt:32 (add_executable):
|
||||
[0.674s] Cannot find source file:
|
||||
[0.674s]
|
||||
[0.674s] src/subscriber_member_function.cpp
|
||||
[0.674s]
|
||||
[0.674s] Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
|
||||
[0.674s] .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
|
||||
[0.674s] .f95 .f03 .hip .ispc
|
||||
[0.674s]
|
||||
[0.674s] [0m
|
||||
[0.674s] [31mCMake Error at CMakeLists.txt:29 (add_executable):
|
||||
[0.674s] No SOURCES given to target: talker
|
||||
[0.674s]
|
||||
[0.675s] [0m
|
||||
[0.675s] [31mCMake Error at CMakeLists.txt:32 (add_executable):
|
||||
[0.675s] No SOURCES given to target: listener
|
||||
[0.675s]
|
||||
[0.675s] [0m
|
||||
[0.675s] [0mCMake Generate step failed. Build files cannot be regenerated correctly.[0m
|
||||
[0.678s] 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
|
||||
63
log/build_2024-10-10_15-00-41/events.log
Normal file
63
log/build_2024-10-10_15-00-41/events.log
Normal file
File diff suppressed because one or more lines are too long
128
log/build_2024-10-10_15-00-41/logger_all.log
Normal file
128
log/build_2024-10-10_15-00-41/logger_all.log
Normal file
@@ -0,0 +1,128 @@
|
||||
[0.120s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build', '--packages-select', 'cpp_pubsub']
|
||||
[0.120s] 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 0x7f9ad4d53c80>, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x7f9ad4d53a10>, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x7f9ad4d53a10>>)
|
||||
[0.136s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
|
||||
[0.136s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
|
||||
[0.136s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
|
||||
[0.136s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
|
||||
[0.136s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
|
||||
[0.136s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
|
||||
[0.136s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/caixiang/ros2_ws2'
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
|
||||
[0.136s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
|
||||
[0.148s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['ignore', 'ignore_ament_install']
|
||||
[0.149s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ignore'
|
||||
[0.149s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ignore_ament_install'
|
||||
[0.149s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['colcon_pkg']
|
||||
[0.149s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'colcon_pkg'
|
||||
[0.149s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['colcon_meta']
|
||||
[0.149s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'colcon_meta'
|
||||
[0.149s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extensions ['ros']
|
||||
[0.149s] Level 1:colcon.colcon_core.package_identification:_identify(src/cpp_pubsub) by extension 'ros'
|
||||
[0.150s] DEBUG:colcon.colcon_core.package_identification:Package 'src/cpp_pubsub' with type 'ros.ament_cmake' and name 'cpp_pubsub'
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['ignore', 'ignore_ament_install']
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ignore'
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ignore_ament_install'
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['colcon_pkg']
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'colcon_pkg'
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['colcon_meta']
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'colcon_meta'
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extensions ['ros']
|
||||
[0.150s] Level 1:colcon.colcon_core.package_identification:_identify(src/tutorial_interfaces) by extension 'ros'
|
||||
[0.150s] DEBUG:colcon.colcon_core.package_identification:Package 'src/tutorial_interfaces' with type 'ros.ament_cmake' and name 'tutorial_interfaces'
|
||||
[0.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
|
||||
[0.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
|
||||
[0.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
|
||||
[0.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
|
||||
[0.150s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
|
||||
[0.159s] INFO:colcon.colcon_core.package_selection:Skipping not selected package 'tutorial_interfaces' in 'src/tutorial_interfaces'
|
||||
[0.159s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
|
||||
[0.159s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
|
||||
[0.160s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 285 installed packages in /opt/ros/jazzy
|
||||
[0.160s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_args' from command line to 'None'
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_target' from command line to 'None'
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_target_skip_unavailable' from command line to 'False'
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_clean_cache' from command line to 'False'
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_clean_first' from command line to 'False'
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'cmake_force_configure' from command line to 'False'
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'ament_cmake_args' from command line to 'None'
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'catkin_cmake_args' from command line to 'None'
|
||||
[0.176s] Level 5:colcon.colcon_core.verb:set package 'cpp_pubsub' build argument 'catkin_skip_building_tests' from command line to 'False'
|
||||
[0.176s] 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.176s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
|
||||
[0.177s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
|
||||
[0.177s] 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.177s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/caixiang/ros2_ws2/src/cpp_pubsub'
|
||||
[0.178s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
|
||||
[0.178s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
|
||||
[0.178s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
|
||||
[0.272s] 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
|
||||
[0.855s] 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
|
||||
[0.860s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(cpp_pubsub)
|
||||
[0.861s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub' for CMake module files
|
||||
[0.861s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub' for CMake config files
|
||||
[0.861s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/bin'
|
||||
[0.861s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/lib/pkgconfig/cpp_pubsub.pc'
|
||||
[0.861s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/lib/python3.12/site-packages'
|
||||
[0.861s] Level 1:colcon.colcon_core.environment:checking '/home/caixiang/ros2_ws2/install/cpp_pubsub/bin'
|
||||
[0.862s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.ps1'
|
||||
[0.862s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.dsv'
|
||||
[0.862s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.sh'
|
||||
[0.862s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.bash'
|
||||
[0.862s] INFO:colcon.colcon_core.shell:Creating package script '/home/caixiang/ros2_ws2/install/cpp_pubsub/share/cpp_pubsub/package.zsh'
|
||||
[0.863s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/caixiang/ros2_ws2/install/cpp_pubsub/share/colcon-core/packages/cpp_pubsub)
|
||||
[0.873s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
|
||||
[0.873s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
|
||||
[0.873s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '1'
|
||||
[0.873s] DEBUG:colcon.colcon_core.event_reactor:joining thread
|
||||
[0.905s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send'
|
||||
[0.905s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
|
||||
[0.905s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
|
||||
[0.905s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
|
||||
[0.905s] 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
|
||||
[0.905s] DEBUG:colcon.colcon_core.event_reactor:joined thread
|
||||
[0.905s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.ps1'
|
||||
[0.906s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/caixiang/ros2_ws2/install/_local_setup_util_ps1.py'
|
||||
[0.906s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.ps1'
|
||||
[0.906s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.sh'
|
||||
[0.906s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/caixiang/ros2_ws2/install/_local_setup_util_sh.py'
|
||||
[0.906s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.sh'
|
||||
[0.907s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.bash'
|
||||
[0.907s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.bash'
|
||||
[0.907s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/caixiang/ros2_ws2/install/local_setup.zsh'
|
||||
[0.907s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/caixiang/ros2_ws2/install/setup.zsh'
|
||||
Reference in New Issue
Block a user