This bug was fixed in the package apport - 2.20.10-0ubuntu1 --------------- apport (2.20.10-0ubuntu1) cosmic; urgency=medium
* New upstream release: - backends/packaging-apt-dpkg.py: when using a permanent sandbox better check for the package being already available thereby reducing quantity of downloads. - apport/report.py: Use timeout parameter in subprocess to limit how long we'll wait for gdb to return information as gdb can hang with some core files. - data/apport: Fix PEP8 issues - apport/ui.py: Include ProblemType in reports which are updated as package hooks may expect the report to have a ProblemType. (LP: #1766794) - test/test_ui.py: modify run_crash_kernel test to account for the fact that linux-image-$kvers-$flavor is now built from the linux-signed source package on amd64 and ppc64el. (LP: #1766740) * data/general-hooks/ubuntu.py: Fix UnicodeDecodeError when processing DpkgTerminalLog. (LP: #1766337) * data/general-hooks/ubuntu.py: Don't display a messy error if python or python3 is not installed. (LP: #1769262) * debian/apport.links: source_linux-signed.py -> source_linux.py package hook (LP: #1766740) * data/package-hooks/source_linux.py: Redirect bugs filed about the linux-signed source package to linux. (LP: #1766740) -- Brian Murray <br...@ubuntu.com> Thu, 10 May 2018 09:31:34 -0700 ** Changed in: apport (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1766740 Title: apport autopkgtest regression due to kernel packaging changes Status in apport package in Ubuntu: Fix Released Bug description: In bionic, linux-image-$kvers-$flavor is now built from the linux- signed source package on amd64, not from the linux source package. This now causes a test to fail in the apport test suite: [...] ====================================================================== FAIL: test_run_crash_kernel (__main__.T) run_crash() for a kernel error ---------------------------------------------------------------------- Traceback (most recent call last): File "./test_ui.py", line 1305, in test_run_crash_kernel self.assertEqual(self.ui.opened_url, 'http://linux.bugs.example.com/%i' % se lf.ui.crashdb.latest_id()) AssertionError: 'http://linux-signed.bugs.example.com/5' != 'http://linux.bugs.e xample.com/5' - http://linux-signed.bugs.example.com/5 ? ------- + http://linux.bugs.example.com/5 ---------------------------------------------------------------------- Ran 70 tests in 79.815s FAILED (failures=1) [...] (https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest- bionic/bionic/amd64/a/apport/20180424_222219_45dc8@/log.gz) This test needs to be fixed to know about the packaging change. Note that this packaging change is expected to soon be SRUed back to all Ubuntu releases, so apport's testsuite change should also be SRUed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1766740/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp