2020-07-05 01:45:46 |
Ghanshyam Mann |
bug |
|
|
added bug |
2020-07-05 18:06:04 |
Ghanshyam Mann |
nova: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-07-05 18:07:48 |
Ghanshyam Mann |
nova: status |
New |
In Progress |
|
2020-07-10 15:27:42 |
Ghanshyam Mann |
summary |
Cannot import name "Feature" from "setuptools" |
Few of the lower constraints are not compatible with python3.8 |
|
2020-07-10 16:01:28 |
Ghanshyam Mann |
description |
Markupsafe 1.0 fail the lower-constraints job with
ImportError: cannot import name 'Feature' from 'setuptools'
- https://zuul.opendev.org/t/openstack/build/df8ddce0a9c84397bfe3976cf955fcbb/log/job-output.txt
Issue is fixed in Markupsafe 1.1.1
- https://github.com/pallets/markupsafe/issues/116
We need to bump the lower-constraint for Markupsafe to 1.1.1 to make it work with latest setuptools. |
lower constraint are being tested with python.6 till now and jobs running fine. With the migration of testing to ubuntu focal where python3.8 is default, lower-constraints job started failing due to multiple issues.
For example,
Markupsafe 1.o not compatible with new setuptools:
- https://github.com/pallets/markupsafe/issues/116
paramiko 2.7.1 fixed the compatiblity for python3.7 onwards:
https://github.com/paramiko/paramiko/issues/1108
greenlet 0.4.15 added wheels for python 3.8:
https://github.com/python-greenlet/greenlet/issues/151
numpy 1.19.1 added python 3.8 support and testing:
https://github.com/numpy/numpy/pull/14775
paramiko 2.7.1 fixed the compatibility for python3.7 onwards:
https://github.com/paramiko/paramiko/commit/4753881223e0ff5e3b3be35bb687a18dfec4f672
Similarly there are many dependencies which added the python3.8 support in their later version. So we need to bump their lower constraints to compatible version.
Approach to identify the required bump is by running lower-constraint job on Focal and star bumping for the failed things. I started with nova repos
and found below version bump:
For Nova:
Markupsafe==1.1.1
cffi==1.14.0
greenlet==0.4.15
PyYAML==3.13
lxml==4.5.0
numpy==1.19.0
psycopg2==2.8
paramiko==2.7.1
For python-novaclient:
Markupsafe==1.1.1
cffi==1.14.0
greenlet==0.4.15
PyYAML==3.13
For os-vif:
Markupsafe==1.1.1
cffi==1.14.0 |
|
2020-07-10 16:01:45 |
Ghanshyam Mann |
description |
lower constraint are being tested with python.6 till now and jobs running fine. With the migration of testing to ubuntu focal where python3.8 is default, lower-constraints job started failing due to multiple issues.
For example,
Markupsafe 1.o not compatible with new setuptools:
- https://github.com/pallets/markupsafe/issues/116
paramiko 2.7.1 fixed the compatiblity for python3.7 onwards:
https://github.com/paramiko/paramiko/issues/1108
greenlet 0.4.15 added wheels for python 3.8:
https://github.com/python-greenlet/greenlet/issues/151
numpy 1.19.1 added python 3.8 support and testing:
https://github.com/numpy/numpy/pull/14775
paramiko 2.7.1 fixed the compatibility for python3.7 onwards:
https://github.com/paramiko/paramiko/commit/4753881223e0ff5e3b3be35bb687a18dfec4f672
Similarly there are many dependencies which added the python3.8 support in their later version. So we need to bump their lower constraints to compatible version.
Approach to identify the required bump is by running lower-constraint job on Focal and star bumping for the failed things. I started with nova repos
and found below version bump:
For Nova:
Markupsafe==1.1.1
cffi==1.14.0
greenlet==0.4.15
PyYAML==3.13
lxml==4.5.0
numpy==1.19.0
psycopg2==2.8
paramiko==2.7.1
For python-novaclient:
Markupsafe==1.1.1
cffi==1.14.0
greenlet==0.4.15
PyYAML==3.13
For os-vif:
Markupsafe==1.1.1
cffi==1.14.0 |
lower constraint are being tested with python.6 till now and jobs running fine. With the migration of testing to ubuntu focal where python3.8 is default, lower-constraints job started failing due to multiple issues.
For example,
Markupsafe 1.0 not compatible with new setuptools:
- https://github.com/pallets/markupsafe/issues/116
paramiko 2.7.1 fixed the compatiblity for python3.7 onwards:
https://github.com/paramiko/paramiko/issues/1108
greenlet 0.4.15 added wheels for python 3.8:
https://github.com/python-greenlet/greenlet/issues/151
numpy 1.19.1 added python 3.8 support and testing:
https://github.com/numpy/numpy/pull/14775
paramiko 2.7.1 fixed the compatibility for python3.7 onwards:
https://github.com/paramiko/paramiko/commit/4753881223e0ff5e3b3be35bb687a18dfec4f672
Similarly there are many dependencies which added the python3.8 support in their later version. So we need to bump their lower constraints to compatible version.
Approach to identify the required bump is by running lower-constraint job on Focal and star bumping for the failed things. I started with nova repos
and found below version bump:
For Nova:
Markupsafe==1.1.1
cffi==1.14.0
greenlet==0.4.15
PyYAML==3.13
lxml==4.5.0
numpy==1.19.0
psycopg2==2.8
paramiko==2.7.1
For python-novaclient:
Markupsafe==1.1.1
cffi==1.14.0
greenlet==0.4.15
PyYAML==3.13
For os-vif:
Markupsafe==1.1.1
cffi==1.14.0 |
|
2020-07-10 16:02:08 |
Ghanshyam Mann |
bug task added |
|
python-novaclient |
|
2020-07-10 16:04:07 |
Ghanshyam Mann |
python-novaclient: status |
New |
In Progress |
|
2020-07-10 16:04:11 |
Ghanshyam Mann |
python-novaclient: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-07-30 22:42:23 |
Ghanshyam Mann |
bug task added |
|
manila-ui |
|
2020-07-30 23:05:56 |
Ghanshyam Mann |
bug task added |
|
python-glanceclient |
|
2020-07-30 23:12:09 |
Ghanshyam Mann |
bug task added |
|
python-keystoneclient |
|
2020-07-31 20:55:09 |
Goutham Pacha Ravi |
manila-ui: importance |
Undecided |
High |
|
2020-07-31 20:55:49 |
Goutham Pacha Ravi |
manila-ui: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-07-31 20:55:52 |
Goutham Pacha Ravi |
manila-ui: milestone |
|
victoria-client-release |
|
2020-07-31 20:56:10 |
Goutham Pacha Ravi |
bug task added |
|
python-manilaclient |
|
2020-07-31 20:56:18 |
Goutham Pacha Ravi |
python-manilaclient: milestone |
|
victoria-client-release |
|
2020-08-01 23:42:59 |
Ghanshyam Mann |
bug task added |
|
ec2-api |
|
2020-08-03 22:49:43 |
Ghanshyam Mann |
bug task added |
|
castellan |
|
2020-08-03 23:14:23 |
Ghanshyam Mann |
bug task added |
|
taskflow |
|
2020-08-03 23:15:53 |
Ghanshyam Mann |
python-glanceclient: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-08-03 23:15:58 |
Ghanshyam Mann |
castellan: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-08-03 23:16:02 |
Ghanshyam Mann |
ec2-api: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-08-03 23:16:06 |
Ghanshyam Mann |
python-keystoneclient: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-08-03 23:16:13 |
Ghanshyam Mann |
taskflow: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-08-03 23:16:16 |
Ghanshyam Mann |
python-manilaclient: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-08-03 23:16:42 |
Ghanshyam Mann |
bug task added |
|
oslo.vmware |
|
2020-08-03 23:21:27 |
Ghanshyam Mann |
bug task added |
|
oslo.messaging |
|
2020-08-03 23:22:13 |
Ghanshyam Mann |
bug task added |
|
oslo.privsep |
|
2020-08-03 23:57:44 |
Ghanshyam Mann |
bug task added |
|
oslo.policy |
|
2020-08-03 23:58:00 |
Ghanshyam Mann |
bug task added |
|
oslo.reports |
|
2020-08-04 00:14:39 |
Ghanshyam Mann |
bug task added |
|
futurist |
|
2020-08-04 16:13:58 |
Ghanshyam Mann |
bug task added |
|
masakari |
|
2020-08-04 20:41:25 |
Ghanshyam Mann |
bug task added |
|
python-watcherclient |
|
2020-08-04 20:43:15 |
Ghanshyam Mann |
bug task added |
|
watcher |
|
2020-08-04 21:19:53 |
Ghanshyam Mann |
bug task added |
|
os-win |
|
2020-08-04 21:47:52 |
Ghanshyam Mann |
bug task added |
|
python-troveclient |
|
2020-08-04 21:52:53 |
Ghanshyam Mann |
bug task added |
|
solum |
|
2020-08-04 22:08:47 |
Ghanshyam Mann |
bug task added |
|
python-senlinclient |
|
2020-08-04 22:14:57 |
Ghanshyam Mann |
bug task added |
|
tacker |
|
2020-08-14 07:47:20 |
Vishal Manchanda |
bug task added |
|
horizon |
|
2020-08-18 11:28:46 |
OpenStack Infra |
nova: assignee |
Ghanshyam Mann (ghanshyammann) |
Lee Yarwood (lyarwood) |
|
2020-08-25 16:11:55 |
OpenStack Infra |
nova: status |
In Progress |
Fix Released |
|
2020-09-01 15:39:02 |
OpenStack Infra |
horizon: status |
New |
In Progress |
|
2020-09-01 15:39:02 |
OpenStack Infra |
horizon: assignee |
|
Vishal Manchanda (vishalmanchanda) |
|
2020-09-02 14:23:14 |
OpenStack Infra |
horizon: status |
In Progress |
Fix Released |
|
2020-09-09 17:39:38 |
Goutham Pacha Ravi |
python-manilaclient: importance |
Undecided |
Medium |
|
2020-09-09 17:39:38 |
Goutham Pacha Ravi |
python-manilaclient: status |
New |
Fix Released |
|
2020-09-09 17:40:42 |
Goutham Pacha Ravi |
bug task added |
|
manila |
|
2020-09-10 06:59:35 |
Radosław Piliszek |
bug task added |
|
kolla |
|
2020-09-10 06:59:48 |
Radosław Piliszek |
bug task added |
|
kolla-ansible |
|
2020-09-10 07:00:10 |
Radosław Piliszek |
kolla-ansible: status |
New |
Triaged |
|
2020-09-10 07:00:24 |
Radosław Piliszek |
kolla: status |
New |
Triaged |
|
2020-09-10 07:48:00 |
OpenStack Infra |
kolla-ansible: status |
Triaged |
In Progress |
|
2020-09-10 07:48:00 |
OpenStack Infra |
kolla-ansible: assignee |
|
Radosław Piliszek (yoctozepto) |
|
2020-09-10 07:57:10 |
OpenStack Infra |
kolla: status |
Triaged |
In Progress |
|
2020-09-10 07:57:10 |
OpenStack Infra |
kolla: assignee |
|
Radosław Piliszek (yoctozepto) |
|
2020-09-10 08:34:09 |
OpenStack Infra |
kolla: status |
In Progress |
Fix Released |
|
2020-09-10 08:37:30 |
OpenStack Infra |
kolla-ansible: status |
In Progress |
Fix Released |
|
2020-09-10 08:46:22 |
Cédric Jeanneret |
bug task added |
|
tripleo-validations |
|
2020-09-10 14:37:43 |
OpenStack Infra |
masakari: status |
New |
In Progress |
|
2020-09-10 14:37:43 |
OpenStack Infra |
masakari: assignee |
|
ZHOU LINHUI (zhoulinhui) |
|
2020-09-10 15:03:31 |
OpenStack Infra |
tacker: status |
New |
In Progress |
|
2020-09-10 15:03:31 |
OpenStack Infra |
tacker: assignee |
|
ZHOU LINHUI (zhoulinhui) |
|
2020-09-10 15:29:34 |
Ghanshyam Mann |
os-win: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:29:49 |
Ghanshyam Mann |
oslo.messaging: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:30:00 |
Ghanshyam Mann |
oslo.policy: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:30:12 |
Ghanshyam Mann |
oslo.privsep: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:30:31 |
Ghanshyam Mann |
oslo.reports: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:30:42 |
Ghanshyam Mann |
oslo.vmware: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:30:55 |
Ghanshyam Mann |
python-senlinclient: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:31:05 |
Ghanshyam Mann |
python-troveclient: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:31:16 |
Ghanshyam Mann |
python-watcherclient: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-10 15:37:41 |
Ghanshyam Mann |
oslo.messaging: status |
New |
In Progress |
|
2020-09-10 15:37:53 |
Ghanshyam Mann |
oslo.policy: status |
New |
In Progress |
|
2020-09-10 15:38:33 |
Ghanshyam Mann |
oslo.privsep: status |
New |
Fix Released |
|
2020-09-10 15:38:45 |
Ghanshyam Mann |
oslo.reports: status |
New |
Fix Released |
|
2020-09-10 15:38:58 |
Ghanshyam Mann |
oslo.vmware: status |
New |
Fix Released |
|
2020-09-10 15:39:09 |
Ghanshyam Mann |
python-keystoneclient: status |
New |
Fix Committed |
|
2020-09-10 15:39:22 |
Ghanshyam Mann |
python-novaclient: status |
In Progress |
Fix Released |
|
2020-09-10 15:40:03 |
Ghanshyam Mann |
futurist: status |
New |
Fix Released |
|
2020-09-10 15:40:16 |
Ghanshyam Mann |
castellan: status |
New |
In Progress |
|
2020-09-10 15:40:33 |
Ghanshyam Mann |
manila: status |
New |
Fix Committed |
|
2020-09-10 15:40:45 |
Ghanshyam Mann |
manila: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-09-21 07:36:49 |
OpenStack Infra |
tags |
|
in-stable-victoria |
|
2020-09-21 19:24:50 |
Goutham Pacha Ravi |
manila-ui: status |
New |
Fix Released |
|
2020-09-23 05:17:38 |
OpenStack Infra |
tacker: status |
In Progress |
Fix Released |
|
2020-09-24 18:17:18 |
Radosław Piliszek |
masakari: status |
In Progress |
Fix Released |
|
2020-09-24 18:17:18 |
Radosław Piliszek |
masakari: milestone |
|
10.0.0.0rc1 |
|
2020-09-24 18:17:18 |
Radosław Piliszek |
masakari: assignee |
ZHOU LINHUI (zhoulinhui) |
Radosław Piliszek (yoctozepto) |
|
2020-09-24 18:17:38 |
Radosław Piliszek |
nominated for series |
|
masakari/victoria |
|
2020-09-24 18:17:38 |
Radosław Piliszek |
bug task added |
|
masakari/victoria |
|
2020-09-24 18:17:55 |
Radosław Piliszek |
masakari/victoria: importance |
Undecided |
High |
|
2020-11-09 17:46:01 |
Ghanshyam Mann |
python-glanceclient: status |
New |
Fix Released |
|
2020-11-09 17:46:37 |
Ghanshyam Mann |
castellan: status |
In Progress |
Fix Released |
|
2020-11-09 17:47:13 |
Ghanshyam Mann |
ec2-api: status |
In Progress |
Fix Released |
|
2020-11-09 17:47:33 |
Ghanshyam Mann |
os-win: status |
New |
Fix Released |
|
2020-11-09 17:47:49 |
Ghanshyam Mann |
oslo.messaging: status |
In Progress |
Fix Released |
|
2020-11-09 17:48:06 |
Ghanshyam Mann |
oslo.policy: status |
In Progress |
Fix Released |
|
2020-11-09 17:48:27 |
Ghanshyam Mann |
python-senlinclient: status |
New |
Fix Released |
|
2020-11-09 17:48:39 |
Ghanshyam Mann |
python-troveclient: status |
New |
Fix Released |
|
2020-11-09 17:48:57 |
Ghanshyam Mann |
python-watcherclient: status |
New |
Fix Released |
|
2020-11-09 17:49:19 |
Ghanshyam Mann |
watcher: status |
New |
Fix Released |
|
2020-11-09 17:50:18 |
Ghanshyam Mann |
taskflow: status |
New |
Fix Released |
|
2020-11-09 17:51:33 |
Ghanshyam Mann |
solum: status |
New |
Fix Released |
|
2020-11-09 17:51:33 |
Ghanshyam Mann |
solum: assignee |
|
Ghanshyam Mann (ghanshyammann) |
|
2020-11-17 04:56:31 |
OpenStack Infra |
bug watch added |
|
https://github.com/paramiko/paramiko/issues/1108 |
|
2022-08-02 17:31:00 |
Vida Haririan |
manila: status |
Fix Committed |
Fix Released |
|