[Bug 1936831] Re: libvirt ACPI on unsupported machine

2021-07-22 Thread Christian Ehrhardt
Hi Enoch. I wonder if, maybe, the definition you shared just asks for an impossible configuration. Indeed if it wants acpi, so let us add it. If you add

[Bug 1933034] Re: FTBFS in impish due to test failures

2021-07-22 Thread Christian Ehrhardt
FYI - As of today both build issues are still locally reproducible in sbuild. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1933034 Title: FTBFS in impish due to test failures To manage notificatio

[Bug 1937275] Re: Please RM qemu-web-desktop binaries on armhf, riscv64 and s390x

2021-07-22 Thread Christian Ehrhardt
Yeah the former blocker https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989638 should be fixed by now as we now see only builds that can provide this in https://launchpad.net/ubuntu/+source/qemu-web-desktop/21.05.03-4 +1 to this removal of old binaries ** Bug watch added: Debian Bug tracker

[Bug 1933034] Re: FTBFS in impish due to test failures

2021-07-22 Thread Christian Ehrhardt
It is already clear that eventually once all FTBFS are resolved all these need to be tested combined from proposed. So please combine "dulwich, silver-platter, breezy-debian, breezy, lintian-brush" as triggers together for all the tests of them. -- You received this bug notification because you a

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-22 Thread Christian Ehrhardt
This blocks breezy, but also breezy-debian, lintian-brush and dulwich (see bug 1933034). Once the FTFBS here is resolved there is a series of rebuilds and combined tests that need to be executed. I outlined them at https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1933034/comments/6

[Bug 1933034] Re: FTBFS in impish due to test failures

