Running with gitlab-runner 17.1.0 (fe451d5a)  on osm-cicd-10 S9P1hQmo, system ID: s_0c544012072a Resolving secrets section_start:1738591091:prepare_executor Preparing the "docker" executor Using Docker executor with image python:3.10 ... Pulling docker image python:3.10 ... Using docker image sha256:6b3e490e4343c54e7535e268bae50d7c041919255d3798e019aafd0a44e836f6 for python:3.10 with digest python@sha256:eb7df628043d68aa30019fed02052bd27f1431c3a0abe9299d1e4d804d4b11e0 ... section_end:1738591093:prepare_executor section_start:1738591093:prepare_script Preparing environment Running on runner-s9p1hqmo-project-75-concurrent-4 via osm-cicd-10... section_end:1738591094:prepare_script section_start:1738591094:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/gitlab/osm/tests/.git/ Created fresh repository. Checking out 8a6e4200 as detached HEAD (ref is v14.0)... Skipping Git submodules setup section_end:1738591096:get_sources section_start:1738591096:restore_cache Restoring cache Checking cache for default-protected... No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. WARNING: Cache file does not exist  Failed to extract cache section_end:1738591097:restore_cache section_start:1738591097:step_script Executing "step_script" stage of the job script Using docker image sha256:6b3e490e4343c54e7535e268bae50d7c041919255d3798e019aafd0a44e836f6 for python:3.10 with digest python@sha256:eb7df628043d68aa30019fed02052bd27f1431c3a0abe9299d1e4d804d4b11e0 ... $ pip install tox Collecting tox Downloading tox-4.24.1-py3-none-any.whl (171 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.8/171.8 kB 3.5 MB/s eta 0:00:00 Collecting typing-extensions>=4.12.2 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Collecting packaging>=24.2 Downloading packaging-24.2-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 8.4 MB/s eta 0:00:00 Collecting colorama>=0.4.6 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting pluggy>=1.5 Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) Collecting filelock>=3.16.1 Downloading filelock-3.17.0-py3-none-any.whl (16 kB) Collecting virtualenv>=20.27.1 Downloading virtualenv-20.29.1-py3-none-any.whl (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 33.7 MB/s eta 0:00:00 Collecting tomli>=2.1 Downloading tomli-2.2.1-py3-none-any.whl (14 kB) Collecting cachetools>=5.5 Downloading cachetools-5.5.1-py3-none-any.whl (9.5 kB) Collecting chardet>=5.2 Downloading chardet-5.2.0-py3-none-any.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 29.5 MB/s eta 0:00:00 Collecting pyproject-api>=1.8 Downloading pyproject_api-1.9.0-py3-none-any.whl (13 kB) Collecting platformdirs>=4.3.6 Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) Collecting distlib<1,>=0.3.7 Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 kB 42.7 MB/s eta 0:00:00 Installing collected packages: distlib, typing-extensions, tomli, pluggy, platformdirs, packaging, filelock, colorama, chardet, cachetools, virtualenv, pyproject-api, tox Successfully installed cachetools-5.5.1 chardet-5.2.0 colorama-0.4.6 distlib-0.3.9 filelock-3.17.0 packaging-24.2 platformdirs-4.3.6 pluggy-1.5.0 pyproject-api-1.9.0 tomli-2.2.1 tox-4.24.1 typing-extensions-4.12.2 virtualenv-20.29.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 [notice] A new release of pip is available: 23.0.1 -> 25.0 [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 .pkg: freeze> python -m pip freeze --all .pkg: pip==24.3.1,setuptools==75.8.0,setuptools-version-command==99.9,wheel==0.45.1 .pkg: build_editable> python /usr/local/lib/python3.10/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/tests/.tox/.tmp/package/1/tests-14.0.2.post5+g8a6e420-0.editable-py3-none-any.whl cover: freeze> python -m pip freeze --all cover: appdirs==1.4.4,argcomplete==3.1.2,attrs==23.1.0,autopage==0.5.1,bcrypt==4.0.1,bitarray==2.8.1,certifi==2023.7.22,cffi==1.16.0,charset-normalizer==3.3.0,cliff==4.3.0,cmd2==2.4.3,cryptography==41.0.4,debtcollector==2.5.0,decorator==5.1.1,dogpile.cache==1.2.2,enum34==1.1.10,exceptiongroup==1.1.3,h11==0.14.0,haikunator==2.1.0,idna==3.4,importlib-metadata==6.8.0,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpath-ng==1.6.0,jsonpath-rw==1.4.0,jsonpath-rw-ext==1.2.2,jsonpointer==2.4,jsonschema==4.19.1,jsonschema-specifications==2023.7.1,keystoneauth1==5.3.0,lxml==4.9.3,msgpack==1.0.7,netaddr==0.9.0,netifaces==0.11.0,objectpath==0.6.1,openstacksdk==1.5.0,os-service-types==1.7.0,osc-lib==2.8.1,oslo.config==9.2.0,oslo.i18n==6.1.0,oslo.serialization==5.2.0,oslo.utils==6.2.1,outcome==1.2.0,packaging==23.2,paramiko==3.3.1,pbr==5.11.1,pip==24.3.1,ply==3.11,prettytable==3.9.0,pyang==2.5.3,pyangbind==0.8.3.post1,pycparser==2.21,pyjsonselect==0.2.2,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,PySocks==1.7.1,python-cinderclient==9.4.0,python-keystoneclient==5.2.0,python-novaclient==18.4.0,python-openstackclient==6.3.0,pytz==2023.3.post1,PyYAML==6.0.1,referencing==0.30.2,regex==2023.8.8,requests==2.31.0,requestsexceptions==1.4.0,rfc3986==2.0.0,robotframework==6.1.1,robotframework-jsonlibrary==0.5,robotframework-jsonvalidator==2.0.0,robotframework-pythonlibcore==4.2.0,robotframework-requests==0.9.5,robotframework-seleniumlibrary==6.1.2,robotframework-sshlibrary==3.8.0,robotframework-yamllibrary==0.2.8,rpds-py==0.10.3,scp==0.14.5,selenium==4.13.0,setuptools==75.8.0,simplejson==3.19.1,six==1.16.0,sniffio==1.3.0,sortedcontainers==2.4.0,stevedore==5.1.0,tests @ file:///builds/gitlab/osm/tests/.tox/.tmp/package/1/tests-14.0.2.post5%2Bg8a6e420-0.editable-py3-none-any.whl#sha256=def19bbc6505d0a87c8f8a51b4f2681406e004b92d1559cbba3ae0775ec6645c,tomlkit==0.12.1,trio==0.22.2,trio-websocket==0.11.1,typing_extensions==4.8.0,tzdata==2023.3,urllib3==2.0.5,verboselogs==1.7,wcwidth==0.2.8,wheel==0.45.1,wrapt==1.15.0,wsproto==1.2.0,xmltodict==0.13.0,yq==3.2.3,zipp==3.17.0 cover: commands[0]> sh -c 'echo No unit tests' No unit tests cover: OK (83.57=setup[83.57]+cmd[0.00] seconds) congratulations :) (84.13 seconds) section_end:1738591200:step_script section_start:1738591200:archive_cache Saving cache for successful job Creating cache default-protected... .cache/pip: found 1808 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:1738591208:archive_cache section_start:1738591208:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... WARNING: cover/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab/osm/tests) ERROR: No files to upload  Uploading artifacts... WARNING: nosetests.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab/osm/tests) ERROR: No files to upload  Uploading artifacts... WARNING: coverage.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab/osm/tests) ERROR: No files to upload  section_end:1738591219:upload_artifacts_on_success section_start:1738591219:cleanup_file_variables Cleaning up project directory and file based variables section_end:1738591221:cleanup_file_variables Job succeeded