/srv/irclogs.ubuntu.com/2024/07/22/#ubuntu-devel.txt

flagLocutusOfBorg: https://launchpadlibrarian.net/740471663/bpftrace_0.21.0-1ubuntu6.debdiff10:05
flagLocutusOfBorg: this patch will remove two broken tests with 6.8 and 6.1010:05
flagwith this applied, the package should finally pass autopkgtests10:06
flagLocutusOfBorg: can you upload it?10:06
rbasak@pilot in11:18
=== ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Noble | Patch Pilots: rbasak
LocutusOfBorgflag, sure, but is export CI needed or not?11:51
flagLocutusOfBorg: some tests use it, so keept it12:00
LocutusOfBorgyeah, but is it effective?12:00
LocutusOfBorgI was wondering if it was wrongly exported12:01
LocutusOfBorgalso, bpftrace needs a merge from sid now12:01
flagLocutusOfBorg: not sure if it works in autopkgtests since i run all tests manually (to see what's going on)12:01
flagLocutusOfBorg: before doing the merge from SID, please, do the upload of this one12:02
LocutusOfBorgflag, already done?12:50
flagLocutusOfBorg: what?12:54
LocutusOfBorgI have already uploaded your fixed package12:55
flagLocutusOfBorg: :O12:55
LocutusOfBorgand of course I wait for it before merging :)12:55
flagLocutusOfBorg: oh thanks, didn't notice that12:55
* flag checks12:55
=== blackboxsw_away is now known as blackboxsw
=== pushkarnk1 is now known as pushkarnk
mkukriflag: i already had a patch on LP that fixes a test that seems to make it pass15:45
mkukrihttps://bugs.launchpad.net/ubuntu/+source/bpftrace/+bug/207348515:46
-ubottu:#ubuntu-devel- Launchpad bug 2073485 in bpftrace (Ubuntu) "bpftrace autopkgtest failure" [Undecided, New]15:46
rbasakbdrung: could you review https://code.launchpad.net/~racb/ubuntu-sponsoring/+git/ubuntu-sponsoring/+merge/469860 please?15:56
rbasakImportantly, the sponsorship report is currently broken (last generated yesterday morning) and this (in addition to other things) fixes it.15:57
bdrungrbasak, i'll have a look after the dmb meeting15:58
rbasakThanks!15:58
bdrungrbasak, nice: i see test cases in the MR15:59
rbasak!dmb-ping16:06
ubottubdmurray, bdrung, rbasak, schopin, teward, tsimonq2, utkarsh2102: DMB ping16:06
tewardrbasak: i'm here, had to reboot my internet though xD16:06
tewardbroken stuff is broke16:06
rbasak@pilot out16:27
=== ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Noble | Patch Pilots: N/A
ahasenackenr0n: hey, I'm educating myself on ucf usage, and was looking at openssh. What are the 4 md5sums added for each package version in d/openssh-server.ucf-md5sum? One is the current sshd_config as shipped by the package, including all d/patches applied that might affect it, what are the other 3?17:03
enr0nahasenack: the other three are for the possible combinations of changing the defaults of PermitRootLogin and PasswordAuthentication, because it is possible to change these with debconf17:16
ahasenackah, ok, and I see the code to keep debconf and the config in sync17:17
enr0nyeah. And so with patches applied, you can basically generate the correct checksums with:17:19
enr0ncat sshd_config | md5sum17:19
enr0ncat sshd_config | sed 's/^#*PermitRootLogin .*/PermitRootLogin yes/' | md5sum17:19
enr0ncat sshd_config | sed 's/^#PasswordAuthentication .*/PasswordAuthentication no/' | md5sum17:19
enr0ncat sshd_config | sed 's/^#*PermitRootLogin .*/PermitRootLogin yes/' | sed 's/^#PasswordAuthentication .*/PasswordAuthentication no/' | md5sum17:19
ahasenackenr0n: and we don't want those changes (done via debconf) to trigger a ucf-conf prompt17:23
enr0nyeah exactly17:23
mitchdzAnyone taking a look at pydantic in -proposed? I'm planning on picking that up if no one else is :)21:08
mitchdzpython3-defaults has a metric ton of autopkgtest armhf failures from the recent outage, do we have a good way to retrigger all the failed tests or should I go down the list retriggering each one?22:01
jbichamitchdz: git clone https://git.launchpad.net/ubuntu-archive-tools22:13
jbicha./retry-autopkgtest-regressions --help to see the syntax and suggestions on how to run. You'll want --blocks python3-defaults22:14
mitchdzwonderful, thanks :)22:15

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