yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #93740
[Bug 2058378] [NEW] [devstack-tobiko-neutron] stable/2023.2 periodic broken with ERROR: Cannot install tox==4.13.0, tox==4.14.0 and tox==4.14.1
Public bug reported:
Fails like:-
2024-03-17 03:08:11.011222 | controller | ++ /opt/stack/devstack-plugin-tobiko/devstack/plugin.sh:install_tobiko_deps:14 : pip_install 'tox>=4.13'
2024-03-17 03:08:11.036778 | controller | Using python 3.10 to install tox>=4.13
2024-03-17 03:08:11.040275 | controller | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'tox>=4.13'
2024-03-17 03:08:11.951193 | controller | Looking in indexes: https://mirror.ca-ymq-1.vexxhost.opendev.org/pypi/simple, https://mirror.ca-ymq-1.vexxhost.opendev.org/wheel/ubuntu-22.04-x86_64
2024-03-17 03:08:12.099362 | controller | Collecting tox>=4.13
2024-03-17 03:08:12.100739 | controller | Using cached https://mirror.ca-ymq-1.vexxhost.opendev.org/pypifiles/packages/ed/4c/4c7daf604fe4b136a1e25d41eb7cb2d644d1d8d4d6694eb6ffa7f7dd60cd/tox-4.14.1-py3-none-any.whl.metadata (5.0 kB)
2024-03-17 03:08:12.162454 | controller | INFO: pip is looking at multiple versions of tox to determine which version is compatible with other requirements. This could take a while.
2024-03-17 03:08:12.175333 | controller | Using cached https://mirror.ca-ymq-1.vexxhost.opendev.org/pypifiles/packages/dd/48/57d7f9338669686e5f60794b2291684eb89e49bbf01f695bad651a14e4b5/tox-4.14.0-py3-none-any.whl.metadata (5.0 kB)
2024-03-17 03:08:12.211821 | controller | Using cached https://mirror.ca-ymq-1.vexxhost.opendev.org/pypifiles/packages/14/1a/19c783781c4638bc076f21c76c1c55d2a7bef7381b7c47911e1e65c6e340/tox-4.13.0-py3-none-any.whl.metadata (5.0 kB)
2024-03-17 03:08:12.237786 | controller | ERROR: Cannot install tox==4.13.0, tox==4.14.0 and tox==4.14.1 because these package versions have conflicting dependencies.
2024-03-17 03:08:12.238263 | controller |
2024-03-17 03:08:12.238298 | controller | The conflict is caused by:
2024-03-17 03:08:12.238312 | controller | tox 4.14.1 depends on cachetools>=5.3.2
2024-03-17 03:08:12.238324 | controller | tox 4.14.0 depends on cachetools>=5.3.2
2024-03-17 03:08:12.238343 | controller | tox 4.13.0 depends on cachetools>=5.3.2
2024-03-17 03:08:12.238355 | controller | The user requested (constraint) cachetools===5.3.0
2024-03-17 03:08:12.238366 | controller |
2024-03-17 03:08:12.238377 | controller | To fix this you could try to:
2024-03-17 03:08:12.238391 | controller | 1. loosen the range of package versions you've specified
2024-03-17 03:08:12.238610 | controller | 2. remove package versions to allow pip attempt to solve the dependency conflict
2024-03-17 03:08:12.238646 | controller |
2024-03-17 03:08:12.238666 | controller | ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
2024-03-17 03:08:12.313244 | controller | + inc/python:pip_install:1 : exit_trap
Example failures:- https://a854d101f2ba9a65b7e6-41ecee2e9c4e7ff71d14a9d7f8c78625.ssl.cf5.rackcdn.com/periodic/opendev.org/openstack/neutron/stable/2023.2/devstack-tobiko-neutron/46ee578/job-output.txt
Builds:- https://zuul.openstack.org/builds?job_name=devstack-tobiko-
neutron&project=openstack%2Fneutron&branch=stable%2F2023.2&skip=0
Job works fine in another branches, so need to check what's missing for
stable/2023.2
Failing since:- https://review.opendev.org/c/x/devstack-plugin-
tobiko/+/911092
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2058378
Title:
[devstack-tobiko-neutron] stable/2023.2 periodic broken with ERROR:
Cannot install tox==4.13.0, tox==4.14.0 and tox==4.14.1
Status in neutron:
New
Bug description:
Fails like:-
2024-03-17 03:08:11.011222 | controller | ++ /opt/stack/devstack-plugin-tobiko/devstack/plugin.sh:install_tobiko_deps:14 : pip_install 'tox>=4.13'
2024-03-17 03:08:11.036778 | controller | Using python 3.10 to install tox>=4.13
2024-03-17 03:08:11.040275 | controller | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'tox>=4.13'
2024-03-17 03:08:11.951193 | controller | Looking in indexes: https://mirror.ca-ymq-1.vexxhost.opendev.org/pypi/simple, https://mirror.ca-ymq-1.vexxhost.opendev.org/wheel/ubuntu-22.04-x86_64
2024-03-17 03:08:12.099362 | controller | Collecting tox>=4.13
2024-03-17 03:08:12.100739 | controller | Using cached https://mirror.ca-ymq-1.vexxhost.opendev.org/pypifiles/packages/ed/4c/4c7daf604fe4b136a1e25d41eb7cb2d644d1d8d4d6694eb6ffa7f7dd60cd/tox-4.14.1-py3-none-any.whl.metadata (5.0 kB)
2024-03-17 03:08:12.162454 | controller | INFO: pip is looking at multiple versions of tox to determine which version is compatible with other requirements. This could take a while.
2024-03-17 03:08:12.175333 | controller | Using cached https://mirror.ca-ymq-1.vexxhost.opendev.org/pypifiles/packages/dd/48/57d7f9338669686e5f60794b2291684eb89e49bbf01f695bad651a14e4b5/tox-4.14.0-py3-none-any.whl.metadata (5.0 kB)
2024-03-17 03:08:12.211821 | controller | Using cached https://mirror.ca-ymq-1.vexxhost.opendev.org/pypifiles/packages/14/1a/19c783781c4638bc076f21c76c1c55d2a7bef7381b7c47911e1e65c6e340/tox-4.13.0-py3-none-any.whl.metadata (5.0 kB)
2024-03-17 03:08:12.237786 | controller | ERROR: Cannot install tox==4.13.0, tox==4.14.0 and tox==4.14.1 because these package versions have conflicting dependencies.
2024-03-17 03:08:12.238263 | controller |
2024-03-17 03:08:12.238298 | controller | The conflict is caused by:
2024-03-17 03:08:12.238312 | controller | tox 4.14.1 depends on cachetools>=5.3.2
2024-03-17 03:08:12.238324 | controller | tox 4.14.0 depends on cachetools>=5.3.2
2024-03-17 03:08:12.238343 | controller | tox 4.13.0 depends on cachetools>=5.3.2
2024-03-17 03:08:12.238355 | controller | The user requested (constraint) cachetools===5.3.0
2024-03-17 03:08:12.238366 | controller |
2024-03-17 03:08:12.238377 | controller | To fix this you could try to:
2024-03-17 03:08:12.238391 | controller | 1. loosen the range of package versions you've specified
2024-03-17 03:08:12.238610 | controller | 2. remove package versions to allow pip attempt to solve the dependency conflict
2024-03-17 03:08:12.238646 | controller |
2024-03-17 03:08:12.238666 | controller | ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
2024-03-17 03:08:12.313244 | controller | + inc/python:pip_install:1 : exit_trap
Example failures:- https://a854d101f2ba9a65b7e6-41ecee2e9c4e7ff71d14a9d7f8c78625.ssl.cf5.rackcdn.com/periodic/opendev.org/openstack/neutron/stable/2023.2/devstack-tobiko-neutron/46ee578/job-output.txt
Builds:- https://zuul.openstack.org/builds?job_name=devstack-tobiko-
neutron&project=openstack%2Fneutron&branch=stable%2F2023.2&skip=0
Job works fine in another branches, so need to check what's missing
for stable/2023.2
Failing since:- https://review.opendev.org/c/x/devstack-plugin-
tobiko/+/911092
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2058378/+subscriptions