Running with gitlab-runner 15.3.0 (bbcb5aba)
  on Le runner pour ma homepage s9N1YvYL
section_start:1663837160:prepare_executor
Preparing the "docker" executor
Using Docker executor with image omalaspinas/hakyll-test:latest ...
Pulling docker image omalaspinas/hakyll-test:latest ...
Using docker image sha256:ccc09acbec0706ca706eef5e786ddd913485d3ba9f37261ba157c2dbbbf1776a for omalaspinas/hakyll-test:latest with digest omalaspinas/hakyll-test@sha256:4f574c124e58d826f95d3ede1bdae37432794ce5f2992052a7465db1ba2b9a22 ...
section_end:1663837163:prepare_executor
section_start:1663837163:prepare_script
Preparing environment
Running on runner-s9n1yvyl-project-1194-concurrent-0 via hydra...
section_end:1663837164:prepare_script
section_start:1663837164:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/orestis.malaspin/homepage/.git/
Checking out b85a764e as master...
Removing index.html

Updating/initializing submodules recursively...
Synchronizing submodule url for 'css/tufte-css'
Entering 'css/tufte-css'
Entering 'css/tufte-css'
HEAD is now at 957e9c6 Bump version
Entering 'css/tufte-css'
Entering 'css/tufte-css'
section_end:1663837165:get_sources
section_start:1663837165:step_script
Executing "step_script" stage of the job script
Using docker image sha256:ccc09acbec0706ca706eef5e786ddd913485d3ba9f37261ba157c2dbbbf1776a for omalaspinas/hakyll-test:latest with digest omalaspinas/hakyll-test@sha256:4f574c124e58d826f95d3ede1bdae37432794ce5f2992052a7465db1ba2b9a22 ...
$ 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
$ pandoc -v
pandoc 2.17.1.1
Compiled with pandoc-types 1.22.1, texmath 0.12.4, skylighting 0.12.3,
citeproc 0.6.0.1, ipynb 0.2
User data directory: /root/.local/share/pandoc
Copyright (C) 2006-2022 John MacFarlane. Web:  https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.
$ make update SHELL=bash
git submodule foreach 'git pull origin master || true'
Entering 'css/tufte-css'
fatal: Couldn't find remote ref master
$ make SHELL=bash
pandoc -o index.html index.md -t html5 --css css/tufte-css/tufte.css -s
$ rsync -avzz css 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

sent 1,384 bytes  received 25 bytes  2,818.00 bytes/sec
total size is 3,886,257  speedup is 2,758.17
$ rsync -avzz figs ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
sending incremental file list

sent 121 bytes  received 17 bytes  92.00 bytes/sec
total size is 593,309  speedup is 4,299.34
$ rsync -avzz index.html ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
sending incremental file list
index.html

sent 92 bytes  received 113 bytes  410.00 bytes/sec
total size is 8,573  speedup is 41.82
section_end:1663837167:step_script
section_start:1663837167:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1663837168:cleanup_file_variables
Job succeeded