bug pattern for bug 996916 not specific enough
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apport |
Fix Released
|
High
|
Brian Murray |
Bug Description
I wanted to file https:/
upgrader/
I expected the usual workflow: a magic Launchpad link that makes me wait and wait and then eventually lets me file a new bug, which has a bunch of relevant information attached to it.
ubuntu-bug decided instead that my problem was already known, and that I should add additional information to this unrelated old bug from 2012 https:/
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: apport 2.20.1-0ubuntu2.1
Uname: Linux 2.6.32-042stab116.2 x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sun Sep 18 13:10:10 2016
JournalErrors:
Error: command ['journalctl', '-b', '--priority=
Users in the 'systemd-journal' group can see all messages. Pass -q to
turn off this notice.
No journal files were opened due to insufficient permissions.
PackageArchitec
SourcePackage: apport
UpgradeStatus: Upgraded to xenial on 2016-09-18 (0 days ago)
Related branches
description: | updated |
Changed in apport: | |
assignee: | nobody → Brian Murray (brian-murray) |
status: | Triaged → In Progress |
apport checks for a bug pattern before filing a bug report, in the case of the bug which you were reporting it matched the bug pattern for bug 996916. That pattern looks like:
<pattern url="https:/ /launchpad. net/bugs/ 996916"> >^(ubuntu- release- upgrader- core |update- manager) </re> upgradeMainlog" >blacklist expr '\^postgresql- .*\[0-9\ ]\\.\[0- 9\].*' matches</re>
<re key="Package"
<re key="VarLogDist
</pattern>
From the bugs I'd seen before most of them failed to calculate the upgrade, however in your log file (Mainlog.txt) the message appears during the obsolete package check.
2016-09-18 12:53:10,503 DEBUG Start checking for obsolete pkgs manager- core' matches 'update- manager- core' manager- core' (in removalBlacklist) manager- core' scheduled for remove but not safe to remove, skipping manager- core' matches 'update- manager- core' distupgrade' has unwanted removals, skipping distupgrade' scheduled for remove but not safe to remove, skipping .*[0-9] \.[0-9] .*' matches 'postgresql-9.3'
2016-09-18 12:53:18,126 DEBUG blacklist expr 'update-
2016-09-18 12:53:18,127 DEBUG skipping 'update-
2016-09-18 12:53:18,127 DEBUG 'update-
2016-09-18 12:53:23,737 DEBUG blacklist expr 'update-
2016-09-18 12:53:23,737 DEBUG package 'python3-
2016-09-18 12:53:25,652 DEBUG 'python3-
2016-09-18 12:53:25,980 DEBUG blacklist expr '^postgresql-
2016-09-18 12:53:25,980 DEBUG skipping 'postgresql-9.3' (in removalBlacklist)
2016-09-18 12:53:25,980 DEBUG 'postgresql-9.3' scheduled for remove but not safe to remove, skipping
The bug pattern should be modified so that it only matches bugs where the message appears before upgrading.