SuccessConsole Output

[NBI-stage_2-merge_v10.0] Running shell script
+ runuser jenkins -c devops-stages/stage-test.sh
✔ OK flake8 in 18.353 seconds
✔ OK black in 20.579 seconds
ERROR: invocation failed (exit code 1), logfile: /tmp/.tox/cover/log/cover-0.log
================================== log start ===================================
cover create: /tmp/.tox/cover
cover installdeps: -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt, -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt, -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-test.txt
ERROR: invocation failed (exit code 1), logfile: /tmp/.tox/cover/log/cover-2.log
================================== log start ===================================
Collecting osm-common@ git+https://osm.etsi.org/gerrit/osm/common.git@v10.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 38))
  Cloning https://osm.etsi.org/gerrit/osm/common.git (to revision v10.0) to /tmp/pip-install-m70_gmc6/osm-common_e2ea546193c64e46ba241ff1d6d58db6
  Running command git clone --filter=blob:none --quiet https://osm.etsi.org/gerrit/osm/common.git /tmp/pip-install-m70_gmc6/osm-common_e2ea546193c64e46ba241ff1d6d58db6
  warning: filtering not recognized by server, ignoring
  Running command git checkout -b v10.0 --track origin/v10.0
  Switched to a new branch 'v10.0'
  Branch 'v10.0' set up to track remote branch 'v10.0' from 'origin'.
  Resolved https://osm.etsi.org/gerrit/osm/common.git to commit 7ddcf697a6a19d03211cf78bc653cc3974594b1e
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting osm-im@ git+https://osm.etsi.org/gerrit/osm/IM.git@v10.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 40))
  Cloning https://osm.etsi.org/gerrit/osm/IM.git (to revision v10.0) to /tmp/pip-install-m70_gmc6/osm-im_9ddfec1f211c4031bf36a5185301f6d1
  Running command git clone --filter=blob:none --quiet https://osm.etsi.org/gerrit/osm/IM.git /tmp/pip-install-m70_gmc6/osm-im_9ddfec1f211c4031bf36a5185301f6d1
  warning: filtering not recognized by server, ignoring
  Running command git checkout -b v10.0 --track origin/v10.0
  Switched to a new branch 'v10.0'
  Branch 'v10.0' set up to track remote branch 'v10.0' from 'origin'.
  Resolved https://osm.etsi.org/gerrit/osm/IM.git to commit 5fa114a0c18a1f84ac56edfa1899b86e354ea9ee
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting aiohttp==3.6.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 17))
  Using cached aiohttp-3.6.2-py3-none-any.whl (441 kB)
Collecting async-timeout==3.0.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 19))
  Using cached async_timeout-3.0.1-py3-none-any.whl (8.2 kB)
Collecting attrs==21.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 21))
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting certifi==2021.10.8 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 25))
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting chardet==3.0.4 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 27))
  Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB)
Collecting charset-normalizer==2.0.10 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 29))
  Using cached charset_normalizer-2.0.10-py3-none-any.whl (39 kB)
Collecting cheroot==8.6.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 31))
  Using cached cheroot-8.6.0-py2.py3-none-any.whl (104 kB)
Collecting cherrypy==18.6.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 33))
  Using cached CherryPy-18.6.1-py2.py3-none-any.whl (419 kB)
Collecting debtcollector==2.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 35))
  Using cached debtcollector-2.4.0-py3-none-any.whl (22 kB)
Collecting idna==3.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 40))
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting importlib-resources==5.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 44))
  Using cached importlib_resources-5.4.0-py3-none-any.whl (28 kB)
Collecting iso8601==1.0.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 48))
  Using cached iso8601-1.0.2-py3-none-any.whl (9.7 kB)
Collecting jaraco.classes==3.2.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 52))
  Using cached jaraco.classes-3.2.1-py3-none-any.whl (5.6 kB)
