Running with gitlab-runner 17.0.0 (44feccdf)
  on gitlab-pedago-runner-04 2wzzkQexs, system ID: s_3db440932382
section_start:1716971729:prepare_executor
Preparing the "docker" executor
Using Docker executor with image omalaspinas/c_pandoc:latest ...
Pulling docker image omalaspinas/c_pandoc:latest ...
Using docker image sha256:88c12e14c2129f737c24f752be34abefe2758bcc3663d7256013bb3e3b42416e for omalaspinas/c_pandoc:latest with digest omalaspinas/c_pandoc@sha256:33d84301fec2d30b9c4b35facaa23e0a4f08d8a464ef26398e5af5a1372c934c ...
section_end:1716971731:prepare_executor
section_start:1716971731:prepare_script
Preparing environment
Running on runner-2wzzkqexs-project-4893-concurrent-0 via gitlab-pedago-runner-04...
section_end:1716971731:prepare_script
section_start:1716971731:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/orestis.malaspin/isc_physics/.git/
Checking out c38f58f1 as detached HEAD (ref is master)...
Removing cours.html
Removing cours.pdf
Removing exercices/champs_electrique.html
Removing exercices/champs_electrique.pdf
Removing exercices/circuits.html
Removing exercices/circuits.pdf
Removing exercices/electricite.html
Removing exercices/electricite.pdf
Removing exercices/newton.html
Removing exercices/newton.pdf
Removing phys/
Removing plots/
Removing practical_work/electric_fl/enonce.html
Removing practical_work/electric_fl/enonce.pdf
Removing practical_work/electric_fl/utils_jour.tar
Removing practical_work/electric_fl/utils_soir.tar
Removing practical_work/planets/enonce.html
Removing practical_work/planets/enonce.pdf
Removing practical_work/planets/skeleton.tar
Removing practical_work/rc_circuit/enonce.html
Removing practical_work/rc_circuit/enonce.pdf
Removing practical_work/tp_vec.html
Removing practical_work/tp_vec.pdf
Removing practical_work/tp_vec2.tar

Updating/initializing submodules recursively with git depth set to 50...
Synchronizing submodule url for 'css/tufte-css'
Entering 'css/tufte-css'
Entering 'css/tufte-css'
HEAD is now at e225f3a Merge pull request #149 from tg-x/gh-pages
Updated submodules
Synchronizing submodule url for 'css/tufte-css'
Entering 'css/tufte-css'
Entering 'css/tufte-css'
section_end:1716971733:get_sources
section_start:1716971733:step_script
Executing "step_script" stage of the job script
Using docker image sha256:88c12e14c2129f737c24f752be34abefe2758bcc3663d7256013bb3e3b42416e for omalaspinas/c_pandoc:latest with digest omalaspinas/c_pandoc@sha256:33d84301fec2d30b9c4b35facaa23e0a4f08d8a464ef26398e5af5a1372c934c ...
$ eval $(ssh-agent -s)
Agent pid 15
$ echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
Identity added: (stdin) (malaspor@souvlaki)
$ mkdir -p ~/.ssh
$ chmod 700 ~/.ssh
$ echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
$ chmod 644 ~/.ssh/known_hosts
$ cd practical_work/vec2/
$ make test
make -C tests test
make[1]: Entering directory '/builds/orestis.malaspin/isc_physics/practical_work/vec2/tests'
clang -g -O3 -Wall -Wextra -std=c11 -c vec2_tests.c
clang -g -O3 -Wall -Wextra -std=c11 -c ../vec2.c ../vec2.h
clang -g -O3 -Wall -Wextra -std=c11 -c ../util.c ../util.h
clang -g -O3 -Wall -Wextra -std=c11 -o vec2_tests vec2_tests.o vec2.o util.o -lm
./vec2_tests
..........................

7 tests, 26 assertions, 0 failures

Finished in 0.00004859 seconds (real) 0.00004429 seconds (proc)

make[1]: Leaving directory '/builds/orestis.malaspin/isc_physics/practical_work/vec2/tests'
section_end:1716971738:step_script
section_start:1716971738:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1716971738:cleanup_file_variables
Job succeeded