Activity log for bug #1800601

Date Who What changed Old value New value Message
2018-10-30 07:49:28 Thomas Goirand bug added bug
2018-11-02 05:26:33 Abhishek Kekane glance: status New Confirmed
2018-11-05 08:11:22 Michael Hudson-Doyle bug added subscriber Michael Hudson-Doyle
2018-11-05 08:15:44 Michael Hudson-Doyle bug watch added http://bugs.python.org/issue34320
2018-11-05 10:38:15 OpenStack Infra glance: status Confirmed Fix Released
2018-11-08 17:39:34 Corey Bryant bug task added glance (Ubuntu)
2018-11-08 17:39:45 Corey Bryant nominated for series Ubuntu Disco
2018-11-08 17:39:45 Corey Bryant bug task added glance (Ubuntu Disco)
2018-11-08 17:39:45 Corey Bryant nominated for series Ubuntu Cosmic
2018-11-08 17:39:45 Corey Bryant bug task added glance (Ubuntu Cosmic)
2018-11-08 17:39:52 Corey Bryant glance (Ubuntu Cosmic): status New Triaged
2018-11-08 17:40:04 Corey Bryant glance (Ubuntu Cosmic): importance Undecided Critical
2018-11-08 17:40:06 Corey Bryant glance (Ubuntu Disco): status New Triaged
2018-11-08 17:40:10 Corey Bryant glance (Ubuntu Disco): importance Undecided Critical
2018-11-08 17:41:36 Corey Bryant bug task added cloud-archive
2018-11-08 17:41:56 Corey Bryant summary Unit test infinit recursion in Python 3.7 [SRU] Infinite recursion in Python 3
2018-11-08 17:45:45 Corey Bryant description Hi, When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report: https://bugs.debian.org/911947 Basically, it's this: | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | RecursionError: maximum recursion depth exceeded while calling a Python object Hi, When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report: https://bugs.debian.org/911947 Basically, it's this: | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | RecursionError: maximum recursion depth exceeded while calling a Python object == Ubuntu SRU details == [Impact] An infinite recursion error occurs when running Python 3.6 glance from rocky. This issue has also been seen when running python 3.7 unit tests. [Test Case] [Regression Potential] Fairly low. The patch is a minimal fix and will be fully exercised by the OpenStack charms team.
2018-11-08 17:46:48 Corey Bryant nominated for series cloud-archive/rocky
2018-11-08 17:46:48 Corey Bryant bug task added cloud-archive/rocky
2018-11-08 17:46:55 Corey Bryant cloud-archive/rocky: status New Triaged
2018-11-08 17:46:58 Corey Bryant cloud-archive/rocky: importance Undecided Critical
2018-11-08 17:57:22 Liam Young description Hi, When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report: https://bugs.debian.org/911947 Basically, it's this: | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | RecursionError: maximum recursion depth exceeded while calling a Python object == Ubuntu SRU details == [Impact] An infinite recursion error occurs when running Python 3.6 glance from rocky. This issue has also been seen when running python 3.7 unit tests. [Test Case] [Regression Potential] Fairly low. The patch is a minimal fix and will be fully exercised by the OpenStack charms team. Hi, When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report: https://bugs.debian.org/911947 Basically, it's this: | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | RecursionError: maximum recursion depth exceeded while calling a Python object == Ubuntu SRU details == [Impact] An infinite recursion error occurs when running Python 3.6 glance from rocky. This issue has also been seen when running python 3.7 unit tests. The error has also been seen in a Rocky deployment and causes the glance api service to return 500 errors. [Test Case] Deploy the glance charm on bionic then upgrade it to rocky by updating the openstack-origin to cloud:bionic-rocky/proposed [Regression Potential] Fairly low. The patch is a minimal fix and will be fully exercised by the OpenStack charms team.
2018-11-08 18:47:41 Corey Bryant bug added subscriber Ubuntu Stable Release Updates Team
2018-11-09 10:36:53 Timo Aaltonen glance (Ubuntu Cosmic): status Triaged Fix Committed
2018-11-09 10:36:57 Timo Aaltonen bug added subscriber SRU Verification
2018-11-09 10:37:01 Timo Aaltonen tags verification-needed verification-needed-cosmic
2018-11-09 13:08:14 Corey Bryant cloud-archive: status Triaged Fix Committed
2018-11-09 13:20:57 Corey Bryant tags verification-needed verification-needed-cosmic verification-needed verification-needed-cosmic verification-rocky-needed
2018-11-13 19:03:17 Corey Bryant description Hi, When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report: https://bugs.debian.org/911947 Basically, it's this: | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | RecursionError: maximum recursion depth exceeded while calling a Python object == Ubuntu SRU details == [Impact] An infinite recursion error occurs when running Python 3.6 glance from rocky. This issue has also been seen when running python 3.7 unit tests. The error has also been seen in a Rocky deployment and causes the glance api service to return 500 errors. [Test Case] Deploy the glance charm on bionic then upgrade it to rocky by updating the openstack-origin to cloud:bionic-rocky/proposed [Regression Potential] Fairly low. The patch is a minimal fix and will be fully exercised by the OpenStack charms team. Hi, When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report: https://bugs.debian.org/911947 Basically, it's this: | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys | return dict(self).keys() | RecursionError: maximum recursion depth exceeded while calling a Python object == Ubuntu SRU details == [Impact] An infinite recursion error occurs when running Python 3.6 glance from rocky. This issue has also been seen when running python 3.7 unit tests. The error has also been seen in a Rocky deployment and causes the glance api service to return 500 errors. [Test Case] Bionic (cloud-archive): Deploy the glance charm on bionic then upgrade it to rocky by updating the openstack-origin to cloud:bionic-rocky/proposed Cosmic: Note that for cosmic we don't have the ability to test an upgrade from queens to rocky like we can on bionic so we'll just manually test the python3 code. [Regression Potential] Fairly low. The patch is a minimal fix and will be fully exercised by the OpenStack charms team.
2018-11-13 19:08:28 Corey Bryant tags verification-needed verification-needed-cosmic verification-rocky-needed verification-done-cosmic verification-needed verification-rocky-needed
2018-11-14 14:00:43 Corey Bryant glance (Ubuntu Disco): status Triaged Fix Released
2018-11-14 16:02:34 Liam Young tags verification-done-cosmic verification-needed verification-rocky-needed verification-done-cosmic verification-needed verification-rocky-done
2018-11-19 11:46:06 Ɓukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-11-19 11:56:11 Launchpad Janitor glance (Ubuntu Cosmic): status Fix Committed Fix Released
2018-11-19 12:40:48 Corey Bryant cloud-archive: status Fix Committed Fix Released
2018-11-19 12:40:52 Corey Bryant cloud-archive/rocky: status Fix Committed Fix Released
2019-01-23 02:37:07 OpenStack Infra tags verification-done-cosmic verification-needed verification-rocky-done in-stable-rocky verification-done-cosmic verification-needed verification-rocky-done
2020-03-13 15:12:27 Erno Kuvaja glance: milestone stein-1