pip 22 breaks python3.6 jobs (Victoria and older CI jobs)

Bug #1959600 reported by Rodolfo Alonso
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
devstack
Fix Released
Undecided
Unassigned
neutron
Invalid
Undecided
Rodolfo Alonso

Bug Description

Log: https://21de90ebb111255248ad-d7024b4a9df5a3cf5a52965a2b5a469a.ssl.cf5.rackcdn.com/826440/2/gate/neutron-grenade-multinode/5749f11/job-output.txt

Error:
2022-01-31 14:33:12.591984 | compute1 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /opt/stack/old/devstack/files/get-pip.py -c /opt/stack/old/devstack/tools/cap-pip.txt
2022-01-31 14:33:12.672175 | compute1 | ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.

Changed in neutron:
assignee: nobody → Rodolfo Alonso (rodolfo-alonso-hernandez)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (master)

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/devstack/+/827155

Changed in devstack:
status: New → In Progress
yatin (yatinkarel)
Changed in neutron:
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/827155
Committed: https://opendev.org/openstack/devstack/commit/a756f4b9681d429f2612164eb01d57c800ff2d2a
Submitter: "Zuul (22348)"
Branch: master

commit a756f4b9681d429f2612164eb01d57c800ff2d2a
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jan 31 16:38:31 2022 +0000

    Add python3.6 pip support

    Since pip v22, python3.6 is not supported (the minimum version is
    python3.7). This patch adds the reference for the pip3.6 URL to be
    used instead of the default one.

    Closes-Bug: #1959600
    Change-Id: Iab2c391d5388461fe9e9037cee81884ce8032e72

Changed in devstack:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (stable/xena)

Fix proposed to branch: stable/xena
Review: https://review.opendev.org/c/openstack/devstack/+/827392

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (stable/wallaby)

Fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/devstack/+/827413

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/c/openstack/devstack/+/827414

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (stable/ussuri)

Fix proposed to branch: stable/ussuri
Review: https://review.opendev.org/c/openstack/devstack/+/827415

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (stable/train)

Fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/devstack/+/827421

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/827392
Committed: https://opendev.org/openstack/devstack/commit/13da39fc2e8c6e7e30da8f58cad3d48bce4a6e51
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 13da39fc2e8c6e7e30da8f58cad3d48bce4a6e51
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jan 31 16:38:31 2022 +0000

    Add python3.6 pip support

    Since pip v22, python3.6 is not supported (the minimum version is
    python3.7). This patch adds the reference for the pip3.6 URL to be
    used instead of the default one.

    Closes-Bug: #1959600
    Change-Id: Iab2c391d5388461fe9e9037cee81884ce8032e72
    (cherry picked from commit a756f4b9681d429f2612164eb01d57c800ff2d2a)

tags: added: in-stable-xena
tags: added: in-stable-wallaby
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/827413
Committed: https://opendev.org/openstack/devstack/commit/a4369c8bb7a7e5d9ef445de56af0dfd1cc64b730
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit a4369c8bb7a7e5d9ef445de56af0dfd1cc64b730
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jan 31 16:38:31 2022 +0000

    Add python3.6 pip support

    Since pip v22, python3.6 is not supported (the minimum version is
    python3.7). This patch adds the reference for the pip3.6 URL to be
    used instead of the default one.

    Conflicts:
      tools/install_pip.sh

    Closes-Bug: #1959600
    Change-Id: Iab2c391d5388461fe9e9037cee81884ce8032e72
    (cherry picked from commit a756f4b9681d429f2612164eb01d57c800ff2d2a)
    (cherry picked from commit 13da39fc2e8c6e7e30da8f58cad3d48bce4a6e51)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/train)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/827421
Committed: https://opendev.org/openstack/devstack/commit/05a2cebeb4e93377fa88633eef4b2cc0ea584450
Submitter: "Zuul (22348)"
Branch: stable/train

