Running with gitlab-runner 17.8.3 (690ce25c)
  on node2120 CAhz2HwR4, system ID: s_08b22e6ba9a3
Resolving secrets
section_start:1740684990:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python ...
Pulling docker image python ...
Using docker image sha256:36d17f72f4f3630dbc93a0b2fe6f7e61179c597cbef32f815b34f70ef1e402f2 for python with digest python@sha256:ab70aee8e1bc6ffe4f95953ee2a98ca545123195a2b56d4338c7ea8ff5744a20 ...
section_end:1740684993:prepare_executor
section_start:1740684993:prepare_script
Preparing environment
Running on runner-cahz2hwr4-project-5079-concurrent-0 via node2120...
section_end:1740684993:prepare_script
section_start:1740684993:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/geoffrey.mo/gwcelery/.git/
Created fresh repository.
Checking out c42d9872 as detached HEAD (ref is improve-llhoft-data-logging)...

Skipping Git submodules setup
section_end:1740684996:get_sources
section_start:1740684996:restore_cache
Restoring cache
Checking cache for build-non_protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
WARNING: Cache file does not exist                 
Failed to extract cache
section_end:1740684997:restore_cache
section_start:1740684997:step_script
Executing "step_script" stage of the job script
Using docker image sha256:36d17f72f4f3630dbc93a0b2fe6f7e61179c597cbef32f815b34f70ef1e402f2 for python with digest python@sha256:ab70aee8e1bc6ffe4f95953ee2a98ca545123195a2b56d4338c7ea8ff5744a20 ...
$ ${PYTHON:="python"} -m pip install build ${BUILD_REQUIRES}
Collecting build
  Downloading build-1.2.2.post1-py3-none-any.whl.metadata (6.5 kB)
Collecting packaging>=19.1 (from build)
  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pyproject_hooks (from build)
  Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
Downloading build-1.2.2.post1-py3-none-any.whl (22 kB)
Downloading packaging-24.2-py3-none-any.whl (65 kB)
Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
Installing collected packages: pyproject_hooks, packaging, build
Successfully installed build-1.2.2.post1 packaging-24.2 pyproject_hooks-1.2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.

[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: pip install --upgrade pip
$ ${PYTHON} -m pip list installed
Package         Version
--------------- -----------
build           1.2.2.post1
packaging       24.2
pip             24.3.1
pyproject_hooks 1.2.0
$ ${PYTHON} -m build ${SRCDIR:="."} --outdir ${CI_PROJECT_DIR} $(test ${SDIST} = "true" && echo "--sdist") $(test ${WHEEL} = "true" && echo "--wheel") ${BUILD_OPTIONS}
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - poetry-dynamic-versioning
  - poetry_core>=1.0.0
* Getting build dependencies for sdist...
* Building sdist...
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - poetry-dynamic-versioning
  - poetry_core>=1.0.0
* Getting build dependencies for wheel...
* Building wheel...
Successfully built gwcelery-2.1.1.dev363+c42d9872.tar.gz and gwcelery-2.1.1.dev363+c42d9872-py3-none-any.whl
section_end:1740685009:step_script
section_start:1740685009:archive_cache
Saving cache for successful job
Creating cache build-non_protected...
.cache/pip: found 183 matching artifact files and directories 
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1740685010:archive_cache
section_start:1740685010:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
*.tar.*: found 1 matching artifact files and directories 
*.whl: found 1 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=3851667 responseStatus=201 Created token=glcbt-64
section_end:1740685012:upload_artifacts_on_success
section_start:1740685012:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1740685012:cleanup_file_variables
Job succeeded