2021-07-22 Thread Christian Ehrhardt
The fail is on: File "/usr/lib/python3/dist-packages/breezy/git/tree.py", line 1324, in _recurse_index_entries (ctime, mtime, dev, ino, mode, uid, gid, size, sha, ValueError: too many values to unpack (expected 10) And indeed if we check the data there is has 11 elements, here with names:

[Bug 1933034] Re: FTBFS in impish due to test failures

2021-07-22 Thread Christian Ehrhardt
So it is an incompatibility of ii python3-dulwich 0.20.23-1ubuntu1 amd64Python Git library - Python3 module ii python3-breezy 3.2.0-1 amd64distributed version control system - Python 3 library That would be resolved by: breezy | 3.2.1-1 | impish-proposed/univers

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-22 Thread Christian Ehrhardt
** Description changed: Recent (rebuild) is here https://launchpadlibrarian.net/545919434/buildlog_ubuntu-impish-amd64.breezy-debian_2.8.63build1_BUILDING.txt.gz It has plenty of self-test fails like == FAIL: bree

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-22 Thread Christian Ehrhardt
To be clear a bunch of the warnings are intentional e.g. on the try to load breezy.testingplugins.some_error But I tried to reduce the variables: test_plugins_with_the_same_name_are_not_loaded was failing when run combined. Overall we have: test_plugins.TestLoadingPlugins.test_plugin_with_bad_ap

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-23 Thread Christian Ehrhardt
Ok, I found a pair. test_plugin_with_bad_api_version_reports and test_plugin_with_error work individually. But if run after one another the second one fails. I changed their order and it is always the second that fails. -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-23 Thread Christian Ehrhardt
Of the test test_plugin_with_error seems the most simple and even if the same is executed twice the second one fails. So i leaves something yet unknown behind in the test environment that breaks the second execution . brz selftest: /build/breezy-xbGxjH/breezy-3.2.1/brz /build/breezy-xbGxjH/

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-23 Thread Christian Ehrhardt
The load error is intentional (it is a bad module name). But the test expects the stringified exception bad while on the second execution it gets: No module named 'breezy.testingplugins.some_error' This checked error message comes from breezy/plugin.py It is set by: return record_plugin_war

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-23 Thread Christian Ehrhardt
load_with_paths (tests/test_plugins.py) from sets up the paths that are needed for this to work. It reached load_plugins (from breezy/plugin.py) with path _Path('breezy.testingplugins', [], [], ['.']) I wondered if the python cache might keep the (failed) module and remember that it failed to

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-23 Thread Christian Ehrhardt
I have also lead in with two tests of type B and then it is B - good B - good A - bad So it seems like the ones that want to evaluate the log for the raised "bad" can only go first and once. So it still could be that python no more re-loads the code at all and thereby no more triggered "bad". T

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-23 Thread Christian Ehrhardt
I mentioned before that giving each test an individual file name does NOT help to resolve the issue. Still the latter modules are not (re)-loaded and do not trigger the 'raise Exception("bad")\n' I wondered if python might not keep it's cache by path/filename but instead per-hash. In which cas

[Bug 1937173] Re: FTBFS breezy 3.2.1-1

2021-07-23 Thread Christian Ehrhardt
I think I have laid some debugging groundwork here, but I'm lost. This probably needs a reset and a new pair of eyes :-/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1937173 Title: FTBFS breezy 3.2

[Bug 1896250] Re: SDL support is missing while virglrenderer has problems with GTK

2020-11-05 Thread Christian Ehrhardt
You could give the involved components a try on Focal+[1]. That would allow to switch the components one by one while staying on Focal. There is no linux-generic-hwe-20.04 yet that is on the new level. But that you could try from [2] (even more versions to compare if needed). [1]: https://launch

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-11-05 Thread Christian Ehrhardt
** Changed in: python-certbot (Ubuntu Bionic) Assignee: Robie Basak (racb) => Christian Ehrhardt  (paelzer) ** Changed in: python-certbot (Ubuntu Focal) Assignee: Robie Basak (racb) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a mem

[Bug 1876933] Re: FTBFS in focal due to build-time test failures

2020-11-05 Thread Christian Ehrhardt
** Changed in: python-certbot (Ubuntu Focal) Assignee: Robie Basak (racb) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876933 Title: FTBFS in focal due

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-11-05 Thread Christian Ehrhardt
We need a Bionic and a Focal system for that reachable from the Internet with a DNS name. I have created those test systems temporarily on canonistack (an internal openstack service) These notes are mostly for myself to re-do it once things land in proposed, but also illustrate for everyone how t

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-11-05 Thread Christian Ehrhardt
Testing the test instructions: Without the fix this indeed fails Note: You can run it with --verbose to see the issue in more detail if needed. Plugins selected: Authenticator apache, Installer apache Attempting to renew cert (cb-test-bionic.dd-dns.de) from /etc/letsencrypt/renewal/cb-test-bioni

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-11-05 Thread Christian Ehrhardt
Thank you all, I'll take over as Robie is unavailable atm. The test suggestions of Brad were awesome, I think I have created something SRU compatible out of that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-11-05 Thread Christian Ehrhardt
Ok we have: - the packaging changes ready - reviewed the packaging changes - created a test build - come up with test instructions for verification - exercised the test on the test build I think this is ready to enter SRU [1] processing. I'm uploading to Focal/Bionic-unapproved [1]: https://wiki.

[Bug 1902830] Re: autopkgtest fails in hirsute - test_clone_upgrade.py

2020-11-06 Thread Christian Ehrhardt
This is fixed in 0.4.2 synced into Ubuntu by MVO (thanks!). It needs a follow on 0.4.3 which already is on the way. ** Changed in: apt-clone (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1902540] Re: hirsute fails on add-apt-repository

2020-11-06 Thread Christian Ehrhardt
Fixed by https://launchpad.net/ubuntu/+source/python-apt/2.1.3ubuntu3 migrating after some work on dependencies. Note cloud and lxd images do not yet contain this, so you'll need to update before add-apt-repository or wait another day or two. Thanks everyone. ** Changed in: python-apt (Ubuntu)

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-06 Thread Christian Ehrhardt
Changes: - "any_layout" "off" no more present (all six entries of the bad compat are gone) - 2.4 values in "qemu32-x86_64-cpu" "model-id" (matches Bionic now, formerly had 2.4+2.3 set) - "migration" "send-configuration" (still present as before and as in Bionic) - all other implied compat changes

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-06 Thread Christian Ehrhardt
Good - now the compat attributes in Focal for a wily type machine fully match what was present in Bionic. @Trya - could I ask you to try qemu - 1:4.2-3ubuntu6.9~ppa3 from PPA [1] on Focal and do a migration of the kind of windows-guest that formerly failed onto a Focal target that has that instal

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-08 Thread Christian Ehrhardt
Also thanks for testing the PPA @Trya! Once this has become an SRU you'll be asked once more to test it, but until then I need to first fix it in the current Ubuntu release in Development and then do SRUs. ** Changed in: qemu (Ubuntu) Status: Triaged => In Progress -- You received this

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-08 Thread Christian Ehrhardt
Yeah I understand that it is bad i you realize only rather later that it is a release, but the full name references the Ubuntu release quite literally. $ qemu-system-x86_64 -M ? | grep wily pc-i440fx-wily Ubuntu 15.04 PC (i440FX + PIIX, 1996) We can't change the actual type names but the de

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-08 Thread Christian Ehrhardt
** Description changed: + [Impact] + + * History: Xenial's qemu as once released with a machine type that was +very broken. This was later on fixed in bug 1621042 but for +compatibility reasons we need to carry the broken type as well (to e.g. +allow migrations from guests started

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-08 Thread Christian Ehrhardt
FYI: I added the SRU template in preparation and opened three MPs for the required packaging changes. Waiting for review on those now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902654 Title: fa

[Bug 1903509] Re: libvirt-daemon-system creates system user without marking it as system user for login

2020-11-09 Thread Christian Ehrhardt
*** This bug is a duplicate of bug 857651 *** https://bugs.launchpad.net/bugs/857651 Hi Mikko, this unfortunate behavior was discussed a few times already. The central bug for it is bug 857651. It isn't so much a bug in the libvirt package as much more accountservice it seems. Depending on t

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-11-09 Thread Christian Ehrhardt
Interesting thanks Jakub, 0.38 is in groovy and later spice-gtk | 0.37-2fakesync1 | focal/universe | source spice-gtk | 0.38-2ubuntu1 | groovy/universe | source spice-gtk | 0.38-2ubuntu1 | hirsute/universe | source But being a protocol change [1] I'm unsure we can SRU this to Focal easil

[Bug 1891336] Re: gkrellm2-cpufreq depends on libcpupower-dev produced by Debian kernel

2020-11-10 Thread Christian Ehrhardt
*** This bug is a duplicate of bug 1215411 *** https://bugs.launchpad.net/bugs/1215411 ** This bug has been marked a duplicate of bug 1215411 libcpupower.so is not installed from linux-tools -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1215411] Re: libcpupower.so is not installed from linux-tools

2020-11-10 Thread Christian Ehrhardt
Yeah as Brian I came by this a while ago (and now again). Bug 1891336 is about the same. This one here is older and closer to a conclusion. So I'll make the other one a dup, but added bug-tasks and an update-excuse tag to show up in excuses. ** Also affects: gkrellm2-cpufreq (Ubuntu) Importan

[Bug 1876933] Re: FTBFS in focal due to build-time test failures

2020-11-10 Thread Christian Ehrhardt
https://launchpad.net/ubuntu/+source/python-certbot/0.40.0-1ubuntu0.1 built fine in proposed. Since this part of the upload was just the FTBFS this is hereby "validated" to work. ** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done verification-done-foc

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-11-10 Thread Christian Ehrhardt
Prepared the test env as described above on Bionic and Focal. With the current -release package on renewal I got: Focal: ubuntu@bos01-amd64-certbot-focal:~$ sudo certbot renew --force-renewal Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - - - - - - - - - - - -

[Bug 1903719] [NEW] FTFBS on non-x86 (>=Groovy)

2020-11-10 Thread Christian Ehrhardt
Public bug reported: Hi, this is broken on non x86 due to upstream https://github.com/NGSolve/netgen/issues/44 The Debian maintainer was made aware https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974136 and there is a PPA as alternative for Ubuntu users. https://launchpad.net/~ngsolve/+a

Re: [Bug 1889688] Re: [MIR] nvme-cli

2020-11-10 Thread Christian Ehrhardt
On Wed, Nov 11, 2020 at 1:11 AM John Chittum <1889...@bugs.launchpad.net> wrote: > ... > Is this where the "Supported" seed is used? > Yes, that allows to seed it into main without pushing it onto any image/iso build. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1903817] [NEW] Clustalo 1.2.4-6 segfaults on s390x

