[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2021-01-26 Thread Shih-Yuan Lee
The fix for LP: #1908023 will cover/replace the fix of this bug. ** Changed in: oem-priority Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599 Title:

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-12-22 Thread Yuan-Chen Cheng
If we decide to take this, SRU back to focal is needed, given most OEM use LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599 Title: installation stopped by an random exception from mark_ins

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-12-16 Thread Shih-Yuan Lee
** Description changed: Exception in the installation Aug 12 19:26:59 ubuntu /plugininstall.py: Exception during installation: Aug 12 19:26:59 ubuntu /plugininstall.py: Traceback (most recent call last): Aug 12 19:26:59 ubuntu /plugininstall.py: File "/usr/share/ubiquity/plugininstal

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-12-15 Thread Jean-Baptiste Lallement
** Changed in: ubiquity (Ubuntu) Status: New => Fix Committed ** Changed in: ubiquity (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599 Title:

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-12-08 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~fourdollars/ubiquity/+git/ubiquity/+merge/395055 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599 Title: installation stopped by an rand

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-12-08 Thread Shih-Yuan Lee
** Changed in: oem-priority Assignee: Alex Tu (alextu) => Shih-Yuan Lee (fourdollars) ** Changed in: oem-priority Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-09-22 Thread Yuan-Chen Cheng
** Changed in: oem-priority Assignee: (unassigned) => Alex Tu (alextu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599 Title: installation stopped by an random exception from mark_install

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-09-07 Thread Yuan-Chen Cheng
** Changed in: oem-priority Assignee: Yuan-Chen Cheng (ycheng-twn) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599 Title: installation stopped by an random exception from

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Yuan-Chen Cheng
** Description changed: + Exception in the installation + + Aug 12 19:26:59 ubuntu /plugininstall.py: Exception during installation: + Aug 12 19:26:59 ubuntu /plugininstall.py: Traceback (most recent call last): + Aug 12 19:26:59 ubuntu /plugininstall.py: File "/usr/share/ubiquity/plugininstal

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Yuan-Chen Cheng
** Description changed: This happen in oem project because we have lots pkg to upgrade during installation because the design of factory process need it. As package list have certain dependency, and the the order that we get the pkg from the python set object is not good for underlying

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Ubuntu Foundations Team Bug Bot
The attachment "install_misc_py.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Yuan-Chen Cheng
as this happens, I found the real exception is give by File "/usr/lib/python3/dist-packages/apt/package.py", line 1549, in mark_install fixer.resolve(True) apt_pkg.Error: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. the package cause this err

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Yuan-Chen Cheng
Note: the patch will not change the flow if not exception happens in mark_install(cache, pkg) Given so, I think there won't have regression if we apply this. ** Description changed: This happen in oem project because we have lots pkg to upgrade during installation because the design of fact

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Yuan-Chen Cheng
the dpkg -l as this happens ** Attachment added: "current-pkg-list.txt" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1891599/+attachment/5406034/+files/current-pkg-list.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Yuan-Chen Cheng
the pkg list we want to mark install as we run to there. ** Attachment added: "deb-to-mark-installed.txt" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1891599/+attachment/5406035/+files/deb-to-mark-installed.txt ** Changed in: oem-priority Status: New => Confirmed -- You r

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Yuan-Chen Cheng
https://git.launchpad.net/ubuntu/+source/ubiquity/tree/ubiquity/install_misc.py?h=ubuntu /focal-updates#n534 ** Changed in: oem-priority Assignee: Alex Tu (alextu) => Yuan-Chen Cheng (ycheng-twn) ** Description changed: - An exception is randomly happening while ubiquity calling cachedpkg.

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-31 Thread Yuan-Chen Cheng
the patch that passed 50 installtion ** Patch added: "install_misc_py.patch" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1891599/+attachment/5406032/+files/install_misc_py.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-17 Thread Alex Tu
** Tags added: originate-from-1891603 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599 Title: installation stopped by an random exception from mark_install() in Cache class of python3-apt To

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-14 Thread Alex Tu
I'm trying to upload log, but keep getting launchpad opps. (Error ID: OOPS-6b4d02cb9bb92efa8664d821b400a951) So, I will try uploading syslog later. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-14 Thread Alex Tu
I'm trying to upload log, but keep getting launchpad opps. So, I will try uploading syslog later. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891599 Title: installation stopped by an random excep

[Bug 1891599] Re: installation stopped by an random exception from mark_install() in Cache class of python3-apt

2020-08-14 Thread Alex Tu
for 1. improve the fault tolerance of Ubiquity while it calling external library. We are trying to have severial times retry in ubiquity before thow out the exception. And the installation testing is in progress. ** Tags added: oem-priority originate-from-1891118 somerville -- You received thi