Collecting jaraco.collections==3.5.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 54))
  Using cached jaraco.collections-3.5.1-py3-none-any.whl (10 kB)
Collecting jaraco.functools==3.5.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 56))
  Using cached jaraco.functools-3.5.0-py3-none-any.whl (7.0 kB)
Collecting jaraco.text==3.6.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 61))
  Using cached jaraco.text-3.6.0-py3-none-any.whl (8.1 kB)
Collecting jsonschema==4.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 63))
  Using cached jsonschema-4.4.0-py3-none-any.whl (72 kB)
Collecting keystoneauth1==4.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 65))
  Using cached keystoneauth1-4.4.0-py3-none-any.whl (314 kB)
Collecting more-itertools==8.12.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 67))
  Using cached more_itertools-8.12.0-py3-none-any.whl (54 kB)
Collecting msgpack==1.0.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 73))
  Using cached msgpack-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Collecting multidict==4.7.6 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 75))
  Using cached multidict-4.7.6-cp38-cp38-manylinux1_x86_64.whl (162 kB)
Collecting netaddr==0.8.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 79))
  Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
Collecting netifaces==0.11.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 83))
  Using cached netifaces-0.11.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (33 kB)
Collecting os-service-types==1.7.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 85))
  Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB)
Collecting oslo.config==8.7.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 87))
  Using cached oslo.config-8.7.1-py3-none-any.whl (128 kB)
Collecting oslo.i18n==5.1.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 89))
  Using cached oslo.i18n-5.1.0-py3-none-any.whl (46 kB)
Collecting oslo.serialization==4.2.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 94))
  Using cached oslo.serialization-4.2.0-py3-none-any.whl (25 kB)
Collecting oslo.utils==4.12.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 96))
  Using cached oslo.utils-4.12.0-py3-none-any.whl (101 kB)
Collecting packaging==21.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 100))
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting pbr==5.8.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 102))
  Using cached pbr-5.8.0-py2.py3-none-any.whl (112 kB)
Collecting portend==3.1.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 112))
  Using cached portend-3.1.0-py3-none-any.whl (5.3 kB)
Collecting pyparsing==3.0.6 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 114))
  Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting pyrsistent==0.18.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 118))
  Using cached pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119 kB)
Collecting python-keystoneclient==4.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 120))
  Using cached python_keystoneclient-4.4.0-py3-none-any.whl (398 kB)
Collecting pytz==2021.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 122))
  Using cached pytz-2021.3-py2.py3-none-any.whl (503 kB)
Collecting pyyaml==5.4.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 127))
  Using cached PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
Collecting requests==2.27.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 131))
  Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting rfc3986==2.0.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 137))
  Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
Collecting six==1.16.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 139))
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting stevedore==3.5.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 145))
  Using cached stevedore-3.5.0-py3-none-any.whl (49 kB)
Collecting tacacs-plus==2.6 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 150))
  Using cached tacacs_plus-2.6-py2.py3-none-any.whl (17 kB)
Collecting tempora==5.0.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 152))
  Using cached tempora-5.0.0-py3-none-any.whl (15 kB)
Collecting urllib3==1.26.8 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 154))
  Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting wrapt==1.13.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 156))
  Downloading wrapt-1.13.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (84 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 2.3 MB/s eta 0:00:00
Collecting yarl==1.7.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 158))
  Downloading yarl-1.7.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (308 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 308.6/308.6 kB 6.1 MB/s eta 0:00:00
Collecting zc.lockfile==2.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 160))
  Using cached zc.lockfile-2.0-py2.py3-none-any.whl (9.7 kB)
Collecting zipp==3.7.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 162))
  Downloading zipp-3.7.0-py3-none-any.whl (5.3 kB)
Collecting aiokafka==0.7.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 17))
  Downloading aiokafka-0.7.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 13.1 MB/s eta 0:00:00
