[00:45] ah waiting for gcc-10 to build [01:57] https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/405655 [01:57] no [01:57] lrwxrwxrwx root/root 0 2021-06-28 02:52 ./libx32/ld-linux-x32.so.2 -> /libx32/ld-linux-x32.so.2 [01:57] hmm [01:57] how did i do that [01:57] fun [01:58] oh for heavens sake [01:58] from=debian/tmp-x32$rtld_so \ [01:58] soname=`basename $rtld_so` \ [01:58] to="debian/tmp-x32//libx32/$soname" ; \ [01:58] if [ $from != $to ]; then \ [01:59] that's comparing debian/tmp-x32/libx32/ld-linux-x32.so.2 with debian/tmp-x32//libx32/ld-linux-x32.so.2 [02:08] tseliot: what happen [02:08] (looking at ubuntu-drivers autopkgtests) [02:08] er build logs [02:34] are these messages coming from apt?? [02:41] yes they are but it looks like they've been emitted since 2014 so what has changed? [03:59] Regarding https://bugs.launchpad.net/bugs/1932559, I saw oem-somerville-gendry-meta on https://launchpad.net/ubuntu/focal/+queue after I executed ./copy-package --from ppa:canonical-oem-metapackage-uploaders/ubuntu/oem-metapackage-staging --from-suite focal --to ubuntu --to-suite focal-proposed oem-somerville-gendry-meta. But its Component is 'universe' instead of 'main'. Any idea? [03:59] Launchpad bug 1932559 in Ubuntu "[MIR] oem-somerville-gendry-meta" [Undecided, Confirmed] [04:15] FourDollars: i'm no expert, but i would guess that will get deault with when the queue gets processed [08:43] hum, I don't seem to be able to sso login to do autopkgtest retries [08:44] like https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=amd64&package=colord&trigger=gnome-settings-daemon/40.0.1-1ubuntu1 sends me to a sso login page [08:44] I click the button, get the ubuntu one page with my username listed and checked, I click 'yes, log me in' and I get a non secure redirection warning from firefox [08:44] bah, and now it worked [08:45] alright, probably a transient issue and bad timing [08:51] mwhudson, ? [09:32] seb128: After investigating the systemd vs network-manager autopkgtests I think there is an actual regression in NM v1.32: https://pad.lv/1936312 [09:32] Launchpad bug 1936312 in network-manager (Ubuntu) "nm-online times out, failing autopkgtests" [Undecided, New] [09:46] slyon, hey, thanks for investigating. I wonder if that's my fault for removing ubuntu_revert_systemd.patch in https://git.launchpad.net/network-manager/commit/?id=4c4f7172 [09:46] Commit 4c4f717 in network-manager "Update packaging for the new version" [09:47] slyon, that sounds similar to bug #1914062 which was why it was added but the problem was supposed to be fixed in systemd [09:47] Bug 1914062 in systemd (Ubuntu) "NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC" [High, Fix Released] https://launchpad.net/bugs/1914062 [09:51] yes that looks very related. could we keep that ubuntu_revert_systemd.patch? [09:51] tseliot: https://launchpad.net/ubuntu/+source/ubuntu-drivers-common/1:0.9.1 [09:54] doko: gcc-10 taking 24 hours + on amd64 doesn't seem normal? :/ [10:16] seb128: looks like the supposed fix in systemd (247.3-1ubuntu1) was reverted only one day later by @stgraber https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?h=ubuntu-impish&id=efebddfe37efff6a259ef7fd59212d65ad1b848b [10:16] Commit efebddf in ~ubuntu-core-dev/ubuntu/+source/systemd "Revert 'Don't start udevd service and sockets in LXC'" [10:17] I'm not sure whats going on there... looks like we have 2 patches available to fix the problem, both dropped from the current packages [10:20] Maybe stgraber can comment on that situation (^^^) once he is available [10:25] slyon, right, thanks for noticing the revert! [10:25] stgraber, ^ [10:30] there seems to be an almost universal law that clisp migrations are blocked by sbcl failures and vice versa [10:31] (and also that they are completely incomprehensible, but that may be because i haven't really done any common lisp in like 15 years) [10:32] mwhudson, it is normal, if a build ends on slow hardware. yes, fastest builds are around 10h [10:33] doko: ah ok [10:33] mwhudson, I only checked the bison rebuild, nothing else. the other rebuilds did already migrate [10:34] doko: yeah, the _dl_catch_error thing on i386 is strange [10:35] makes https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#glibc ugly to look at [10:42] mwhudson, yes, I noticed the failures, I suspect the error from the log is just a red herring, and it's the actual writing the package list to a file that is failing [11:09] juliank: any comments on https://gist.github.com/iainlane/cf7a426ea35066e7ace8046cab922e6a as a way to find esm updates you "could" get? === davdunc_ is now known as davdunc [11:18] laney: looks ok to me [11:19] 👍 [11:19] a constant on the API for -32768 would be nice [11:20] slyon: there was a fix submitted by stgraber's team into systemd, which got merged. We must run udevd service and sockets in LXC. And issues that were preventing from running them should be fixed in latest systemd release. Is the tl;dr that I know about. [11:22] laney: I'd just skip that check, to be honest [11:22] If you manually pin ESM down, it will pop up as disabled, but oh well [11:23] juliank: not sure what you mean, pop up how? [11:23] laney: If you remove the check, you'd also see ESM upgrades you missed out on because of local pinning config [11:23] oic [11:23] laney: Though presumably you'd want to just check priority < 0 [11:23] is that desirable? [11:24] I realized that you probably want to check for "disabled" ESM and not ESM updates that are not the candidate because you have a PPA with higher version :) [11:24] yeah [11:25] I guess I want to say, if we remove this Pin-Priority: never, would it be the candidate? [11:26] laney: I mean, you could also call policy.set_priority(version, 500) and then check if it becomes the candidate :D [11:26] scary [11:26] heh [11:26] is that smart? [11:26] it feels kinda smart [11:26] Or maybe it doesn't work I don't remember [11:27] because it's supposed to not be overridable by preferences files [11:27] i'll try it, see what happens [11:27] suppose I have to remember the old priority and unset it at the end [11:28] make me a context manager for this kind of thing :D [11:28] laney: Um, well, the priority is probably 0 by default (it falls back to the package file) [11:29] laney: But the current thing essentially is what I did in the ua apt hook [11:29] laney: Where do you want to put this code, btw? [11:29] because python-apt is scary slow, hence we went with C++ for the hook (and Go for the new one) [11:29] juliank: update-manager [11:30] ah, ok, makes sense there [11:30] ideally I'll find an existing loop through the cache to put this in [11:33] laney: You could loop over the PackageFile objects first and check if any actually are a disabled ESM source before checking further [11:33] laney: But it's only accessible from apt_pkg I think [11:34] laney: Probably I think it's best to keep the code as is rather than try to play with the policy, I'm scared a bit by policy.cc [11:36] * juliank is not sure it's possible to reset the priority, or well, actually set it [11:36] :D [11:37] yeah, apt is broken, SetPriority() forgets to set the type [11:38] In [14]: c._depcache.policy.set_priority(c["apt"].candidate._cand, 912) [11:38] In [15]: c._depcache.policy.get_priority(c["apt"].candidate._cand) [11:38] Out[15]: 500 [11:38] lol [11:39] apparently nothing relies on this :D [11:57] juliank: heh, ok [11:57] I don't know about PackageFiles sooooo [11:57] if you think it's fine I'll leave it as is, maybe fix the -32768 bit [12:03] xnox: thanks! I'll try to digg that up, to find out why it doesn't work [12:04] slyon: it was fixed upstream..... [12:04] yeah, I'm currently searching upstream github [12:05] xnox: with "latest release" did you mean v249 (from ~8days ago) or v248? [12:06] slyon: i think it is https://github.com/systemd/systemd/pull/18559 which got closed in favor of dozen other prs. [12:06] Pull 18559 in systemd/systemd "udevadm: don't return early" [Closed] [12:07] i.e. https://github.com/systemd/systemd/pull/18684/files [12:07] Pull 18684 in systemd/systemd "sd-device, udev: several cleanups and one udevadm fix" [Merged] [12:07] https://github.com/systemd/systemd/pull/18717 [12:07] Pull 18717 in systemd/systemd "sd-device-monitor: introduce two new filters and use them in dissect-image.c" [Merged] [12:07] thanks for the pointer! [12:07] so it should be there since v248-rc1 [12:08] and v248 should work just fine with udev _enabled_ to run in lxd containers. [12:08] (i can't remember what upstream default is, in Ubuntu we _must_ have udev enabled) [12:08] lots of device passthrough features and products depend on it from Canonical. [12:08] ok. I will double check that [12:33] hey jamespage - is 22+ hours normal for a ceph build on riscv64?! [12:59] Hi sil2100, when you have some time, can you take a look at this SRU here: https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1934902 [12:59] Launchpad bug 1934902 in ubuntu-advantage-tools (Ubuntu Impish) "[SRU] ubuntu-advantage-tools (27.1 -> 27.2) Xenial, Bionic, Focal, Hirsute" [Undecided, New] [13:00] We need the packages on the proposed pocket to start our tests here which will allow the SRU to proceed [13:44] icey: you can look how long previous build took..... "Finished on 2021-05-27 (took 2 days, 7 hours, 12 minutes, 53.1 seconds)" [13:46] xnox: ah thanks for the pointer; and wow, two days! [13:54] lucasmoura: hey! Let me take a look in a bit, I didn't start my SRU shift yet - will do shortly [13:56] Thanks sil2100 === genii-core is now known as genii [14:07] bryyce, would probably makes sense to hold on disruptive updates that get in the way of the openldap transition [14:08] bryyce, the apache2 and backuppc updates from yesterday show autopkgtest regressions [14:09] bdmurray, is anyone working on update-manager autopkgtests failing? that's also in the way to unblock the openldap, gnome, etc transitions [14:34] seb128: I started having a look yesterday and will dive into it more today [14:35] xnox: Do you have an idea of what's going on in bug 1924850? [14:35] Bug 1924850 in usrmerge (Ubuntu) "package usrmerge 24ubuntu3 failed to install/upgrade: installed usrmerge package post-installation script subprocess returned error exit status 1" [Undecided, Confirmed] https://launchpad.net/bugs/1924850 [14:38] bdmurray, I expect the fix is going to be similar to http://launchpadlibrarian.net/548108821/apturl_0.5.2ubuntu20_0.5.2ubuntu21.diff.gz [14:38] bdmurray, in case that's helping [14:56] bdmurray: it feels like people have installed a usrmerged system. trying to upgrade. as part of upgrade usrmerge is installed for the first time. and it is confused about life and is trying to convert.... an already converted system. [14:57] bdmurray: i'm not sure how they installed their systems. [14:58] xnox: okay, so it seems like a corner case then? [15:03] bdmurray: it has not come up in my testing. but it seems like multiple people are hitting it. it would be nice to figure out how to reproduce this issue and see if we can fix anything in usrmerge to make it less confused about life. [15:06] xnox: okay, I'll test some more and ask for details [15:07] seb128: FWIW openldap has been blocked waiting on gnome-shell to become installable again; that's why it's still in -proposed :( [15:08] well, arguably now ceph is also blocking openldap, but I saw the issue has been resolved [15:25] seb128, thanks for pointing out the test failures; they appear unrelated to apache and from the logs might just be test flaking, but I'll see if I can get them to pass [15:26] seb128, the apache2 merge itself should be pretty unremarkable, I'm not too worried about it vis a vis openldap. I agree with you though it would be great to get it cleared since many things are gated on it right now. [15:27] xnox: bdmurray reading the code in convert_file() and applying the logic to my 20.04 amd64 installation where /bin is a symlink to /usr/bin this install would hit the last fatal("Both $n and /usr$n exist") if -e "/usr$n"; - it is unfortunate that there are 4 identical error messages so it is difficult to know where the error was triggered [15:30] bryyce: I was looking briefly at the apache2 regression - I'd be tempted to retry the failure as it seemed networking related rather than anything related to either diaspora-installer or apache2; that said, are there networking differences between the different architectures on the autopkgtest setup? [15:31] (I'm about to drop offline for the day but wanted to share the observation, didn't get any deeper than that) [15:31] icey, I looked as well and agree it seems something intermittent. We'll take care of retriggers and such [15:32] bryyce: thanks, I don't have permissions so was thinking about trying to repro on ppc64el tomorrow morning, much easier to poke the retry :) [15:32] TJ-: that can't be good. [15:33] TJ-: i would have hoped conversions would not even be started on an already merged system..... [15:33] anyways, [15:33] * icey drops [15:33] xnox: ahhh, so 20.04 would be expected to have been converted since it is a fresh install? [15:37] TJ-: yes.... we have started to do mergedusr installations long before enforcing usrmerge on upgrade; so we have only just now started to install usrmerge package, which should expect either already converted system or not. And it shouldn't convert already preinstalled systems as merged. [15:37] TJ-: upgrade paths from splitusr needs to start installation using like bionic. [15:42] xnox: ahhh, thanks for the clarification :) [15:49] sergiodj, right, I know, we finally got the things cleared up on the GNOME side now, which is why I'm checking on other things that got in the way since [15:49] seb128: ack, thanks [15:52] bryyce: two of the failing test (diaspora-installer and munin) passed with a retrigger [15:52] I've re-retriggered backuppc with all-proposed [15:57] ... and it's failed again. sigh [15:58] sergiodj, well, some progress at least [15:59] the backuppc problem is failure to ping localhost; that seems suspect [16:00] similar issue when backuppc ran against glibc [16:02] sergiodj, do you have an armhf login handy? might be worth logging in and seeing if ping is failing generally [16:04] bryyce: not right now. I had an armhf machine reserved last week [16:05] the glibc error suggests it could be a permission/ownership issue on /bin/ping6 [16:06] it's a very similar error to the one seen when using glibc/2.33-0ubuntu9 as the trigger [16:06] yep [16:11] canonistack is misbehaving as usual, I might have to resort to other machines [16:13] sergiodj, i'm going to give it one more retrigger just in case [16:13] bryyce: +1 [16:15] sergiodj, internet has lots of matches on this error message but suggested solutions are all over the map. But sounds like network config issues might sometimes cause this issue [16:16] bryyce: yeah, a lot of solutions revolving around capabilities [16:16] I'll have my lunch now, will check more when I'm back [16:17] ditto [16:39] seb128: I've uploaded update-manager [17:13] welp [17:13] now my /boot can't fit two kernels, initrds etc [17:52] bdmurray, thanks [21:12] oh yeah i saw that ping permission denied thing, was odd [21:12] mwhudson, we're still scratching our heads; any ideas? I see newpid has a similar ping6 error on armhf [21:13] er, same error but with ping, not ping6 [21:20] bryyce: no idea at all sorry [21:20] does it have CAP_NET_RAW ? or alternatively setting net.ipv4.ping_group_range appropriately? [21:20] some seccomp nonsense maybe? [21:21] mwhudson, could be; the internet is rife with idea variety here [21:21] i mean the fact that it only happens on armhf and armhf is the only arch that runs in a container is unlikely to be a coincidence [21:22] mm, good point [21:22] but i would guess the containers are privileged so eh i don't know [21:22] trying on canonistack would be interesting but it's not cooperating? [21:23] sergio hasn't been able to reproduce it in his armhf environments [21:23] he's currently trying via ppa [21:30] those failing makes me thing the container-ness is more likely to be the problem then [21:30] in which case we can ignore the failure tbh [21:54] mwhudson, yeah I'm leaning that way too... https://paste.ubuntu.com/p/HQSxN9qRYQ/ maybe [21:55] or just hint it [21:55] bryyce: uhh [21:55] i think hinting it would be less gross but ymmv :) [21:56] well I can't upload hints, so it's extra work but agree it's probably cleaner [21:58] bryyce: I'm here for you bryyce [21:58] so much so I said it twice [21:58] mwhudson, more seriously though, the patch would disable just the broken portion of the tests, whereas a hint would be a broader brush [21:59] true [21:59] in any case, whatever is done for backuppc, newpid likely needs the same treatment [22:01] since backuppc and newpid are both syncs currently, a hint probably does make more sense [22:09] ah, you're talking about the bug here too [22:09] :) [22:09] sergiodj, sorry :-) [22:10] bryyce: no need! I was AFK anyway ;) [22:10] presently I'm writing a bug report [22:10] sergiodj, if you're +1 on hinting backuppc I can put an MP in for it [22:11] bryyce: let me just see if reinstalling iputils-ping solves the issue; the test is running right now [22:11] ok cool [22:11] sergiodj, meanwhile, https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1936437 [22:11] Launchpad bug 1936437 in backuppc (Ubuntu) "Backuppc autopkgtest fails doing ping6 due to 'Operation not permitted'" [Undecided, New] [22:15] bryyce: so, reinstalling iputils-ping seems to have solved the problem [22:15] bryyce: I can attach a debdiff to the bug if you're OK with it [22:15] and if we choose this route, then I'll also propose the change to the debian package [22:18] sergiodj, yep please do [22:18] bryyce: on it [22:20] sergiodj, huh, I'm glad I mentioned that but honestly felt like too much a long shot [22:20] bryyce: yeah, who knows what's going on... perhaps we should add the iputils package to this bug as well [22:21] mwhudson, ftr: https://github.com/backuppc/backuppc/issues/177 [22:21] Issue 177 in backuppc/backuppc "Ping to local machines don't work" [Closed] [22:22] bryyce: huh [22:23] maybe https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1302192 ? [22:23] Launchpad bug 1302192 in iputils (Ubuntu Trusty) "capabilities not preserved on installation" [Undecided, Confirmed] [22:23] that's pretty ancient though [22:23] hold on.. [22:23] it could be something like that but not definitely that [22:24] net.ipv4.ping_group_range = 0 2147483647 [22:24] I think on focal and newer systemd (iirc) forces this ^^^ but on older releases it's set to 0 0 [22:26] sarnold: do you happen to know which Ubuntu base system the autopkgtest runners use? [22:26] I tried reproducing this bug on hirsute, focal and bionic, to no avail [22:26] sergiodj: I don't know but xenial or bionic wouldn't surprise me [22:26] using an lxd armhf container, of course [22:26] ah, I didn't try xenial [22:34] bryyce: posted a patch there [22:37] sergiodj, would it make sense to add iputils-ping as a Depends in t/control? It is already a B-D though so may already be pulled in? [22:37] sergiodj, also should do the reinstall on all arch's or limit the reinstall to just armhf? [22:38] bryyce: I *think* it's already there, although it doesn't seem to be pulled in explicitly [22:39] it's Priority: important, so I think it's there [22:40] bryyce: as for reinstalling only on armhf, I thought about it but decided to keep the patch simpler. but if you think it's better, then I can certainly update the patch [22:43] @sergiodj, I don't have strong feelings. I'd probably limit it but as long as it works *shrug* [22:43] @sergiodj, ok given that +1 to upload [22:43] bryyce: ACK, thanks [23:28] that's ... a thing i guess [23:29] do the base images lack xattrs or something? i thought we fixed all those bugs :( [23:30] I thought I heard that fscaps had to be handled via maintainer scripts, and if setting the caps didn't work, then the maintainer script would have to set setuid on the executables [23:30] .. with the consequence being that fscaps are basically not used [23:30] (I haven't actually looked lately)