/srv/irclogs.ubuntu.com/2024/04/11/#ubuntu-meeting.txt

=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
adriensergiodj: AFAIU you did most of the work for debuginfod support (thanks btw!) and I'm wondering if it's available to autopkgtest which would imply the data for the package built/tested would be available through debuginfod which sounds like it would require additional work14:33
adrienan alternative is to add a depend on the dbgsym package for the tests which is easy to do per-package but I'm wondering which way to prefer14:34
adrienthanks :)14:34
adrienoops, wrong channel, sorry, should have been -devel probably14:38
schopinadrien: fwiw, I think symbols are available as soon as a package is published in -proposed.14:53
adrienschopin: good to know; unfortunately I'm testing a PPA14:54
adriendiscourse is still down as far as I can tell so I guess we can put a short status here (let me know if someone sees discourse as up)14:55
adrien(it's failing at some step, it's not completely down, so probably not network-related)14:56
dviererbeo/14:57
zhsjo/14:58
sergiodjadrien: PPAs are not indexed by our debuginfod instance, unfortunately. otherwise, it's what schopin said: when packages are published in -proposed debuginfod will index them within 2 hours14:58
sergiodj(actually, _some_ special PPAs are indexed, but they're related to ESM)14:59
adrienshort status: mostly libtracefs MIR for which tests are now running, but that means I get to learn about the many many failures on s390x and ppc64el; also looking at updating gnutls and openssl to their latest versions (no new openssl version is published but maybe a git tag will make sense)14:59
liushuyuo/14:59
ogayoto/15:00
juliank#startmeeting Weekly Ubuntu Foundations team15:00
meetingologyMeeting started at 15:00:19 UTC.  The chair is juliank.  Information about MeetBot at https://wiki.ubuntu.com/meetingology15:00
meetingologyAvailable commands: action, commands, idea, info, link, nick15:00
juliank#topic Lightning rounds15:00
mkukrio/15:00
juliank#link https://discourse.ubuntu.com/t/foundations-team-updates-thursday-2024-04-1115:00
adriensergiodj: thanks, and I think that makes sense, you probably don't want to have everything from all PPAs there; I think I'll add a dependency on dbgsym, at least because it will help me get useful traces for s390x and ppc64el test failures15:00
slyono/15:00
mateus-moraiso/15:01
sergiodjadrien: yeah, sorry about that15:01
pushkarnko/15:01
Skia1o/15:02
upils_o/15:02
adrienoh, no dbsym package15:03
slyondiscourse still down..15:03
juliankHmm15:04
schopinshall we move on directly to triaging then?15:04
ravikant_o/15:04
julianklet's go15:04
juliank#topic Release incoming bugs15:05
juliank#link http://reports.qa.ubuntu.com/reports/rls-mgr/rls-nn-incoming-bug-tasks.html#foundations-bugs15:05
juliankbug 206031115:05
-ubottu:#ubuntu-meeting- Bug 2060311 in systemd (Ubuntu) "Setting 'optional: true' to overcome he timeout 'Job systemd-networkd-wait-online' does no longer work with latest noble image" [High, Confirmed] https://launchpad.net/bugs/206031115:05
slyonwe shoudl tag and take it15:05
slyonI started some work related to this today: https://github.com/canonical/netplan/pull/45515:06
-ubottu:#ubuntu-meeting- Pull 455 in canonical/netplan "Create individual systemd-networkd-wait-online@.service units" [Open]15:06
enr0n+115:06
juliankslyon: ack15:07
juliankslyon: assigned the netplan to you and tagged it todo15:07
slyonthx!15:07
bdmurraytake for the final release?15:07
juliankShould we set milestone 24.04?15:07
juliankslyon: ^15:08
bdmurrayYes, a milestone would help the release team have visibility into it.15:08
slyonnot sure.. I cannot yet estimate the side effects15:08
enr0nIMO yes. Otherwise we are asking for a fun flood of bug reports about this15:09
juliankNot sure + yes is a yes15:09
slyonalright15:09
julianktagged15:10
julianktargeted to 24.0415:10
juliankbug 2060581 is already staged so untagged it15:11
-ubottu:#ubuntu-meeting- Bug 2060581 in apport (Ubuntu) "stop shipping debian-installer package hook" [Low, Fix Committed] https://launchpad.net/bugs/206058115:11
juliankbug 2060220 seems straightforward15:13
-ubottu:#ubuntu-meeting- Bug 2060220 in ubuntu-release-upgrader (Ubuntu) "Prevent release upgrades for users running on armhf" [Undecided, New] https://launchpad.net/bugs/206022015:13
vorlonjuliank: I saw a package that needed to migrate but it had picked up a versioned dep on your libdebian-installer NCR ;P15:13
schopinI don't know. I think the problem raised here that you'll get a mix of 23.10 and 24.04 packages is already the case on any other arch?15:14
julianksigh15:14
juliankThis isn't _really_ a problem15:14
julianku-r-u offers to remove obsolete packages (mantic-noble/jammy-noble)15:14
vorlonas I said in the bug comment I think this should be a raspi-specific quirk15:15
vorlonsince that's the supported platform whose kernel gets dropped15:15
waveformindeed15:15
juliankI think it should be a quirk for some "key packages"15:15
vorlonand we shouldn't let users think they've upgraded to a supported LTS when the #1 CVE target is unsupported15:15
juliankI mean block upgrades if any package they use from main got dropped15:16
bdmurrayHow can we check if they are on an RPi?15:17
juliankcheck the kernel15:18
waveformhmm, checking for linux-raspi is usually a good sign, but theoretically isn't enough15:18
julianklinux-raspi-*15:18
julianklinux-image-raspi-*15:18
waveform(if it's installed it may not be flashed as the actual booting kernel; so uname -r with a -raspi suffix is probably a good sign for the running kernel)15:18
waveformalternately, check for raspberrypi in /proc/device-tree/compatible if it exists15:19
waveform(substring)15:19
juliankI think package is more interesting tbh15:20
waveformpackage can be installed (but not flashed) on generic arm64 hardware15:20
waveform(yes, that's stupid, but possible :)15:21
juliankI know but still the image as a whole would be unsupported15:21
juliankmaybe you are building the image on your other arm64 hardware and then want to put it into a pi15:21
juliank:D15:21
waveformbut the test is for "are we running on a pi?"15:21
juliankYes, but I prefer to be safe than sorry :D15:22
juliankAnd that gives us an easier way to mark other packages15:23
juliankAnyway15:23
julianklet's move on15:23
juliankbug 195149115:23
-ubottu:#ubuntu-meeting- Bug 1951491 in snapd (Ubuntu) "Can't run snaps: .slice/session-1.scope is not a snap cgroup" [High, Incomplete] https://launchpad.net/bugs/195149115:23
juliankAh yes I marked that incomplete15:24
juliankI forgot to drop the tag15:24
juliankThere's like 3 bugs in this bug that people talk about15:24
juliankmoving on, mm is empty, so15:25
juliank#link http://reports.qa.ubuntu.com/reports/rls-mgr/rls-jj-incoming-bug-tasks.html#foundations-bugs15:25
juliankbug 205874315:25
-ubottu:#ubuntu-meeting- Bug 2058743 in systemd (Ubuntu) "systemd local DNS tests failing with timeout" [Undecided, New] https://launchpad.net/bugs/205874315:25
juliankSounds like a todo15:25
juliankdo I get a second?15:25
juliankLeaving that to the server team as it is a regression in dnsmasq, subscribed them15:27
juliank#topic Team proposed-migration report15:27
juliank#link https://ubuntu-archive-team.ubuntu.com/proposed-migration/update_excuses_by_team.html#foundations-bugs15:28
vorlondoes it load?15:28
juliank(I forgot to say: ff was empty)15:28
juliankvorlon: it's quiten ice15:28
vorlonnot bad15:28
vorlon17 packages needing attention, 214 packages not yet considered late15:28
vorlonoy who uploaded 214 packages15:28
julianko/15:28
schopinI wanna blame Julian15:28
vorlon:|15:28
vorlonright, so a short enough list we can actually assign15:30
vorlonusb.ids: liushuyu please?15:30
vorlonbzip2: schopin?15:30
schopinvorlon: ack15:30
vorlongcc-14-cross: doko: you commented about demotions but it looks like you haven't done whatever re-promotions are required here, I'll leave this with you15:31
vorlonnullboot: just unblocked this by removing the arm64 binary from the release pocket, will migrate15:31
liushuyuvorlon: understood15:31
vorlonsphinx vs xorg-server: ravikant_?15:31
ravikant_vorlon: ack15:31
vorlonpython-packaging: pushkarnk15:32
vorlongcc-11: upils_15:32
pushkarnkvorlon: ack15:32
upils_ack15:32
vorlonupils_: you'll probably end up coordinating w/ doko but he's not here right now, so anyway :)15:32
upils_noted15:32
vorlongolang-1.22: zhsj15:32
vorlonavahi: ogayot15:33
ogayotvorlon: ack15:33
vorlontzdata: bdrung15:33
zhsjack15:33
schopinjust to be clear, the freeze block hint is going to be lifted once beta is out, right?15:34
vorlonnfs-utils vs libnfs hmm ahasenack has been looking at this for the server team. enr0n can you work with him on this to sort out if this is a baseline regression and we should ignore the s390x failure?15:34
vorlonopenjdk-21 vs cups: mateus-morais15:35
enr0nvorlon: ack15:35
mateus-moraisvorlon: ack15:35
vorlonpci.ids: looks to be the same fusioninventory-agent failure as for usb.ids so giving this to liushuyu also15:35
vorlonheh openjdk-21 blocked because it makes openjdk-23's tests fail on arm64?15:36
vorlonmkukri: openjdk-21 vs openjdk-23 please15:36
liushuyuvorlon: okay15:36
mkukrimkukri: ack15:36
* mkukri fears java15:36
vorlonmtd-utils: slyon15:36
slyonack15:36
vorlonmkukri: it may just require test retries :)15:36
vorlonanyway that's all the list for today15:37
vorlonjuliank:15:37
vorlon(we'll want to get as much of the rest through before release as possible, but those no-change rebuilds are by and large not critical and I won't assign them out)15:38
Skiajust to be sure everyone know: we've had a lot of "no space left on device" issues recently on autopkgtest. If a log appears cropped, it's probably due to that, and you better retry it right away.15:38
vorlonschopin: yes we lift the proposed-migration freeze after beta (but leave the archive freeze in place)15:38
schopinthanks15:39
juliankoh15:41
juliank#topic AOB15:41
vorlonnothing here!15:42
ahasenackvorlon: just saw the highlight on nfs-utils15:44
ahasenackit's a kernel bug, ibm found the commit that broke it, and sent a patch to the kernel list (upstream)15:44
ahasenackhttps://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/206021715:45
-ubottu:#ubuntu-meeting- Launchpad bug 2060217 in nfs-utils (Ubuntu) "NFSv4 fails to mount in noble/s390x" [High, Triaged]15:45
vorlonahasenack: so would a baseline retest clear this as a regression?15:45
ahasenackmigration-reference? If it runs on the same host kernel, yes15:45
vorlonyes15:46
juliankOK I think that's it15:48
juliank#endmeeting15:48
meetingologyMeeting ended at 15:48:02 UTC.  Minutes at https://ubottu.com/meetingology/logs/ubuntu-meeting/2024/ubuntu-meeting.2024-04-11-15.00.moin.txt15:48

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!