Running with gitlab-runner 17.4.2 (24b8e03b)
  on rp-global-c257111 xRDgfi97x, system ID: r_NME7IjejNHap
section_start:1731604434:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: ci-job-1608459
Using Kubernetes executor with image registry.gitlab-forge.din.developpement-durable.gouv.fr/share/components/dsfr-docs/dsfr-docs:latest ...
Using attach strategy to execute scripts...
section_end:1731604434:prepare_executor
section_start:1731604434:prepare_script
Preparing environment
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
Waiting for pod ci-job-1608459/runner-xrdgfi97x-project-24445-concurrent-0-ln0oiv8c to be running, status is Pending
Running on runner-xrdgfi97x-project-24445-concurrent-0-ln0oiv8c via rp-global-gitlab-runner-54f7f88757-n42kl...

section_end:1731604445:prepare_script
section_start:1731604445:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/pub/numeco/utiliser-dsfr-docs/.git/
Created fresh repository.
Checking out 2a4ad8fa as detached HEAD (ref is main)...

Skipping Git submodules setup

section_end:1731604447:get_sources
section_start:1731604447:step_script
Executing "step_script" stage of the job script
$ git clone --no-tags --single-branch --depth=1 https://gitlab-ci-token:$CI_JOB_TOKEN@$CI_SERVER_FQDN/$CI_PROJECT_PATH.wiki.git docs
Cloning into 'docs'...
$ mv docs/home.md docs/index.md
$ pipenv run python $TEMPLATE_DIR/prepare_mkdocs.py
Warning: the environment variable LANG is not set!
We recommend setting this in ~/.profile (or equivalent) for proper expected behavior.
Creating a virtualenv for this project
Pipfile: /builds/pub/numeco/utiliser-dsfr-docs/Pipfile
Using default python from /usr/local/bin/python3.133.13.0 to create 
virtualenv...
created virtual environment CPython3.13.0.final.0-64 in 193ms
  creator 
CPython3Posix(dest=/root/.local/share/virtualenvs/utiliser-dsfr-docs-Om0zFu7o, 
clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, via=copy, 
app_data_dir=/root/.local/share/virtualenv)
    added seed packages: pip==24.3.1
  activators 
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator
,PythonActivator

Successfully created virtual environment!
Virtualenv location: /root/.local/share/virtualenvs/utiliser-dsfr-docs-Om0zFu7o
Creating a Pipfile for this project...
[['Accueil', 'index.md', True], ['Tutoriel', 'Tutoriel.md', True], ['Ressources', '', True], ['La syntaxe', 'La-syntaxe-de-Markdown-en-5-minutes.md', False]]
$ rm -f docs/_sidebar.md
$ pipenv run mkdocs build -d public
INFO    -  Cleaning site directory
INFO    -  Building documentation to directory: /builds/pub/numeco/utiliser-dsfr-docs/public
INFO    -  Documentation built in 0.15 seconds
$ sed -i -E 's/wikis\/index/wikis\/home/' public/index.html

section_end:1731604451:step_script
section_start:1731604451:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 1026 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=1608459 responseStatus=201 Created token=glcbt-64

section_end:1731604453:upload_artifacts_on_success
section_start:1731604453:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1731604454:cleanup_file_variables
Job succeeded