Running with gitlab-runner 15.5.0 (0d4137b8)  on osm3 6MUAF4hG section_start:1705953797:resolve_secrets Resolving secrets section_end:1705953797:resolve_secrets section_start:1705953797:prepare_executor Preparing the "docker" executor Using Docker executor with image python:3.10 ... Pulling docker image python:3.10 ... Using docker image sha256:e399a6a8821d1a4e1beab9bb253af81a230df6842abce036363f025f9a679bb3 for python:3.10 with digest python@sha256:11edd7f5ed19b19adfc91d3384970da0787d53cf290a54db5f96b4dab645da6d ... section_end:1705953803:prepare_executor section_start:1705953803:prepare_script Preparing environment Running on runner-6muaf4hg-project-67-concurrent-7 via osm3... section_end:1705953805:prepare_script section_start:1705953805:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/gitlab/osm/nbi/.git/ Checking out c72bc8e9 as master... Removing .cache/ Removing .tox/ Skipping Git submodules setup section_end:1705953809:get_sources section_start:1705953809: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:1705953812:restore_cache section_start:1705953812:step_script Executing "step_script" stage of the job script Using docker image sha256:e399a6a8821d1a4e1beab9bb253af81a230df6842abce036363f025f9a679bb3 for python:3.10 with digest python@sha256:11edd7f5ed19b19adfc91d3384970da0787d53cf290a54db5f96b4dab645da6d ... $ pip install tox Collecting tox Downloading tox-4.12.1-py3-none-any.whl (154 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.4/154.4 kB 1.6 MB/s eta 0:00:00 Collecting filelock>=3.13.1 Downloading filelock-3.13.1-py3-none-any.whl (11 kB) Collecting tomli>=2.0.1 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting colorama>=0.4.6 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting pyproject-api>=1.6.1 Downloading pyproject_api-1.6.1-py3-none-any.whl (12 kB) Collecting platformdirs>=4.1 Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB) Collecting virtualenv>=20.25 Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 36.8 MB/s eta 0:00:00 Collecting chardet>=5.2 Downloading chardet-5.2.0-py3-none-any.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 16.6 MB/s eta 0:00:00 Collecting pluggy>=1.3 Downloading pluggy-1.3.0-py3-none-any.whl (18 kB) Collecting cachetools>=5.3.2 Downloading cachetools-5.3.2-py3-none-any.whl (9.3 kB) Collecting packaging>=23.2 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 2.2 MB/s eta 0:00:00 Collecting distlib<1,>=0.3.7 Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 39.2 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.8 filelock-3.13.1 packaging-23.2 platformdirs-4.1.0 pluggy-1.3.0 pyproject-api-1.6.1 tomli-2.0.1 tox-4.12.1 virtualenv-20.25.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 [notice] A new release of pip is available: 23.0.1 -> 23.3.2 [notice] To update, run: pip install --upgrade pip $ tox -e cover cover: install_deps> python -I -m pip install -r /builds/gitlab/osm/nbi/requirements.txt -r /builds/gitlab/osm/nbi/requirements-dev.txt -r /builds/gitlab/osm/nbi/requirements-test.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==69.0.2,setuptools-version-command==99.9,wheel==0.42.0 .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 osm_nbi.egg-info/version_full.txt /builds/gitlab/osm/nbi/.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/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 436, in build_editable return self._build_with_temp_dir( File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 389, in _build_with_temp_dir self.run_setup() File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 480, in run_setup super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script) File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 311, in run_setup exec(code, locals()) File "", line 30, in File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 147, in setup _setup_distribution = dist = klass(attrs) File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/dist.py", line 303, in __init__ _Distribution.__init__(self, dist_attrs) File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 283, in __init__ self.finalize_options() File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/dist.py", line 654, in finalize_options ep(self) File "/builds/gitlab/osm/nbi/.tox/.pkg/lib/python3.10/site-packages/setuptools/dist.py", line 674, in _finalize_setup_keywords ep.load()(self, ep.name, value) File "/builds/gitlab/osm/nbi/.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 osm_nbi.egg-info/version_full.txt Backend: run command build_editable with args {'wheel_directory': '/builds/gitlab/osm/nbi/.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 osm_nbi.egg-info/version_full.txt"} to /tmp/pep517_build_editable-hr9x1cox.json .pkg: _exit> python /usr/local/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ cover: FAIL code 1 (65.95 seconds) evaluation failed :( (66.60 seconds) section_end:1705953889:step_script section_start:1705953889: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:1705953890:upload_artifacts_on_failure section_start:1705953890:cleanup_file_variables Cleaning up project directory and file based variables section_end:1705953891:cleanup_file_variables ERROR: Job failed: exit code 1