Running with gitlab-runner 14.7.0 (98daeee0)  on System Shared Runner J9EsdQ92 section_start:1654697765:resolve_secrets Resolving secrets section_end:1654697765:resolve_secrets section_start:1654697765:prepare_executor Preparing the "docker" executor Using Docker executor with image python:3.8 ... Pulling docker image gitlab/gitlab-runner-helper:x86_64-6fbc7474 ... Using docker image sha256:4ab73fe41bd466dff16a0e732b568862dce676f1d49de2a85309349266c882f8 for gitlab/gitlab-runner-helper:x86_64-6fbc7474 with digest gitlab/gitlab-runner-helper@sha256:6275194f2d67051ee4538cbd086c4c61b35e15d4439f76b5b5b710bee7344895 ... Using docker image sha256:4ab73fe41bd466dff16a0e732b568862dce676f1d49de2a85309349266c882f8 for gitlab/gitlab-runner-helper:x86_64-6fbc7474 with digest gitlab/gitlab-runner-helper@sha256:6275194f2d67051ee4538cbd086c4c61b35e15d4439f76b5b5b710bee7344895 ... Pulling docker image python:3.8 ... Using docker image sha256:050b8443e26e26746c3e2854f57c82246f071dfedf15d3246b9d76e98021cd17 for python:3.8 with digest python@sha256:1fbd81716d6d8d6081b11b058894533e36c93abd10d91560ac8011a27ca13947 ... section_end:1654697768:prepare_executor section_start:1654697768:prepare_script Preparing environment Using docker image sha256:4ab73fe41bd466dff16a0e732b568862dce676f1d49de2a85309349266c882f8 for gitlab/gitlab-runner-helper:x86_64-6fbc7474 with digest gitlab/gitlab-runner-helper@sha256:6275194f2d67051ee4538cbd086c4c61b35e15d4439f76b5b5b710bee7344895 ... Running on osm-gitlab via 041affc38694... section_end:1654697770:prepare_script section_start:1654697770:get_sources Getting source from Git repository Using docker image sha256:4ab73fe41bd466dff16a0e732b568862dce676f1d49de2a85309349266c882f8 for gitlab/gitlab-runner-helper:x86_64-6fbc7474 with digest gitlab/gitlab-runner-helper@sha256:6275194f2d67051ee4538cbd086c4c61b35e15d4439f76b5b5b710bee7344895 ... Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/gitlab/osm/tests/.git/ Created fresh repository. Checking out d26d5a13 as master... Skipping Git submodules setup section_end:1654697774:get_sources section_start:1654697774:restore_cache Restoring cache Using docker image sha256:4ab73fe41bd466dff16a0e732b568862dce676f1d49de2a85309349266c882f8 for gitlab/gitlab-runner-helper:x86_64-6fbc7474 with digest gitlab/gitlab-runner-helper@sha256:6275194f2d67051ee4538cbd086c4c61b35e15d4439f76b5b5b710bee7344895 ... Checking cache for default... 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:1654697775:restore_cache section_start:1654697775:step_script Executing "step_script" stage of the job script Using docker image sha256:050b8443e26e26746c3e2854f57c82246f071dfedf15d3246b9d76e98021cd17 for python:3.8 with digest python@sha256:1fbd81716d6d8d6081b11b058894533e36c93abd10d91560ac8011a27ca13947 ... $ pip install tox Collecting tox Downloading tox-3.25.0-py2.py3-none-any.whl (85 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.9/85.9 KB 2.0 MB/s eta 0:00:00 Collecting toml>=0.9.4 Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting packaging>=14 Downloading packaging-21.3-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 2.6 MB/s eta 0:00:00 Collecting filelock>=3.0.0 Downloading filelock-3.7.1-py3-none-any.whl (10 kB) Collecting pluggy>=0.12.0 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting py>=1.4.17 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 8.3 MB/s eta 0:00:00 Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 Downloading virtualenv-20.14.1-py2.py3-none-any.whl (8.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 29.4 MB/s eta 0:00:00 Collecting six>=1.14.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 7.3 MB/s eta 0:00:00 Collecting platformdirs<3,>=2 Downloading platformdirs-2.5.2-py3-none-any.whl (14 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 461.2/461.2 KB 28.2 MB/s eta 0:00:00 Installing collected packages: distlib, toml, six, pyparsing, py, pluggy, platformdirs, filelock, virtualenv, packaging, tox Successfully installed distlib-0.3.4 filelock-3.7.1 packaging-21.3 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 six-1.16.0 toml-0.10.2 tox-3.25.0 virtualenv-20.14.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. $ tox -e cover cover create: /builds/gitlab/osm/tests/.tox/cover cover installdeps: -r/builds/gitlab/osm/tests/requirements.txt ERROR: invocation failed (exit code 1), logfile: /builds/gitlab/osm/tests/.tox/cover/log/cover-1.log ================================== log start =================================== Collecting appdirs==1.4.4 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting argcomplete==2.0.0 Downloading argcomplete-2.0.0-py2.py3-none-any.whl (37 kB) Collecting async-generator==1.10 Downloading async_generator-1.10-py3-none-any.whl (18 kB) Collecting attrs==21.4.0 Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 5.6 MB/s eta 0:00:00 Collecting autopage==0.4.0 Downloading autopage-0.4.0-py3-none-any.whl (20 kB) Collecting bcrypt==3.2.0 Downloading bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.9/61.9 KB 7.8 MB/s eta 0:00:00 Collecting bitarray==2.3.5 Downloading bitarray-2.3.5.tar.gz (88 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.4/88.4 KB 8.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting blessings==1.6 Downloading blessings-1.6.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'error' error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [1 lines of output] error in blessings setup command: use_2to3 is invalid. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available. You should consider upgrading via the '/builds/gitlab/osm/tests/.tox/cover/bin/python -m pip install --upgrade pip' command. =================================== log end ==================================== ERROR: could not install deps [-r/builds/gitlab/osm/tests/requirements.txt]; v = InvocationError('/builds/gitlab/osm/tests/.tox/cover/bin/python -m pip install -r/builds/gitlab/osm/tests/requirements.txt', 1) ___________________________________ summary ____________________________________ ERROR: cover: could not install deps [-r/builds/gitlab/osm/tests/requirements.txt]; v = InvocationError('/builds/gitlab/osm/tests/.tox/cover/bin/python -m pip install -r/builds/gitlab/osm/tests/requirements.txt', 1) section_end:1654697792:step_script section_start:1654697792:upload_artifacts_on_failure Uploading artifacts for failed job Using docker image sha256:4ab73fe41bd466dff16a0e732b568862dce676f1d49de2a85309349266c882f8 for gitlab/gitlab-runner-helper:x86_64-6fbc7474 with digest gitlab/gitlab-runner-helper@sha256:6275194f2d67051ee4538cbd086c4c61b35e15d4439f76b5b5b710bee7344895 ... Uploading artifacts... WARNING: coverage.xml: no matching files  ERROR: No files to upload  Uploading artifacts... WARNING: nosetests.xml: no matching files  ERROR: No files to upload  section_end:1654697793:upload_artifacts_on_failure section_start:1654697793:cleanup_file_variables Cleaning up project directory and file based variables Using docker image sha256:4ab73fe41bd466dff16a0e732b568862dce676f1d49de2a85309349266c882f8 for gitlab/gitlab-runner-helper:x86_64-6fbc7474 with digest gitlab/gitlab-runner-helper@sha256:6275194f2d67051ee4538cbd086c4c61b35e15d4439f76b5b5b710bee7344895 ... section_end:1654697794:cleanup_file_variables ERROR: Job failed: exit code 1