2020-11-11 Thread Christian Ehrhardt
Public bug reported: Hi, with gcc-10.2 clustalo segfaults on s390x. First of all I beg your pardon, but I didn't find an upstream bug tracker for custalo but think you should be aware. But furthermore I think this might eventually be a gcc bug (or at least needs the s390x gcc experts to look a

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-11 Thread Christian Ehrhardt
@Frank - could you get this properly tagged and mirrored so that the IBM gcc people could have a look? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903817 Title: Clustalo 1.2.4-6 segfaults on s390

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-11 Thread Christian Ehrhardt
FYI: Temporary mitigation forwarded to Debian clustalo packaging at https://salsa.debian.org/med-team/clustalo/-/merge_requests/1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903817 Title: Clustal

Re: [Bug 1902059] Re: [MIR] postgresql-13

2020-11-11 Thread Christian Ehrhardt
On Wed, Nov 11, 2020 at 6:30 PM Matthias Klose <1902...@bugs.launchpad.net> wrote: > yes, but the package still needs a bug subscriber > Yeah, since we were not yet ready on this it wasn't done yet - thanks for the ping. Ubuntu-server is now subscribed. -- You received this bug notification bec

[Bug 1903573] Re: autopkgtest fails in hirsute

2020-11-11 Thread Christian Ehrhardt
This is a known issue around TZ which will be fixed in the next round of stable release updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903573 Title: autopkgtest fails in hirsute To manage

