root@cq-virtual-machine:/opt/ros/humble# colcon build
Starting >>> ament_package
Starting >>> ament_lint
Starting >>> gtest_vendor
Starting >>> gtest
Starting >>> ament_pycodestyle
Starting >>> ament_cppcheck
Starting >>> osrf_pycommon
Starting >>> google_benchmark_vendor
[2.564s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'ament_package' doesn't explicitly install a marker in the package index (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.564s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'ament_package' doesn't explicitly install the 'package.xml' file (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.568s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'ament_lint' doesn't explicitly install a marker in the package index (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.568s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'ament_lint' doesn't explicitly install the 'package.xml' file (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.586s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'ament_pycodestyle' doesn't explicitly install a marker in the package index (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.586s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'ament_pycodestyle' doesn't explicitly install the 'package.xml' file (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.593s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'ament_cppcheck' doesn't explicitly install a marker in the package index (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.595s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'ament_cppcheck' doesn't explicitly install the 'package.xml' file (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.599s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'osrf_pycommon' doesn't explicitly install a marker in the package index (colcon-ros currently does it implicitly but that fallback will be removed in the future)
[2.599s] WARNING:colcon.colcon_ros.task.ament_python.build:Package 'osrf_pycommon' doesn't explicitly install the 'package.xml' file (colcon-ros currently does it implicitly but that fallback will be removed in the future)
--- stderr: gtest_vendor
CMake Error: The source directory "/opt/ros/humble/share/gtest_vendor" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Failed <<< gtest_vendor [0.12s, exited with code 1]
Aborted <<< google_benchmark_vendor [0.10s]
Aborted <<< ament_package [0.14s]
Aborted <<< ament_cppcheck [0.11s]
Aborted <<< ament_lint [0.13s]
Aborted <<< ament_pycodestyle [0.12s]
Aborted <<< osrf_pycommon [0.11s]
Aborted <<< gtest [0.34s]
Summary: 0 packages finished [2.78s]
1 package failed: gtest_vendor
7 packages aborted: ament_cppcheck ament_lint ament_package ament_pycodestyle google_benchmark_vendor gtest osrf_pycommon
2 packages had stderr output: google_benchmark_vendor gtest_vendor
290 packages not processed