Collecting bitarray==1.8.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 19))
  Downloading bitarray-1.8.1.tar.gz (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 3.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting dataclasses==0.6 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 23))
  Downloading dataclasses-0.6-py3-none-any.whl (14 kB)
Collecting enum34==1.1.10 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 25))
  Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Collecting kafka-python==2.0.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 29))
  Downloading kafka_python-2.0.2-py2.py3-none-any.whl (246 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.5/246.5 kB 16.7 MB/s eta 0:00:00
Collecting lxml==4.6.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 33))
  Downloading lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 4.9 MB/s eta 0:00:00
Collecting pyang==2.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 42))
  Downloading pyang-2.4.0-py2.py3-none-any.whl (591 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.2/591.2 kB 671.4 kB/s eta 0:00:00
Collecting pyangbind==0.8.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 46))
  Downloading pyangbind-0.8.1.tar.gz (48 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.6/48.6 kB 2.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pycrypto==2.6.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 48))
  Downloading pycrypto-2.6.1.tar.gz (446 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 446.2/446.2 kB 17.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pymongo==3.12.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 50))
  Downloading pymongo-3.12.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (527 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 528.0/528.0 kB 16.7 MB/s eta 0:00:00
Collecting regex==2021.3.17 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 56))
  Using cached regex-2021.3.17-cp38-cp38-manylinux2014_x86_64.whl (737 kB)
ERROR: Cannot install six==1.15.0 and six==1.16.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested six==1.16.0
    The user requested six==1.15.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

[notice] A new release of pip is available: 23.3.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip

=================================== log end ====================================
ERROR: could not install deps [-r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt, -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt, -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-test.txt]; v = InvocationError('/tmp/.tox/cover/bin/python -m pip install -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-test.txt', 1)

=================================== log end ====================================
✖ FAIL cover in 30.04 seconds
ERROR: invocation failed (exit code 1), logfile: /tmp/.tox/pylint/log/pylint-0.log
================================== log start ===================================
pylint create: /tmp/.tox/pylint
pylint installdeps: -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt, -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt, -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-test.txt, pylint
ERROR: invocation failed (exit code 1), logfile: /tmp/.tox/pylint/log/pylint-2.log
================================== log start ===================================
Collecting osm-common@ git+https://osm.etsi.org/gerrit/osm/common.git@v10.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 38))
  Cloning https://osm.etsi.org/gerrit/osm/common.git (to revision v10.0) to /tmp/pip-install-3uf0zrh9/osm-common_2a04eed825d640d3aad496b48bf5cc98
  Running command git clone --filter=blob:none --quiet https://osm.etsi.org/gerrit/osm/common.git /tmp/pip-install-3uf0zrh9/osm-common_2a04eed825d640d3aad496b48bf5cc98
  warning: filtering not recognized by server, ignoring
  Running command git checkout -b v10.0 --track origin/v10.0
  Switched to a new branch 'v10.0'
  Branch 'v10.0' set up to track remote branch 'v10.0' from 'origin'.
  Resolved https://osm.etsi.org/gerrit/osm/common.git to commit 7ddcf697a6a19d03211cf78bc653cc3974594b1e
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting osm-im@ git+https://osm.etsi.org/gerrit/osm/IM.git@v10.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 40))
  Cloning https://osm.etsi.org/gerrit/osm/IM.git (to revision v10.0) to /tmp/pip-install-3uf0zrh9/osm-im_b3c026de49354f04b0b1b8ab77001e4c
  Running command git clone --filter=blob:none --quiet https://osm.etsi.org/gerrit/osm/IM.git /tmp/pip-install-3uf0zrh9/osm-im_b3c026de49354f04b0b1b8ab77001e4c
  warning: filtering not recognized by server, ignoring
  Running command git checkout -b v10.0 --track origin/v10.0
  Switched to a new branch 'v10.0'
  Branch 'v10.0' set up to track remote branch 'v10.0' from 'origin'.
  Resolved https://osm.etsi.org/gerrit/osm/IM.git to commit 5fa114a0c18a1f84ac56edfa1899b86e354ea9ee
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pylint
  Downloading pylint-3.0.3-py3-none-any.whl.metadata (12 kB)
