Running with gitlab-runner 16.8.0 (c72a09b6)
  on custozyme 6XDF7qfE6, system ID: s_87ed62fb489f
section_start:1711882630:prepare_executor
Preparing the "docker" executor
Using Docker executor with image memmos.laas.fr:5000/humanoid-path-planner/solo-rbprm/py-solo-rbprm:20.04 ...
Pulling docker image memmos.laas.fr:5000/humanoid-path-planner/solo-rbprm/py-solo-rbprm:20.04 ...
Using docker image sha256:718a892c48f5993dcfbd3ea79c1fb4f84f0ae8e310eefe1cef7748aedd273d4f for memmos.laas.fr:5000/humanoid-path-planner/solo-rbprm/py-solo-rbprm:20.04 with digest memmos.laas.fr:5000/humanoid-path-planner/solo-rbprm/py-solo-rbprm@sha256:41b4b48e419e390b13b603eb5899571bbd0cb9c3ae22cd025e4e0d8bb3b4b5ee ...
section_end:1711882638:prepare_executor
section_start:1711882638:prepare_script
Preparing environment
Running on runner-6xdf7qfe6-project-1073-concurrent-0 via custozyme...
section_end:1711882639:prepare_script
section_start:1711882639:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/humanoid-path-planner/solo-rbprm/.git/
Checking out a66445f3 as detached HEAD (ref is master)...
Removing .ruff_cache/

Skipping Git submodules setup
section_end:1711882640:get_sources
section_start:1711882640:step_script
Executing "step_script" stage of the job script
Using docker image sha256:718a892c48f5993dcfbd3ea79c1fb4f84f0ae8e310eefe1cef7748aedd273d4f for memmos.laas.fr:5000/humanoid-path-planner/solo-rbprm/py-solo-rbprm:20.04 with digest memmos.laas.fr:5000/humanoid-path-planner/solo-rbprm/py-solo-rbprm@sha256:41b4b48e419e390b13b603eb5899571bbd0cb9c3ae22cd025e4e0d8bb3b4b5ee ...
$ sccache -s
Compile requests                      0
Compile requests executed             0
Cache hits                            0
Cache misses                          0
Cache timeouts                        0
Cache read errors                     0
Forced recaches                       0
Cache write errors                    0
Compilation failures                  0
Cache errors                          0
Non-cacheable compilations            0
Non-cacheable calls                   0
Non-compilation calls                 0
Unsupported compiler calls            0
Average cache write               0.000 s
Average compiler                  0.000 s
Average cache read hit            0.000 s
Failed distributed compilations       0
Cache location                  redis, name: redis://asahi, prefix: /
Version (client)                0.7.7
$ cd /root/robotpkg/robots
$ git pull
Already up to date.
$ cd py-solo-rbprm
$ make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
===> Checking bootstrap dependencies for py38-solo-rbprm-4.15.1pl0331105721~doc
=> Required system package pkg_install>=20110805.12: pkg_install-20211115.2 found
===> Checking out py38-solo-rbprm-4.15.1pl0331105721~doc
Cloning into '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1'...
done.
Note: switching to 'a66445f31d232410b880901b49f614bd827df7af'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

git switch -c <new-branch-name>

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

