File size: 17,566 Bytes
4aa5fce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
[05:18] <mborzecki> morning [05:58] <mardy> mborzecki: hi! [05:58] <mborzecki> mardy: hey [05:59] <mborzecki> not much has landed since yesterday :/ [06:00] <mardy> mborzecki: but now codecov seems to be working at least :-) [06:00] <mardy> mborzecki: have you seen this error before? I'm trying to reproduce it locally: https://github.com/snapcore/snapd/pull/10797/checks?check_run_id=3628825501 [06:00] <mup> PR #10797: usersession/client: refactor doMany() method <Created by mardy> <https://github.com/snapcore/snapd/pull/10797> [06:01] <mardy> looks like a timing issue, with the test taking too long [06:01] <mborzecki> mardy: yes, it's fixed in master [06:02] <mardy> really? I just rebased... [06:02] <mborzecki> hmmm [06:02] <mborzecki> let me pull master again [06:03] <mardy> I have Pawel's commit in my branch [06:03] <mborzecki> ah w8, it's contxt deadline exceeded [06:03] <mborzecki> yeah, a timing problem then? [06:03] <mardy> I think the problem is that locally, it takes less than 5 seconds, and it passes [06:04] <mardy> there, in CI, it took longer than 5 seconds [06:04] <mardy> 5.77s [06:12] <mborzecki> mardy: reproduced it locally https://paste.ubuntu.com/p/m4p5Gq74dF/ [06:12] <mborzecki> with -count 100 [06:14] <mardy> mborzecki: did you change the timeout? I see it took just 1.02 s [06:14] <mborzecki> mardy: i did `cd store && go test -check.f storeActionSuite.TestSnapActionTimeout -count 100 ` [06:14] <mborzecki> then it failed after some number of attempts [06:15] <mborzecki> i guess ti's either hitting a context deadline set when creating a request, or there's an overarching time.After() when the request is issued somewhere in net/http [06:17] <mborzecki> mardy: https://github.com/snapcore/snapd/pull/10800 [06:17] <mup> PR #10800: store: one more tweak for the test action timeout <Simple π> <Skip spread> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/10800> [06:18] <mup> PR snapd#10800 opened: store: one more tweak for the test action timeout <Simple π> <Skip spread> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/10800> [07:12] <pstolowski> morning [07:13] <mup> PR snapd#10800 closed: store: one more tweak for the test action timeout <Simple π> <Skip spread> <Created by bboozzoo> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/10800> [07:13] <mborzecki> pstolowski: mvo: morning [07:14] <mvo> good morning mborzecki and pstolowski [07:14] <mborzecki> mvo: can you land https://github.com/snapcore/snapd/pull/10703 ? [07:14] <mup> PR #10703: tests/main/security-device-cgroups-strict-enforced: demonstrate device cgroup being enforced <cgroupv2> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/10703> [07:16] <mvo> mborzecki: sure [07:17] <mborzecki> thanks! [07:17] <mvo> mborzecki: does this mean it's time for a git snapshot upload to impiish? [07:18] <mup> PR snapd#10703 closed: tests/main/security-device-cgroups-strict-enforced: demonstrate device cgroup being enforced <cgroupv2> <Created by bboozzoo> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/10703> [07:23] <mup> PR snapd#10787 closed: tests: add a local snap variant to testing prepare-image gating support <Created by pedronis> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/10787> [07:27] <zyga> good morning, I'll be right back, just need to reboot for kernel updates [07:28] <mup> PR snapd#10779 closed: tests/nested/manual: use loop for checking for initialize-system task done <Simple π> <Run nested> <Created by anonymouse64> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/10779> [07:29] <mvo> zyga: good morning [07:29] <mvo> pstolowski: looks like 10765 needs a master merge, failed with the timeout unit test with 1.17 [07:30] <zyga> good morning mvo :) [07:30] <zyga> happy Friday! [07:32] <mborzecki> mvo: not yet, one more branch [07:33] <zyga> congratulations on firefox snap everyone! [07:35] <pstolowski> mvo: yeah, not just this one, going over my PRs atm [07:43] <mup> PR snapd#10801 opened: cmd/libsnap-confine-private: use root when necessary for BPF related operations <Security-High> <Needs security review> <cgroupv2> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/10801> [07:43] <mup> PR snapd#10802 opened: data/selinux: update the policy to allow s-c to manipulate BPF map and programs <Simple π> <cgroupv2> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/10802> [07:51] <mvo> pstolowski: thanks [07:51] <mborzecki> mvo: all the branches are up, i've closed the WIP one, also added cgroupv2-impish label for things that I think need to be part of the git snapshot (which is everything that's proposed, sans selinux bits) [07:51] <mvo> mborzecki: which one is this? [07:51] <mvo> mborzecki: aha, nice [07:51] <mvo> mborzecki: thanks so much! [07:52] <mborzecki> i'll try to clean up my notes and maybe propose those too as in-source-tree documentation [07:53] <mup> PR snapd#10575 closed: [WIP] many: device cgroup v2 support <β Blocked> <cgroupv2> <Created by bboozzoo> <Closed by bboozzoo> <https://github.com/snapcore/snapd/pull/10575> [07:53] <mup> PR snapd#10803 opened: tests, interfaces/builtin: introduce 21.10 cgroupv2 variant, tweak tests for cgroupv2, update builtin interfaces <cgroupv2> <cgroupv2-impish> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/10803> [08:01] <mborzecki> meh, tests/main/auto-refresh* tests are failing now [08:01] <mborzecki> mvo: https://github.com/snapcore/snapd/pull/10799/ can land now, the tests that are affected by the PR are fixed, the failing ones are unrelated [08:01] <mup> PR #10799: tests/main/preseed: update for new base snap of the lxd snap <β Critical> <Simple π> <Test Robustness> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/10799> [08:10] <mvo> mborzecki: +1 done [08:11] <mborzecki> thanks [08:13] <mup> PR snapd#10799 closed: tests/main/preseed: update for new base snap of the lxd snap <β Critical> <Simple π> <Test Robustness> <Created by anonymouse64> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/10799> [08:27] <mborzecki> not bad for 21.10 now https://paste.ubuntu.com/p/v7ZRj8G5JX/ [08:44] <pstolowski> mborzecki: awesome.. auto-refresh-gating? what failed there [08:54] <mborzecki> pstolowski: afaiu the test expects an auto-refresh change to happen, but there isn't one, store does not return anything [08:54] <pstolowski> mborzecki: ah, weird [08:55] <mborzecki> from what i can tell test-snapd-refresh-control-provider snap should be refreshed after switching the channels, but perhaps the store is rate limiting refreshes now? [08:57] <pstolowski> maybe logs will sched some light [08:57] <pstolowski> but that's how the test works and should continue to work [08:59] <mborzecki> pstolowski: well, it's failing on master too right now, i'm looking at the logs: https://paste.ubuntu.com/p/V6hhDp6nqC/ [08:59] <mborzecki> this is when we expect an auto refresh :) [09:00] <pstolowski> hmm [09:00] <pstolowski> storehelpers.go:604: no install/refresh information results from the store [09:03] <mborzecki> pstolowski: asked in mm [09:04] <pstolowski> thanks [09:20] <miguelpires> mvo: hi, can you merge https://github.com/snapcore/snapd/pull/10756 please? The test failures are unrelated [09:20] <mup> PR #10756: cmd/snap: only log translation warnings in debug/testing <Created by MiguelPires> <https://github.com/snapcore/snapd/pull/10756> [09:22] <mvo> miguelpires: sure [09:24] <mup> PR snapd#10756 closed: cmd/snap: only log translation warnings in debug/testing <Created by MiguelPires> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/10756> [10:06] <pstolowski> mvo: could you please merge https://github.com/snapcore/snapd/pull/10774 ? unrelated failures [10:06] <mup> PR #10774: asserts, snapstate: return full validation set keys from CheckPresenceRequired and CheckPresenceInvalid <Needs Samuele review> <validation-sets :white_check_mark:> <Created by stolowski> <https://github.com/snapcore/snapd/pull/10774> [10:06] <mvo> pstolowski: on it [10:07] <pstolowski> ty [10:09] <mup> PR snapd#10774 closed: asserts, snapstate: return full validation set keys from CheckPresenceRequired and CheckPresenceInvalid <Needs Samuele review> <validation-sets :white_check_mark:> <Created by stolowski> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/10774> [10:22] <mup> PR core20#114 closed: Fix riscv64 build <Created by xnox> <Merged by xnox> <https://github.com/snapcore/core20/pull/114> [11:28] <mup> PR snapcraft#3581 opened: packaging: load the correct libraries on riscv64 <Created by xnox> <https://github.com/snapcore/snapcraft/pull/3581> [12:05] <pstolowski> mvo: could you also land https://github.com/snapcore/snapd/pull/10765 ? [12:05] <mup> PR #10765: o/snapstate: enforce validation sets/enforce on InstallMany <Needs Samuele review> <validation-sets :white_check_mark:> <Created by stolowski> <https://github.com/snapcore/snapd/pull/10765> [12:16] <mborzecki> re [12:16] <mborzecki> heh that took a while [12:20] <pstolowski> mborzecki: all fine? [12:20] <mborzecki> yeah, got one more checkup on sunday, but seems to be fine so far [12:26] <pstolowski> great [12:48] <mardy> mvo: can you please use your merging powers on https://github.com/snapcore/snapd/pull/10772? [12:48] <mup> PR #10772: kernel/fde: mock systemd-run in unit test <Created by mardy> <https://github.com/snapcore/snapd/pull/10772> [12:49] <mardy> BTW, the tests there are failing because of some time tolerance issue: https://pastebin.ubuntu.com/p/g76qTyBhC7/ Is anyone working on it (I could take a look, otherwise) [12:54] <ijohnson[m]> mardy yeah I've seen that a bunch I think there's a time sync that happens or something because the test definitely is not executing for 45 minutes like the time difference would suggest [12:54] <ijohnson[m]> But I'm not working on that failure [12:58] <mardy> ah, now I see, it's the same test that once failed at midnight [12:59] <mardy> so, this test does not appear to be doing any refresh on its own :-) [13:00] <mardy> it just assumes that some other test must have been run before, which triggered a refresh [13:00] <mardy> but whether that took 10 minutes or more, it depends from the order of the tests [13:14] <mup> PR snapd#10765 closed: o/snapstate: enforce validation sets/enforce on InstallMany <Needs Samuele review> <validation-sets :white_check_mark:> <Created by stolowski> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/10765> [13:23] <pstolowski> miguelpires: see tests/main/interface-hooks test [13:24] <miguelpires> pstolowski: thank you! [13:29] <mup> PR snapd#10804 opened: [Feat] Add @squash rule support to snap-seccomp <Created by diddledani> <https://github.com/snapcore/snapd/pull/10804> [13:54] <mup> PR snapd#10805 opened: overlord/devicestate: make settle wait longer in remodel tests <Simple π> <Skip spread> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/10805> [13:56] <mborzecki> trivial pr ^^ [14:20] <mup> PR snapd#10806 opened: tests: rename interfaces-hooks-misbehaving spread test to install-hook-misbehaving <Simple π> <Skip spread> <Created by stolowski> <https://github.com/snapcore/snapd/pull/10806> [14:21] <pstolowski> and this ^ [14:34] <diddledani> @jdstrand I'm working on getting per-rule squashing of seccomp denial logs.. I think I've got the snap-seccomp bits done, but it's still logging, so I'm wondering if I need to make changes in libseccomp-go. Any idea what I need to look for to generate a per-rule no-log? [15:21] <mborzecki> pstolowski: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1943853 looks like a problem with snapd loosing all connections [15:22] <mup> Bug #1943853: Recent update DELETED SNAP PROGRAMS <amd64> <apport-bug> <hirsute> <wayland-session> <snapd:Incomplete> <snapd (Ubuntu):Incomplete> <https://launchpad.net/bugs/1943853> [15:24] <pstolowski> mborzecki: oh well, we don't have snap changes, do we? [15:25] <mborzecki> pstolowski: there's no way to auto connect things again right? [15:27] <pstolowski> mborzecki: no [15:28] <pstolowski> mborzecki: and no snaps are broken, very weird [15:28] <mborzecki> pstolowski: the connections are clearly gone [15:29] <pstolowski> mborzecki: or repo and conns are out of sync for some weird reason, but maybe snap connections uses conns directly these days [15:30] <pstolowski> mborzecki: can you ask him for snap changes & snap change <id> if there were errors? [15:32] <mborzecki> pstolowski: ok, sent a request [15:33] <pstolowski> ty [15:46] <mborzecki> pstolowski: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1943853/comments/14 meh, looks like it was garbage collected, any ideas how we can help this poor soul? [15:46] <mup> Bug #1943853: Recent update DELETED SNAP PROGRAMS <amd64> <apport-bug> <hirsute> <wayland-session> <snapd:Incomplete> <snapd (Ubuntu):Incomplete> <https://launchpad.net/bugs/1943853> [15:54] <pstolowski> mborzecki: dang, I don't think we will be able to figure what happened without changes :( [15:55] <ijohnson[m]> I really hate some days the fact that we so aggressively garbage collect changes [15:57] <pstolowski> ijohnson[m]: yes [15:58] <pstolowski> also, seems like we regressed with snap disconnect <snapname> and it must happened a very long time ago, filing a bug [16:00] <pstolowski> or actually maybe not, but there is a confusing message with snap disconnect foo: [16:08] <pstolowski> yeah i think it's just the message problem [16:08] <pstolowski> fyi https://bugs.launchpad.net/snapd/+bug/1943987 [16:08] <mup> Bug #1943987: snap disconnect <snapname>: prints a confusing error <snapd:New> <https://launchpad.net/bugs/1943987> [16:12] <mborzecki> also bit of a bummer right now, as I have no ide how to restore the connections other than just manaully running snap connect for all eligible plugs [16:12] <mborzecki> or snap remove & snap install but that would remove their data [16:12] <mborzecki> so snap save? [16:12] <ijohnson[m]> yeah that's what I was going to suggest them to do to restore their system is just snap connect everything [16:13] <mborzecki> ijohnson: but then all connections would be flagged as manual, wouldn't they? [16:13] <ijohnson[m]> oh hmm [16:13] <ijohnson[m]> but what's the problem with that ? [16:14] <mborzecki> ijohnson: afaiu some plugs are not auto connected, so i we iterate blindly and connect everythign the end result will be dierent than what auto connect does [16:15] <mborzecki> ijohnson: so what i'm really missing is maybe `snap connect --eligible <snap>` [16:15] <mup> PR snapd#10807 opened: tests/nested/manual/core20-cloud-init-maas-signed-seed-data: add gadget variant <Test Robustness> <Run nested> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/10807> [16:15] <ijohnson[m]> I was just going to install all the snaps manually so the auto-connections process in a known good machine and then just have them manually connect all of those [16:15] <ijohnson[m]> snap connect --eligible feels like it's just there to fix a bug that shouldn't happen in the first place [16:17] <pstolowski> so I suspect we lost all the connections because at some moment there was a lot of " cannot read snap info of snap "core" at revision 11606: cannot find installed snap "core" at revision 11606: missing file /snap/core/11606/meta/snap.yaml" errors in the log [16:17] <pstolowski> but it's no clear how this leads to removing of connections, needs investigation [16:19] <pstolowski> fwtw core isn't broken in his snap list, so it recovered [16:19] <pstolowski> ijohnson[m]: i wonder if reinstalling core/snapd wouldn't fix it [16:19] <ijohnson[m]> how would you reinstall core/snapd though [16:20] <ijohnson[m]> without removing all the snaps [16:20] <pstolowski> ijohnson[m]: snap refresh --beta snapd etc, i.e. switch channels [16:25] <pstolowski> doing this here creates Automatically connect eligible plugs and slots of snap "snapd" task [16:25] <ijohnson[m]> Hmm maybe I'm not sure [16:25] <ijohnson[m]> Worth a try though, that operation couldn't delete the files at all [16:27] <pstolowski> ok, i sugested that, and that's EOW [16:27] <pstolowski> have a nice weekend, cu o/ [16:28] <ijohnson[m]> bye! you too [16:31] <diddledani> so I don't think snapd can disable logging on a per rule basis until kernel changes are made to not enforce logging which was added at: https://bugs.launchpad.net/snapd/+bug/1721676 [16:31] <mup> Bug #1721676: implement errno action logging in seccomp for strict mode with snaps <verification-done-xenial> <verification-done-zesty> <snapd:Fix Released by tyhicks> <linux (Ubuntu):Fix Released by tyhicks> <linux (Ubuntu Xenial):Fix Released by tyhicks> <linux (Ubuntu Zesty):Fix Released by [16:31] <mup> tyhicks> <linux (Ubuntu Artful):Fix Released by tyhicks> <https://launchpad.net/bugs/1721676> [18:05] <mup> PR snapd#10808 opened: cmd/snap-seccomp: add riscv64 support <Created by xnox> <https://github.com/snapcore/snapd/pull/10808> === alan_g__ is now known as alan_g [21:29] <mup> PR snapcraft#3582 opened: github: update snapcore/action-build dep <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/3582> [22:31] <mup> PR snapd#10809 opened: .github/workflows/test.yaml: bump action-build to 1.0.9 <Simple π> <Skip spread> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/10809> [23:34] <mup> PR snapcraft#3582 closed: github: update snapcore/action-build dep <Created by sergiusens> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/3582> |