commit 05a2cebeb4e93377fa88633eef4b2cc0ea584450
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Sat Jan 29 11:29:07 2022 +0000

    Add python3.6 pip support

    Since pip v22, python3.6 is not supported (the minimum version is
    python3.7). This patch adds the reference for the pip3.6 URL to be
    used instead of the default one.

    NOTE: stable/train had its own method to provide support for py3x.
    This patch uses it instead of pushing the master patch approach.

    This patch is also fixing the py35 pip URL string that should be
    https://bootstrap.pypa.io/pip/3.5/get-pip.py.

    Conflicts:
      tools/install_pip.sh

    Closes-Bug: #1959600
    Change-Id: Iab2c391d5388461fe9e9037cee81884ce8032e72

tags: added: in-stable-train
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/827415
Committed: https://opendev.org/openstack/devstack/commit/9c43f9fecc662444cc6b1083aa561fc00ffc8509
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 9c43f9fecc662444cc6b1083aa561fc00ffc8509
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jan 31 16:38:31 2022 +0000

    Add python3.6 pip support

    Since pip v22, python3.6 is not supported (the minimum version is
    python3.7). This patch adds the reference for the pip3.6 URL to be
    used instead of the default one.

    Conflicts:
      tools/install_pip.sh

    Depends-On: https://review.opendev.org/c/openstack/devstack/+/827421
    Closes-Bug: #1959600
    Change-Id: Iab2c391d5388461fe9e9037cee81884ce8032e72
    (cherry picked from commit a756f4b9681d429f2612164eb01d57c800ff2d2a)
    (cherry picked from commit 13da39fc2e8c6e7e30da8f58cad3d48bce4a6e51)
    (cherry picked from commit a4369c8bb7a7e5d9ef445de56af0dfd1cc64b730)
    (cherry picked from commit 5f5d9000a7bf3e1b4aee78a06816c43588fa03b9)

tags: added: in-stable-ussuri
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/827414
Committed: https://opendev.org/openstack/devstack/commit/c490f394a5fdf1bd883eea22c4eb0f44722a711f
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit c490f394a5fdf1bd883eea22c4eb0f44722a711f
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jan 31 16:38:31 2022 +0000

    Add python3.6 pip support

    Since pip v22, python3.6 is not supported (the minimum version is
    python3.7). This patch adds the reference for the pip3.6 URL to be
    used instead of the default one.

    Depends-On: https://review.opendev.org/c/openstack/devstack/+/827415
    Closes-Bug: #1959600
    Change-Id: Iab2c391d5388461fe9e9037cee81884ce8032e72
    (cherry picked from commit a756f4b9681d429f2612164eb01d57c800ff2d2a)
    (cherry picked from commit 13da39fc2e8c6e7e30da8f58cad3d48bce4a6e51)
    (cherry picked from commit a4369c8bb7a7e5d9ef445de56af0dfd1cc64b730)

tags: added: in-stable-victoria
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (stable/stein)

Fix proposed to branch: stable/stein
Review: https://review.opendev.org/c/openstack/devstack/+/828769

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/stein)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/828769
Committed: https://opendev.org/openstack/devstack/commit/a5366e573225bd637e987f00db8be9c8cfb0c753
Submitter: "Zuul (22348)"
Branch: stable/stein

commit a5366e573225bd637e987f00db8be9c8cfb0c753
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Sat Jan 29 11:29:07 2022 +0000

    Add python3.6 pip support

    Since pip v22, python3.6 is not supported (the minimum version is
    python3.7). This patch adds the reference for the pip3.6 URL to be
    used instead of the default one.

    NOTE: stable/train had its own method to provide support for py3x.
    This patch uses it instead of pushing the master patch approach.

    This patch is also fixing the py35 pip URL string that should be
    https://bootstrap.pypa.io/pip/3.5/get-pip.py.

    Conflicts:
      tools/install_pip.sh

    Closes-Bug: #1959600
    Change-Id: Iab2c391d5388461fe9e9037cee81884ce8032e72
    (cherry picked from commit 05a2cebeb4e93377fa88633eef4b2cc0ea584450)

tags: added: in-stable-stein
Revision history for this message
Brian Haley (brian-haley) wrote :

Looks like this bug is fixed and/or invalid for the neutron component.

Changed in neutron:
status: Confirmed → Invalid
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.