Comment 24 for bug 1887544

Revision history for this message
Brian Murray (brian-murray) wrote :

I tested the dist-upgrader from -proposed for the python-qt4-dbg test case and the test succeeded.

bdmurray@clean-bionic-amd64:~$ head -n5 /var/log/dist-upgrade/main.log
2020-10-12 08:40:21,301 INFO Using config files '['./DistUpgrade.cfg.bionic']'
2020-10-12 08:40:21,301 INFO uname information: 'Linux clean-bionic-amd64 5.4.0-48-generic #52~18.04.1-Ubuntu SMP Thu Sep 10 12:50:22 UTC 2020 x86_64'
2020-10-12 08:40:21,726 INFO apt version: '1.6.12ubuntu0.1'
2020-10-12 08:40:21,727 INFO python version: '3.6.9 (default, Jul 17 2020, 12:50:27)
[GCC 8.4.0]'
bdmurray@clean-bionic-amd64:~$ head -n6 /var/log/dist-upgrade/main.log
2020-10-12 08:40:21,301 INFO Using config files '['./DistUpgrade.cfg.bionic']'
2020-10-12 08:40:21,301 INFO uname information: 'Linux clean-bionic-amd64 5.4.0-48-generic #52~18.04.1-Ubuntu SMP Thu Sep 10 12:50:22 UTC 2020 x86_64'
2020-10-12 08:40:21,726 INFO apt version: '1.6.12ubuntu0.1'
2020-10-12 08:40:21,727 INFO python version: '3.6.9 (default, Jul 17 2020, 12:50:27)
[GCC 8.4.0]'
2020-10-12 08:40:21,730 INFO release-upgrader version '20.04.28' started

bdmurray@clean-bionic-amd64:~$ grep python-dbg /var/log/dist-upgrade/main.log
2020-10-12 08:40:49,031 INFO checking for python-dbg
2020-10-12 08:40:49,031 INFO installing python2-dbg because python-dbg was installed
2020-10-12 08:40:49,031 DEBUG Installing 'python2-dbg' (python-dbg was installed on the system)
2020-10-12 08:40:49,177 INFO removing python-dbg because python2-dbg is being installed
2020-10-12 08:40:49,177 DEBUG Removing 'python-dbg' (python2-dbg is being installed on the system)
2020-10-12 08:40:49,177 INFO failed to remove python-dbg

Despite the message in the log file python-dbg is not installed:

bdmurray@clean-bionic-amd64:~$ apt-cache policy python-dbg
python-dbg:
  Installed: (none)
  Candidate: (none)
  Version table:

bdmurray@clean-bionic-amd64:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS"

So part of this verification is done.