[0KRunning with gitlab-runner 12.10.2 (c5874a4b) [0;m[0K on githepia.dmz.hesge.ch 48bbcd0f [0;msection_start:1601931262:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m [0;m[0KUsing Docker executor with image omalaspinas/pandoc:latest ... [0;m[0KPulling docker image omalaspinas/pandoc:latest ... [0;m[0KUsing docker image sha256:372ba59e09625caa7fe1aa5772428d391cef1348acda4bf6596fb6833022d31e for omalaspinas/pandoc:latest ... [0;msection_end:1601931263:prepare_executor [0Ksection_start:1601931263:prepare_script [0K[0K[36;1mPreparing environment[0;m [0;mRunning on runner-48bbcd0f-project-2617-concurrent-0 via githepia.dmz.hesge.ch... section_end:1601931268:prepare_script [0Ksection_start:1601931268:get_sources [0K[0K[36;1mGetting source from Git repository[0;m [0;m[32;1mFetching changes...[0;m 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 [32;1mChecking out 01b058b8 as master...[0;m 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 [32;1mUpdating/initializing submodules recursively...[0;m 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 [0Ksection_start:1601931273:restore_cache [0K[0K[36;1mRestoring cache[0;m [0;msection_end:1601931276:restore_cache [0Ksection_start:1601931276:download_artifacts [0K[0K[36;1mDownloading artifacts[0;m [0;msection_end:1601931278:download_artifacts [0Ksection_start:1601931278:build_script [0K[0K[36;1mRunning before_script and script[0;m [0;m[32;1m$ which ssh-agent || (pacman -S --noconfirm openssh)[0;m /usr/bin/ssh-agent [32;1m$ which rsync || (pacman -S --noconfirm rsync)[0;m /usr/bin/rsync [32;1m$ eval $(ssh-agent -s)[0;m Agent pid 12 [32;1m$ echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null[0;m Identity added: (stdin) (malaspor@souvlaki) [32;1m$ mkdir -p ~/.ssh[0;m [32;1m$ chmod 700 ~/.ssh[0;m [32;1m$ echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts[0;m [32;1m$ chmod 644 ~/.ssh/known_hosts[0;m [32;1m$ make[0;m 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 [32;1m$ make deploy[0;m mkdir -p prog_seq_c_cours cp *.pdf prog_seq_c_cours cp index.html prog_seq_c_cours/ [32;1m$ rsync -avz prog_seq_c_cours ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/[0;m 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 [0Ksection_start:1601931343:after_script [0K[0K[36;1mRunning after_script[0;m [0;msection_end:1601931345:after_script [0Ksection_start:1601931345:archive_cache [0K[0K[36;1mSaving cache[0;m [0;msection_end:1601931348:archive_cache [0Ksection_start:1601931348:upload_artifacts_on_success [0K[0K[36;1mUploading artifacts for successful job[0;m [0;msection_end:1601931350:upload_artifacts_on_success [0K[32;1mJob succeeded [0;m