/srv/irclogs.ubuntu.com/2020/11/27/#snappy.txt

mupPR snapd#9707 opened: update-pot: fix typo in plural keyword spec <Simple 😃> <Created by jhenstridge> <https://github.com/snapcore/snapd/pull/9707>05:55
mborzeckimorning06:54
mupPR snapd#9706 closed: tests: fix uc20-create-parition-* tests for updated gadget <âš  Critical> <Created by mvo5> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/9706>07:10
zygagood morning07:22
zygafinal day of cycle scheduling for me, after that I will have time for pushing snapd forward07:23
mborzeckizyga: hey07:40
zygahey :)07:44
zygafeeling better?07:44
mborzeckizyga: yeah, much better but still a bit weak07:46
pstolowskimorning08:02
mvogood morning pstolowski and mborzecki08:03
mborzeckipstolowski: mvo: hey08:04
pstolowskimborzecki: how are you? feeling better?08:04
mborzeckipedronis: yes, feeling better now08:05
mvomborzecki: great to hear! take it slowely if you still feel weak08:12
mborzeckiheh i replaced some not MATCH with NOMATCH but it looks like as if it's just spawninng subshells in a loop08:15
zygamborzecki, oh08:16
zygamaybe a bug in the wrapper somewhere08:16
zygaNOTMATCH was added to the redirect system relatively recently08:16
mborzecki+ NOMATCH /run/mnt/ubuntu-seed08:16
mborzecki+ mount08:16
mborzecki/bin/bash: warning: shell level (1000) too high, resetting to 108:16
=== pedronis_ is now known as pedronis
mborzeckizyga: nvm, my fork of spread was not rebased on top of latest master, that's why NOMATCH was not define as a function in spread08:32
mupPR snapd#9708 opened: tests/main/uc20-create-partitions: verify ubuntu-save encryption keys, tweak not MATCH <Simple 😃> <UC20> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/9708>08:36
mborzeckimvo: ^^08:36
mvomborzecki: thanks, looking08:40
mvomborzecki: https://github.com/snapcore/snapd/pull/9708/commits/e4dd82d0211a81f7f1625abd93174a2feac8ac3b <- description and content do not quite match is thta the right comit?08:42
mupPR #9708: tests/main/uc20-create-partitions: verify ubuntu-save encryption keys, tweak not MATCH <Simple 😃> <UC20> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/9708>08:42
mvomborzecki: I guess it is, I was just confused08:43
mborzeckimvo: hm the upper hunk is a drive by tweak, i can split it in 2 patches if that's better08:43
mvomborzecki: no, it's fine, I was just confused by not expecting this08:43
mborzeckisome unexpected failures after mergeing master:08:47
mborzeckigoogle:ubuntu-20.04-64:tests/main/lxd:snapd_cgroup_just_outside08:47
mborzeckigoogle:ubuntu-20.10-64:tests/main/snapd-reexec-snapd-snap (package was updated in the distro?)08:47
mborzeckigoogle:ubuntu-20.10-64:tests/main/snapd-reexec-snapd-snap (this seems to be quite random)08:47
zygamborzecki, ahh, good08:59
zyga(about nomatch)08:59
mborzeckimvo: i've udpated #9686, please take a look09:39
mupPR #9686: tests: remove workarounds that add "ubuntu-save" if missing <Run nested> <â›” Blocked> <Created by mvo5> <https://github.com/snapcore/snapd/pull/9686>09:39
mvomborzecki: looking09:45
mupPR snapd#9526 closed: snapshotstate: add cleanup of abandonded snapshot imports <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/9526>09:56
sil2100Hey guys! So I just went and confirmed if current ubuntu-image properly calculates the image size - and I think it does10:31
sil2100So I have https://code.launchpad.net/~ubuntu-core-dev/livecd-rootfs/+git/livecd-rootfs/+merge/393247 prepared to drop the --image-size workaround for UC20 images10:31
sil2100But just in case, could someone here do a quick test: build an UC20 image with ubuntu-image 1.10 (current) and see if the images boot and work correctly, as expected, with the auto-calcualted size?10:32
sil2100(i.e. without specifying --image-size for amd64)10:32
sil2100The image sizes per the generated files seem correct, but I'd prefer a live test to see if everything still works10:33
sil2100This is fixed since a long time, but so far our UC20 cdimage image builds still had the --image-size=8G set, and I'd just want a double-confirmation that we can really safely drop that10:34
mupPR snapd#9709 opened: snapshotstate: improve handling of multiple errors <Created by mvo5> <https://github.com/snapcore/snapd/pull/9709>10:36
mvopedronis: your intuition about the error formating was spot-on, the test I wrote forced me to do some refactoring. sorry that it's a bit more complicated now :/10:36
mvosil2100: sure, let me try10:43
sil2100mvo: thank you!10:44
mupPR snapd#9675 closed: bootloader/lkenv: add v2 struct + support using it <UC20> <Created by anonymouse64> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/9675>10:46
pedronismvo: ok, I added it to my queue, should we chat about fde hook running?10:50
mvopedronis: yeah10:50
mvopedronis: is now good?10:51
mvosil2100: seems to be fine. image is 3g in size and /writable has 540 mb free10:52
pedronismvo: now is ok if it's not too long10:54
mborzeckimvo: can you squash merge https://github.com/snapcore/snapd/pull/9694/ ? looks like the uc20 nested test failed on uc20-create-partitions which is fixed in master, and another spread run does not make sense10:54
mupPR #9694: o/devicestate,daemon: fix reboot system action to not require a system label <Bug> <Run nested> <Simple 😃> <Squash-merge> <UC20> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/9694>10:54
sil2100mvo: sweet! Thanks a bunch!10:59
mvosil2100: yw, thanks for promoting snapcraft btw10:59
sil2100mvo: yw, sorry I only did it so late, yesterday was weird10:59
pedronisthere are unit test failures in https://github.com/snapcore/snapd/pull/969511:08
mupPR #9695: bootloader/lk: add support for UC20 lk bootloader with V2 lkenv structs <UC20> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/9695>11:08
mvosil2100: no worries11:13
mupPR snapd#9710 opened: seed/seedwriter: consider modes when checking for deps availability <Run nested> <UC20> <Created by pedronis> <https://github.com/snapcore/snapd/pull/9710>11:16
mupPR snapd#9691 closed: spread: bump delta ref, tweak repacking to make smaller delta archives <Simple 😃> <Created by bboozzoo> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/9691>11:26
mupPR snapd#9711 opened: tests: reset fakestore unit status <Simple 😃> <Test Robustness> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/9711>12:01
mborzeckipstolowski: can you take a look at https://github.com/snapcore/snapd/pull/9687 ?12:38
mupPR #9687: osutil: add helper for getting the kernel command line <Simple 😃> <UC20> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/9687>12:38
pstolowskisure12:38
mborzeckipstolowski: thanks12:40
pstolowskimborzecki: if you have a moment, https://github.com/snapcore/snapd/pull/9609 needs 2nd review12:50
mupPR #9609: tests: add unit test for auto-refresh with validate-snap failure <Created by stolowski> <https://github.com/snapcore/snapd/pull/9609>12:50
mborzeckipstolowski: sure12:50
mborzeckipstolowski: heh, i did the change ian proposed on wednesday, but apaprently did not push the branch :/12:50
pedronismvo: I commented on https://github.com/snapcore/snapd/pull/9709, I'm not quite conviced about its current form if the intention is to share it13:10
mupPR #9709: snapshotstate: improve handling of multiple errors <Created by mvo5> <https://github.com/snapcore/snapd/pull/9709>13:10
mupPR snapd#9688 closed: boot: add kernel command lines to the modeenv file <Run nested> <Simple 😃> <UC20> <Created by bboozzoo> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/9688>13:52
mupPR snapd#9708 closed: tests/main/uc20-create-partitions: verify ubuntu-save encryption keys, tweak not MATCH <Simple 😃> <UC20> <Created by bboozzoo> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/9708>13:52
mupPR snapd#9687 closed: osutil: add helper for getting the kernel command line <Simple 😃> <UC20> <Created by bboozzoo> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/9687>14:27
pstolowski#9590 needs second review14:41
mupPR #9590: tests: download timeout spread test <Created by stolowski> <https://github.com/snapcore/snapd/pull/9590>14:41
mupPR snapd#9712 opened: cmd/snap-repair,store: increase initial retry time intervals, stalling TODOs <Created by pedronis> <https://github.com/snapcore/snapd/pull/9712>15:17
pedronispstolowski: ^ what I discussed in the standup, there are also some todos that we might have to consider when we are bit more sure of the work we did for downloads15:21
pstolowskipedronis: thanks, will take a look15:22
* cachio lunch15:27
mupPR snapd#9713 opened: tests: sign new nested-18|20* models to allow for generic serials <Run nested> <UC20> <Created by pedronis> <https://github.com/snapcore/snapd/pull/9713>15:37
mupPR snapd#9609 closed: tests: add unit test for auto-refresh with validate-snap failure <Created by stolowski> <Merged by stolowski> <https://github.com/snapcore/snapd/pull/9609>16:08
mupPR snapd#9714 opened: client: reduce again the /v2/system-info timeout <Created by pedronis> <https://github.com/snapcore/snapd/pull/9714>16:43
mvopedronis: I pushed a draft of the EphemeralRunHook with the context, let me know if I captured what you had in mind. it will need more tests but mostly wondering if the shape is allright. but no rush of course!16:55
mupPR snapd#9715 opened: hookstate: add new HookManager.EphemeralRunHook() <Needs Samuele review> <Squash-merge> <Created by mvo5> <https://github.com/snapcore/snapd/pull/9715>16:58
mupPR snapd#9716 opened: daemon: split interfacesCmd to api_interfaces.go <Cleanup :broom:> <Created by pedronis> <https://github.com/snapcore/snapd/pull/9716>18:48
mupPR snapd#9686 closed: tests: remove workarounds that add "ubuntu-save" if missing <Run nested> <UC20> <Created by mvo5> <Merged by sergiocazzolato> <https://github.com/snapcore/snapd/pull/9686>18:58
mvowaveform: hey, help with https://github.com/snapcore/pi-gadget/issues/60 would be great (no rush but I'm not sure if you monitor GH issues)19:06
mvopedronis: thanks so much for your initial thoughts on 9715!19:13
* cachio afk20:49
mupPR snapcraft#3389 opened: plugins v1: move build base test in v1 plugins to base class <Created by cmatsuoka> <https://github.com/snapcore/snapcraft/pull/3389>20:59

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