[Bug 1903962] Re: Autopktest broken on ppc64el (hirsute fio 3.21)

2020-11-12 Thread Christian Ehrhardt
Since it breaks the multipath-tools test I'll add a bug task just for tracking ** Also affects: multipath-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1903962] [NEW] Autopktest broken on ppc64el (hirsute fio 3.21)

2020-11-12 Thread Christian Ehrhardt
Public bug reported: Example: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/ppc64el/m/multipath-tools/20201110_202353_71c1e@/log.gz Error: + fio /tmp/autopkgtest.d8v3Mz/tgtbasedmpaths-artifacts/path-change-check.fio verify-ph

[Bug 1903963] Re: Autopktest broken on s390x (hirsute fio 3.12)

2020-11-12 Thread Christian Ehrhardt
Since it breaks the tgt test I'll add a bug task just for tracking ** Also affects: tgt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903963 Titl

[Bug 1903963] [NEW] Autopktest broken on s390x (hirsute fio 3.12)

2020-11-12 Thread Christian Ehrhardt
Public bug reported: While this looks like an odd flaky I/O issue there is a real upstream issue behind it: https://github.com/axboe/fio/issues/1065 With an existing fix: https://github.com/axboe/fio/commit/fd56c235caa42870e6dc33d661514375ea95ffc5 I have prepped all we need into a Debian merg

[Bug 1903962] Re: Autopktest broken on ppc64el (hirsute fio 3.21)

2020-11-12 Thread Christian Ehrhardt
So far it "only" breaks the multipath-tools run on ppc64el, but I'm concerned that the other architectures are just surviving on a sliver of free memory (since I was able to reproduce the same fio behavior on all architectures). Therefore I'll propose adding it to big_packages on all architectures

