Running with gitlab-runner 16.7.0 (102c81ba)
  on gitedu-pedago-runner-01 _SgXp_cXZ, system ID: s_b777f2b404cf
section_start:1705054508: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:8356f48113a60cabe77e3b28cb6338dfdc012c491d64795bafe877e5ec9a35a9 for omalaspinas/c_pandoc:latest with digest omalaspinas/c_pandoc@sha256:689aceabd8ce0bf7e7d68b158ca97b196e1e0a75afb59ca57f87b10ca56b414e ...
section_end:1705054510:prepare_executor
section_start:1705054510:prepare_script
Preparing environment
Running on runner-sgxpcxz-project-4893-concurrent-1 via gitlab-pedago-runner-01...
section_end:1705054510:prepare_script
section_start:1705054510:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/orestis.malaspin/isc_physics/.git/
Created fresh repository.
Checking out 93d16de0 as detached HEAD (ref is master)...

Updating/initializing submodules recursively with git depth set to 50...
Submodule 'css/tufte-css' (https://github.com/edwardtufte/tufte-css.git) registered for path 'css/tufte-css'
Synchronizing submodule url for 'css/tufte-css'
Cloning into '/builds/orestis.malaspin/isc_physics/css/tufte-css'...
Submodule path 'css/tufte-css': checked out 'e225f3a0e5f8f42a1d28416c1c85962411711907'
Updated submodules
Entering 'css/tufte-css'
Entering 'css/tufte-css'
section_end:1705054512:get_sources
section_start:1705054512:step_script
Executing "step_script" stage of the job script
Using docker image sha256:8356f48113a60cabe77e3b28cb6338dfdc012c491d64795bafe877e5ec9a35a9 for omalaspinas/c_pandoc:latest with digest omalaspinas/c_pandoc@sha256:689aceabd8ce0bf7e7d68b158ca97b196e1e0a75afb59ca57f87b10ca56b414e ...
$ 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
clang -g -O3 -Wall -Wextra -std=c11 -c main.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 main main.o vec2.o util.o -lm
$ cd ../forces
$ make
clang -g -O3 -Wall -Wextra -std=c11 -c main.c
clang -g -O3 -Wall -Wextra -std=c11 -c particle.c particle.h
make -C ../vec2
make[1]: Entering directory '/builds/orestis.malaspin/isc_physics/practical_work/vec2'
make[1]: 'main' is up to date.
make[1]: Leaving directory '/builds/orestis.malaspin/isc_physics/practical_work/vec2'
clang -g -O3 -Wall -Wextra -std=c11 -o main main.o particle.o ../vec2/util.o ../vec2/vec2.o -lm
section_end:1705054513:step_script
section_start:1705054513:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1705054514:cleanup_file_variables
Job succeeded