Running with gitlab-runner 15.5.0 (0d4137b8)  on osm3 6MUAF4hG section_start:1700512744:resolve_secrets Resolving secrets section_end:1700512744:resolve_secrets section_start:1700512744:prepare_executor Preparing the "docker" executor Using Docker executor with image python:3.10 ... Pulling docker image python:3.10 ... Using docker image sha256:01ff57d3555657dc1cfdfe46588722b9e82d4732eb50def33ed41f8098de6f45 for python:3.10 with digest python@sha256:3c7ae95d95adf492c43da3d998ab8b46894374a7697c2b14f91d252f9a303172 ... section_end:1700512750:prepare_executor section_start:1700512750:prepare_script Preparing environment Running on runner-6muaf4hg-project-75-concurrent-1 via osm3... section_end:1700512751:prepare_script section_start:1700512751:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/gitlab/osm/tests/.git/ Checking out 3643d407 as refs/merge-requests/1/head... Removing dist/ Skipping Git submodules setup section_end:1700512753:get_sources section_start:1700512753: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:1700512754:restore_cache section_start:1700512754:step_script Executing "step_script" stage of the job script Using docker image sha256:01ff57d3555657dc1cfdfe46588722b9e82d4732eb50def33ed41f8098de6f45 for python:3.10 with digest python@sha256:3c7ae95d95adf492c43da3d998ab8b46894374a7697c2b14f91d252f9a303172 ... $ pip install tox Collecting tox Downloading tox-4.11.3-py3-none-any.whl (153 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.8/153.8 kB 2.9 MB/s eta 0:00:00 Collecting filelock>=3.12.3 Downloading filelock-3.13.1-py3-none-any.whl (11 kB) Collecting platformdirs>=3.10 Downloading platformdirs-4.0.0-py3-none-any.whl (17 kB) Collecting tomli>=2.0.1 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting chardet>=5.2 Downloading chardet-5.2.0-py3-none-any.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 6.3 MB/s eta 0:00:00 Collecting pyproject-api>=1.6.1 Downloading pyproject_api-1.6.1-py3-none-any.whl (12 kB) Collecting packaging>=23.1 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 2.2 MB/s eta 0:00:00 Collecting virtualenv>=20.24.3 Downloading virtualenv-20.24.6-py3-none-any.whl (3.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 33.2 MB/s eta 0:00:00 Collecting cachetools>=5.3.1 Downloading cachetools-5.3.2-py3-none-any.whl (9.3 kB) Collecting pluggy>=1.3 Downloading pluggy-1.3.0-py3-none-any.whl (18 kB) Collecting colorama>=0.4.6 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting platformdirs>=3.10 Downloading platformdirs-3.11.0-py3-none-any.whl (17 kB) Collecting distlib<1,>=0.3.7 Downloading distlib-0.3.7-py2.py3-none-any.whl (468 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 28.8 MB/s eta 0:00:00 Installing collected packages: distlib, tomli, pluggy, platformdirs, packaging, filelock, colorama, chardet, cachetools, virtualenv, pyproject-api, tox Successfully installed cachetools-5.3.2 chardet-5.2.0 colorama-0.4.6 distlib-0.3.7 filelock-3.13.1 packaging-23.2 platformdirs-3.11.0 pluggy-1.3.0 pyproject-api-1.6.1 tomli-2.0.1 tox-4.11.3 virtualenv-20.24.6 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 [notice] A new release of pip is available: 23.0.1 -> 23.3.1 [notice] To update, run: pip install --upgrade pip $ tox -e cover cover: install_deps> python -I -m pip install -r /builds/gitlab/osm/tests/requirements.txt .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel .pkg: _optional_hooks> python /usr/local/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_editable> python /usr/local/lib/python3.10/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.3.1,setuptools==68.2.2,setuptools-version-command==99.9,wheel==0.41.2 .pkg: build_editable> python /usr/local/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ cover: packaging backend failed (code=1), with Exception: Could not find version from 'git describe --match v* --tags --long --dirty' or from tests.egg-info/version_full.txt /builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools_version_command.py:10: UserWarning: The setuptools-version-command package is deprecated, use setuptools-scm instead. See https://github.com/j0057/setuptools-version-command for more information. warnings.warn('The setuptools-version-command package is deprecated, use setuptools-scm instead. ' fatal: No names found, cannot describe anything. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pyproject_api/_backend.py", line 90, in run outcome = backend_proxy(parsed_message["cmd"], **parsed_message["kwargs"]) File "/usr/local/lib/python3.10/site-packages/pyproject_api/_backend.py", line 32, in __call__ return getattr(on_object, name)(*args, **kwargs) File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 463, in build_editable return self._build_with_temp_dir( File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 419, in _build_with_temp_dir self.run_setup() File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 507, in run_setup super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script) File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 341, in run_setup exec(code, locals()) File "", line 30, in File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 147, in setup _setup_distribution = dist = klass(attrs) File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/dist.py", line 303, in __init__ _Distribution.__init__(self, dist_attrs) File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 283, in __init__ self.finalize_options() File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/dist.py", line 680, in finalize_options ep(self) File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools/dist.py", line 700, in _finalize_setup_keywords ep.load()(self, ep.name, value) File "/builds/gitlab/osm/tests/.tox/.pkg/lib/python3.10/site-packages/setuptools_version_command.py", line 35, in validate_version_command_keyword raise Exception('Could not find version from {0!r} or from {1}'.format(command, version_full_txt)) Exception: Could not find version from 'git describe --match v* --tags --long --dirty' or from tests.egg-info/version_full.txt Backend: run command build_editable with args {'wheel_directory': '/builds/gitlab/osm/tests/.tox/.pkg/dist', 'config_settings': None, 'metadata_directory': None} Backend: Wrote response {'code': 1, 'exc_type': 'Exception', 'exc_msg': "Could not find version from 'git describe --match v* --tags --long --dirty' or from tests.egg-info/version_full.txt"} to /tmp/pep517_build_editable-ovx671f6.json .pkg: _exit> python /usr/local/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ cover: FAIL code 1 (43.47 seconds) evaluation failed :( (43.90 seconds) section_end:1700512805:step_script section_start:1700512805: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:1700512806:upload_artifacts_on_failure section_start:1700512806:cleanup_file_variables Cleaning up project directory and file based variables section_end:1700512807:cleanup_file_variables ERROR: Job failed: exit code 1