Running with gitlab-runner 15.5.0 (0d4137b8)  on osm3 6MUAF4hG section_start:1681120996:resolve_secrets Resolving secrets section_end:1681120996:resolve_secrets section_start:1681120996:prepare_executor Preparing the "docker" executor Using Docker executor with image python:3.8 ... Pulling docker image python:3.8 ... Using docker image sha256:a865bc2909a48902fe4d5f3b64ed2ab2d0ba18ece4b0310808058ce9404aee39 for python:3.8 with digest python@sha256:f9af3c8c4614d955495d23a665760abe3b37d4310bf9c33ea1ebf9f18991d8fe ... section_end:1681121006:prepare_executor section_start:1681121006:prepare_script Preparing environment Running on runner-6muaf4hg-project-61-concurrent-6 via osm3... section_end:1681121008:prepare_script section_start:1681121008:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/gitlab/osm/common/.git/ Checking out 76394efe as master... Removing .cache/ Removing .tox/ Skipping Git submodules setup section_end:1681121011:get_sources section_start:1681121011:restore_cache Restoring cache 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:1681121013:restore_cache section_start:1681121013:step_script Executing "step_script" stage of the job script Using docker image sha256:a865bc2909a48902fe4d5f3b64ed2ab2d0ba18ece4b0310808058ce9404aee39 for python:3.8 with digest python@sha256:f9af3c8c4614d955495d23a665760abe3b37d4310bf9c33ea1ebf9f18991d8fe ... $ pip install tox Collecting tox Downloading tox-4.4.11-py3-none-any.whl (148 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.0/149.0 KB 3.0 MB/s eta 0:00:00 Collecting pluggy>=1 Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting colorama>=0.4.6 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting pyproject-api>=1.5.1 Downloading pyproject_api-1.5.1-py3-none-any.whl (12 kB) Collecting tomli>=2.0.1 Using cached tomli-2.0.1-py3-none-any.whl (12 kB) Collecting packaging>=23 Downloading packaging-23.0-py3-none-any.whl (42 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 KB 6.1 MB/s eta 0:00:00 Collecting cachetools>=5.3 Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB) Collecting virtualenv>=20.21 Downloading virtualenv-20.21.0-py3-none-any.whl (8.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 36.1 MB/s eta 0:00:00 Collecting chardet>=5.1 Downloading chardet-5.1.0-py3-none-any.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 KB 23.5 MB/s eta 0:00:00 Collecting filelock>=3.10.7 Downloading filelock-3.11.0-py3-none-any.whl (10.0 kB) Collecting platformdirs>=3.2 Downloading platformdirs-3.2.0-py3-none-any.whl (14 kB) Collecting distlib<1,>=0.3.6 Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) Installing collected packages: distlib, tomli, pluggy, platformdirs, packaging, filelock, colorama, chardet, cachetools, virtualenv, pyproject-api, tox Successfully installed cachetools-5.3.0 chardet-5.1.0 colorama-0.4.6 distlib-0.3.6 filelock-3.11.0 packaging-23.0 platformdirs-3.2.0 pluggy-1.0.0 pyproject-api-1.5.1 tomli-2.0.1 tox-4.4.11 virtualenv-20.21.0 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 23.0.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. $ tox -e cover cover: install_deps> python -I -m pip install -r /builds/gitlab/osm/common/requirements.txt -r /builds/gitlab/osm/common/requirements-test.txt .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel .pkg: _optional_hooks> python /usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_editable> python /usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: install_requires_for_build_editable> python -I -m pip install setuptools-version-command wheel .pkg: freeze> python -m pip freeze --all .pkg: pip==23.0.1,setuptools==67.4.0,setuptools-version-command==99.9,wheel==0.38.4 .pkg: build_editable> python /usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ cover: install_package> python -I -m pip install --force-reinstall --no-deps /builds/gitlab/osm/common/.tox/.tmp/package/1/osm_common-12.0.0.post7+g76394ef-0.editable-py3-none-any.whl cover: freeze> python -m pip freeze --all cover: aiokafka==0.8.0,async-timeout==4.0.2,attrs==22.2.0,coverage==7.1.0,dataclasses==0.6,exceptiongroup==1.1.0,iniconfig==2.0.0,kafka-python==2.0.2,motor==1.3.1,nose2==0.12.0,osm-common @ file:///builds/gitlab/osm/common/.tox/.tmp/package/1/osm_common-12.0.0.post7%2Bg76394ef-0.editable-py3-none-any.whl,packaging==23.0,pip==23.0.1,pluggy==1.0.0,pycryptodome==3.17,pymongo==3.13.0,pytest==7.2.1,PyYAML==5.4.1,setuptools==67.4.0,tomli==2.0.1,wheel==0.38.4 cover: commands[0]> sh -c 'rm -f nosetests.xml' cover: failed with sh is not allowed, use allowlist_externals to allow it .pkg: _exit> python /usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ cover: FAIL code 1 (11.10 seconds) evaluation failed :( (11.28 seconds) section_end:1681121031:step_script section_start:1681121031:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... WARNING: coverage.xml: no matching files. Ensure that the artifact path is relative to the working directory ERROR: No files to upload  Uploading artifacts... WARNING: nosetests.xml: no matching files. Ensure that the artifact path is relative to the working directory ERROR: No files to upload  section_end:1681121032:upload_artifacts_on_failure section_start:1681121032:cleanup_file_variables Cleaning up project directory and file based variables section_end:1681121032:cleanup_file_variables ERROR: Job failed: exit code 1