/srv/irclogs.ubuntu.com/2020/07/08/#ubuntu-release.txt

mwhudsonxnox: still looking for docs btw00:04
mwhudsonxnox: you said texi files but which ones :)00:05
xnoxmwhudson:  the ones inside libisoburn source package00:06
xnoxmwhudson:  i thought me saying that was enough =)00:06
mwhudsonxnox: ah :)00:06
xnoxmwhudson:  also for +1 https://people.canonical.com/~ubuntu-archive/transitions/ there are a few small auto-* trackers00:06
mwhudsonmy son keeps waking up between 5 and 6 am00:06
xnoxsome of them are bonkers00:06
xnoxand some of them are are tiny / trivial to complete.00:07
mwhudsonxnox: my +1 is done for now :)00:07
xnoxah cool00:07
mwhudsonoh god libguestfs ftbfs on riscv? sounds fun00:07
mwhudson(yara transition)00:07
xnoxthat's not good00:07
mwhudsonit failed in 11 minutes, suspiciously quick00:08
mwhudsonoh dependency gunk00:08
xnoxit no like python3 installable please help?00:08
mwhudsoni wonder if mashing retry will help00:09
xnoxvim-tiny : Depends: vim-common (= 2:8.1.2269-1ubuntu6) but 2:8.2.0716-3ubuntu1 is to be installed00:09
xnoxsounds like arch:all build on amd64 finished, before riscv64 one?00:09
mwhudsondon't undestand the python3 stuff00:09
mwhudsonthe 3.8.3 build finished like 45 days ago00:10
xnoxmwhudson:  vim-tiny is missmatched across arches00:10
mwhudsonoh because it failed on riscv too00:11
mwhudsonfunction RunTheTest[39]..Test_pattern_compile_speed line 7: Expected range 0.01 - 10.0, but got 10.5108100:11
mwhudsonraaaaaaaaaaaaaaaaage00:11
xnoxwe did discuss "build profiles" in launchpad builder the other day in different context.00:11
xnoxi wonder if "tick, rebuilt with DEB_BUILD_OPTIONS=nocheck" is sensible for riscv64 port00:12
xnoxTest_pattern_compile_speed00:12
xnoxyeah, anything with "speed" in the test name, sounds very optimistic on riscv6400:12
mwhudsonit only failed by a bit so a retry might work00:14
mwhudsonxnox: how is your xorriso testing going?00:18
xnoxmwhudson:  so built an image with that extra flag added00:21
xnoxand it's weird00:21
xnoxonly has p1, no p2 or p300:21
xnoxp1 not mountable at all00:21
mwhudsonit's supposed to be weird but probably not like that00:21
xnoxwipefs indicates "normal" number of partition tables like the old images00:22
xnoxi think maybe append esp is now needed too00:22
xnox-J -joliet-long -l -b boot/grub/i386-pc/eltorito.img -no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info --grub2-mbr cd-boot-images/usr/share/cd-boot-images-amd64/tree/boot/grub/i386-pc/boot_hybrid.img -part_like_isohybrid --efi-boot boot/grub/efi.img -efi-boot-part --efi-boot-image -partition_offset 16 cd-boot-images/usr/share/cd-boot-images-amd64/tree00:23
xnoxis what i tried, and i can easily retry that00:23
xnoxwith any options you want me to try00:23
xnoxxorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1 -V Ubuntu\ 20.10\ amd64 -o /home/xnox/canonical/ubuntu-cdimage/scratch/ubuntu/groovy/daily-live/debian-cd/amd64/groovy-desktop-amd64.raw -J -joliet-long -l -b boot/grub/i386-pc/eltorito.img -no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info --grub2-mbr00:24
xnoxcd-boot-images/usr/share/cd-boot-images-amd64/tree/boot/grub/i386-pc/boot_hybrid.img -part_like_isohybrid --efi-boot boot/grub/efi.img -efi-boot-part --efi-boot-image -partition_offset 16 cd-boot-images/usr/share/cd-boot-images-amd64/tree CD100:24
xnoxis the full one00:24
mwhudsoni don't think we want both "-efi-boot-part" and "--efi-boot-image" do we?00:26
mwhudsonoh wait00:26
mwhudsonno xorriso option parsing is just insane00:26
xnoxmwhudson:  do partitions look sane to you on the arm64 live-server iso for groovy?00:27
xnoxcause that does00:27
xnox-append_partition 2 0xef cd-boot-images/usr/share/cd-boot-images-arm64/tree/boot/grub/efi.img -e boot/grub/efi.img -no-emul-boot00:27
xnoxinstead of --efi-boot00:27
* mwhudson downloads00:28
xnoxmwhudson:  $ sudo blkid /dev/nbd4*00:29
xnox/dev/nbd4: UUID="2020-07-08-00-28-23-00" LABEL="Ubuntu 20.10 amd64" TYPE="iso9660" PTTYPE="dos"00:29
xnox/dev/nbd4p1: UUID="2020-07-08-00-28-23-00" LABEL="Ubuntu 20.10 amd64" TYPE="iso9660"00:29
xnox/dev/nbd4p2: SEC_TYPE="msdos" LABEL_FATBOOT="ESP" LABEL="ESP" UUID="1B83-07B5" TYPE="vfat"00:29
xnoxbah00:29
xnoxmwhudson:  https://paste.ubuntu.com/p/zWnqb56yKR/00:29
xnoxthat does look better00:29
xnoxalthough not sure if `-part_like_isohybrid` is still needed or not00:30
mwhudsonyes but what does sfdisk -l say00:30
mwhudsoncan you mount p1 and actually access all of filesystem.squashfs?00:30
xnoxhttps://paste.ubuntu.com/p/qj47Sjcp6X/00:30
mwhudsonthat does look more sane yes00:30
xnox$ sudo mount /dev/nbd4p1 /mnt/00:31
xnox$ md5sum /mnt/casper/filesystem.squashfs00:31
xnox9f1cf4cd18ab458a35f86180a8eccd88  /mnt/casper/filesystem.squashfs00:31
mwhudsonare there limitations on having to have the ESP in the first XXX MiB of the disk?00:31
xnoxmwhudson:  shall i try again without -part_like_isohybrid?00:31
xnoxmwhudson:  there should not be.00:31
mwhudsonxnox: yeah i'm not sure if that's doing anything for us00:31
mwhudsonxnox: what does cd-boot-images/usr/share/cd-boot-images-amd64/tree contain, is it a list of files to include or something?00:33
xnoxmwhudson:  cd-boot-images dir, is just unpacked dpkg-deb -R of cd-boot-images-amd6400:33
xnoxpackage00:33
xnoxyes, it contains things00:33
xnoxgrub pc modules, grub efi modules, etc.00:33
xnoxmwhudson:  https://packages.ubuntu.com/groovy/all/cd-boot-images-amd64/filelist00:34
mwhudsonah00:34
xnoxgrub/efi.img too00:34
mwhudsonthis is a silly q but where does it get the files like filesystem.squashfs from?00:34
xnoxubuntu-cdimage uses python code to download it from launchpad00:35
xnoxbefore debian-cd is invoked by ubuntu-cdimage00:35
xnoxbecause debian-cd is a "sub-dir repo" that one is supposed to clone inside lp:ubuntu-cdimage checkout00:35
xnoxsource it's scripts and drive things00:35
xnoxhttps://launchpad.net/~ubuntu-cdimage/+livefs/ubuntu/focal/ubuntu00:36
xnoxis where i asked my instance of ubuntu-cdimage to download squashfs from00:36
mwhudsonsorry i mean, where are they on disk when xorriso runs?00:36
xnoxyes00:36
xnoxi am in scratch dir, everything is unpacked as files everyehere00:36
mwhudsonok00:36
xnoxto CD1 has like pool, casper/squashfs, grub.cfg, etc.00:36
xnoxit works00:38
xnoxlet me propose update to debian-cd00:38
mwhudsonah right00:38
xnoxbasically --grub2-efi stuff is busted00:38
xnoxappend ESP by hand00:38
xnoxbe merry00:38
xnoxmwhudson:  https://paste.ubuntu.com/p/2GZFmD3w9r/ is the contents of CD100:39
xnoxit's most of the "usual" stuff00:39
xnoxthe only "bootloady" thing is grub.cfg00:39
mwhudsonah ok00:39
xnoxthe rest of the "bootloady" stuff in factored into cd-boot-images-amd64 as it has to be built on amd64 host00:40
xnox(..... arm64, ppc64el)00:40
mwhudsoni think we kinda want  -efi-boot-part --efi-boot-image or we will end up with efi grub on the iso twice00:43
mwhudsonbut it seems that -efi-boot-part --efi-boot-image does cray cray stuff00:43
mwhudsonand i wonder why00:43
xnox  --efi-boot FILE             Set El Torito EFI boot image name and type00:44
xnox  -e FILE                     Set EFI boot image name (more rawly)00:44
xnox  --efi-boot FILE             Set El Torito EFI boot image name and type00:44
xnox  -e FILE                     Set EFI boot image name (more rawly)00:44
xnox  --efi-boot FILE             Set El Torito EFI boot image name and type00:44
xnox  -e FILE                     Set EFI boot image name (more rawly)00:44
xnoxbah00:44
xnoxsorry about that00:44
xnoxso -e is not short for --efi-boot00:44
mwhudsonoh want00:45
mwhudson*wat00:45
xnoxmwhudson:  what was the bug number for this?00:47
mwhudsonxnox: https://bugs.launchpad.net/ubuntu/+source/casper/+bug/188614800:47
ubot5Ubuntu bug 1886148 in Ubuntu CD Images "failure to boot groovy daily" [Undecided,Confirmed]00:47
xnoxmwhudson:  i guess i should test if this image actually boots00:47
xnoxmwhudson:  in bios cdrom / usb; efi cdrom / usb00:48
mwhudsonright there are four cases00:48
mwhudsoneven more if you want to include firmware that speaks mbr but not gpt00:48
mwhudsonbut perhaps we don't care about that any more?00:48
mwhudsonwait wtf why does your change produce a dos partition table00:49
mwhudsonxnox: can we add tests of this to debian-cd somehow?00:52
mwhudsonmake an image, boot it four ways in system emulation00:52
mwhudsona la casper's autopkgtests00:52
xnoxmwhudson:  to debian-cd => no, that's running on amd64 only00:53
mwhudsonsystem emulation!00:53
xnoxmwhudson:  it could be added to like cd-boot-images00:53
xnox mwhudson:  so i think this change, makes it not boot with grub2 on bios at all00:54
mwhudsonxnox: usr/share/cd-boot-images-amd64/xorriso-cmd.txt <- is your idea that debian-cd will read this eventually?00:54
xnoxyes, but debian-cd diverged00:54
mwhudsonbut it doesn't today?00:54
xnoxit was more of a cheat-note / documentation on how one could use the package00:55
xnoxmwhudson:  i feel like i should upload the image i built, for you to test00:55
xnoxcause i want to sleep00:55
mwhudsonxnox: yeah you go to sleep and i'll spend some time playing00:56
xnoxor i guess it is easy to rebuild things locally00:56
mwhudsoni should have lunch00:56
xnoxunpack iso00:56
xnoxunapck cd-boot-images00:56
xnoxcall the dir with unpacked iso CD100:56
mwhudsonyeah, no need to upload your current thing i think00:56
xnoxand rerun xorriso command from https://paste.ubuntu.com/p/zWnqb56yKR/00:56
xnoxadjusting the output command00:57
xnoxok uefi-disk seems to boot01:00
xnoxbut nothing else01:00
xnoxno bios-disk, no bios-cdrom, no uefi-cdrom01:00
xnoxas in doesn't detect as bootable, doesn't load grub01:00
* xnox flips tables01:00
xnoxand snapd fails to seed01:06
xnoxlovely01:06
mwhudsonthat hopefully is something else :)01:15
xnoxmwhudson:  https://sites.google.com/site/grubefikiss/grub-on-iso-image01:20
xnoxmwhudson:   -isohybrid-mbr boot/grub/i386-pc/boot_hybrid.img01:21
xnoxhmmmm, what?!01:21
mwhudsoneh what01:21
mwhudsoni thought it had to be an isolinux thing there01:21
xnoxGrubHybridBootable-(Notbios)-efi :01:21
mwhudsonbut if you can just dump grub in...01:21
mwhudsonsomehow the css on this page makes it too hard to read01:24
xnoxboom01:28
xnox-eltorito-alt-boot was missing i think01:28
xnoxcdrom & disk uefi are good01:30
xnoxcdrom & disk bios are good too01:30
mwhudsonamazing01:30
xnoxcan you test https://paste.ubuntu.com/p/CkqZ62WgRV/ somehow?01:31
xnoxnote that before -e there is no -eltorito-alt-boot01:31
xnoxbecuase otherwise, i think -e overwrote the -b01:31
xnoxand i'm not sure if i have to specify -no-emul-boot second time, but it feels like it is a modifier on the current boot image01:31
xnoxthus needs to be done again, after the alt-boot option01:31
mwhudsonxnox: ok01:33
mwhudsonxnox: i wonder what happens if you change -e argument to --efi-boot-image but also you should go to bed01:33
mwhudsonxnox: we should also change boot-amd64 to accumulate $N.mkisofs_opts option by option with comments01:34
xnoxmwhudson:  a lot of them should be factored out higher up01:35
xnoxie. anything that is not specific to arch01:35
mwhudsonyeah01:35
xnoxlike -J -r etc01:35
xnoxwhere the rest of "label" "CD1" are added etc01:35
xnoxand the arch specific ones should be in the cd-boot-images-amd64 xorriso.cmd01:35
mwhudsonyeah you do need -no-emul-boot args i think01:41
mwhudson*two01:41
xnoxmwhudson:  vorlon: https://code.launchpad.net/~xnox/debian-cd/unbreak-grub2-hybrid-iso/+merge/38700801:42
xnoxif that makes sense, please review/merge/deploy01:42
xnoxi guess it can't be worse than what we have now01:42
mwhudsonxnox: i'll try to review before you get up again :)01:43
* mwhudson is currently reading wiki pages about el torito etc01:43
mwhudsonnot yet reading xorriso source but that's coming, i can tell01:44
* xnox goes to find my whiskey with the new giant sphere ice cube moulds that i got01:44
mwhudsonhttps://wiki.osdev.org/El-Torito -> "The UEFI legacy partition layout (not to be confused with Legacy BIOS mode) prescribes that the EFI System Partition shall be marked by an MBR partition of type 0xef. Other MBR partitions are permissible. E.g. one which starts at Logical Block Address 0 to make the ISO mountable. It is not allowed, nevertheless, to let the ISO partition enclose the EFI System Partition."01:45
mwhudsonprettttttttttttttttty sure that's what our images were doing01:45
mwhudsonoh heh the next paragraph starts01:46
mwhudson"Several popular Linux distributions offer a layout that does not comply to either of the UEFI alternatives"01:46
mwhudsonxnox: i think possibly we could get away with still using isohybrid01:50
mwhudsonrather than putting all of grub2 into the mbr01:51
mwhudsonbut it doesn't actually matter i guess01:51
xnoxso ideally i want clean partitions (no weird Gap1 parition)01:51
xnoxboots everywhere01:51
xnoxsgdisk -p & sgdik -O claim everything is valid01:51
xnoxcause today, once one burns the .iso to usb stick _no regular tool_ can be used to add a partitin01:52
xnoxthey all freak out01:52
xnoxmwhudson:  so we could use -b grub2/eltorito.img -isohybrid-mbr syslinux?grub? -eltorito-alt-boot -e esp?01:53
mwhudsonxnox: yes there is a syslinux thing you can pass to  -isohybrid-mbr  that just jumps to the el torito-specified boot method01:54
mwhudsonchain booting from MBR boot to ISO boot i guess01:54
xnox"Script grub-mkrescue produces this layout for booting via EFI." after moder UEFI layout01:55
xnoxhm01:55
xnoxwith MBR partition type 0xee01:55
xnoxbut then the whole thing must be FAT, and we want most thing to be ISO966001:55
mwhudsoni don't understand why the data for the efi boot method ends up in the middle of the data for the regular files01:55
mwhudsonwhy can't it be before or after it?01:56
xnoxyou can order it anywhere you want01:56
xnoxwith -sort option01:56
mwhudsonyou can?01:56
xnoxyeah01:56
mwhudsonwhere is *that* documented? it's not in xorriso's info ...01:57
xnoxnormally one sorts weights of like bootloader stuff to be first, then kernel, then initrd, then squashfs, then pool01:57
xnoxbut currently i didn't do that01:57
xnoxcause then things are well, in the order of ureadahead01:57
xnox$ xorriso -as mkisofs 2>&1 --help | grep sort01:58
xnox  --sort-weight NUMBER FILE   Set LBA weight number to file or file tree01:58
xnox  --sort-weight-list DISKFILE Read list of NUMBER FILE pairs for --sort-weight01:58
xnox  --sort-weight-patterns DISKFILE  --sort-weight-list with pattern expansion01:58
mwhudsonah01:58
xnoxthat page is really good02:00
xnox"The MBR and BIOS El Torito boot image written by grub-mkrescue have the same capability. "02:00
mwhudsonyeah it's making more sense than anything else i've read so far02:01
mwhudsoni wonder if the reason sgdisk hates the gpt data on the old isos is because the partitions overlap02:02
xnoxi don't know if we should switch to the moderl UEFI layout, or if it even works.02:02
xnoxor if we must do something extra the "unless the ISO offers a second set of volume descriptors and file tree at a higher block address"02:02
mwhudsonyeah i don't know what that means :)02:02
mwhudsonoh wait the stuff being booted from is on the filesystem of course, so the partition table has to point at the filesystem02:12
xnoxsure but there are options like -hide02:13
xnoxto include things in iso9660 but not be visible at all in the directory structure02:13
mwhudsonhmm02:13
xnoxand like one can hide stuff from joilet, or rock-ridge, or hfsplus, etc.02:13
xnoxand one can specify that the same file is access under different names02:14
xnoxwithout exploading the size of the iso twice02:14
mwhudsonleaning towards the position that we don't want a gpt on the iso at all02:14
mwhudson"old" isos have a gpt but it's broken so firmware ignores it02:14
xnoxIt is read by EFI when booting from USB stick or hard disk, and may be used for finding and mounting a HFS+ partition inside the ISO image.02:14
mwhudson"new" isos have a valid but actually deeply unhelpful gpt02:15
mwhudsonxnox: yeah but EFI will read the MBR if there is no gpt02:21
xnoxAn MBR partition with type 0xee indicates the presence of GPT.02:22
xnoxand i have that02:22
xnoxwhy did it generate that02:22
xnoxmwhudson:  don't forget to delete the output file, before each xorriso run.02:29
xnoxmwhudson:  because otherwise it appends a session, rather than clobbering and creating a new file02:29
mwhudsonxnox: argh02:29
xnoxbecause stateful!02:30
mwhudsonmy head hurts02:42
mwhudsonxnox, vorlon: did we change which version of xorriso we were using recently?02:59
xnoxmwhudson:  yes03:01
xnoxmwhudson:  from hand-build one, to recent one.03:01
mwhudsonxnox: from what to what?03:02
mwhudsonxnox: and did we have a custom libisofs too?03:02
mwhudsonxnox: also go to bed03:02
xnoxBump all groovy builds to use newer xorriso (1.4.2 from xenial instead of vendored 1.2.4).03:02
xnox# temporary hack until such time as we can upgrade all builds to 1.2.403:03
xnoxnew_xorriso="/home/cdimage/xorriso/xorriso-1.2.4/xorriso/xorriso"03:03
xnoxand it was only used on some arches03:03
xnoxfrom xorriso project, not from libisoburn03:03
mwhudsonhmm03:04
mwhudsonbecase i changed the command line and got this:03:04
mwhudsonlibisofs: FAILURE : Image write error03:04
mwhudsonlibisofs: NOTE :  > Caused by: Overlapping MBR partition entries requested03:04
mwhudsonbut the change in xorriso version presumably did not cause image builds to fail03:05
-queuebot:#ubuntu-release- Unapproved: fwupd-signed (bionic-proposed/main) [1.10~ubuntu18.04.4 => 1.10~ubuntu18.04.5] (no packageset)03:38
-queuebot:#ubuntu-release- Unapproved: fwupd-signed (eoan-proposed/main) [1.10.3ubuntu1 => 1.10.3ubuntu2] (core)03:38
-queuebot:#ubuntu-release- Unapproved: fwupd (bionic-proposed/main) [1.2.10-1ubuntu2~ubuntu18.04.5 => 1.2.13-0~18.04.1] (desktop-core)03:38
-queuebot:#ubuntu-release- Unapproved: fwupd (eoan-proposed/main) [1.2.10-1ubuntu4.1 => 1.2.13-0~ubuntu19.10.1] (core)03:38
-queuebot:#ubuntu-release- New: accepted linux-signed-gke-4.15 [amd64] (bionic-proposed) [4.15.0-1065.68]05:49
-queuebot:#ubuntu-release- New: accepted linux-signed-hwe [arm64] (bionic-proposed) [5.3.0-63.57~18.04.1]05:49
-queuebot:#ubuntu-release- New: accepted linux-signed-hwe [amd64] (bionic-proposed) [5.3.0-63.57~18.04.1]05:49
-queuebot:#ubuntu-release- New: accepted linux-signed-hwe [ppc64el] (bionic-proposed) [5.3.0-63.57~18.04.1]05:49
-queuebot:#ubuntu-release- New: accepted linux-signed-hwe [amd64] (xenial-proposed) [4.15.0-110.111~16.04.1]05:49
-queuebot:#ubuntu-release- New: accepted linux-signed-hwe [ppc64el] (xenial-proposed) [4.15.0-110.111~16.04.1]05:50
-queuebot:#ubuntu-release- New binary: linux-signed-oracle-5.4 [amd64] (bionic-proposed/main) [5.4.0-1020.20~18.04.1] (no packageset)07:32
-queuebot:#ubuntu-release- New binary: linux-signed-oracle [amd64] (focal-proposed/main) [5.4.0-1020.20] (core, kernel)07:32
-queuebot:#ubuntu-release- New binary: linux-signed-gcp [amd64] (focal-proposed/main) [5.4.0-1020.20] (core, kernel)07:32
-queuebot:#ubuntu-release- New binary: linux-signed-5.7 [s390x] (groovy-proposed/universe) [5.7.0-15.16] (no packageset)07:32
-queuebot:#ubuntu-release- New binary: linux-signed-gcp-5.4 [amd64] (bionic-proposed/main) [5.4.0-1020.20~18.04.1] (no packageset)07:35
-queuebot:#ubuntu-release- New binary: linux-signed-5.7 [amd64] (groovy-proposed/universe) [5.7.0-15.16] (no packageset)07:36
-queuebot:#ubuntu-release- New binary: linux-signed-5.7 [ppc64el] (groovy-proposed/universe) [5.7.0-15.16] (no packageset)07:36
-queuebot:#ubuntu-release- New binary: libtpms [riscv64] (groovy-proposed/universe) [0.8.0~dev1-1.1] (no packageset)07:40
Laneyxnox: context?08:08
-queuebot:#ubuntu-release- New binary: linux-signed-oracle [amd64] (xenial-proposed/main) [4.15.0-1049.53~16.04.1] (kernel)08:54
-queuebot:#ubuntu-release- Unapproved: accepted spl-linux [source] (bionic-proposed) [0.7.5-1ubuntu2.2]08:58
-queuebot:#ubuntu-release- Unapproved: rejected fwupd-signed [source] (bionic-proposed) [1.10~ubuntu18.04.5]09:00
-queuebot:#ubuntu-release- Unapproved: rejected fwupd [source] (bionic-proposed) [1.2.13-0~bionic1]09:00
-queuebot:#ubuntu-release- Unapproved: rejected fwupd [source] (bionic-proposed) [1.2.10-1ubuntu2~ubuntu18.04.4]09:00
-queuebot:#ubuntu-release- Unapproved: dropwatch (focal-proposed/universe) [1.5.1-2 => 1.5.3-1build1] (no packageset)10:23
-queuebot:#ubuntu-release- Unapproved: rejected dropwatch [source] (focal-proposed) [1.5.3-1build1]10:26
-queuebot:#ubuntu-release- New binary: linux-signed-oracle [amd64] (bionic-proposed/main) [4.15.0-1049.53] (kernel)10:36
xnoxLaney:  lots of ftbfs in haskell, due to Monad Fail changes.10:43
LocutusOfBorghello ubuntu-archive bbswitch NBS-proposed cleanup ping!12:06
=== s8321414_ is now known as s8321414
-queuebot:#ubuntu-release- Unapproved: pulseaudio (focal-proposed/main) [1:13.99.1-1ubuntu3.3 => 1:13.99.1-1ubuntu3.4] (desktop-core, i386-whitelist, ubuntu-server)13:39
-queuebot:#ubuntu-release- Unapproved: zfcpdump-kernel (focal-proposed/universe) [4.13-0ubuntu1 => 5.4-0ubuntu1] (no packageset)14:01
-queuebot:#ubuntu-release- New source: zfcpdump-kernel-signed (focal-proposed/primary) [5.4-0ubuntu1]14:01
vorlonLocutusOfBorg: bbswitch cleaned up14:51
LocutusOfBorgta15:04
LocutusOfBorgvorlon, may I also request a forget-hint for it? http://autopkgtest.ubuntu.com/packages/b/bbswitch/groovy/arm6415:14
LocutusOfBorglooks baaaaaaad15:14
xnoxapw:  vorlon: the zfcpdump-kernel & zfcpdump-kernel-signed is the biennial updates of the zfcpdump kernel with two bugfixes.15:49
-queuebot:#ubuntu-release- New: accepted linux-signed-gcp-5.4 [amd64] (bionic-proposed) [5.4.0-1020.20~18.04.1]16:16
-queuebot:#ubuntu-release- New: accepted linux-signed-oracle [amd64] (bionic-proposed) [4.15.0-1049.53]16:17
-queuebot:#ubuntu-release- New: accepted linux-signed-oracle-5.4 [amd64] (bionic-proposed) [5.4.0-1020.20~18.04.1]16:17
xnoxmore haskell removals ubuntu-archive https://bugs.launchpad.net/ubuntu/+source/agda-stdlib/+bug/188684716:19
ubot5Ubuntu bug 1886847 in agda-stdlib (Ubuntu) "RM agda agda-stdlib because haskell-edison-core got removed" [Undecided,Triaged]16:19
-queuebot:#ubuntu-release- New: accepted linux-signed-gcp [amd64] (focal-proposed) [5.4.0-1020.20]16:19
-queuebot:#ubuntu-release- New: accepted linux-signed-oracle [amd64] (focal-proposed) [5.4.0-1020.20]16:19
-queuebot:#ubuntu-release- New: accepted linux-signed-oracle [amd64] (xenial-proposed) [4.15.0-1049.53~16.04.1]16:21
-queuebot:#ubuntu-release- New binary: hcxtools [ppc64el] (groovy-proposed/universe) [6.0.2-1] (no packageset)17:17
-queuebot:#ubuntu-release- New binary: python-pot [s390x] (groovy-proposed/universe) [0.6.0+dfsg-1] (no packageset)17:17
-queuebot:#ubuntu-release- New binary: hcxtools [s390x] (groovy-proposed/universe) [6.0.2-1] (no packageset)17:17
-queuebot:#ubuntu-release- New binary: timekpr-next [s390x] (groovy-proposed/universe) [0.2.13-1] (no packageset)17:17
-queuebot:#ubuntu-release- New binary: hcxtools [armhf] (groovy-proposed/universe) [6.0.2-1] (no packageset)17:18
-queuebot:#ubuntu-release- New binary: hcxtools [arm64] (groovy-proposed/universe) [6.0.2-1] (no packageset)17:19
-queuebot:#ubuntu-release- New binary: python-pot [armhf] (groovy-proposed/universe) [0.6.0+dfsg-1] (no packageset)17:19
-queuebot:#ubuntu-release- New binary: timekpr-next [armhf] (groovy-proposed/universe) [0.2.13-1] (no packageset)17:19
-queuebot:#ubuntu-release- New binary: python-pot [arm64] (groovy-proposed/universe) [0.6.0+dfsg-1] (no packageset)17:19
-queuebot:#ubuntu-release- New binary: timekpr-next [arm64] (groovy-proposed/universe) [0.2.13-1] (no packageset)17:19
-queuebot:#ubuntu-release- New binary: python-pot [ppc64el] (groovy-proposed/universe) [0.6.0+dfsg-1] (no packageset)17:20
-queuebot:#ubuntu-release- New binary: timekpr-next [ppc64el] (groovy-proposed/universe) [0.2.13-1] (no packageset)17:20
-queuebot:#ubuntu-release- New binary: hcxtools [amd64] (groovy-proposed/universe) [6.0.2-1] (no packageset)17:32
-queuebot:#ubuntu-release- New binary: python-pot [amd64] (groovy-proposed/universe) [0.6.0+dfsg-1] (no packageset)17:32
-queuebot:#ubuntu-release- New binary: ibus-typing-booster [amd64] (groovy-proposed/universe) [2.8.2-1] (no packageset)17:32
-queuebot:#ubuntu-release- New binary: ruby-rexml [amd64] (groovy-proposed/universe) [3.2.4-1] (no packageset)17:32
-queuebot:#ubuntu-release- New binary: hcxtools [riscv64] (groovy-proposed/universe) [6.0.2-1] (no packageset)17:33
-queuebot:#ubuntu-release- New binary: timekpr-next [amd64] (groovy-proposed/universe) [0.2.13-1] (no packageset)17:33
-queuebot:#ubuntu-release- New binary: timekpr-next [riscv64] (groovy-proposed/universe) [0.2.13-1] (no packageset)17:35
-queuebot:#ubuntu-release- New binary: python-pot [riscv64] (groovy-proposed/universe) [0.6.0+dfsg-1] (no packageset)17:36
-queuebot:#ubuntu-release- Unapproved: cifs-utils (bionic-proposed/main) [2:6.8-1 => 2:6.8-1ubuntu1] (desktop-core, ubuntu-server)17:54
Eickmeyerubuntu-archive: teward and I have numerous new packages in the queue to review. I want to make sure that those will get reviewed. vorlon in particular rejected redkite, this upload has the fix you requested.18:46
EickmeyerThat said, I will be out with my family most of today.18:46
teward*unneeded ping*18:47
teward*sends Eickmeyer to the Voids*18:47
* Eickmeyer salts teward18:47
GunnarHjHi bdmurray, was about to attend to bug #1886282, but gnome-user-docs and gnome-getting-started-docs are stuck in focal's new queue. Any chance you can 'release' those?19:20
ubot5bug 1886282 in ubuntu-docs (Ubuntu Focal) "Translation update of desktop guide" [Medium,Fix committed] https://launchpad.net/bugs/188628219:20
-queuebot:#ubuntu-release- Unapproved: systemd (bionic-proposed/main) [237-3ubuntu10.41 => 237-3ubuntu10.42] (core)19:34
-queuebot:#ubuntu-release- New: accepted gnome-getting-started-docs [amd64] (focal-proposed) [3.36.2-0ubuntu0.1]19:38
-queuebot:#ubuntu-release- New: accepted gnome-user-docs [amd64] (focal-proposed) [3.36.2+git20200704-0ubuntu0.1]19:38
bdmurrayGunnarHj: Done19:50
GunnarHjbdmurray: Thanks!19:51
-queuebot:#ubuntu-release- New binary: linux-signed-gcp-4.15 [amd64] (bionic-proposed/universe) [4.15.0-1079.89] (no packageset)20:24
xnoxvorlon:  mwhudson: I don't know if it helps or not, but I made an alternative ghc tracker at https://people.canonical.com/~ubuntu-archive/transitions/html/ghc-new.html23:16
xnoxit considers i386 & all .debs to be always installable.23:16
xnoxmaking i386 column green, and collapsing most of the output by default.23:16
xnoxsuch that we can see what's missing.23:17
xnoxideally we'd just not run i386 for this tracker, but i don't know how to make ben be invoked for this tracker without i386.23:17
-queuebot:#ubuntu-release- New binary: python-pot [s390x] (groovy-proposed/universe) [0.6.0+dfsg-2] (no packageset)23:18
mwhudsonxnox: certainly looks better23:20
-queuebot:#ubuntu-release- New binary: ibus-typing-booster [amd64] (groovy-proposed/universe) [2.8.2-2] (no packageset)23:20
-queuebot:#ubuntu-release- New binary: python-pot [amd64] (groovy-proposed/universe) [0.6.0+dfsg-2] (no packageset)23:22
-queuebot:#ubuntu-release- New binary: python-pot [arm64] (groovy-proposed/universe) [0.6.0+dfsg-2] (no packageset)23:25
-queuebot:#ubuntu-release- New binary: python-pot [ppc64el] (groovy-proposed/universe) [0.6.0+dfsg-2] (no packageset)23:25
-queuebot:#ubuntu-release- New binary: python-pot [armhf] (groovy-proposed/universe) [0.6.0+dfsg-2] (no packageset)23:26
xnoxmwhudson:  RM requests filed for agda & agda-stdlib (which is arch:all ....), also haskell-gitlib23:26
xnoxmwhudson:  uploading haskell-heist fix23:27
-queuebot:#ubuntu-release- New binary: python-pot [riscv64] (groovy-proposed/universe) [0.6.0+dfsg-2] (no packageset)23:38
-queuebot:#ubuntu-release- New binary: linux-signed-oem-5.6 [amd64] (focal-proposed/main) [5.6.0-1020.20] (no packageset)23:56

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