Running with gitlab-runner 17.5.3 (12030cf4)
  on Docker t1_4E6ysY, system ID: s_6c252aff1250
section_start:1733274945:prepare_executor
Preparing the "docker" executor
Using Docker executor with image docker.isima.fr/vimazeno/pelican_perso_kerberos:35046e8 ...
Pulling docker image docker.isima.fr/vimazeno/pelican_perso_kerberos:35046e8 ...
Using docker image sha256:a240626027bd5dea1ea92574f35ac8b60605e4c0798ff94dd6fb995fb734b652 for docker.isima.fr/vimazeno/pelican_perso_kerberos:35046e8 with digest docker.isima.fr/vimazeno/pelican_perso_kerberos@sha256:1a22a3c6074f09bfd2b91f99dba0eb1bac40bdc3b32a938bd6724b01025e336e ...
section_end:1733274947:prepare_executor
section_start:1733274947:prepare_script
Preparing environment
Running on runner-t14e6ysy-project-29-concurrent-0 via gitlab-runner-01-isima...
section_end:1733274948:prepare_script
section_start:1733274948:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/vimazeno/blog.limos.fr/.git/
Checking out 216078ef as detached HEAD (ref is master)...
Removing __pycache__/
Removing output/
Removing plugins/extract_toc/__pycache__/
Removing plugins/tipue_search/__pycache__/

Skipping Git submodules setup
section_end:1733274949:get_sources
section_start:1733274949:restore_cache
Restoring cache
Checking cache for default-non_protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1733274951:restore_cache
section_start:1733274951:step_script
Executing "step_script" stage of the job script
Using docker image sha256:a240626027bd5dea1ea92574f35ac8b60605e4c0798ff94dd6fb995fb734b652 for docker.isima.fr/vimazeno/pelican_perso_kerberos:35046e8 with digest docker.isima.fr/vimazeno/pelican_perso_kerberos@sha256:1a22a3c6074f09bfd2b91f99dba0eb1bac40bdc3b32a938bd6724b01025e336e ...
$ echo "$KEYTAB" > my.keytab.hex
$ sed 's/\([0-9A-F]\{2\}\)/\\\\\\x\1/gI' my.keytab.hex | xargs printf > my.keytab
$ kinit -k -t my.keytab vimazeno@LOCAL.ISIMA.FR
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "mkdir -p ~/public_html/"
Warning: Permanently added 'perso.local.isima.fr,192.168.79.57' (ECDSA) to the list of known hosts.
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo 'Options +FollowSymLinks' >  ~/public_html/.htaccess"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo 'RewriteEngine on' >>  ~/public_html/.htaccess"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo 'RewriteCond %{HTTP_HOST} ^perso.isima.fr$' >>  ~/public_html/.htaccess"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo 'RewriteRule (.*) https://perso.limos.fr%{REQUEST_URI} [R=301,L]' >>  ~/public_html/.htaccess"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "mkdir -p ~/public_html/_"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo '<FilesMatch "\.phar">' >  ~/public_html/_/.htaccess"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo '   php_flag engine off' >>  ~/public_html/_/.htaccess"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo '   ForceType application/octet-stream' >>  ~/public_html/_/.htaccess"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo '   Header set Content-Disposition attachment' >>  ~/public_html/_/.htaccess"
$ ssh -o StrictHostKeyChecking=no -K vimazeno@perso.local.isima.fr "echo '</FilesMatch>' >>  ~/public_html/_/.htaccess"
$ rsync -az --exclude '_' -e "ssh -o StrictHostKeyChecking=no -K" output/ vimazeno@perso.local.isima.fr:~/public_html/
section_end:1733274963:step_script
section_start:1733274963:archive_cache
Saving cache for successful job
Creating cache default-non_protected...
output/: found 956 matching artifact files and directories 
Archive is up to date!                             
Created cache
section_end:1733274964:archive_cache
section_start:1733274964:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1733274964:cleanup_file_variables
Job succeeded