[Bug 1766740] Re: apport autopkgtest regression due to kernel packaging changes
Steve Langasek
steve.langasek at canonical.com
Thu May 31 16:15:15 UTC 2018
Hello Steve, or anyone else affected,
Accepted apport into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apport/2.20.9-0ubuntu7.2 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: apport (Ubuntu Bionic)
Status: In Progress => Fix Committed
** Tags added: verification-needed verification-needed-bionic
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, 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
Status in apport source package in Bionic:
Fix Committed
Bug description:
[SRU Justification]
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.
[Test case]
This passes if the autopkgtests pass.
[Regression potential]
The test could be changed to pass while leaving underlying issues in the code. This has probably not happened here.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1766740/+subscriptions
More information about the foundations-bugs
mailing list