Running with gitlab-runner 17.7.1 (6669abcf)
  on runners-k8s-default-runners-67997dc446-xrznc Z8Jooa6tn, system ID: r_jL2bEPYT2FG4
  feature flags: FF_USE_ADVANCED_POD_SPEC_CONFIGURATION:true
Resolving secrets
section_start:1740392026:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: gitlab
Using Kubernetes executor with image registry.cern.ch/docker.io/library/python:3.9 ...
Using attach strategy to execute scripts...
section_end:1740392026:prepare_executor
section_start:1740392026:prepare_script
Preparing environment
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
WARNING: Advanced Pod Spec configuration enabled, merging the provided PodSpec to the generated one. This is a beta feature and is subject to change. Feedback is collected in this issue: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/29659 ...
Waiting for pod gitlab/runner-z8jooa6tn-project-13577-concurrent-0-psqa6wqn to be running, status is Pending
Waiting for pod gitlab/runner-z8jooa6tn-project-13577-concurrent-0-psqa6wqn to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-z8jooa6tn-project-13577-concurrent-0-psqa6wqn via runners-k8s-default-runners-67997dc446-xrznc...

section_end:1740392032:prepare_script
section_start:1740392032:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/fwinkl/Gaudi/.git/
Created fresh repository.
Checking out 96e4c7b9 as detached HEAD (ref is dataobjid)...

Skipping Git submodules setup

section_end:1740392037:get_sources
section_start:1740392037:restore_cache
Restoring cache
Checking cache for default-non_protected...
Downloading cache from https://s3.cern.ch/swarmcache/swarmcache/project/13577/default-non_protected  ETag="6030cf5ca94311bb95c6f83950da6978"
Successfully extracted cache

section_end:1740392042:restore_cache
section_start:1740392042:step_script
Executing "step_script" stage of the job script
$ # INFO: Lowering limit of file descriptors for backwards compatibility. ffi: https://cern.ch/gitlab-runners-limit-file-descriptors # collapsed multi-line command
$ set -x # collapsed multi-line command
++ python -m venv /builds/fwinkl/Gaudi/.cache/pre-commit-venv
++ . /builds/fwinkl/Gaudi/.cache/pre-commit-venv/bin/activate
+++ deactivate nondestructive
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n /usr/bin/bash -o -n '' ']'
+++ hash -r
+++ '[' -n '' ']'
+++ unset VIRTUAL_ENV
+++ '[' '!' nondestructive = nondestructive ']'
+++ VIRTUAL_ENV=/builds/fwinkl/Gaudi/.cache/pre-commit-venv
+++ export VIRTUAL_ENV
+++ _OLD_VIRTUAL_PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+++ PATH=/builds/fwinkl/Gaudi/.cache/pre-commit-venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+++ export PATH
+++ '[' -n '' ']'
+++ '[' -z '' ']'
+++ _OLD_VIRTUAL_PS1=
+++ PS1='(pre-commit-venv) '
+++ export PS1
+++ '[' -n /usr/bin/bash -o -n '' ']'
+++ hash -r
++ pip install pre-commit
Collecting pre-commit
  Downloading pre_commit-4.1.0-py2.py3-none-any.whl (220 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.6/220.6 kB 7.1 MB/s eta 0:00:00
Collecting cfgv>=2.0.0
  Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Collecting pyyaml>=5.1
  Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 25.7 MB/s eta 0:00:00
Collecting nodeenv>=0.11.1
  Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Collecting identify>=1.0.0
  Downloading identify-2.6.8-py2.py3-none-any.whl (99 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 23.2 MB/s eta 0:00:00
Collecting virtualenv>=20.10.0
  Downloading virtualenv-20.29.2-py3-none-any.whl (4.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 97.0 MB/s eta 0:00:00
Collecting filelock<4,>=3.12.2
  Downloading filelock-3.17.0-py3-none-any.whl (16 kB)
Collecting distlib<1,>=0.3.7
  Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 kB 143.9 MB/s eta 0:00:00
Collecting platformdirs<5,>=3.9.1
  Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.17.0 identify-2.6.8 nodeenv-1.9.1 platformdirs-4.3.6 pre-commit-4.1.0 pyyaml-6.0.2 virtualenv-20.29.2

[notice] A new release of pip is available: 23.0.1 -> 25.0.1
[notice] To update, run: pip install --upgrade pip
++ git fetch https://gitlab.cern.ch/gaudi/Gaudi.git master
From https://gitlab.cern.ch/gaudi/Gaudi
 * branch                master     -> FETCH_HEAD
++ git config user.name 'Gitlab CI'
++ git config user.email noreply@cern.ch
++ echo '$ if ! pre-commit run --show-diff-on-failure --from-ref FETCH_HEAD --to-ref HEAD ; then # collapsed multi-line command'
$ if ! pre-commit run --show-diff-on-failure --from-ref FETCH_HEAD --to-ref HEAD ; then # collapsed multi-line command
++ pre-commit run --show-diff-on-failure --from-ref FETCH_HEAD --to-ref HEAD
trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
check yaml...........................................(no files to check)Skipped
check toml...........................................(no files to check)Skipped
check for added large files..............................................Passed
check include convention.................................................Passed
clang-format.............................................................Passed
clang-format (non-standard extensions)...............(no files to check)Skipped
ruff.................................................(no files to check)Skipped
ruff-format..........................................(no files to check)Skipped
update copyright year....................................................Passed

section_end:1740392048:step_script
section_start:1740392048:archive_cache
Saving cache for successful job
Creating cache default-non_protected...
/builds/fwinkl/Gaudi/.cache/pre-commit: found 22606 matching artifact files and directories 
Uploading cache.zip to https://s3.cern.ch/swarmcache/swarmcache/project/13577/default-non_protected 
Created cache

section_end:1740392061:archive_cache
section_start:1740392061:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1740392061:cleanup_file_variables
Job succeeded