Activity log for bug #1880987

Date Who What changed Old value New value Message
2020-05-27 16:41:30 errors.ubuntu.com bug bridge bug added bug
2020-05-27 16:41:31 errors.ubuntu.com bug bridge bug added subscriber Brian Murray
2020-05-27 17:44:20 Marcus Tomlinson update-manager (Ubuntu): assignee Marcus Tomlinson (marcustomlinson)
2020-05-27 17:45:06 Marcus Tomlinson update-manager (Ubuntu): importance Undecided High
2020-05-27 17:45:15 Marcus Tomlinson update-manager (Ubuntu): status New Triaged
2020-05-28 09:28:43 Marcus Tomlinson update-manager (Ubuntu): status Triaged In Progress
2020-05-28 09:34:27 Marcus Tomlinson branch linked lp:~marcustomlinson/update-manager/update-manager
2020-06-01 02:06:30 Launchpad Janitor branch linked lp:update-manager
2020-06-03 09:22:23 Launchpad Janitor update-manager (Ubuntu): status In Progress Fix Released
2020-06-03 17:04:35 Marcus Tomlinson description The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at https://errors.ubuntu.com/problem/b2c8bc0cb8285d022b6b6aa8a75000e6d82dab19 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. [Impact] The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at https://errors.ubuntu.com/problem/b2c8bc0cb8285d022b6b6aa8a75000e6d82dab19 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. [Test Case] [Regression Potential]
2020-06-03 17:04:43 Marcus Tomlinson summary /usr/bin/update-manager:TypeError:_on_finished:_action_done:get_deb2snap_dups:_on_finished:_action_done:get_deb2snap_dups [SRU] /usr/bin/update-manager:TypeError:_on_finished:_action_done:get_deb2snap_dups:_on_finished:_action_done:get_deb2snap_dups
2020-06-03 17:07:03 Marcus Tomlinson description [Impact] The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at https://errors.ubuntu.com/problem/b2c8bc0cb8285d022b6b6aa8a75000e6d82dab19 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. [Test Case] [Regression Potential] [Impact] The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at https://errors.ubuntu.com/problem/b2c8bc0cb8285d022b6b6aa8a75000e6d82dab19 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. [Test Case] This is reproducable by raising an AssertionError in the initialization of MyCache and looks like a problem with "UpdateManager/backend/__init__.py" carrying on when cache is set to None. Here are the lines of code I'm looking at: except Exception as e: logging.debug("error reading cache (%s)" % e) cache = None [Regression Potential] Instead of assigning the cache to None and attempting to continue the duplicates check, we now just return an empty array. It's perfectly safe to postpone this duplicates check to a later update, so there's little regression potential in my opinion.
2020-06-03 17:07:45 Marcus Tomlinson nominated for series Ubuntu Focal
2020-06-03 17:07:45 Marcus Tomlinson bug task added update-manager (Ubuntu Focal)
2020-06-03 17:08:07 Marcus Tomlinson update-manager (Ubuntu Focal): assignee Marcus Tomlinson (marcustomlinson)
2020-06-03 17:08:10 Marcus Tomlinson update-manager (Ubuntu Focal): importance Undecided High
2020-06-03 17:08:16 Marcus Tomlinson update-manager (Ubuntu Focal): status New In Progress
2020-06-03 17:13:17 Marcus Tomlinson description [Impact] The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at https://errors.ubuntu.com/problem/b2c8bc0cb8285d022b6b6aa8a75000e6d82dab19 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. [Test Case] This is reproducable by raising an AssertionError in the initialization of MyCache and looks like a problem with "UpdateManager/backend/__init__.py" carrying on when cache is set to None. Here are the lines of code I'm looking at: except Exception as e: logging.debug("error reading cache (%s)" % e) cache = None [Regression Potential] Instead of assigning the cache to None and attempting to continue the duplicates check, we now just return an empty array. It's perfectly safe to postpone this duplicates check to a later update, so there's little regression potential in my opinion. [Impact] The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at https://errors.ubuntu.com/problem/b2c8bc0cb8285d022b6b6aa8a75000e6d82dab19 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. [Test Case] This is reproducable by raising an AssertionError in the initialization of MyCache and looks like a problem with "UpdateManager/backend/__init__.py" carrying on when cache is set to None. Here are the lines of code I'm looking at:         except Exception as e:             logging.debug("error reading cache (%s)" % e)             cache = None [Regression Potential] Instead of assigning the cache to None and attempting to continue the duplicates check, we now just return an empty array. It's perfectly safe to postpone this duplicates check to a later update, so there's little regression potential as far as I can see.
2020-06-03 17:16:48 Marcus Tomlinson description [Impact] The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at https://errors.ubuntu.com/problem/b2c8bc0cb8285d022b6b6aa8a75000e6d82dab19 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. [Test Case] This is reproducable by raising an AssertionError in the initialization of MyCache and looks like a problem with "UpdateManager/backend/__init__.py" carrying on when cache is set to None. Here are the lines of code I'm looking at:         except Exception as e:             logging.debug("error reading cache (%s)" % e)             cache = None [Regression Potential] Instead of assigning the cache to None and attempting to continue the duplicates check, we now just return an empty array. It's perfectly safe to postpone this duplicates check to a later update, so there's little regression potential as far as I can see. [Impact] The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at https://errors.ubuntu.com/problem/b2c8bc0cb8285d022b6b6aa8a75000e6d82dab19 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. [Test Case] This is reproducable by raising an AssertionError during the initialization of MyCache in "UpdateManager/backend/__init__.py" whereby the cache is then assigned to None:         except Exception as e:             logging.debug("error reading cache (%s)" % e)             cache = None [Regression Potential] Instead of assigning the cache to None and attempting to continue the duplicates check, we now just return an empty array. It's perfectly safe to postpone this duplicates check to a later update, so there's little regression potential as far as I can see.
2020-06-03 17:17:42 Marcus Tomlinson nominated for series Ubuntu Eoan
2020-06-03 17:17:42 Marcus Tomlinson bug task added update-manager (Ubuntu Eoan)
2020-06-03 17:17:42 Marcus Tomlinson nominated for series Ubuntu Bionic
2020-06-03 17:17:42 Marcus Tomlinson bug task added update-manager (Ubuntu Bionic)
2020-06-03 17:17:47 Marcus Tomlinson update-manager (Ubuntu Bionic): status New Confirmed
2020-06-03 17:17:49 Marcus Tomlinson update-manager (Ubuntu Eoan): status New Confirmed
2020-06-03 17:33:29 Launchpad Janitor branch linked lp:~ubuntu-core-dev/ubuntu/focal/update-manager/ubuntu
2020-06-03 18:27:58 Brian Murray update-manager (Ubuntu Eoan): status Confirmed Invalid
2020-06-03 18:28:08 Brian Murray update-manager (Ubuntu Bionic): status Confirmed Invalid
2020-06-03 18:42:18 Marcus Tomlinson bug task deleted update-manager (Ubuntu Eoan)
2020-06-03 18:42:23 Marcus Tomlinson bug task deleted update-manager (Ubuntu Bionic)
2020-06-05 14:27:55 Łukasz Zemczak update-manager (Ubuntu Focal): status In Progress Fix Committed
2020-06-05 14:27:57 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2020-06-05 14:27:59 Łukasz Zemczak bug added subscriber SRU Verification
2020-06-05 14:28:01 Łukasz Zemczak tags bionic eoan focal groovy kylin-20.04 bionic eoan focal groovy kylin-20.04 verification-needed verification-needed-focal
2020-06-16 21:22:53 Brian Murray tags bionic eoan focal groovy kylin-20.04 verification-needed verification-needed-focal bionic eoan focal groovy kylin-20.04 verification-done verification-done-focal
2020-06-18 09:18:49 Launchpad Janitor update-manager (Ubuntu Focal): status Fix Committed Fix Released
2020-06-18 09:19:00 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team