name: py3 run_id: install_deps env HOME: /home/jenkins env LANG: C.UTF-8 env PATH: /w/workspace/com-pylog-tox-sonarqube/mdclogpy/.tox/py3/bin:/opt/pyenv/bin:/tmp/venv-kyg2/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 3264232204 env PYTHONIOENCODING: utf-8 env TOX_ENV_DIR: /w/workspace/com-pylog-tox-sonarqube/mdclogpy/.tox/py3 env TOX_ENV_NAME: py3 env TOX_WORK_DIR: /w/workspace/com-pylog-tox-sonarqube/mdclogpy/.tox env VIRTUAL_ENV: /w/workspace/com-pylog-tox-sonarqube/mdclogpy/.tox/py3 metadata pid: 2455 cwd: /w/workspace/com-pylog-tox-sonarqube/mdclogpy allow: /w/workspace/com-pylog-tox-sonarqube/mdclogpy/.tox/py3/bin/* cmd: python -I -m pip install coverage inotify pytest pytest-cov exit_code: 0 Looking in indexes: https://nexus3.o-ran-sc.org/repository/PyPi/simple Collecting coverage Downloading https://nexus3.o-ran-sc.org/repository/PyPi/packages/coverage/7.9.2/coverage-7.9.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240 kB) Collecting inotify Downloading https://nexus3.o-ran-sc.org/repository/PyPi/packages/inotify/0.2.12/inotify-0.2.12-py2.py3-none-any.whl (20 kB) Collecting pytest Downloading https://nexus3.o-ran-sc.org/repository/PyPi/packages/pytest/8.4.1/pytest-8.4.1-py3-none-any.whl (365 kB) Collecting pytest-cov Downloading https://nexus3.o-ran-sc.org/repository/PyPi/packages/pytest-cov/6.2.1/pytest_cov-6.2.1-py3-none-any.whl (24 kB) Collecting build (from inotify) Downloading https://nexus3.o-ran-sc.org/repository/PyPi/packages/build/1.2.2.post1/build-1.2.2.post1-py3-none-any.whl (22 kB) Collecting exceptiongroup>=1 (from pytest) Downloading https://nexus3.o-ran-sc.org/repository/PyPi/packages/exceptiongroup/1.3.0/exceptiongroup-1.3.0-py3-none-any.whl (16 kB) Collecting iniconfig>=1 (from pytest) Downloading https://nexus3.o-ran-sc.org/repository/PyPi/packages/iniconfig/2.1.0/iniconfig-2.1.0-py3-none-any.whl (6.0 kB) Collecting packaging>=20 (from pytest) Using cached https://nexus3.o-ran-sc.org/repository/PyPi/packages/packaging/25.0/packaging-25.0-py3-none-any.whl (66 kB) Collecting pluggy<2,>=1.5 (from pytest) Using cached https://nexus3.o-ran-sc.org/repository/PyPi/packages/pluggy/1.6.0/pluggy-1.6.0-py3-none-any.whl (20 kB) Collecting pygments>=2.7.2 (from pytest) Using cached https://nexus3.o-ran-sc.org/repository/PyPi/packages/pygments/2.19.2/pygments-2.19.2-py3-none-any.whl (1.2 MB) Collecting tomli>=1 (from pytest) Using cached https://nexus3.o-ran-sc.org/repository/PyPi/packages/tomli/2.2.1/tomli-2.2.1-py3-none-any.whl (14 kB) Collecting typing-extensions>=4.6.0 (from exceptiongroup>=1->pytest) Using cached https://nexus3.o-ran-sc.org/repository/PyPi/packages/typing-extensions/4.14.1/typing_extensions-4.14.1-py3-none-any.whl (43 kB) Collecting pyproject_hooks (from build->inotify) Downloading https://nexus3.o-ran-sc.org/repository/PyPi/packages/pyproject-hooks/1.2.0/pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) Installing collected packages: typing-extensions, tomli, pyproject_hooks, pygments, pluggy, packaging, iniconfig, coverage, exceptiongroup, build, pytest, inotify, pytest-cov Successfully installed build-1.2.2.post1 coverage-7.9.2 exceptiongroup-1.3.0 iniconfig-2.1.0 inotify-0.2.12 packaging-25.0 pluggy-1.6.0 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 pytest-cov-6.2.1 tomli-2.2.1 typing-extensions-4.14.1