Running with gitlab-runner 16.7.0 (102c81ba)
  on gitlab-pedago-runner-03 D8siySzxC, system ID: s_b43b0df50d7c
section_start:1705476179: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:1705476181:prepare_executor
section_start:1705476181:prepare_script
Preparing environment
Running on runner-d8siyszxc-project-4893-concurrent-1 via gitlab-pedago-runner-03...
section_end:1705476182:prepare_script
section_start:1705476182: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 6ce1643a 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:1705476184:get_sources
section_start:1705476184: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
$ 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
$ make deploy
mkdir -p phys
mkdir -p phys/planets
mkdir -p phys/field_lines
mkdir -p phys/rc_circuit
cp cours.html phys/index.html
cp cours.pdf phys/cours.pdf
cp -r plots phys/
make -C exercices
make[1]: Entering directory '/builds/orestis.malaspin/isc_physics/exercices'
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c ../css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o champs_electrique.html champs_electrique.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c ../css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o circuits.html circuits.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c ../css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o electricite.html electricite.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c ../css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o newton.html newton.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o champs_electrique.pdf champs_electrique.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o circuits.pdf circuits.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o electricite.pdf electricite.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o newton.pdf newton.md
make[1]: Leaving directory '/builds/orestis.malaspin/isc_physics/exercices'
make -C practical_work
make[1]: Entering directory '/builds/orestis.malaspin/isc_physics/practical_work'
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c ../css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o tp_vec.html tp_vec.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o tp_vec.pdf tp_vec.md
make[1]: Leaving directory '/builds/orestis.malaspin/isc_physics/practical_work'
mkdir -p phys/exercices
cp exercices/*.html phys/exercices
cp exercices/*.pdf phys/exercices
mkdir -p phys/practical_work
cp practical_work/*.html phys/practical_work
cp practical_work/*.pdf phys/practical_work
cd practical_work/ && tar cvf tp_vec2.tar tp_vec2/ && cp tp_vec2.tar ../phys/practical_work
tp_vec2/
tp_vec2/Makefile
tp_vec2/gfx/
tp_vec2/gfx/gfx.c
tp_vec2/gfx/gfx.h
tp_vec2/main.c
tp_vec2/vec2/
tp_vec2/vec2/vec2.c
tp_vec2/vec2/vec2.h
tp_vec2/vec2/vec_tests.c
cd ..
make -C practical_work/planets
make[1]: Entering directory '/builds/orestis.malaspin/isc_physics/practical_work/planets'
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c ../../css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o enonce.html enonce.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o enonce.pdf enonce.md
make[1]: Leaving directory '/builds/orestis.malaspin/isc_physics/practical_work/planets'
cp practical_work/planets/*.pdf phys/planets/
cp practical_work/planets/*.html phys/planets/
cd practical_work/planets && tar cvf skeleton.tar skeleton && cp *.tar ../../phys/planets
skeleton/
skeleton/Makefile
skeleton/celestial_body/
skeleton/celestial_body/celestial_body.c
skeleton/celestial_body/celestial_body.h
skeleton/gfx/
skeleton/gfx/gfx.c
skeleton/gfx/gfx.h
skeleton/main.c
skeleton/vec2/
skeleton/vec2/vec2.c
skeleton/vec2/vec2.h
skeleton/vec2/vec_tests.c
cd ..
make -C practical_work/electric_fl
make[1]: Entering directory '/builds/orestis.malaspin/isc_physics/practical_work/electric_fl'
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c ../../css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o enonce.html enonce.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o enonce.pdf enonce.md
make[1]: Leaving directory '/builds/orestis.malaspin/isc_physics/practical_work/electric_fl'
cp practical_work/electric_fl/*.pdf phys/field_lines/
cp practical_work/electric_fl/*.html phys/field_lines/
cd practical_work/electric_fl && tar cvf utils_jour.tar utils Jour && tar cvf utils_soir.tar utils Soir && cp *.tar ../../phys/field_lines
utils/
utils/gfx/
utils/gfx/gfx.c
utils/gfx/gfx.h
utils/utils.c
utils/utils.h
Jour/
Jour/cercle.md
Jour/ligne.md
utils/
utils/gfx/
utils/gfx/gfx.c
utils/gfx/gfx.h
utils/utils.c
utils/utils.h
Soir/
Soir/cercle.md
Soir/ligne.md
cd ..
pwd
/builds/orestis.malaspin/isc_physics
make -C practical_work/rc_circuit
make[1]: Entering directory '/builds/orestis.malaspin/isc_physics/practical_work/rc_circuit'
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c ../../css/tufte-css/tufte.css --standalone --embed-resources --mathjax=MathJax.js -o enonce.html enonce.md
pandoc -s --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o enonce.pdf enonce.md
make[1]: Leaving directory '/builds/orestis.malaspin/isc_physics/practical_work/rc_circuit'
cp practical_work/rc_circuit/*.pdf phys/rc_circuit/
cp practical_work/rc_circuit/*.html phys/rc_circuit/
$ rsync -avzz phys ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
sending incremental file list
phys/
phys/cours.pdf
phys/index.html
phys/exercices/
phys/exercices/champs_electrique.html
phys/exercices/champs_electrique.pdf
phys/exercices/circuits.html
phys/exercices/circuits.pdf
phys/exercices/electricite.html
phys/exercices/electricite.pdf
phys/exercices/newton.html
phys/exercices/newton.pdf
phys/field_lines/
phys/field_lines/enonce.html
phys/field_lines/enonce.pdf
phys/field_lines/utils_jour.tar
phys/field_lines/utils_soir.tar
phys/planets/
phys/planets/enonce.html
phys/planets/enonce.pdf
phys/planets/skeleton.tar
phys/plots/
phys/plots/pandocplot6984258019069615899.src.html
phys/plots/pandocplot6984258019069615899.svg
phys/plots/pandocplot7342861106317830431.src.html
phys/plots/pandocplot7342861106317830431.svg
phys/plots/pandocplot8168323297757109868.src.html
phys/plots/pandocplot8168323297757109868.svg
phys/plots/pandocplot8564000059175943896.src.html
phys/plots/pandocplot8564000059175943896.svg
phys/practical_work/
phys/practical_work/tp_vec.html
phys/practical_work/tp_vec.pdf
phys/practical_work/tp_vec2.tar
phys/rc_circuit/
phys/rc_circuit/enonce.html
phys/rc_circuit/enonce.pdf

sent 89,714 bytes  received 117,654 bytes  414,736.00 bytes/sec
total size is 33,215,325  speedup is 160.18
section_end:1705476244:step_script
section_start:1705476244:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1705476244:cleanup_file_variables
Job succeeded