[00:21] * cmatsuoka EODs [00:21] good night everyone! [07:23] o/ [09:41] morning [10:07] mborzecki: hey [10:07] zyga: hey, any clue why fedora 30 fails in https://github.com/snapcore/snapd/pull/8588 ? [10:07] PR #8588: tests: port portals test to session-tool, fix portal tests on sid [10:09] Failed to connect to bus: No such file or directory [10:09] hmmmm [10:09] mborzecki: what's the likelikhood that magic prepare/restore handling tarballs /run? :D [10:09] maybe that's dbus-monitor? [10:09] mborzecki: I don't know [10:10] I mean, session-tool requires system bus [10:10] zyga: iirc it only tarballs the test directory and some bits of /var/lib/snapd/ [10:11] does it happen each time? [10:11] there's one more possible aspect [10:11] yeah, for each test i believe [10:11] can you run it with debug as a single test and see it fail? [10:11] ah [10:11] sorry [10:11] I was talking about the failure [10:11] so, before we land all the fixes [10:12] we still have user.sh and rather brute force operations it does [10:12] it's likely something nuked /run/user/12345 "harder" [10:12] dunno [10:13] ok, let me try to run this test on f30 only [10:13] i mean locally [10:13] once mvo is around it would be good to get some 2nd reviews for the many branches from yesterday [10:13] and just land things [10:13] I suspect that once we land them all the number of random failures will dramatically drop [10:14] he'll probably be online around 13 [10:14] ok [10:14] https://github.com/snapcore/snapd/pull/8590 was fun [10:14] PR #8590: tests: port selinux-clean to session-tool [10:15] it passed on all fedora/centos systmes :) [10:15] https://www.irccloud.com/pastebin/2VA6WffF/ [10:15] ha [10:15] this is fun [10:16] if this fails then something is nuking dbus.socket and not bringing it back [10:16] I bet it's one of the tests that installs/removes it unconditionally [10:17] could you grep for dbus-user-session and make sure we don't install/remove it blindly [10:18] maybe send a patch to add a debug: | section to this test, to dpkg --get-selections | grep dbus-user-session on apt-able systems [10:26] zyga: funny, the test passed in isolation [10:26] yeah [10:27] I bet there's some test that somehow breaks user sessions [10:27] what is curious [10:27] is that it happens this way for fedora [10:27] IIRC we routinely install debian packages [10:27] but not fedora [10:27] do you think anything in user.sh could be responsible [10:27] I strongly believe we leak dbus-daemon's lurking [10:27] because nobody is managing that unless used via systemd --user [10:28] maybe it binds to abstract socket [10:28] and newly started daemons cannot start [10:28] dunno :/ [10:29] idk, there's only 2 tests that use as_user now [10:29] could be something eles [10:29] one of those is the pulseaudio test which iirc has a PR porting it to session-tool [10:29] one other idea is to change the main/session-tool-support test [10:29] to have a up-front check [10:29] for dbus-daemon running as test user [10:29] if so that means something broke before us [10:29] yeah [10:29] I think we are close [10:29] we just need to land the lot [10:30] and see what remains [10:30] I think it's going to be much less unpredictable [11:19] mvo: o/ [11:19] mvo: when you have a moment, it would be good to merge some of the branches that are red and have two reviews [11:20] mvo: things are a bit unstable because each branch changes one or at most a few tests and we can estimate what's left only after they all land [11:23] zyga: sure, in a meeting righ tnow [11:23] zyga: but if you point me to things I can merge when I have some minutes [11:23] mvo: sure [11:23] mvo: I'm not working today, just cleaning the office [11:24] mvo: perhaps mborzecki can point you to things as well [11:24] (tough I understand you both share meetings) [11:24] mh [11:24] mhm [11:26] small scary blurb from the release page [11:26] New bugfix release 2.44.5 [11:26] @mvo5 mvo5 released this yesterday ยท 1628 commits to master since this release [11:34] zyga: aha, right. enjoy your day off [11:37] we should print out instructions about a day off for zyga :P [11:37] mborzecki: I'm cleaning the office [11:37] so many little things to tidy here [11:37] haha [12:16] hey folks who know about spread: [12:16] Cannot allocate lxd:ubuntu-18.04: cannot list lxd remotes: exec: "lxc": executable file not found in $PATH [12:16] roadmr: spread as a snap cannot invoke lxd [12:16] what's going on? lxc *is* installed and working. spread was installed from snap. [12:16] roadmr: it's not coded to use the LXD API [12:17] roadmr: you need to use a hand-built version [12:17] oh... zyga can I get non-snapped spread? and/or how do I get this to work? [12:17] oh... argh. [12:17] * roadmr rolls up sleeves [12:17] roadmr: go get github.com/snapcore/spread/... [12:18] and you will find it in ~/go/bin [12:18] (assuming defaults) [12:18] yay :) [12:18] thanks zyga !! that sets me on the right path [12:18] * roadmr sadly deletes the spread snap [12:19] roadmr: I have several patches that greatly expand spread's support for lxd [12:19] \o/ [12:42] PR core#113 closed: Makefile: conditionally use the "edge" PPA in live-build [12:44] PR snapcraft#3101 opened: package repositories: avoid setting up on host when not the target [12:47] zyga, it is super interesting how you manage to produce proper sentences on IRC by just cleaning your keyboard ! :) [13:18] ogra: years of experience [15:30] PR snapcraft#3100 closed: Removed ``key`` from ``progressive`` dict following changes in the server API [15:54] PR snapd#8588 closed: tests: port portals test to session-tool, fix portal tests on sid [15:54] yay, thanks! [15:55] oh [15:55] mvo: merge https://github.com/snapcore/snapd/pull/8590 as well please [15:55] PR #8590: tests: port selinux-clean to session-tool [15:56] mvo: I'll dig what's left to make master green [15:56] mborzecki: https://github.com/snapcore/snapd/pull/8587 needs a 2nd review [15:56] PR #8587: tests: session-tool allows preparing/restoring for many users [15:56] (super trivial) [15:56] mborzecki: https://github.com/snapcore/snapd/pull/8589 also but is less trivial [15:56] PR #8589: tests: port user-session-env to session-tool [15:57] zyga: thanks, looking [15:57] thanks! [15:57] I'm outside soldering GPIO headers [15:57] zyga: haha [15:57] just came to the office to print the pinout [15:57] * mvo hugs zyga [15:57] seriously ;D [15:58] PR snapd#8590 closed: tests: port selinux-clean to session-tool [15:58] zyga: I know, just find it funny that it's so opposite what I'm doing right now [15:58] you are unsoldering GPIO headers in the sun? :D [15:59] https://github.com/snapcore/snapd/pull/8583 is also +2 and simple (just debug code) [15:59] PR #8583: tests: add debug to core-persistent-journal test [15:59] mvo: I did the early github action matchers but it doesn't seem to work :( [16:00] zyga: meh, that's sad [16:24] PR snapcraft#3099 closed: repo: always refresh cache when build packages are required [16:51] PR snapcraft#3074 closed: package-repositories: draft spec and cleanup === ijohnson is now known as ijohnson|lunch === ijohnson|lunch is now known as ijohnson [18:15] PR snapd#8583 closed: tests: add debug to core-persistent-journal test [18:18] PR snapd#8582 closed: github: register matchers before running spread [18:21] PR snapcraft#3102 opened: build providers: prevent snap refreshing in build environment [19:03] PR snapcraft#3103 opened: python v2 plugin: set path to the interpreter [19:28] How should one hold a refresh on a base other than 'core'? `snap set core20 refresh.hold=2020-05-02T19:01:49.211053Z -- error: cannot configure snap "core20" because it is of type 'base'` [19:28] would setting than on `core` affect all core images? [19:29] cjp256: it's a system wide setting, not per snap [19:29] oh :facepalming: [19:30] thank you :D [19:30] cjp256: aiui the `core` bit in `snap set core` is legacy, we've support for using system in place of core to make things more clear, so you shoudl be doing `snap set system foo.bar=..` [19:30] will do that, thanks! [19:31] bits inside snapd are still called configcore tho :P [19:46] ijohnson: interesting, the ubuntu-seed problem is more and more frequent now [19:46] cmatsuoka: yes it happens a lot which is annoying [19:46] cmatsuoka: my MP to fix it however has not landed :-( [19:47] a few days ago I tried many times and wasn't able to reproduce it, now it happens in almost every image build [20:28] cmatsuoka: yes needs that MP to merged ASAP, but I also don't want to bother folks over the weekend, so let's see how annoying it is on Monday === souther_ is now known as souther