Console Output

+ catkin config --install
--------------------------------------------------------------------
Profile:                     default
Extending:                   None
Workspace:                   /root/workspace/module-confname
--------------------------------------------------------------------
Build Space:       [missing] /root/workspace/module-confname/build
Devel Space:       [missing] /root/workspace/module-confname/devel
Install Space:     [missing] /root/workspace/module-confname/install
Log Space:         [missing] /root/workspace/module-confname/logs
Source Space:       [exists] /root/workspace/module-confname/src
DESTDIR:            [unused] None
--------------------------------------------------------------------
Devel Space Layout:          linked
Install Space Layout:        merged
--------------------------------------------------------------------
Additional CMake Args:       None
Additional Make Args:        None
Additional catkin Make Args: None
Internal Make Job Server:    True
Cache Job Environments:      False
--------------------------------------------------------------------
Buildlisted Packages:        None
Skiplisted Packages:         None
--------------------------------------------------------------------
Initialized new catkin workspace in `/root/workspace/module-confname`
--------------------------------------------------------------------

--------------------------------------------------------------------
WARNING: Your workspace is not extending any other result space,
but it is set to use a `linked` devel space layout. This requires
the `catkin` CMake package in your source space in order to be
built.
--------------------------------------------------------------------

+ catkin build -j6 --cmake-args -DUSE_ROS2=OFF -DBUILD_TEST=OFF
--------------------------------------------------------------------
Profile:                     default
Extending:                   None
Workspace:                   /root/workspace/module-confname
--------------------------------------------------------------------
Build Space:        [exists] /root/workspace/module-confname/build
Devel Space:        [exists] /root/workspace/module-confname/devel
Install Space:     [missing] /root/workspace/module-confname/install
Log Space:         [missing] /root/workspace/module-confname/logs
Source Space:       [exists] /root/workspace/module-confname/src
DESTDIR:            [unused] None
--------------------------------------------------------------------
Devel Space Layout:          linked
Install Space Layout:        merged
--------------------------------------------------------------------
Additional CMake Args:       -DUSE_ROS2=OFF -DBUILD_TEST=OFF
Additional Make Args:        -j6
Additional catkin Make Args: None
Internal Make Job Server:    True
Cache Job Environments:      False
--------------------------------------------------------------------
Buildlisted Packages:        None
Skiplisted Packages:         None
--------------------------------------------------------------------
NOTE: Forcing CMake to run for each package.
--------------------------------------------------------------------

--------------------------------------------------------------------
WARNING: Your workspace is not extending any other result space,
but it is set to use a `linked` devel space layout. This requires
the `catkin` CMake package in your source space in order to be
built.
--------------------------------------------------------------------

[build] Found '2' packages in 0.0 seconds.                                     
Starting >>> catkin_tools_prebuild                                             
[build 0.1 s] [0/3 complete] [1/6 jobs] [0 queued] [catkin_tools_prebuild:c... 
[build 0.2 s] [0/3 complete] [1/6 jobs] [0 queued] [catkin_tools_prebuild:c... 
[build 0.3 s] [0/3 complete] [1/6 jobs] [0 queued] [catkin_tools_prebuild:c... 
[build 0.4 s] [0/3 complete] [1/6 jobs] [0 queued] [catkin_tools_prebuild:c... 
_______________________________________________________________________________
Errors << catkin_tools_prebuild:cmake /root/workspace/module-confname/logs/catkin_tools_prebuild/build.cmake.000.log
CMake Error at /root/workspace/module-confname/build/catkin_tools_prebuild/CMakeLists.txt:12 (message):
  The catkin CMake module was not found, but it is required to build a linked
  workspace.  To resolve this, please do one of the following, and try
  building again.



   1. Source the setup.sh file from an existing catkin workspace:
      source SETUP_FILE



   2. Extend another catkin workspace's result (install or devel) space:
      catkin config --extend RESULT_SPACE



   3. Set `catkin_DIR` to the directory containing `catkin-config.cmake`:
      catkin config --cmake-args -Dcatkin_DIR=CATKIN_CMAKE_CONFIG_PATH



   4. Add the catkin source package to your workspace's source space:
      cd SOURCE_SPACE && git clone https://github.com/ros/catkin.git


cd /root/workspace/module-confname/build/catkin_tools_prebuild; catkin build --get-env catkin_tools_prebuild | catkin env -si  /usr/bin/cmake /root/workspace/module-confname/build/catkin_tools_prebuild --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/workspace/module-confname/devel/.private/catkin_tools_prebuild -DCMAKE_INSTALL_PREFIX=/root/workspace/module-confname/install -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
Failed << catkin_tools_prebuild:cmake           [ Exited with code 1 ]         
Failed <<< catkin_tools_prebuild                [ 0.4 seconds ]                
Abandoned <<< hdmap                                [ Unrelated job failed ]    
Abandoned <<< traffic_ctrl                         [ Unrelated job failed ]    
[build] Summary: 0 of 3 packages succeeded.                                    
[build] Ignored: None.                                                         
[build] Warnings: None.                                                        
[build] Abandoned: 2 packages were abandoned.                                  
[build] Failed: 1 packages failed.                                             
[build] Runtime: 0.4 seconds total.