/srv/irclogs.ubuntu.com/2021/10/18/#snappy.txt

mborzeckimorning05:43
zyga-mbpgood morning06:10
mardyzyga-mbp: hi!06:14
zyga-mbphey mardy 06:14
zyga-mbpI'm looking at bunch of random spread reboot failures, where after reboot stuff fails to connect inside Go's ssh library, apparently due to lack of compression support06:15
zyga-mbphave you guys seen this at all? this is always against the qemu target06:15
zyga-mbpall I have so far is https://go.googlesource.com/crypto/+/master/ssh/mux.go#328 this line06:16
mardyzyga-mbp: not that I know of (I actually never tried to use qemu with the spread)06:25
zyga-mbpI don't think it's specific to qemu06:26
zyga-mbpfeels like a bug in go's ssh implementation06:26
zyga-mbpgoogling for that error text makes is clear this is a widespread issue06:26
zyga-mbpI really wonder why it happens with increased frequency now06:26
zyga-mbpmy tests run against hirsute 06:27
zyga-mbpperhaps something got updated06:27
dustthunderbird snap... is there a documentation where thunderbird stores all its mails, calendar data and so on?06:36
mborzeckizyga-mbp: mardy: hey06:38
mupPR snapd#10922 closed: none: dummy commit <Run nested> <Created by mvo5> <Closed by bboozzoo> <https://github.com/snapcore/snapd/pull/10922>06:38
zyga-mbphey mborzecki :)06:39
ogradust, snaps typically store their data somewhere under ~/snap/<snapname>/common or ~/snap/<snapname>/current ... take a look there 06:40
mardymborzecki: hi!06:40
dustogra, thanks06:48
pstolowskimorning07:07
zyga-mbphey pstolowski 07:10
mardypstolowski: hi!07:27
mupPR snapd#10932 closed: tests/nested/core/core20-create-recovery: fix passing of data to curl <Simple 😃> <Run nested> <Created by bboozzoo> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/10932>08:24
zyga-mbpcongratulations on shipping impish :)08:28
mupPR snapd#10931 closed: interface/modem-manager: add accept for MBIM/QMI proxy clients <Simple 😃> <Created by alfonsosanchezbeato> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/10931>08:34
mupPR snapd#10926 closed: tests: remove extra-snaps-assertions test <Created by sergiocazzolato> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/10926>08:39
mupPR snapd#10904 closed: osutil/disks, many: switch to defining Partitions directly for MockDiskMapping <Simple 😃> <Created by anonymouse64> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/10904>08:44
mupBug #1947563 opened: snapd execs /usr/lib/snapd/snap-seccomp despite libexecdir set to /usr/libexec <Snappy:New> <https://launchpad.net/bugs/1947563>08:49
mupPR snapd#10873 closed: interfaces/builtin: Add '/com/canonical/dbusmenu' path access to 'unity7' interface <Created by twang2218> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/10873>08:49
mupPR snapd#10927 closed: interfaces/builtin/hardware-observer: add /proc/bus/input/devices too <Simple 😃> <Created by anonymouse64> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/10927>08:49
mupPR snapd#10917 closed: many: mv MockDeviceNameDisksToPartitionMapping -> MockDeviceNameToDiskMapping <Simple 😃> <Skip spread> <Created by anonymouse64> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/10917>09:59
mupPR snapd#10938 opened: tests: skip connection of netlink interface on older systems <Created by mardy> <https://github.com/snapcore/snapd/pull/10938>09:59
miguelpiresHey. I'm having some trouble running some of the spread tests, maybe I'm missing something obvious . The suite prepare fails on `snap install --edge core error: cannot perform the following tasks: - Copy snap "core" data (no state entry for key)` 10:06
miguelpiresThe full output is here https://pastebin.canonical.com/p/GtTX58pWFN/ 10:08
miguelpiresIf someone has any idea what the issue could be, I'd appreciate the help :] 10:10
pstolowskimiguelpires: is this on your branch with snap folder changes?10:16
pstolowskimiguelpires: unfortunately "no state entry for key" is one of the least helpful errors we have :( unless decorated with additional info. i'd start with looking at doCopySnapData() and add extra debug around all err handling there10:21
miguelpiresYes, I guess "core" isn't supposed to have state 10:21
miguelpires?10:21
* zyga-mbp miguelpires it's a sign of missing error handling10:21
pstolowskimiguelpires: no, this error is about a st.Get("...") not finding a requested key (can be snapstste.Get(..) for example)10:21
* zyga-mbp it's the error that should never surface higher10:21
* zyga-mbp yeah, pstolowski is right, calls like that are guarded against no state usually10:22
miguelpiresI see, thanks!10:22
pstolowskimiguelpires: we often explicitly handle such error by checking if err is state.ErrNoState10:25
mardypstolowski: thanks for the review on https://github.com/snapcore/snapd/pull/10938, but I'd need another one since I had to change it considerably :-)12:01
mupPR #10938: tests: skip connection of netlink interface on older systems <Created by mardy> <https://github.com/snapcore/snapd/pull/10938>12:01
mupPR snapd#10847 closed: cmd/snap-confine: die when snap process is outside of snap specific cgroup <cgroupv2> <Created by bboozzoo> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/10847>12:15
pstolowskimardy: oh indeed, i  think you should change "tests: " prefix and it may need security review12:19
mardypstolowski: I don't think we need to involve security, since this PR is restricting the access12:48
pstolowskimardy: right, indeed12:48
mupPR snapd#10939 opened: tests: spread test for validation sets enforcing <validation-sets :white_check_mark:> <Created by stolowski> <https://github.com/snapcore/snapd/pull/10939>12:55
ijohnson[m]mardy: so which specific test /variant is it that was failing?13:35
mardyijohnson[m]: the issue I was talking about in the standup is on ubuntu-core-18 (maybe also UC 20, but I'm not sure). The PR is https://github.com/snapcore/snapd/pull/1093514:05
mupPR #10935: tests: wait for snapd to be fully setup before installing snaps <Created by mardy> <https://github.com/snapcore/snapd/pull/10935>14:05
mardyijohnson[m]: the service unit seems correct, it has Requires and After: https://paste.ubuntu.com/p/gGVwCtrXYj/14:06
* ijohnson[m] looks14:07
mupPR snapd#10940 opened: tests: force 16.04 packaging when doing test snapd-snap build <Created by xnox> <https://github.com/snapcore/snapd/pull/10940>15:36
ijohnson[m]miguelpires: hey just FYI when we ask for more information on bugs like in https://bugs.launchpad.net/snapd/+bug/1946996, we set the status to "Incomplete"16:14
mupBug #1946996: snapd: slice bounds out of range <snapd:New> <https://launchpad.net/bugs/1946996>16:14
miguelpiresijohnson[m]: ok, I'll do that now :]  thanks16:27
mupPR snapd#10930 closed: secboot: revert move to new version (revert #10715) <âš  Critical> <Run nested> <Created by anonymouse64> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/10930>16:46
ogramiguelpires, note that incomplete bugs expire automatically after 60 days though 16:53
ogra(i.e. if you want to keep it around even after that and without user reply, pick another status)16:53
mupPR snapd#10929 closed: tests/nested/manual: add regression test with old/existing initrd and new snapd <â›” Blocked> <Run nested> <Created by anonymouse64> <Closed by anonymouse64> <https://github.com/snapcore/snapd/pull/10929>16:56
miguelpiresogra, I see, thanks for the heads up 17:37

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