Running with gitlab-runner 17.0.0 (44feccdf)
  on gitedu-pedago-runner-01 _SgXp_cXZ, system ID: s_b777f2b404cf
section_start:1716971728: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:1716971730:prepare_executor
section_start:1716971730:prepare_script
Preparing environment
Running on runner-sgxpcxz-project-4893-concurrent-0 via gitlab-pedago-runner-01...
section_end:1716971731:prepare_script
section_start:1716971731: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 c38f58f1 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
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 14
$ 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
$ make
pandoc -s --toc --filter=pandoc-plot --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine xelatex --number-sections -o cours.pdf 00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md 03_charge_electrique_champs_electrique.md 04_potentiel_electrique.md 05_courant_electrique.md 06_cicruits_electriques.md 09_remerciements.md 10_footer.md --metadata-file metadata.yaml
[WARNING] Missing character: There is no ⋅ (U+22C5) (U+22C5) in font [lmroman10-regular]:mapping=t
pandoc --toc --filter=pandoc-plot --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o cours.html 00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md 03_charge_electrique_champs_electrique.md 04_potentiel_electrique.md 05_courant_electrique.md 06_cicruits_electriques.md 09_remerciements.md 10_footer.md --metadata-file metadata.yaml
section_end:1716971776:step_script
section_start:1716971776:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1716971777:cleanup_file_variables
Job succeeded