Running with gitlab-runner 17.0.0 (44feccdf)
  on custozyme 6XDF7qfE6, system ID: s_87ed62fb489f
section_start:1718095450: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:6325cb904ff0577e9e10611fb6010c8d8198ba1e4210bd4d9c3e3f7da29764b2 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:5956d8a3225332f61f89e155b904cd347343777379131ede8c1283b7b427669a ...
section_end:1718095458:prepare_executor
section_start:1718095458:prepare_script
Preparing environment
Running on runner-6xdf7qfe6-project-1073-concurrent-0 via custozyme...
section_end:1718095460:prepare_script
section_start:1718095460:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/humanoid-path-planner/solo-rbprm/.git/
Created fresh repository.
Checking out f84cb62e as detached HEAD (ref is devel)...

Skipping Git submodules setup
section_end:1718095462:get_sources
section_start:1718095462:step_script
Executing "step_script" stage of the job script
Using docker image sha256:6325cb904ff0577e9e10611fb6010c8d8198ba1e4210bd4d9c3e3f7da29764b2 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:5956d8a3225332f61f89e155b904cd347343777379131ede8c1283b7b427669a ...
$ sccache --start-server
sccache: Starting the server...
$ 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.8.0
$ 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-5.0.0pl0611084423~doc
=> Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found
===> Checking out py38-solo-rbprm-5.0.0pl0611084423~doc
Cloning into '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0'...
done.
Note: switching to 'f84cb62e7a5de030db29243b0672e4c95b7e246f'.

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-5.0.0/cmake'...
===> Done checkout for py38-solo-rbprm-5.0.0pl0611084423~doc
$ make install
===> Checking build options for py38-solo-rbprm-5.0.0pl0611084424~doc
=> Building with the following options:
	doc	Enable documentation generation and installation
===> Checking alternatives for py38-solo-rbprm-5.0.0pl0611084424~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>=3 provided by python38>=3.8<3.9
===> Checking dependencies for py38-solo-rbprm-5.0.0pl0611084424~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.10.0: cmake-3.16.3 found
=> Required system package doxygen>=1.5: doxygen-1.8.17 found
=> Required system package example-robot-data>=4.1: 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-5.0.0pl0611084424~doc
===> Building for py38-solo-rbprm-5.0.0pl0611084424~doc
===> Installing for py38-solo-rbprm-5.0.0pl0611084424~doc
=> Compiling python files
=> Adding run-time search paths to pkg-config files
=> Registering installation for py38-solo-rbprm-5.0.0pl0611084424~doc
===> Done install for py38-solo-rbprm-5.0.0pl0611084424~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-5.0.0 -B/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0 --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-5.0.0
/usr/bin/cmake -E cmake_progress_start /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/CMakeFiles /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0'
make -f CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-5.0.0.dir/build.make CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-5.0.0.dir/depend
make[2]: Entering directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0'
cd /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0 /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0 /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0 /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0 /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-5.0.0.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0'
make -f CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-5.0.0.dir/build.make CMakeFiles/compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-5.0.0.dir/build
make[2]: Entering directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0'
/usr/bin/cmake -E make_directory /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm
/usr/bin/python3.8 -c "import py_compile; py_compile.compile(\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm/__init__.py\",\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm/__init__.pyc\")"
/usr/bin/cmake -E make_directory /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm
/usr/bin/python3.8 -c "import py_compile; py_compile.compile(\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm/solo.py\",\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm/solo.pyc\")"
/usr/bin/cmake -E make_directory /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm
/usr/bin/python3.8 -c "import py_compile; py_compile.compile(\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm/solo_abstract.py\",\"/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/solo_rbprm/solo_abstract.pyc\")"
make[2]: Leaving directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0'
Built target compile_pyc__root_robotpkg_robots_py-solo-rbprm_work_solo-rbprm-5.0.0
make[1]: Leaving directory '/root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0'
/usr/bin/cmake -E cmake_progress_start /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0/CMakeFiles 0
Running tests...
/usr/bin/ctest --force-new-ctest-process 
Test project /root/robotpkg/robots/py-solo-rbprm/work/solo-rbprm-5.0.0
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.8.0
$ sccache --stop-server
Stopping sccache server...
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.8.0
section_end:1718095480:step_script
section_start:1718095480:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1718095481:cleanup_file_variables
Job succeeded