Collecting aiohttp==3.6.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 17))
  Using cached aiohttp-3.6.2-py3-none-any.whl (441 kB)
Collecting async-timeout==3.0.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 19))
  Using cached async_timeout-3.0.1-py3-none-any.whl (8.2 kB)
Collecting attrs==21.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 21))
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting certifi==2021.10.8 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 25))
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting chardet==3.0.4 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 27))
  Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB)
Collecting charset-normalizer==2.0.10 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 29))
  Using cached charset_normalizer-2.0.10-py3-none-any.whl (39 kB)
Collecting cheroot==8.6.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 31))
  Using cached cheroot-8.6.0-py2.py3-none-any.whl (104 kB)
Collecting cherrypy==18.6.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 33))
  Using cached CherryPy-18.6.1-py2.py3-none-any.whl (419 kB)
Collecting debtcollector==2.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 35))
  Using cached debtcollector-2.4.0-py3-none-any.whl (22 kB)
Collecting idna==3.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 40))
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting importlib-resources==5.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 44))
  Using cached importlib_resources-5.4.0-py3-none-any.whl (28 kB)
Collecting iso8601==1.0.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 48))
  Using cached iso8601-1.0.2-py3-none-any.whl (9.7 kB)
Collecting jaraco.classes==3.2.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 52))
  Using cached jaraco.classes-3.2.1-py3-none-any.whl (5.6 kB)
Collecting jaraco.collections==3.5.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 54))
  Using cached jaraco.collections-3.5.1-py3-none-any.whl (10 kB)
Collecting jaraco.functools==3.5.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 56))
  Using cached jaraco.functools-3.5.0-py3-none-any.whl (7.0 kB)
Collecting jaraco.text==3.6.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 61))
  Using cached jaraco.text-3.6.0-py3-none-any.whl (8.1 kB)
Collecting jsonschema==4.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 63))
  Using cached jsonschema-4.4.0-py3-none-any.whl (72 kB)
Collecting keystoneauth1==4.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 65))
  Using cached keystoneauth1-4.4.0-py3-none-any.whl (314 kB)
Collecting more-itertools==8.12.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 67))
  Using cached more_itertools-8.12.0-py3-none-any.whl (54 kB)
Collecting msgpack==1.0.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 73))
  Using cached msgpack-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Collecting multidict==4.7.6 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 75))
  Using cached multidict-4.7.6-cp38-cp38-manylinux1_x86_64.whl (162 kB)
Collecting netaddr==0.8.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 79))
  Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
Collecting netifaces==0.11.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 83))
  Using cached netifaces-0.11.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (33 kB)
Collecting os-service-types==1.7.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 85))
  Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB)
Collecting oslo.config==8.7.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 87))
  Using cached oslo.config-8.7.1-py3-none-any.whl (128 kB)
Collecting oslo.i18n==5.1.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 89))
  Using cached oslo.i18n-5.1.0-py3-none-any.whl (46 kB)
Collecting oslo.serialization==4.2.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 94))
  Using cached oslo.serialization-4.2.0-py3-none-any.whl (25 kB)
Collecting oslo.utils==4.12.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 96))
  Using cached oslo.utils-4.12.0-py3-none-any.whl (101 kB)
Collecting packaging==21.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 100))
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting pbr==5.8.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 102))
  Using cached pbr-5.8.0-py2.py3-none-any.whl (112 kB)
Collecting portend==3.1.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 112))
  Using cached portend-3.1.0-py3-none-any.whl (5.3 kB)
Collecting pyparsing==3.0.6 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 114))
  Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting pyrsistent==0.18.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 118))
  Using cached pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119 kB)
