Running with gitlab-runner 17.8.3 (690ce25c)
  on runners@uwm KDwYUvDRh, system ID: s_63509cf08136
Resolving secrets
section_start:1740682397:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:slim ...
Authenticating with credentials from /root/.docker/config.json
Pulling docker image python:slim ...
Using docker image sha256:4fb64430521f34be753c7dbc06d94ce71f288ab0b739104116220feaac51698c for python:slim with digest python@sha256:2847b593afb93fbf7788cf66b29febad3d4a048e8cba2195553f5b002273886c ...
section_end:1740682402:prepare_executor
section_start:1740682402:prepare_script
Preparing environment
Running on runner-kdwyuvdrh-project-5079-concurrent-3 via runners.ligo.uwm.edu...
section_end:1740682403:prepare_script
section_start:1740682403:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/geoffrey.mo/gwcelery/.git/
Checking out a45f949f as detached HEAD (ref is improve-llhoft-data-logging)...
Removing .cache/
Removing flake8-lint.json

Skipping Git submodules setup
section_end:1740682405:get_sources
section_start:1740682405:restore_cache
Restoring cache
Checking cache for lint-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:1740682406:restore_cache
section_start:1740682406:step_script
Executing "step_script" stage of the job script
Using docker image sha256:4fb64430521f34be753c7dbc06d94ce71f288ab0b739104116220feaac51698c for python:slim with digest python@sha256:2847b593afb93fbf7788cf66b29febad3d4a048e8cba2195553f5b002273886c ...
$ xargs -t ${PYTHON} -m pip install flake8 flake8-gl-codeclimate <<< ${REQUIREMENTS}
python -m pip install flake8 flake8-gl-codeclimate flake8-isort
Collecting flake8
  Using cached flake8-7.1.2-py2.py3-none-any.whl.metadata (3.8 kB)
Collecting flake8-gl-codeclimate
  Using cached flake8_gl_codeclimate-0.2.1-py3-none-any.whl
Collecting flake8-isort
  Using cached flake8_isort-6.1.2-py3-none-any.whl.metadata (25 kB)
Collecting mccabe<0.8.0,>=0.7.0 (from flake8)
  Using cached mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB)
Collecting pycodestyle<2.13.0,>=2.12.0 (from flake8)
  Using cached pycodestyle-2.12.1-py2.py3-none-any.whl.metadata (4.5 kB)
Collecting pyflakes<3.3.0,>=3.2.0 (from flake8)
  Using cached pyflakes-3.2.0-py2.py3-none-any.whl.metadata (3.5 kB)
Collecting isort<7,>=5.0.0 (from flake8-isort)
  Using cached isort-6.0.1-py3-none-any.whl.metadata (11 kB)
Using cached flake8-7.1.2-py2.py3-none-any.whl (57 kB)
Using cached flake8_isort-6.1.2-py3-none-any.whl (18 kB)
Using cached isort-6.0.1-py3-none-any.whl (94 kB)
Using cached mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB)
Using cached pycodestyle-2.12.1-py2.py3-none-any.whl (31 kB)
Using cached pyflakes-3.2.0-py2.py3-none-any.whl (62 kB)
Installing collected packages: pyflakes, pycodestyle, mccabe, isort, flake8, flake8-isort, flake8-gl-codeclimate
Successfully installed flake8-7.1.2 flake8-gl-codeclimate-0.2.1 flake8-isort-6.1.2 isort-6.0.1 mccabe-0.7.0 pycodestyle-2.12.1 pyflakes-3.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
--------------------- -------
flake8                7.1.2
flake8-gl-codeclimate 0.2.1
flake8-isort          6.1.2
isort                 6.0.1
mccabe                0.7.0
pip                   24.3.1
pycodestyle           2.12.1
pyflakes              3.2.0
$ xargs -t ${PYTHON} -m flake8 ${FLAKE8_TARGET} <<< ${FLAKE8_OPTIONS}
python -m flake8 .
section_end:1740682415:step_script
section_start:1740682415:after_script
Running after_script
Running after script...
$ ${PYTHON} -m flake8 ${FLAKE8_OPTIONS} --exit-zero --format gl-codeclimate --output-file flake8-${CI_JOB_NAME_SLUG}.json ${FLAKE8_TARGET}
section_end:1740682422:after_script
section_start:1740682422:archive_cache
Saving cache for successful job
Creating cache lint-non_protected...
.cache/pip: found 206 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:1740682423:archive_cache
section_start:1740682423:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
flake8*.json: found 1 matching artifact files and directories 
Uploading artifacts as "codequality" to coordinator... 201 Created  id=3851641 responseStatus=201 Created token=glcbt-64
section_end:1740682425:upload_artifacts_on_success
section_start:1740682425:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1740682426:cleanup_file_variables
Job succeeded