[Bug 1903978] [NEW] New upstream microreleases 9.5.24 10.15, 12.5 and 13.1

2020-11-12 Thread Christian Ehrhardt
Public bug reported: [Impact]  * MRE for latest stable fixes of Postgres release on August 13th. [Test Case]  * The Postgres MREs traditionally rely on the large set of autopkgtests    to run for verification. In a PPA those are all already pre-checked to    be good for this upload. [Regressio

[Bug 1903573] Re: autopkgtest fails in hirsute

2020-11-12 Thread Christian Ehrhardt
** Changed in: postgresql-12 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903573 Title: autopkgtest fails in hirsute To manage notifications about t

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-12 Thread Christian Ehrhardt
the fix in 21.04 is in -proposed but will (due to a compiler bug) only fully release with the 5.1 upload of hopefully next week. Never the less it is in hirsute-proposed and that is enough to get the SRUs started. I uploaded the fix to F/G -unapproved queue -- You received this bug notificatio

[Bug 1903573] Re: autopkgtest fails in hirsute

2020-11-12 Thread Christian Ehrhardt
FYI - the same timetz issue was on build and I can confirm from the PPA that it is fixed with 12.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903573 Title: autopkgtest fails in hirsute To manag

[Bug 1901242] Re: virt-manager local directory storage failing

2020-11-12 Thread Christian Ehrhardt
Prio to the fix root@g:~# dpkg -l libvirt-daemon-system Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name VersionArchitecture Descript

[Bug 1903962] Re: Autopktest broken on ppc64el (hirsute fio 3.21)

2020-11-12 Thread Christian Ehrhardt
** Also affects: tgt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903962 Title: Autopktest broken on ppc64el (hirsute fio 3.21) To manage not

[Bug 1903963] Re: Autopktest broken on s390x (hirsute fio 3.12)

2020-11-12 Thread Christian Ehrhardt
Fixed by the new FIO 3.23 in hirsute proposed now ** Changed in: tgt (Ubuntu) Status: New => 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/1903963 Title: Autopktest broken on s

[Bug 1903573] Re: autopkgtest fails in hirsute

2020-11-12 Thread Christian Ehrhardt
FYI: Uploaded to hirsute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903573 Title: autopkgtest fails in hirsute To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+s

[Bug 1904192] [NEW] ebtables can not rename just created chain

2020-11-13 Thread Christian Ehrhardt
Public bug reported: Hi, I have an issue with ebtables that affects libvirt. While initially found in hirsute I had to realize this is broken in Groovy and even Bionic (might be a different reason back then) as well right now. But working in Focal (witch matches my memory of it being good before

[Bug 1904192] Re: ebtables can not rename just created chain

2020-11-15 Thread Christian Ehrhardt
FYI Since I started on this with libvirt and the libvirt people were helpful as always in debugging this I also pinged the ML since this issue should affect libvirt in any place where it runs with the new ebtables. https://www.redhat.com/archives/libvir-list/2020-November/msg00790.html @Oibaf -

[Bug 1853021] Re: ssl-cert generate-default-snakeoil provides no way to override default 10 year expiration or reduce to 825 day expiration

2020-11-16 Thread Christian Ehrhardt
** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/ssl-cert/+git/ssl-cert/+merge/393784 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853021 Title: ssl-cert generate-def

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-16 Thread Christian Ehrhardt
I haven't seen any suspicious warnings myself, but I can retry with/without -fno-strict-aliasing and attach the log for your own consideration. And BTW o/ Andreas :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1904192] Re: ebtables can not rename just created chain

2020-11-16 Thread Christian Ehrhardt
FYI: via the libvirt discussion it was reported that - legacy 2.0.11 works on fedora (for us as well on Ubuntu) - 1.8.4 works on RHEL8 (we have 1.8.5 that fails) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1904192] Re: ebtables can not rename just created chain

2020-11-16 Thread Christian Ehrhardt
** Bug watch added: Red Hat Bugzilla #1898130 https://bugzilla.redhat.com/show_bug.cgi?id=1898130 ** Also affects: iptables (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=1898130 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-16 Thread Christian Ehrhardt
** Attachment added: "buildlog O2 fno-strict-aliasing - failing as well" https://bugs.launchpad.net/ubuntu/+source/clustalo/+bug/1903817/+attachment/5435052/+files/O2-fno-strict-aliasing.buildlog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-16 Thread Christian Ehrhardt
As I said it is 100% reproducible and should be for you as well if you follow my steps I mentioned in the report. Let me know if you see anything in the logs that you need me to work on, otherwise all that is left for me is wishing you best luck with debugging. -- You received this bug notificat

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-16 Thread Christian Ehrhardt
** Attachment added: "buildlog O0 - working" https://bugs.launchpad.net/ubuntu/+source/clustalo/+bug/1903817/+attachment/5435050/+files/O0.buildlog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/190

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-16 Thread Christian Ehrhardt
** Attachment added: "buildlog O2 - failing" https://bugs.launchpad.net/ubuntu/+source/clustalo/+bug/1903817/+attachment/5435051/+files/O2.buildlog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/190

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-16 Thread Christian Ehrhardt
TL;DR: "-O2 -fno-strict-aliasing is as broken as -O2, while -O0 still works" I'll attach logs of the three cases ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903817 Title: Clustalo 1.2.4-6 seg

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-17 Thread Christian Ehrhardt
@trya - do you have a chance to test focal-proposed and groovy-proposed as a migration target with your windows machines that are affected? It would be the preferred way to validate this, if you can't please let me know (then I'll do at least the GDB based attribute check that I did before to en

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-17 Thread Christian Ehrhardt
As discussed via IRC here a tarball of my build result (the whole tree) Executing this in it segfaults: src/clustalo -i debian/tests/biopython_testdata/f002 --guidetree-out temp_test.dnd -o temp_test.aln --outfmt clustal --force ** Attachment added: "tar of the built tree that contains the faili

[Bug 1903484] Re: package python-six 1.14.0-2 failed to install/upgrade: installed python-six package post-installation script subprocess returned error exit status 127

2020-11-17 Thread Christian Ehrhardt
>From your log: /var/lib/dpkg/info/python-six.postinst: 6: pycompile: not found The missing binary pycompile is of pkg:python2 And python-six in Focal has: Depends: python2:any (<< 2.8), python2:any (>= 2.7~) According to your log you should have python2-minimal:amd64 2.7.17-2ubuntu4 Which p

[Bug 1903484] Re: package python-six 1.14.0-2 failed to install/upgrade: installed python-six package post-installation script subprocess returned error exit status 127

2020-11-17 Thread Christian Ehrhardt
Forgot, also: dpkg --verify python2-minimal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903484 Title: package python-six 1.14.0-2 failed to install/upgrade: installed python-six package post-in

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-17 Thread Christian Ehrhardt
In a discussion with Andreas we failed to break it in his environment but it reliably failed in mine. Then I found the crash in dmesg, there it looks like this: [2431454.082712] User process fault: interruption code 003b ilc:2 in clustalo[2aa2d00+d4000] [2431454.082725] Failing address: 0

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-17 Thread Christian Ehrhardt
The crash happens in 5.4.0-51-generic and a Hirsute LXD container therein. But also in a Hirsute VM under 5.8.0-25-generic On the latter the crash looks like (similar): [520179.980824] report_user_fault: 5 callbacks suppressed [520179.980827] User process fault: interruption code 003b ilc:3 in c

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-17 Thread Christian Ehrhardt
** Attachment added: "Core dump gatheres in a Hirsute s390x VM with 5.8.0-25-generic - matches the source/build tarball formerly attached" https://bugs.launchpad.net/ubuntu/+source/clustalo/+bug/1903817/+attachment/5435116/+files/core.0.84593.1605606619.tar.gz -- You received this bug notifi

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-11-17 Thread Christian Ehrhardt
Segfault avoidable (thanks AndiKr) if we set OMP_NUM_THREADS, but that is just hiding the underlying issue which probably is code that isn't s390x compatible. OMP_NUM_THREADS=1 src/clustalo -i debian/tests/biopython_testdata/f002 --guidetree-out temp_test.dnd -o temp_test.aln --outfmt clustal --fo

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-17 Thread Christian Ehrhardt
For the sake of a potential upstream change I was trying qemu from git up to current master, but it still fails with the same error: ‘TYPE_CANONICAL’ is not compatible. Due to that - as long as the checking is enabled - qemu is unbuildable in Hirsute. At the same time Doko and I began with test

[Bug 1904192] Re: ebtables can not rename just created chain

2020-11-17 Thread Christian Ehrhardt
The issue was confirmed and a fix now committed to the upstream repository. => http://git.netfilter.org/iptables/commit/?id=55b7c71dce7144f4dc0297c17abf0f04879ee247 @Alex will you (as usual) do the upload of that - will eventually be Groovy and Hirsute that needs this. ** Also affects: iptables

[Bug 1904584] [NEW] libvirt 6.8 / qemu 5.1 - --p2p --tunnelled is hanging

2020-11-17 Thread Christian Ehrhardt
Public bug reported: With the most recent versions of livbirt 6.8 and qemu 5.1 migrations with --p2p --tunnelled block. Example: $ virsh migrate --unsafe --live --p2p --tunnelled kvmguest-hirsute-normal qemu+ssh://10.222.1.159/system --p2p works, but --p2p --tunneled hangs, eventually ending in

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-17 Thread Christian Ehrhardt
Issue in livecd-rootfs/2.694 resolved. The one in systemd likely as well (known to be flaky) but it is still running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902654 Title: failure to migrate

[Bug 1903700] Re: [MIR] python-tzlocal

2020-11-17 Thread Christian Ehrhardt
** Changed in: python-tzlocal (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903700 Title: [MIR] python-tzlocal To manage notificatio

[Bug 1903704] Re: [MIR] python-calmjs.types

2020-11-17 Thread Christian Ehrhardt
** Changed in: python-calmjs.types (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903704 Title: [MIR] python-calmjs.types To manage n

[Bug 1903703] Re: [MIR] python-calmjs.parse

2020-11-17 Thread Christian Ehrhardt
** Changed in: python-calmjs.parse (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903703 Title: [MIR] python-calmjs.parse To manage n

[Bug 1903698] Re: [MIR] natsort

2020-11-17 Thread Christian Ehrhardt
** Changed in: natsort (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903698 Title: [MIR] natsort To manage notifications about this

[Bug 1903702] Re: [MIR] python-calmjs

2020-11-17 Thread Christian Ehrhardt
** Changed in: python-calmjs (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903702 Title: [MIR] python-calmjs To manage notifications

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-17 Thread Christian Ehrhardt
Autopkgtest on systemd/245.4-4ubuntu3.3 (amd64) resolved as well now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902654 Title: failure to migrate virtual machines with pc-i440fx-wily type to ubu

[Bug 1904192] Re: ebtables can not rename just created chain

2020-11-17 Thread Christian Ehrhardt
** Bug watch added: Debian Bug tracker #975028 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975028 ** Also affects: iptables (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975028 Importance: Unknown Status: Unknown ** Changed in: iptables (Ubuntu Groovy)

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-18 Thread Christian Ehrhardt
The originally reported check via qtree (just looking at virtio-balloon-pci) now correctly reports true for any_layout. Focal dev: virtio-balloon-pci, id "balloon0" ... bus: virtio-bus type virtio-pci-bus dev: virtio-balloon-device, id "" ... any_lay

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-18 Thread Christian Ehrhardt
GDB check attributes of the wily type in gdb in regard to virtio-blk-pci virtio-balloon-pci virtio-serial-pci virtio-9p-pci virtio-rng-pci migration send-configuration migration send-section-footer migration store-global-state Focal (2.10 is starting at 62) (gdb) p (GlobalProperty*)(object_compa

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-18 Thread Christian Ehrhardt
Setting verified tags as I confirmed in GDB and qtree. @trya - still if there would be a chance to also try the windows guests on these before we release that would be great. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-18 Thread Christian Ehrhardt
First of all - the upgrades to the versions in proposed worked just fine. Groovy root@g-wily:~# apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: alsa-ucm-conf apport ap

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-18 Thread Christian Ehrhardt
Bisect step #1 - Expected to ICE and indeed does so. gcc-20200507.tar.xz /root/qemu-5.0/linux-user/syscall.c: In function ‘do_syscall1.constprop’: /root/qemu-5.0/linux-user/syscall.c:12479:1: internal compiler error: Segmentation fault 12479 | } | ^ 0x5518cb crash_signal ../../gcc

[Bug 1904584] Re: libvirt 6.8 / qemu 5.1 - --p2p --tunnelled is hanging

2020-11-18 Thread Christian Ehrhardt
** Tags added: libvirt-21.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904584 Title: libvirt 6.8 / qemu 5.1 - --p2p --tunnelled is hanging To manage notifications about this bug go to: https:/

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-18 Thread Christian Ehrhardt
FYI currently on 20190425. First build passed, but we need a few more to be sure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890435 Title: gcc-10 breaks on armhf (flaky): internal compiler error

[Bug 1902059] Re: [MIR] postgresql-13

2020-11-18 Thread Christian Ehrhardt
I analyzed test issues. Merged gvmd to fix one, retriggered a few others (no resolved). Some further test issues will be fixed in the future, for now there are hints to mitigate them at: https://code.launchpad.net/~paelzer/britney/+git/hints- ubuntu/+merge/394114 -- You received this bug notific

Re: [Bug 1902654] Re: failure to migrate virtual machines with pc-i440fx-wily type to ubuntu 20.04

2020-11-18 Thread Christian Ehrhardt
On Wed, Nov 18, 2020 at 8:15 PM trya uuum <1902...@bugs.launchpad.net> wrote: > > Everything works. I tested migration to focal and groovy. Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/190

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-18 Thread Christian Ehrhardt
20190425 can be considered good it completed 4.5 times before I scheduled the next run. Next is r10-4054 which has -v of: gcc version 10.0.0 20191022 (experimental) (GCC) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-11-18 Thread Christian Ehrhardt
r10-4054 failed with during RTL pass: reload /root/qemu-5.0/fpu/softfloat.c: In function ‘sf_canonicalize’: /root/qemu-5.0/fpu/softfloat.c:670:1: internal compiler error: Segmentation fault 670 | } | ^ 0x4b7443 crash_signal ../../gcc/gcc/toplev.c:326 0x66b7c7 thumb2_legitimate_ad

[Bug 1902059] Re: [MIR] postgresql-13

2020-11-19 Thread Christian Ehrhardt
Interim update on the dependent upstream projects I mentioned in commend #3. This is important if we later need to remove it. BTW all of them are removed from debian-testing already. looking good: - pgl-ddl-deploy fixed in v2.0 (needs debian to merge) - pg-wait-sampling fixed in 1.1.2 (needs debia

[Bug 1904843] Re: autopkgtest fails on dependency issues - please sync

2020-11-19 Thread Christian Ehrhardt
=> https://launchpad.net/ubuntu/+source/cyrus-imapd/3.2.4-3 ** Changed in: cyrus-imapd (Ubuntu) Status: New => In Progress ** Changed in: cyrus-imapd (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which

<    2   3   4   5   6   7   8   9   10   11   >