Submodule 'cmake' (https://github.com/jrl-umi3218/jrl-cmakemodules.git) registered for path 'cmake'
Cloning into '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/cmake'...
===> Done checkout for py38-solo-rbprm-4.15.1pl0331105721~doc
$ make install
===> Checking build options for py38-solo-rbprm-4.15.1pl0331105722~doc
=> Building with the following options:
	doc	Enable documentation generation and installation
===> Checking alternatives for py38-solo-rbprm-4.15.1pl0331105722~doc
=> Use the GNU C++ compiler: c++-compiler provided by g++>=3
=> Use the GNU C compiler: c-compiler provided by gcc>=3
=> Use python-3.8: python>=2.5<3.12 provided by python38>=3.8<3.9
===> Checking dependencies for py38-solo-rbprm-4.15.1pl0331105722~doc
=> Required system package boost-headers>=1.34.1: boost-headers-1.71 found
=> Required system package boostlib-filesystem>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-iostreams>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-math>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-thread>=1.34.1: boost-libs-1.71.0 found
=> Required system package cmake>=3.1.0: cmake-3.16.3 found
=> Required system package doxygen>=1.5: doxygen-1.8.17 found
=> Required system package example-robot-data>=3.6.0: example-robot-data-4.1.0 found
=> Required system package g++>=3: g++-9 found
=> Required system package gcc>=3: gcc-9 found
=> Required system package latex>=3.14: latex-3.14159265 found
=> Required system package libstdc++: libstdc++ found
=> Required system package pkg-config>=0.22: pkg-config-0.29.1 found
=> Required system package python38>=3.8<3.9: python38-3.8.10 found
===> Configuring for py38-solo-rbprm-4.15.1pl0331105722~doc
===> Building for py38-solo-rbprm-4.15.1pl0331105722~doc
===> Installing for py38-solo-rbprm-4.15.1pl0331105722~doc
=> Compiling python files
=> Adding run-time search paths to pkg-config files
=> Registering installation for py38-solo-rbprm-4.15.1pl0331105722~doc
===> Done install for py38-solo-rbprm-4.15.1pl0331105722~doc
$ build=$(make show-var VARNAME=CONFIGURE_DIRS); cd $(make show-var VARNAME=WRKSRC); cd $build
$ touch CMakeLists.txt && make && make test
/usr/bin/cmake -S/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1 -B/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1 --check-build-system CMakeFiles/Makefile.cmake 0
-- JRL cmakemodules found in 'cmake/' git submodule
-- Configuring "solo-rbprm" ()
-- Package version (ROS package.xml): 5.0.0
-- PythonLibraryDirs: /usr/lib/x86_64-linux-gnu
-- PythonLibVersionString: 3.8.10
-- Python site lib: lib/python3.8/site-packages
-- Python include dirs: /usr/include/python3.8/
-- Doxygen rendering: using MathJax backend
-- Configuring done
-- Generating done
-- Build files have been written to: /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1
/usr/bin/cmake -E cmake_progress_start /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/CMakeFiles /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1'
make -f CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-4.15.1.dir/build.make CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-4.15.1.dir/depend
make[2]: Entering directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1'
cd /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1 /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1 /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1 /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1 /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-4.15.1.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1'
make -f CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-4.15.1.dir/build.make CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-4.15.1.dir/build
make[2]: Entering directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1'
/usr/bin/cmake -E make_directory /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm
/usr/bin/python3.8 -c "import py_compile; py_compile.compile(\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm/__init__.py\",\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm/__init__.pyc\")"
/usr/bin/cmake -E make_directory /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm
/usr/bin/python3.8 -c "import py_compile; py_compile.compile(\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm/solo.py\",\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm/solo.pyc\")"
/usr/bin/cmake -E make_directory /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm
/usr/bin/python3.8 -c "import py_compile; py_compile.compile(\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm/solo_abstract.py\",\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/solo_rbprm/solo_abstract.pyc\")"
make[2]: Leaving directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1'
Built target compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-4.15.1
make[1]: Leaving directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1'
/usr/bin/cmake -E cmake_progress_start /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1/CMakeFiles 0
Running tests...
/usr/bin/ctest --force-new-ctest-process 
Test project /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-4.15.1
No tests were found!!!
$ sccache -s
Compile requests                      0
Compile requests executed             0
Cache hits                            0
Cache misses                          0
Cache timeouts                        0
Cache read errors                     0
Forced recaches                       0
Cache write errors                    0
Compilation failures                  0
Cache errors                          0
Non-cacheable compilations            0
Non-cacheable calls                   0
Non-compilation calls                 0
Unsupported compiler calls            0
Average cache write               0.000 s
Average compiler                  0.000 s
Average cache read hit            0.000 s
Failed distributed compilations       0
Cache location                  redis, name: redis://asahi, prefix: /
Version (client)                0.7.7
section_end:1711882658:step_script
section_start:1711882658:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1711882658:cleanup_file_variables
Job succeeded