ERROR: Could not find a version that satisfies the requirement gitdb2===4.0.1

Bug #1864399 reported by wes hayutin
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Unassigned

Bug Description

https://28afbbbeb395c38b77eb-80e67ec01f194d5b25d665df26ee3378.ssl.cf1.rackcdn.com/700738/46/gate/openstack-tox-py36/66c7f9c/job-output.txt

2020-02-23 23:19:36.741324 | ubuntu-bionic | Collecting oslo.utils===4.0.0
2020-02-23 23:19:36.741336 | ubuntu-bionic | Downloading http://mirror.regionone.limestone.openstack.org/pypifiles/packages/86/66/50248e7dc046cdfa8276ef8a17a3cd26ce61db65afb857b11f0b357e0fae/oslo.utils-4.0.0-py2.py3-none-any.whl (100 kB)
2020-02-23 23:19:36.741361 | ubuntu-bionic | ERROR: Could not find a version that satisfies the requirement gitdb2===4.0.1 (from -c /home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt (line 776)) (from versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.3.post1, 4.0.2)
2020-02-23 23:19:36.741379 | ubuntu-bionic | ERROR: No matching distribution found for gitdb2===4.0.1 (from -c /home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt (line 776))
2020-02-23 23:19:36.741393 | ubuntu-bionic |
2020-02-23 23:19:36.741428 | ubuntu-bionic | =================================== log end ====================================
2020-02-23 23:19:36.741451 | ubuntu-bionic | ERROR: could not install deps [-c/home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt, -r/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/requirements.txt, -r/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/test-requirements.txt]; v = InvocationError('/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/.tox/py36/bin/python -m pip install -c/home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt -r/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/requirements.txt -r/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/test-requirements.txt', 1)
2020-02-23 23:19:36.741466 | ubuntu-bionic | ___________________________________ summary ____________________________________
2020-02-23 23:19:36.741479 | ubuntu-bionic | ERROR: py36: could not install deps [-c/home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt, -r/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/requirements.txt, -r/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/test-requirements.txt]; v = InvocationError('/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/.tox/py36/bin/python -m pip install -c/home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt -r/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/requirements.txt -r/home/zuul/src/opendev.org/openstack/tripleo-heat-templates/test-requirements.txt', 1)
2020-02-23 23:19:36.889328 | ubuntu-bionic | ERROR
2020-02-23 23:19:36.889606 | ubuntu-bionic | {
2020-02-23 23:19:36.889711 | ubuntu-bionic | "delta": "0:00:15.206720",
2020-02-23 23:19:36.889811 | ubuntu-bionic | "end": "2020-02-23 23:19:36.754733",
2020-02-23 23:19:36.889912 | ubuntu-bionic | "msg": "non-zero return code",
2020-02-23 23:19:36.890009 | ubuntu-bionic | "rc": 1,
2020-02-23 23:19:36.890106 | ubuntu-bionic | "start": "2020-02-23 23:19:21.548013"
2020-02-23 23:19:36.890202 | ubuntu-bionic | }

Revision history for this message
yatin (yatinkarel) wrote :
Revision history for this message
Sorin Sbarnea (ssbarnea) wrote :

My impression is that we have two bugs here as I am found this today: https://review.rdoproject.org/zuul/build/de8f3d0c42254e65b42ab964346ff3f0/console

```
stdout: Ignoring python-ironicclient: markers 'python_version >= "3.6"' don't match your environment
Looking in indexes: http://mirror.regionone.rdo-cloud.rdoproject.org/pypi/simple, http://mirror.regionone.rdo-cloud.rdoproject.org/wheel/centos-7.7-x86_64
...
Collecting unicodecsv>=0.8.0; python_version < "3.0"
  Downloading http://mirror.regionone.rdo-cloud.rdoproject.org/pypifiles/packages/6f/a4/691ab63b17505a26096608cc309960b5a6bdf39e4ba1a793d5f9b1a53270/unicodecsv-0.14.1.tar.gz (10 kB)

:stderr: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
ERROR: Could not find a version that satisfies the requirement gitdb>=4.0.1 (from gitdb2>=2.0.0->GitPython<2.1.12,>=1.0.1->tripleo-common->-r /home/zuul/ci-config/test-requirements.txt (line 13)) (from versions: 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4)
ERROR: No matching distribution found for gitdb>=4.0.1 (from gitdb2>=2.0.0->GitPython<2.1.12,>=1.0.1->tripleo-common->-r /home/zuul/ci-config/test-requirements.txt (line 13))

```

As you can see the list over versions does not contain any newer version.

I am confident that our mirroring is broken in my case.

Revision history for this message
Marios Andreou (marios-b) wrote :

https://review.opendev.org/#/c/709389 merged but we need that one too

        * Rely on u-c for venv installation
        * Change-Id: I6ae24163de94164b3fd9e0e01747fe0abdf5e939
        * https://review.opendev.org/#/c/709664/

Revision history for this message
Marios Andreou (marios-b) wrote :

https://review.opendev.org/#/c/709664/ also merged so moving this to fix-released i think we are done

move back if you disagree thanks

Changed in tripleo:
status: Triaged → Fix Released
Revision history for this message
Martin Mágr (mmagr) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.