Running with gitlab-runner 12.10.2 (c5874a4b)
  on githepia.dmz.hesge.ch 48bbcd0f
section_start:1601931262:prepare_executor
Preparing the "docker" executor
Using Docker executor with image omalaspinas/pandoc:latest ...
Pulling docker image omalaspinas/pandoc:latest ...
Using docker image sha256:372ba59e09625caa7fe1aa5772428d391cef1348acda4bf6596fb6833022d31e for omalaspinas/pandoc:latest ...
section_end:1601931263:prepare_executor
section_start:1601931263:prepare_script
Preparing environment
Running on runner-48bbcd0f-project-2617-concurrent-0 via githepia.dmz.hesge.ch...
section_end:1601931268:prepare_script
section_start:1601931268:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/programmation_sequentielle/cours/.git/
From https://gitedu.hesge.ch/programmation_sequentielle/cours
 * [new ref]         refs/pipelines/12413 -> refs/pipelines/12413
   629ecdd..01b058b  master               -> origin/master
Checking out 01b058b8 as master...
Removing base_1.pdf
Removing base_2.pdf
Removing base_3.pdf
Removing command_line.pdf
Removing delaunay.pdf
Removing index.html
Removing intro.pdf
Removing ligne_commande.pdf
Removing make.pdf
Removing oral.pdf
Removing pointeurs_avances.pdf
Removing prog_seq_c_cours/
Removing strings.pdf
Removing tests_assertions.pdf

Updating/initializing submodules recursively...
Synchronizing submodule url for 'css/tufte-css'
Entering 'css/tufte-css'
Entering 'css/tufte-css'
HEAD is now at c414b91 Document deployment process
Entering 'css/tufte-css'
section_end:1601931273:get_sources
section_start:1601931273:restore_cache
Restoring cache
section_end:1601931276:restore_cache
section_start:1601931276:download_artifacts
Downloading artifacts
section_end:1601931278:download_artifacts
section_start:1601931278:build_script
Running before_script and script
$ which ssh-agent || (pacman -S --noconfirm openssh)
/usr/bin/ssh-agent
$ which rsync || (pacman -S --noconfirm rsync)
/usr/bin/rsync
$ eval $(ssh-agent -s)
Agent pid 12
$ 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 -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o command_line.pdf command_line.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o delaunay.pdf delaunay.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o pointeurs_avances.pdf pointeurs_avances.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o oral.pdf oral.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o ligne_commande.pdf ligne_commande.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o strings.pdf strings.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o tests_assertions.pdf tests_assertions.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o make.pdf make.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o base_4.pdf base_4.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o base_3.pdf base_3.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o base_2.pdf base_2.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o base_1.pdf base_1.md metadata.yaml
pandoc -t beamer --highlight-style my_highlight.theme --pdf-engine pdflatex -V theme:metropolis -V themeoptions:numbering=none -V themeoptions:progressbar=foot -V fontsize=smaller -V urlcolor=blue -o intro.pdf intro.md metadata.yaml
pandoc -s  -t html5 -c css/tufte-css/tufte.css --self-contained -o index.html index.md
$ make deploy
mkdir -p prog_seq_c_cours
cp *.pdf prog_seq_c_cours
cp index.html prog_seq_c_cours/
$ rsync -avz prog_seq_c_cours ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
Warning: Permanently added the ED25519 host key for IP address '128.65.195.163' to the list of known hosts.
sending incremental file list
prog_seq_c_cours/
prog_seq_c_cours/base_1.pdf
prog_seq_c_cours/base_2.pdf
prog_seq_c_cours/base_3.pdf
prog_seq_c_cours/base_4.pdf
prog_seq_c_cours/command_line.pdf
prog_seq_c_cours/delaunay.pdf
prog_seq_c_cours/index.html
prog_seq_c_cours/intro.pdf
prog_seq_c_cours/ligne_commande.pdf
prog_seq_c_cours/make.pdf
prog_seq_c_cours/oral.pdf
prog_seq_c_cours/pointeurs_avances.pdf
prog_seq_c_cours/strings.pdf
prog_seq_c_cours/tests_assertions.pdf

sent 333,099 bytes  received 35,272 bytes  147,348.40 bytes/sec
total size is 5,241,144  speedup is 14.23
section_end:1601931343:build_script
section_start:1601931343:after_script
Running after_script
section_end:1601931345:after_script
section_start:1601931345:archive_cache
Saving cache
section_end:1601931348:archive_cache
section_start:1601931348:upload_artifacts_on_success
Uploading artifacts for successful job
section_end:1601931350:upload_artifacts_on_success
Job succeeded