Collecting python-keystoneclient==4.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 120))
  Using cached python_keystoneclient-4.4.0-py3-none-any.whl (398 kB)
Collecting pytz==2021.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 122))
  Using cached pytz-2021.3-py2.py3-none-any.whl (503 kB)
Collecting pyyaml==5.4.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 127))
  Using cached PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
Collecting requests==2.27.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 131))
  Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting rfc3986==2.0.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 137))
  Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
Collecting six==1.16.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 139))
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting stevedore==3.5.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 145))
  Using cached stevedore-3.5.0-py3-none-any.whl (49 kB)
Collecting tacacs-plus==2.6 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 150))
  Using cached tacacs_plus-2.6-py2.py3-none-any.whl (17 kB)
Collecting tempora==5.0.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 152))
  Using cached tempora-5.0.0-py3-none-any.whl (15 kB)
Collecting urllib3==1.26.8 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 154))
  Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting wrapt==1.13.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 156))
  Using cached wrapt-1.13.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (84 kB)
Collecting yarl==1.7.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 158))
  Using cached yarl-1.7.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (308 kB)
Collecting zc.lockfile==2.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 160))
  Using cached zc.lockfile-2.0-py2.py3-none-any.whl (9.7 kB)
Collecting zipp==3.7.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt (line 162))
  Using cached zipp-3.7.0-py3-none-any.whl (5.3 kB)
Collecting aiokafka==0.7.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 17))
  Downloading aiokafka-0.7.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 6.5 MB/s eta 0:00:00
Collecting bitarray==1.8.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 19))
  Using cached bitarray-1.8.1.tar.gz (62 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting dataclasses==0.6 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 23))
  Downloading dataclasses-0.6-py3-none-any.whl (14 kB)
Collecting enum34==1.1.10 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 25))
  Using cached enum34-1.1.10-py3-none-any.whl (11 kB)
Collecting kafka-python==2.0.2 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 29))
  Using cached kafka_python-2.0.2-py2.py3-none-any.whl (246 kB)
Collecting lxml==4.6.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 33))
  Downloading lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 5.9 MB/s eta 0:00:00
Collecting pyang==2.4.0 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 42))
  Downloading pyang-2.4.0-py2.py3-none-any.whl (591 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.2/591.2 kB 577.3 kB/s eta 0:00:00
Collecting pyangbind==0.8.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 46))
  Downloading pyangbind-0.8.1.tar.gz (48 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.6/48.6 kB 1.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pycrypto==2.6.1 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 48))
  Downloading pycrypto-2.6.1.tar.gz (446 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 446.2/446.2 kB 11.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pymongo==3.12.3 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 50))
  Downloading pymongo-3.12.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (527 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 528.0/528.0 kB 17.6 MB/s eta 0:00:00
Collecting regex==2021.3.17 (from -r /home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt (line 56))
  Downloading regex-2021.3.17-cp38-cp38-manylinux2014_x86_64.whl (737 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.1/737.1 kB 28.1 MB/s eta 0:00:00
ERROR: Cannot install six==1.15.0 and six==1.16.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested six==1.16.0
    The user requested six==1.15.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

[notice] A new release of pip is available: 23.3.1 -> 23.3.2
[notice] To update, run: pip install --upgrade pip

=================================== log end ====================================
ERROR: could not install deps [-r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt, -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt, -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-test.txt, pylint]; v = InvocationError('/tmp/.tox/pylint/bin/python -m pip install -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements.txt -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-dev.txt -r/home/jenkins/workspace/NBI-stage_2-merge_v10.0/requirements-test.txt pylint', 1)

=================================== log end ====================================
✖ FAIL pylint in 30.061 seconds
✔ OK safety in 36.843 seconds
___________________________________ summary ____________________________________
  black: commands succeeded
ERROR:   cover: parallel child exit code 1
  flake8: commands succeeded
ERROR:   pylint: parallel child exit code 1