name: pydocstyle
run_id: install_deps
env LANG: C.UTF-8
env HOME: /home/jenkins
env PATH: /w/workspace/integration-python-onapsdk-pypi-verify-master/.tox/pydocstyle/bin:/opt/pyenv/bin:/tmp/venv-kSxX/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 PYTHONHASHSEED: 277545801
env PIP_DISABLE_PIP_VERSION_CHECK: 1
env PYTHONIOENCODING: utf-8
env PYTHONPATH: /w/workspace/integration-python-onapsdk-pypi-verify-master/src
env TOX_ENV_NAME: pydocstyle
env TOX_WORK_DIR: /w/workspace/integration-python-onapsdk-pypi-verify-master/.tox
env TOX_ENV_DIR: /w/workspace/integration-python-onapsdk-pypi-verify-master/.tox/pydocstyle
env VIRTUAL_ENV: /w/workspace/integration-python-onapsdk-pypi-verify-master/.tox/pydocstyle
metadata pid: 6180
cwd: /w/workspace/integration-python-onapsdk-pypi-verify-master
allow: /w/workspace/integration-python-onapsdk-pypi-verify-master/.tox/pydocstyle/bin/*
cmd: python -I -m pip install -r test-requirements.txt
exit_code: 0
Collecting cryptography==38.0.4 (from -r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 1))
  Using cached cryptography-38.0.4-cp36-abi3-manylinux_2_24_x86_64.whl.metadata (5.3 kB)
Collecting requests==2.27.1 (from requests[socks]==2.27.1->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 2))
  Using cached requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB)
Collecting jinja2==3.0.3 (from -r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 3))
  Using cached Jinja2-3.0.3-py3-none-any.whl.metadata (3.5 kB)
Collecting simplejson==3.17.6 (from -r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 4))
  Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (3.0 kB)
Collecting oyaml==1.0 (from -r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 5))
  Using cached oyaml-1.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting pyOpenSSL==22.0.0 (from -r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 6))
  Using cached pyOpenSSL-22.0.0-py2.py3-none-any.whl.metadata (7.8 kB)
Collecting jsonschema==4.4.0 (from -r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 7))
  Using cached jsonschema-4.4.0-py3-none-any.whl.metadata (7.5 kB)
Collecting dacite==1.6.0 (from -r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 8))
  Using cached dacite-1.6.0-py3-none-any.whl.metadata (14 kB)
Collecting more-itertools>=8.12.0 (from -r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 9))
  Using cached more_itertools-10.5.0-py3-none-any.whl.metadata (36 kB)
Collecting bandit (from -r test-requirements.txt (line 2))
  Using cached bandit-1.7.10-py3-none-any.whl.metadata (6.7 kB)
Collecting pylint (from -r test-requirements.txt (line 3))
  Using cached pylint-3.3.1-py3-none-any.whl.metadata (12 kB)
Collecting pytest (from -r test-requirements.txt (line 4))
  Using cached pytest-8.3.3-py3-none-any.whl.metadata (7.5 kB)
Collecting pytest-cov (from -r test-requirements.txt (line 5))
  Using cached pytest_cov-5.0.0-py3-none-any.whl.metadata (27 kB)
Collecting pydocstyle (from -r test-requirements.txt (line 6))
  Using cached pydocstyle-6.3.0-py3-none-any.whl.metadata (3.7 kB)
Collecting requests-mock (from -r test-requirements.txt (line 7))
  Using cached requests_mock-1.12.1-py2.py3-none-any.whl.metadata (4.1 kB)
Collecting cffi>=1.12 (from cryptography==38.0.4->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 1))
  Using cached cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting urllib3<1.27,>=1.21.1 (from requests==2.27.1->requests[socks]==2.27.1->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 2))
  Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
Collecting certifi>=2017.4.17 (from requests==2.27.1->requests[socks]==2.27.1->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 2))
  Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Collecting charset-normalizer~=2.0.0 (from requests==2.27.1->requests[socks]==2.27.1->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 2))
  Using cached charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB)
Collecting idna<4,>=2.5 (from requests==2.27.1->requests[socks]==2.27.1->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 2))
  Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting MarkupSafe>=2.0 (from jinja2==3.0.3->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 3))
  Using cached MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting pyyaml (from oyaml==1.0->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 5))
  Using cached PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting attrs>=17.4.0 (from jsonschema==4.4.0->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 7))
  Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema==4.4.0->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 7))
  Using cached pyrsistent-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB)
Collecting PySocks!=1.5.7,>=1.5.6 (from requests[socks]==2.27.1->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 2))
  Using cached PySocks-1.7.1-py3-none-any.whl.metadata (13 kB)
Collecting stevedore>=1.20.0 (from bandit->-r test-requirements.txt (line 2))
  Using cached stevedore-5.3.0-py3-none-any.whl.metadata (2.3 kB)
Collecting rich (from bandit->-r test-requirements.txt (line 2))
  Using cached rich-13.9.3-py3-none-any.whl.metadata (18 kB)
Collecting platformdirs>=2.2.0 (from pylint->-r test-requirements.txt (line 3))
  Using cached platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Collecting astroid<=3.4.0-dev0,>=3.3.4 (from pylint->-r test-requirements.txt (line 3))
  Using cached astroid-3.3.5-py3-none-any.whl.metadata (4.5 kB)
Collecting isort!=5.13.0,<6,>=4.2.5 (from pylint->-r test-requirements.txt (line 3))
  Using cached isort-5.13.2-py3-none-any.whl.metadata (12 kB)
Collecting mccabe<0.8,>=0.6 (from pylint->-r test-requirements.txt (line 3))
  Using cached mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB)
Collecting tomlkit>=0.10.1 (from pylint->-r test-requirements.txt (line 3))
  Using cached tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)
Collecting dill>=0.2 (from pylint->-r test-requirements.txt (line 3))
  Using cached dill-0.3.9-py3-none-any.whl.metadata (10 kB)
Collecting tomli>=1.1.0 (from pylint->-r test-requirements.txt (line 3))
  Using cached tomli-2.0.2-py3-none-any.whl.metadata (10.0 kB)
Collecting iniconfig (from pytest->-r test-requirements.txt (line 4))
  Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB)
Collecting packaging (from pytest->-r test-requirements.txt (line 4))
  Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
Collecting pluggy<2,>=1.5 (from pytest->-r test-requirements.txt (line 4))
  Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting exceptiongroup>=1.0.0rc8 (from pytest->-r test-requirements.txt (line 4))
  Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB)
Collecting coverage>=5.2.1 (from coverage[toml]>=5.2.1->pytest-cov->-r test-requirements.txt (line 5))
  Using cached coverage-7.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB)
Collecting snowballstemmer>=2.2.0 (from pydocstyle->-r test-requirements.txt (line 6))
  Using cached snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting typing-extensions>=4.0.0 (from astroid<=3.4.0-dev0,>=3.3.4->pylint->-r test-requirements.txt (line 3))
  Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting pycparser (from cffi>=1.12->cryptography==38.0.4->-r /w/workspace/integration-python-onapsdk-pypi-verify-master/requirements.txt (line 1))
  Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting pbr>=2.0.0 (from stevedore>=1.20.0->bandit->-r test-requirements.txt (line 2))
  Using cached pbr-6.1.0-py2.py3-none-any.whl.metadata (3.4 kB)
Collecting markdown-it-py>=2.2.0 (from rich->bandit->-r test-requirements.txt (line 2))
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting pygments<3.0.0,>=2.13.0 (from rich->bandit->-r test-requirements.txt (line 2))
  Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->bandit->-r test-requirements.txt (line 2))
  Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Using cached cryptography-38.0.4-cp36-abi3-manylinux_2_24_x86_64.whl (4.0 MB)
Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB)
Using cached oyaml-1.0-py2.py3-none-any.whl (3.0 kB)
Using cached pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB)
Using cached jsonschema-4.4.0-py3-none-any.whl (72 kB)
Using cached dacite-1.6.0-py3-none-any.whl (12 kB)
Using cached more_itertools-10.5.0-py3-none-any.whl (60 kB)
Using cached bandit-1.7.10-py3-none-any.whl (130 kB)
Using cached pylint-3.3.1-py3-none-any.whl (521 kB)
Using cached pytest-8.3.3-py3-none-any.whl (342 kB)
Using cached pytest_cov-5.0.0-py3-none-any.whl (21 kB)
Using cached pydocstyle-6.3.0-py3-none-any.whl (38 kB)
Using cached requests_mock-1.12.1-py2.py3-none-any.whl (27 kB)
Using cached astroid-3.3.5-py3-none-any.whl (274 kB)
Using cached attrs-24.2.0-py3-none-any.whl (63 kB)
Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
Using cached cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (446 kB)
Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Using cached coverage-7.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234 kB)
Using cached dill-0.3.9-py3-none-any.whl (119 kB)
Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB)
Using cached idna-3.10-py3-none-any.whl (70 kB)
Using cached isort-5.13.2-py3-none-any.whl (92 kB)
Using cached MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB)
Using cached mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB)
Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB)
Using cached pluggy-1.5.0-py3-none-any.whl (20 kB)
Using cached pyrsistent-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB)
Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Using cached PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB)
Using cached snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
Using cached stevedore-5.3.0-py3-none-any.whl (49 kB)
Using cached tomli-2.0.2-py3-none-any.whl (13 kB)
Using cached tomlkit-0.13.2-py3-none-any.whl (37 kB)
Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Using cached packaging-24.1-py3-none-any.whl (53 kB)
Using cached rich-13.9.3-py3-none-any.whl (242 kB)
Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB)
Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB)
Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Installing collected packages: snowballstemmer, urllib3, typing-extensions, tomlkit, tomli, simplejson, pyyaml, PySocks, pyrsistent, pygments, pydocstyle, pycparser, pluggy, platformdirs, pbr, packaging, more-itertools, mdurl, mccabe, MarkupSafe, isort, iniconfig, idna, exceptiongroup, dill, dacite, coverage, charset-normalizer, certifi, attrs, stevedore, requests, pytest, oyaml, markdown-it-py, jsonschema, jinja2, cffi, astroid, rich, requests-mock, pytest-cov, pylint, cryptography, pyOpenSSL, bandit
Successfully installed MarkupSafe-3.0.2 PySocks-1.7.1 astroid-3.3.5 attrs-24.2.0 bandit-1.7.10 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-2.0.12 coverage-7.6.4 cryptography-38.0.4 dacite-1.6.0 dill-0.3.9 exceptiongroup-1.2.2 idna-3.10 iniconfig-2.0.0 isort-5.13.2 jinja2-3.0.3 jsonschema-4.4.0 markdown-it-py-3.0.0 mccabe-0.7.0 mdurl-0.1.2 more-itertools-10.5.0 oyaml-1.0 packaging-24.1 pbr-6.1.0 platformdirs-4.3.6 pluggy-1.5.0 pyOpenSSL-22.0.0 pycparser-2.22 pydocstyle-6.3.0 pygments-2.18.0 pylint-3.3.1 pyrsistent-0.20.0 pytest-8.3.3 pytest-cov-5.0.0 pyyaml-6.0.2 requests-2.27.1 requests-mock-1.12.1 rich-13.9.3 simplejson-3.17.6 snowballstemmer-2.2.0 stevedore-5.3.0 tomli-2.0.2 tomlkit-0.13.2 typing-extensions-4.12.2 urllib3-1.26.20