[05:41] Good morning [06:31] morning [06:39] Hey mborzecki :-) [06:45] zyga: hey [06:46] zyga: simple review ? https://github.com/snapcore/snapd/pull/6596 [06:46] PR #6596: spread: restore SELinux context when we mess with system files [06:50] On it [06:52] Done [06:52] zyga: thanks [07:15] Hello mvo [07:19] hey zyga [07:24] mvo: hey [07:25] γ˜γ‚ƒγ‚γΎγŸ [07:25] That was what you asked about last time [07:26] hey mborzecki [07:26] zyga: !!! [07:26] zyga: amazing [07:26] zyga: looking forward for you teaching me some more [07:29] I’ll be around shortly [07:43] hey sil2100 ! quick question - can we get https://launchpad.net/ubuntu/bionic/+queue?queue_state=1&queue_text=systemd into core18 via your foundations ppa maybe? this way we can run our regression test (and full suite) with the fix just like we did with xenial === pstolowski|afk is now known as pstolowski [08:04] morning [08:04] hey pstolowski [08:14] Hey Pawel [08:22] mvo: https://www.viva64.com/en/b/0600/ [08:22] zyga: ^^ [08:22] pstolowski: hey [08:23] mborzecki: looks good, we should try it [08:27] Applied [08:27] Thank you === chihchun_afk is now known as chihchun [08:37] mvo: couple of Q/comments on 6401 , I didn't notice but we are trying not to add anymore to api.go, see recent work by Chipaca and me [08:39] pedronis: oh, ok. I have a look, I missed that. thank you [08:42] mvo: i'd gladly pick that up if you're otherwise busy [08:42] * Chipaca dreading the merge-the-health-checks work [08:42] :-) [08:42] Chipaca: yeah, that is welcome [08:42] ok [08:42] Chipaca: \o/ [08:43] * mvo tries to tame wait-chains right now [08:44] Chipaca: did you update the Reason: scheduled one? [08:44] and morning [08:44] first i'll address pedronis's comment on #6598 [08:44] PR #6598: overlord/snapstate, store: set a header when auto-refreshing [08:44] pedronis: morning [08:44] pedronis: i'd written up to # and went looking for the number :-) [08:45] pedronis: it's just the flag -> opt thing, right? [08:45] Chipaca: there's a suggested if reorg as well [08:45] pedronis: or do you want me to also do the cleanups of things that were already there? [08:45] Chipaca: ideally also the cleanups, yes [08:46] (that'll make the diff bigger, meaning less chance convincing pedronis it's minimal and can go in 2.38 :-p) [08:46] Chipaca: you can do a follow up instead [08:47] but it would be good to address them [08:47] pedronis: your call, I don't mind if this doesn't make 2.38 :-) [08:50] Chipaca: either maybe the if, but the rename should be rather innocuous [08:50] Chipaca: I mean, I don't think the diff will be that much bigger [08:50] the biggest addition are the tests in fact [08:50] i wonder why we decided rate limit would be an int64 (and not a uint64) [08:51] Chipaca: no clue, I don't think I reviewed that code [08:52] Chipaca: it starts with ParseByteSize returning int64 [08:52] (but that doesn't support -5b) [08:53] Chipaca: anyway that is a bigger change [08:53] not for this one [08:53] Chipaca: but yes, it makes one wonder if rateLimit can be -128 [08:53] totally [08:54] I'll change things around a little, hopefully for the better, and push a change to make the rate thing not be negative separately [08:54] ParseByteSize doesn't support negative numbers more by accident than by design i fear [08:54] Chipaca: do negative sizes make sense though? [08:54] no [08:55] I mean, they might be used in the kernel or something to indicate errors [08:55] but for our use, no [08:55] (and our use of ParseByteSize is purely about rate limiting) [09:04] * dot-tobias waves hello [09:10] pedronis: reqOptions() -> downloadReqOpts() ok with you? [09:11] Chipaca: yes, it is used in download and connectivity check, right? [09:13] pedronis: yes, and in conn check it's used for the download endpoint [09:13] yup [09:17] hey Chipaca :) [09:17] * zyga is happy despite the rainy day [09:18] zyga: morning sah :-) [09:23] Chipaca: brexit makes my sleeping pattern erratic [09:23] zyga: welcome to my world [09:23] Chipaca: on the up side, the current state, as chaotic as it is, feels like an improvement over last few weeks [09:24] Chipaca: at least from far away here, I don't know how it feels to be directly affected [09:24] zyga: I'm refusing to get my hopes up, but my favourite outcome is still in the race [09:24] Chipaca: I did an unrelated change (unrelated to the api layout we discussed) you may need to git pull for 6401 [09:24] mvo: will do [09:33] mvo: thank you for adding that check [09:34] my pleasure [09:44] pedronis, mvo, pushed to 6401 [09:44] maybe i should've pushed two commits [09:44] Chipaca: thank you! [09:44] instead of one with two changes [09:44] hm [09:45] pedronis: again not daemon_test package because apiBaseSuite is a beast [09:45] Chipaca: that's ok, we can look into that at some point [09:45] but at least the beasts are not growing [09:45] y [09:45] yes [10:07] ogra: you around? [10:07] #6596 is one unlucky PR [10:07] PR #6596: spread: restore SELinux context when we mess with system files [10:08] the travis job just keeps on failing and failing, either github, or store timeout, or some from-repo package installation taking too long [10:08] Chipaca, in a meeting, so half way ... === chihchun is now known as chihchun_afk [10:15] hi, I'm trying to build a core18 snap with multipass, but it seems to just hang there after starting the vm. if I "multipass shell" in it, I don't see anything running. how can I debug this? [10:15] pedronis: quick question (if you have a moment) - in doUpdate we merge a bunch of taskSets and the "edge" information (DownloadAndChecksDoneEdge) gets lot - one approach would be to transfer edges in ts.AddAll(anotherTs), I drafted this in http://paste.ubuntu.com/p/tDJf9XbTGg/ would love to hear your thoughts http://paste.ubuntu.com/p/tDJf9XbTGg/ [10:16] (ups, sorry for the same url twice) === chihchun_afk is now known as chihchun [10:23] guys, so how about we land https://github.com/snapcore/snapd/pull/6270 ? [10:23] PR #6270: data/selinux, tests: refactor SELinux policy, add minimal tests [10:24] mvo: Chipaca: I made a help suggestion in 6401 [10:24] mvo: it's a bit problematic because some edges might not make sense in the larger task set [10:24] pedronis: I can also just transfer the edge over in doUpdate explicitely [10:25] pedronis: thats the simplest one [10:25] pedronis: its slightly annoying that this area of code has to have knowledge about this though [10:25] pedronis: or I can try to rework the way doUpdate is using []*TaskSet but that seems to be hard [10:26] pedronis: anyway, would love some ideas :) [10:26] mvo: let me look at the code [10:26] pedronis: updated #6593 [10:26] PR #6593: sandbox/seccomp: a helper package wrapping calls to snap-seccomp [10:32] mvo: I think it would be fine to have separate AddAllWithEdges (my point is mostly tha whether to copy them over, rename them around etc needs to be conscious decision) [10:35] pedronis: ok - with the same error handling as is in there already? i.e. error on dupes? [10:35] mvo: yes [10:35] pedronis: great, thank you! I make this happen [10:35] pedronis: a problem with that help message is that AIUI it breaks https://forum.snapcraft.io/t/convention-for-command-help-text/1856 [10:36] Chipaca: fix it [10:36] :-) [10:36] pedronis: the docs, or the help message :-D [10:36] Chipaca: I mean the original was saying too little [10:36] a'ight [10:36] we need something that respect the style guide [10:37] but also tells more [10:38] mborzecki: what's the difference between InternalToolPath and the helper? I'm obtuse [10:39] pedronis: in that PR none, in the final one InternalToolPath won't work because it assumes it's either distro libexecdir or a path under snap-mount-dir [10:39] pedronis: and in bootstrap the mount path is none of the 2 locations [10:41] mborzecki: does it mean InternalToolPath is broken? [10:41] I mean are we sure it doesn't it this issue in some cases [10:43] pedronis: i wouldn't say it's broken, it's more like there is an assumption that snapd is installed in the system in some way, which is true in general, but not true during bootstrap [10:44] huh, Nonce is missing or invalid [10:44] does snapcraft keep any state other than the usual (parts/ stage/ prime/) dirs when run in --destructive-mode ? [10:46] mborzecki: are we failing generate key during bootstrap, I see similar code [10:46] there [10:47] mborzecki: findSnapdPath [10:48] pedronis: that code is correct [10:49] pedronis: it does not fall back to filepath.Join(dirs.DistroLibexecDir,...) [10:49] pedronis: perhaps an update to InternalToolPath would make sense [10:50] pedronis: after all if the tool is 'internal' it's supposed to be where snapd binary is [10:50] afaict it does fallback [10:50] maybe I'm reading it wrong [10:50] anyway I'm a bit worried about all this places doing slightly different with self/exe [10:53] pedronis: I just split it :-) [10:54] * Chipaca context-switches pedronis for fun & profit [10:54] haha [10:54] mborzecki: if I read correctly we do a full seeding with snapd running from the tmp dir [10:54] pedronis: yes [10:54] so any place is potentially buggy [10:54] yup, fortunately it's only system key and seccomp at this point [10:54] well, no [10:55] there's a place using InternalToolPath [10:55] maybe it's buggy [10:55] or not [10:55] Can I somehow check how snapd reads my gadget.yaml by invoking some CLI command? I have a default configuration that has to be fed to the configure hook as a string, but it really is a YAML file thus should preserve line breaks. [10:56] pedronis: haha :P [10:56] dot-tobias: have you looked at what the online yaml parser makes of it? [10:56] (was it you i showed that one to yesterday?) [10:57] pedronis: i'd say that in the general case we should just do filepath.Dir(Readlink("/proc/self/exe")) and use that [10:57] mborzecki: interfaces/mount/ns.go [10:57] pedronis: unless realdink fails, in which case fallback to distro libexecdir may be ok [10:58] mborzecki: the code is not like that though, in most of these places [10:58] they all check mount dir [10:59] Chipaca: Yes, I was the one from yesterday 😊 I checked and it preserves line breaks as \n, but feeding this to mir-kiosk (display-config can be set as a string) results in an erroneous miral-kiosk.display file with newline printed as literal \n [10:59] dot-tobias: can you show me? [11:00] pedronis: at least for the seccomp tool, I updated this here https://github.com/snapcore/snapd/pull/6485/files#diff-a5ed6485262fae2e80ad61a8b843504eR68 [11:00] dot-tobias: to answer your question directly, there isn't a way to do that right now [11:00] PR #6485: interfaces/seccomp: regenerate changed profiles only <β›” Blocked> [11:01] mborzecki: I have a bit lost track of why the check [11:01] Chipaca: Sure, here's the current gadget.yaml: https://gitlab.com/glancr/gadget-snap-pi-kiosk/blob/master/gadget.yaml#L12 [11:01] we probably need to talk with mvo [11:01] pedronis: a chat then? [11:01] yes [11:01] mvo: ^^ [11:02] pedronis: mvo: HO? [11:02] mborzecki: in a meeting right now [11:02] mvo: ok, once you're finished then? [11:02] Chipaca: If I run "snap set mir-kiosk display-config="$(cat a config file with the exact same contents)", everything works fine. But I suspect the multiline string from gadget.yaml is mangled somewhere. [11:05] Chipaca: I can't really check what the actual result is from the device intialization as snapd errors (mir-kiosk configure hook can't parse the mess it gets from the yaml default) and rolls back. I occasionally check on-device but I'm always either too early or too late to see the actual file created 😞 [11:06] dot-tobias: which 'actual file created'? [11:06] dot-tobias: (i'm not super familiar with this part of the code :) ) === chihchun is now known as chihchun_afk [11:08] Chipaca: mir-kiosk's configure hook saves display-config to a file in $SNAP_DATA/miral_kiosk.display (cf. https://github.com/MirServer/mir-kiosk/blob/ad041e6b19205acacaf9881568061d8fd5a5742e/snap/hooks/configure#L29). [11:08] right, but the first boot config isn't done from the file [11:08] it's done from reading the snap.yaml [11:09] dot-tobias: let me load and dump that yaml file and see what snapd makes of it [11:12] Chipaca: That would be great, thank you. Correct me if wrong, but I thought that the gadget setup was roughly this: boot > mir-kiosk snap is installed from prefetched .snap, including any default config > gadget.yaml is read for default settings > snapd basically runs β€œsnap set snap-name some-setting=specified-value-from-gadget.yaml – if that's the case, I don't quite follow your statement about first boot config [11:12] dot-tobias: snapd does basically run snap set … [11:13] dot-tobias: but the file comes after 'snap set', not before [11:13] dot-tobias: so if the file has mangled \n's, it's because whatever called the equivalent of 'snap set' did it wrong [11:14] dot-tobias: and the codepath is simple enough that it's _probably_ reading it wrong in the first place but idunno [11:14] getting there [11:14] dot-tobias: the problematic config is display-config, yes? [11:14] Chipaca: I guess we're talking about the same thing, but not sure πŸ˜„ [11:15] Chipaca: yes, display-config is the one I'm trying to set. [11:16] the config is loaded jus' fine [11:16] so the problem is in the setting of it [11:16] hmm [11:17] oh wait what is this normalize code [11:18] Chipaca: Yes, I suspect that the gadget.yaml multiline string is parsed somewhere and passed to β€œsnap set” with literal \n newlines, which mir-kiosk's configure hook does not further parse or validate (just echoes the passed string to miral-kiosk.display) – thus resulting in one long string with literal \n instead of a valid YAML dict [11:19] indeed [11:22] Chipaca: And that's the part where I don't know if β€œI'm holding it wrong” or if preserving a config file with implicit newlines (dunno if that's the correct term) through this whole YAML parsing is currently just not possible. 😊 [11:23] dot-tobias: so, there's a bug, this should work [11:23] dot-tobias: we should fix it [11:23] dot-tobias: but that doesn't unblock you [11:23] dot-tobias: however, there's a way out for you [11:23] i hope [11:23] dot-tobias: but it's a bit nasty [11:24] Chipaca: I'm all for nasty workarounds if they do the job until the elegant way is possible 😊 [11:26] dot-tobias: rewrite the config file yaml using the json-like syntax [11:26] dot-tobias: gimme a sec i'll do it for you [11:26] PR snapd#6596 closed: spread: restore SELinux context when we mess with system files [11:29] dot-tobias: layouts: {normal: {cards: [{card-id: 0, HDMI-A-1: null}]}, right: {cards: [{card-id: 0, HDMI-A-1: {orientation: right}}]}, left: {cards: [{card-id: 0, HDMI-A-1: {orientation: left}}]}, inverted: {cards: [{card-id: 0, HDMI-A-1: {orientation: inverted}}]}} [11:29] dot-tobias: no comments in this format :-/ [11:30] pedronis: pstolowski: we have some issue with spurious escaping of config values coming from gadget.yaml [11:30] Chipaca: Can live without comments for now. Thank you very much! So I put that into gadget.yaml > defaults > display.config as a string? [11:30] dot-tobias: yes [11:31] dot-tobias: let me know if it actually works of course :-) [11:31] pedronis: pstolowski: meaning the snaps get \\n instead of \n for ex [11:32] Chipaca: Will do, thank you! [11:32] Chipaca: escaping where? [11:33] pedronis: mvo: can we land #6270? [11:33] PR #6270: data/selinux, tests: refactor SELinux policy, add minimal tests [11:33] pedronis: the Configure hook that's run using the values from the gadget.yaml [11:34] Chipaca: yes [11:34] Chipaca: where is the escaping, snapctl get? or before? [11:35] or it's misunderstanding about what the result is [11:35] pedronis: the loading seems to be fine, no spurious escaping [11:35] pedronis: I don't know where it's happening, don't have an easy way to repro [11:36] we do need a repro [11:36] * pedronis lunch [11:36] pedronis: I mean, dot-tobias was hitting this IRL [11:37] pedronis: I mean I don't have a _minimal_ way to reproduce it that doesn't involve a gadget and a device and first-booting it [11:37] fortunately there's a workaround for them, as it's yaml so you can just scrunch it up (ewww), but if it'd been an .ini file we would've been SOL [11:37] Chipaca: we do have spread test like that [11:38] I mean we should be able to write a spread test [11:38] I know :-) i'm saying I haven't -- I was trying to make it SEP [11:42] Chipaca: did we learn anything more about the 19.40 seeeding woes? [11:42] 19.04 [11:42] * pedronis really lunch [11:43] pedronis: I'm trying to reproduce them locally [11:43] s/them/it/ [11:43] them == the woes, clearly [11:45] right now I'm struggling to get a new disco install to _boot_, let alone be snappy [11:46] two different icons for installation, with arrows pointing different ways [11:49] Chipaca, so what was that ping about ? [11:53] ogra: who knows :-) [11:53] heh [11:55] hrm, hrm, whats up with tests [11:55] ogra: while you are here - you probably like https://launchpad.net/ubuntu/bionic/+queue?queue_state=1&queue_text=systemd [11:56] ogra: we just need to convince someone from the sru team to actually approve :) [11:56] YAY !!! [11:56] mborzecki: you wanted to talk about something earlire? sorry was in a meeting and then forgot [11:57] mvo: yes, we need pedronis too [11:57] hey sil2100 ! quick question - can we get https://launchpad.net/ubuntu/bionic/+queue?queue_state=1&queue_text=systemd into core18 via your foundations ppa maybe? this way we can run our regression test (and full suite) with the fix just like we did with xenia [11:57] mborzecki: probably after lunch, what was the question? [11:57] and why are tests unhappy currently :( ? [11:58] mvo: some concerns about finding internal tools [11:59] mborzecki: ok, so - for snapd its easy, just os.dirname(os.link("/proc/self/exe")) [12:00] mborzecki: but for the "snap" binary its not [12:00] mborzecki: I think we need to lookup something (snap-exec?) there [12:01] mborzecki: maybe the answer is that the toolpath is also just relative for the snap binary "../lib/snapd" [12:01] mborzecki: am I actually speaking about the right question or am I lost in something else :) ? [12:01] mvo: ../lib{exec}/snapd [12:02] mvo: right, we were discussing the case of 'snapd' and cmd.InternalToolPath which does not work for boostrap environment [12:02] mborzecki: yeah, for snapd my suggestion is to always look into the same dir [12:03] mborzecki: and maybe (to support running from a git tree) to fallback to /usr/lib{,exec}/snapd [12:03] mborzecki: but for snap its slightly more complicated [12:04] mvo: hey! Let me take a look [12:05] PR snapd#6599 opened: snapstate,state: add TaskSet.AddAllWithEdges() and use in doUpdate [12:05] mvo: hm, I can review it today for -proposed and then copy it over to the PPA for testing (with a lower version) [12:06] sil2100: cool, let me know if I can help in any way (but I probably don't have the right permissions) === chihchun_afk is now known as chihchun [12:10] mvo: i can try and open a PR cleaning up cmd.InternalToolPath/findSnapdPath/seccompToBpfPath to be consistent [12:12] Chipaca: do we understand enough from dot-tobias situation to make a LP bug? [12:12] mborzecki: I think that would be good [12:12] mborzecki: maybe a separate PR? [12:12] pedronis: I think so yes [12:12] mvo: right [12:12] dot-tobias: could you do that? file an lp bug about this [12:12] Chipaca: could you make one? [12:12] or dot-tobias [12:12] pedronis: trying to punt it :-) [12:12] mborzecki: yes, simplifiying would be good [12:13] mborzecki: mvo: do we compute system key from snap ? or only from snapd? [12:13] pedronis: only snapd apparently [12:13] ok [12:15] mborzecki: no, both, snap run uses SystemKeyMismatch [12:15] so findSnapdPath is abit more delicate [12:15] afaict [12:16] pedronis: right, but only snapd build-id is used in the system key data [12:16] mborzecki: well and snap-seccomp output in your PRs? no? [12:16] yes [12:24] * pstolowski lunch [12:25] mvo: ok, bionic looks good, accepted for bionic-proposed [12:25] Chipaca, where do you see those inconsistant arrows for installation? [12:26] heh [12:26] I will copy it to the PPA but please please please shepherd the bionic-proposed systemd upload [12:26] seb128: https://snapforum.s3.amazonaws.com/original/2X/6/6db33b0da7456be46210985f939a0e2040284e6b.jpg [12:26] Chipaca, did you sort out your non booting image? maybe worth mentioning on #ubuntu-desktop [12:26] if you need help figuring it out [12:26] mvo: systemd uploads trigger a lot of tests and a lot of failures and the uploader needs to make sure they pass and/or are identified as flaky [12:26] seb128: it was booting, just not doing anything graphic [12:26] pedronis: can you advise on what to do about https://travis-ci.org/snapcore/snapd/jobs/505983378? [12:26] Wouldn't want this upload to be stuck in bionic forever [12:26] Chipaca, ah, thx [12:26] seb128: -vga qxl fixed that [12:27] Chipaca, ah, good [12:27] seb128: https://forum.snapcraft.io/t/no-more-preinstalled-snap-on-ubuntu-19-04/10339/49?u=chipaca [12:27] pedronis: hello btw :) [12:27] (just writing random stuff there as i try to repro the issue at hand) [12:28] pedronis: sergiusens said something about a rebase, but I thought that would confuse github [12:28] jdstrand: did you see my comment on why it's blocked? (it was about the tests, I think we talked about it but I forgot to write the reason in the PR) [12:28] Chipaca, ah, tb didn't charge the image from the email for some reason, I see it now, the 'other arrow' on the desktop is because it's a symlink, it's a bit unfortunate how it 'conflicts' with the icon own arrows placed in the same corner [12:29] * jdstrand doesn't have 'zyga@xenial' anywhere in the tree [12:29] seb128: if it didn't, then it'd have two opposite arrows :-) [12:29] Chipaca, Ken didn't get the issue every time, might be racy, so I guess "how you reproduce' is by trying a new install again [12:29] jdstrand: does git log do? [12:29] jdstrand: it's the history [12:29] seb128: yep [12:29] pedronis: I thought you said it could go in so long as tests came later. you want the tests now? [12:29] Chipaca, right :) [12:29] jdstrand: sorry, it was not about the tests [12:29] jdstrand: please read the comment in the PR [12:30] zyga: 'does git log do'? can you rephrase? [12:30] and answer there [12:30] jdstrand: run git log | grep zyga@xenial [12:30] pedronis: "I agree though with niemeyer comments regarding the summaries, we probably want to change those before merging." I did that [12:31] zyga: yes, I have that: [12:31] Author: zyga [12:31] Signed-off-by: zyga [12:31] the author needs to be changed [12:31] every time I try gnome shell i miss the keyboard-friendliness of unity :-( === ricab is now known as ricab|lunch [12:31] * Chipaca hugs his 16.04 to his chest [12:32] jdstrand: this comment: https://github.com/snapcore/snapd/pull/5644#issuecomment-472723883 [12:32] PR #5644: interfaces: add audio-playback/audio-record and make pulseaudio manually connect <β›” Blocked> [12:32] from this morning [12:32] zyga: uhh, everyone has to do this? [12:32] jdstrand: perhaps I misunderstand but this is in an incoming PR? [12:32] jdstrand: if so, just that needs to change [12:33] Chipaca / pedronis : I'll open a LP bug (for snapd?) and try to describe the problem as detailed as possible; Chipaca feel free to make amends if I misunderstood the actual issue (but at least I can describe what the outcome is) [12:33] jdstrand: we can work on landing it on our side [12:33] dot-tobias: thanks! [12:33] jdstrand: I'm still interested if what I described is a blocker or not [12:36] pedronis: I answered in the PR. I don't consider it a blocker since at worst I will see things come into the queue and manually approve them/grant the snap decl while I'm working through all the grants [12:37] pedronis: but if you do, then I can try to get to it. it's several hundred so it will take me a while [12:37] jdstrand: what I'm worried is if somebody installs with snapd beta one of the affected snaps before the declaration is changed [12:38] zyga: it isn't a new PR, it is an ancient PR at this point that all of a sudden started failing that cause I did a git fetch/merge [12:38] will not the install fail? [12:38] well, not fail [12:38] but not work until it connects things manually [12:38] which is not expected [12:39] yes, that would happen [12:39] that is a fair point [12:41] * jdstrand doesn't understand how all of a sudden 92a096278e040b452125260b00742ae6e62caf2c from October is now causing me problems [12:41] Saviq, hi, how can I debug what snapcraft is doing inside a multipass vm? [12:42] Saviq, I'm trying to figure out why a snapcraft build seems to hang after having launched the vm [12:42] zyga: ^ why am I seeing this now and why doesn't master change it so that no one else will be affected? [12:43] jdstrand: I don't understand, can you tell me where exactly are you seeing it? [12:43] zyga: https://travis-ci.org/snapcore/snapd/jobs/505983378 [12:43] jdstrand: I see your ping now, sorry for the interrupt [12:45] jdstrand: wow, no idea now [12:45] perhaps tests/lib/cla_check.py should ignore that email if people don't want to rewrite history. how is this passing for anyone? [12:45] no idea, it's odd [12:46] pedronis: oh, this is all set for 2.39 anyway. that's right. I was thinking as soon as it was committed, I'd get started, do 50 a day or something [12:47] Chipaca: hey, you seem to have written ./tests/lib/cla_check.py [12:48] jdstrand: sorry I was not of much help [12:48] Chipaca: after a recent fetch/merge with master for an existing PR, I started seeing https://travis-ci.org/snapcore/snapd/jobs/505983378 [12:48] jdstrand: perhaps do a test: rebase and open a new PR [12:48] jdstrand: if that passes it's a data point [12:48] jdstrand: huh [12:49] Chipaca: the email address that is failing is from 92a096278e040b452125260b00742ae6e62caf2c october [12:49] jdstrand: should be easy to fix [12:49] jdstrand: somehow :-| [12:50] jdstrand: I mean, should be easy to fix the script to catch that exception [12:50] Chipaca: I mean, I can adjust the author with a git rebase, but is that the right thing to do? why aren't others seeing this? (granted, my pr started before october, so maybe the check was added after that and I'm only seeing this cause I'm the only one with commits that stretch that far back?) [12:50] jdstrand: I don't know why it's trying to verify an email already on master though [12:50] hmm [12:51] oh [12:51] this branch predates october [12:51] is that the reason? [12:51] jdstrand: there's been a change in travis.yaml that might be relevant [12:51] or was that in snapcraft [12:51] looks like it was just in snapcraft [12:52] Chipaca: at this point I'm happen to be told what to do and I'll mash buttons like a monkey :) [12:52] happy* [12:53] jdstrand: http://paste.ubuntu.com/p/QdXzftpW3b/ [12:53] jdstrand: that might help [12:53] pedronis: please advise since this is for 2.39 if I need to slog though all of them or can go at my own pace [12:54] * Chipaca ⇝ lunch [12:54] jdstrand: I would recommend to start [12:55] pedronis: well there is starting and there is slogging so the PR is unblocked. it sounds like you mean the latter [12:56] jdstrand: we rebase all the time in snapcraft, github is really saavy, it even mentions you rebased in the PR... the only drawback is when you amend new code from the PR (problem for the reviewer, not github), but stuff that is in master is usually fine [12:56] Chipaca: that shange seems unrelated to my PR and should be in a separate PR. I don't know why that is fixing things or what side effects it may have so am uncomfortable proposing it [12:57] sergiusens: when you say rebase, what are you saying, change the order so the merges happen before my stuff? [12:58] sergiusens: or are you saying change the author [12:58] ? [12:58] git rebase origin/master (it will even remove the merge commit) [12:58] jdstrand: sorry, I would prefer not to buy a conscious regression, we already have our fair share of unconscious ones [12:59] pedronis: well, since it is for 2.39, I don't need to drop everything, so I'll go at whatever pace works for me and that makes it commitable for 2.39 [12:59] jdstrand: here's an example of a rebase https://github.com/snapcore/snapcraft/pull/2479 (search for force-pushed) [13:00] PR snapcraft#2479: store: support registering to a specific store [13:00] jdstrand: that sounds good [13:07] mborzecki: btw to be clear I don't thik that cleanup should block 6593 but is good to have a plan forward for that area [13:09] off to pick up the kids [13:10] sergiusens: that's fine, and I use rebase all the time. I was wondering what you were specifically suggesting since I have gotten several suggestions. I think I know what to try [13:17] Chipaca / pedronis: Filed https://bugs.launchpad.net/snapd/+bug/1820060 β†’ let me know if it's clear enough [13:18] Bug #1820060: multiline strings in gadget.yaml defaults are mangled [13:19] sergiusens, hi, I have a snapcraft build that's been stuck for ages at "Launched: ", it seems nothing is happening in the VM itself, how can I debug that? [13:19] PR snapd#6600 opened: timings: add new helpers, Measurer interface and DurationThreshold [13:25] Is there a command I can run to retry a failed change? My system init change (gadget snap) is failing and I want to retry so that I can inspect some files which are deleted as soon as it err's [13:29] pedronis, Chipaca, zyga, sergiusens: ok, just a simple rebase was enough to put the PRs changes on top (and after the problematic commit) and make cla check happy [13:35] woot :) [13:42] zyga: just seen news that A50 is blocked [13:42] zyga: thought you might like to hear that [13:43] Chipaca: well... today's iso seems fixed! [13:43] Chipaca, using the great troubleshooting method of "maybe it will just fix itself" kenvandine and I have tested with today's ISO and everything is back to normal. [13:43] no idea what the hell was up with the past few days [13:43] II'll keep testing and make sure it's reliable [13:43] Sorry for the wild goose chase [13:43] i noticed the iso size is a little different [13:43] kenvandine: willcooke: from the description it was a race, so i'd expect it to come back in the same way [13:44] sil2100: thanks for accepting [13:44] sil2100: I will watch out for it [13:44] kenvandine: willcooke: I have been trying to reproduce it, and only saw it happen once in ~20 installs so far [13:44] using todays iso? [13:44] kenvandine: willcooke: of course that was before i had debug logs so i leraned nothing :-( [13:44] Chipaca: oh... so you have reproduced it? === ricab|lunch is now known as ricab [13:45] kenvandine: or something very much like it [13:45] willcooke: yes [13:45] nod [13:46] willcooke: it _might_ have been something different, but it looked the same :-) [13:46] :) [13:46] this was before I got systematic about it, after which nothing [13:46] Heisenbug [13:46] do we still have the iso that _did_ have the issue? maybe i should use that one [13:47] * willcooke checks his trash [13:47] so... can we increase the log verbosity in the devel images? [13:47] kenvandine: yes, easily [13:47] Chipaca: yes [13:47] I have it [13:47] the ISO that is [13:47] it's still up on cdimage [13:47] oh, even better [13:47] grab 20190313 [13:48] kenvandine: When installing, once it prompts you to restart, before clicking restart edit /target/etc/environment and add SNAPD_DEBUG=1 [13:48] kenvandine: that will give you debug logs in the install [13:48] I did that yesterday on the broken image and it didnt seem to work [13:48] willcooke: disco seems to rotate journal a lot more aggressively [13:48] willcooke: so you need to look in /var/log/syslog [13:49] ooooooooh [13:49] thanks [13:49] Chipaca: i meant in the future, during the devel cycle we should just turn up the verbosity in the images [13:49] (which is a pain btw) [13:49] maybe up until RC or something [13:49] kenvandine: i'd like that :-) [13:49] just so when things like this happen we have a means to debug it [13:49] <3 [13:50] ok, i've done 2 installs of today's image and both worked fine [13:50] and booted the live session 3 times [13:50] all good [13:50] :/ [13:50] kenvandine: did you ever get this in the live session itself? [13:51] yes [13:51] nice [13:51] (for negative values of nice) [13:52] kenvandine: dropping "[Service]\nEnvironment=SNAPD_DEBUG=1 SNAPD_DEBUG_HTTP=7\n" into /etc/systemd/system/snapd.service.d/debug.conf would do that fwiw [13:53] PR snapd#6601 opened: errortracker: fix panic in Report if db cannot be opened <⚠ Critical> [14:01] joinign [14:05] Chipaca: re: Workaround for mir-kiosk config: While JSON-like syntax seems to make it through snapd, mir-kiosk's configure hook expects exactly two spaces (== yaml indentation) and fails otherwise: https://github.com/MirServer/mir-kiosk/blob/ad041e6b19205acacaf9881568061d8fd5a5742e/snap/hooks/configure#L62 [14:06] Chipaca: So I'm running from one issue into the next πŸ˜„ Will now try if creating the whole file via clout-init happens at the right time (i.e. after the snap has been installed) [14:06] dot-tobias: maybe that one can be fixed from mir-kiosk [14:10] Chipaca: I'll open a PR there once I figure out how to check for JSON-like syntax without breaking their (surely sensible) strict grep line in the YAML case. Thanks again so far! [14:16] kenvandine, willcooke, I would strongly recommend against thinking around the line of 'oh, we did nothing, it's fixed in today's daily, let's move on', that's going to bite us back in release week [14:16] seb128: i agree [14:17] PR # closed: snapd#5644, snapd#5822, snapd#5915, snapd#6108, snapd#6177, snapd#6238, snapd#6258, snapd#6270, snapd#6325, snapd#6327, snapd#6329, snapd#6341, snapd#6347, snapd#6360, snapd#6367, snapd#6401, snapd#6404, snapd#6410, snapd#6418, snapd#6436, snapd#6485, snapd#6491, snapd#6502, [14:17] snapd#6541, snapd#6553, snapd#6559, snapd#6564, snapd#6575, snapd#6577, snapd#6583, snapd#6588, snapd#6591, snapd#6592, snapd#6593, snapd#6594, snapd#6595, snapd#6597, snapd#6598, snapd#6599, snapd#6600, snapd#6601 [14:17] i'm trying to see what's different in the isos [14:17] it doesn't matter, does it? [14:17] if it's timing and something changed it's not going to tell us anything on fixing [14:17] imho someone from the snappy team needs to do an install which has the issue and debug snapd [14:17] anything else is a waste of effort [14:18] PR # opened: snapd#5644, snapd#5822, snapd#5915, snapd#6108, snapd#6177, snapd#6238, snapd#6258, snapd#6270, snapd#6325, snapd#6327, snapd#6329, snapd#6341, snapd#6347, snapd#6360, snapd#6367, snapd#6401, snapd#6404, snapd#6410, snapd#6418, snapd#6436, snapd#6485, snapd#6491, snapd#6502, [14:18] snapd#6541, snapd#6553, snapd#6559, snapd#6564, snapd#6575, snapd#6577, snapd#6583, snapd#6588, snapd#6591, snapd#6592, snapd#6593, snapd#6594, snapd#6595, snapd#6597, snapd#6598, snapd#6599, snapd#6600, snapd#6601 [14:18] seb128: you're probably right [14:18] Chipaca: are you trying the 20190313 iso? [14:18] kenvandine: y [14:18] kenvandine: yes [14:18] great [14:36] does the desktop team have a channel I can discuss desktop non-snap issues? [14:39] PR snapd#6270 closed: data/selinux, tests: refactor SELinux policy, add minimal tests [14:45] btw. if you want to see the tests break and get weird errors like "Settle is not converging" you need to build an image with yocto [15:17] PR pc-i386-gadget#8 closed: Adding empty configure hook to enable configuration for gadget [15:17] PR pc-i386-gadget#9 closed: Adding empty configure hook to enable configuration for gadget [15:17] PR snapd#6602 opened: [RFC] cmd, interfaces: replace local helpers with cmd.InternalToolPath() [15:17] kenvandine: willcooke: walk with me please [15:18] kenvandine: willcooke: remember when I asked you if any of the seeded snaps were 'base: core18', and you assured me they weren't? [15:18] * willcooke puts his shoes obn [15:18] PR pc-i386-gadget#8 opened: Adding empty configure hook to enable configuration for gadget [15:18] PR pc-i386-gadget#9 opened: Adding empty configure hook to enable configuration for gadget [15:18] kenvandine: willcooke: this is true of today's image: snap info --verbose /var/lib/snapd/seed/snaps/* shows no base: core18 [15:18] kenvandine: willcooke: this is, however, _not_ true of the 20190313 image [15:19] kenvandine: willcooke: gnome-system-monitor and gnome-calculator in yesterday's image use core18 [15:19] so you need to seed core18 as well, or, well, not :-) [15:20] 6401 needs a second review [15:21] Chipaca: oh... but the revisions of those that were on the iso did not use core18 [15:21] PR # closed: snapd#5644, snapd#5822, snapd#5915, snapd#6108, snapd#6177, snapd#6238, snapd#6258, snapd#6325, snapd#6327, snapd#6329, snapd#6341, snapd#6347, snapd#6360, snapd#6367, snapd#6401, snapd#6404, snapd#6410, snapd#6418, snapd#6436, snapd#6485, snapd#6491, snapd#6502, snapd#6541, [15:21] snapd#6553, snapd#6559, snapd#6564, snapd#6575, snapd#6577, snapd#6583, snapd#6588, snapd#6591, snapd#6592, snapd#6593, snapd#6594, snapd#6595, snapd#6597, snapd#6598, snapd#6599, snapd#6600, snapd#6601, snapd#6602 [15:22] i confirmed that, they were the old revision [15:22] PR # opened: snapd#5644, snapd#5822, snapd#5915, snapd#6108, snapd#6177, snapd#6238, snapd#6258, snapd#6325, snapd#6327, snapd#6329, snapd#6341, snapd#6347, snapd#6360, snapd#6367, snapd#6401, snapd#6404, snapd#6410, snapd#6418, snapd#6436, snapd#6485, snapd#6491, snapd#6502, snapd#6541, [15:22] snapd#6553, snapd#6559, snapd#6564, snapd#6575, snapd#6577, snapd#6583, snapd#6588, snapd#6591, snapd#6592, snapd#6593, snapd#6594, snapd#6595, snapd#6597, snapd#6598, snapd#6599, snapd#6600, snapd#6601, snapd#6602 [15:22] kenvandine: as I say, in yesterday's iso, the snaps in seed are base:core18 [15:23] kenvandine: 'snap info --verbose' on the file says as much [15:23] some of them at least [15:23] two of 'em [15:23] yup [15:23] gnome-calculator and gnome-system-monitor [15:23] Chipaca: what revision of gnome-calculator was it? [15:24] kenvandine: the file says 335 [15:24] that was core18 [15:24] sigh... [15:24] 335 [15:24] i was checking those revisions... but that might have been when i was using the iso from 20190309 [15:24] which was the iso the original reported used [15:24] but... i could never reproduce this problem on that iso [15:25] :/ [15:25] PR snapd#6603 opened: snapstate: add new NoReRefresh flag and use in Remodel() [15:25] kenvandine: I'll comment on the forum, see if it's just been that they downloaded a different one or something [15:26] kenvandine: does an iso 'know' when it was made, anywhere? [15:26] i think that original report for 20190309 had some other issue... [15:26] and started misleading us [15:26] probably [15:26] kenvandine: perhaps, although by comment #3 it looks a lot like this one [15:28] kenvandine: I'm going to explain what we know so far, and see if that explains the whole thing [15:30] Chipaca: we are going to be publishing the seeded snaps based on core18 to stable in the next couple days :) [15:30] so we'll need to update the seed [15:31] kenvandine: have you tested the upgrade from old base to new base, somebody reported issues with that (changing the base of a snap over refresh), zyga can tell more [15:32] i actually just tested that on xenial [15:32] * cachio lunch [15:32] refreshed from stable to candidate [15:32] candidate now has base: core18 [15:32] worked fine [15:33] kenvandine: did you have core18 before refreshing [15:33] kenvandine: there's a bug where changing bases runs the new revision on the old base [15:34] i probably did have the old base [15:34] but i can test right now [15:38] Chipaca zyga: started out with no core18, refreshed candidate which did pull down core18 [15:39] still installing :) === chihchun is now known as chihchun_afk [15:39] Chipaca zyga: works fine! [15:40] on disco, installed from today's iso [15:40] GREAT SUCCESS [15:40] :) [15:42] pedronis: mvo: should I squash-merge #6598 then? [15:42] PR #6598: overlord/snapstate, store: set a header when auto-refreshing [15:43] Chipaca: last I looked it was two commits, I can cherry pick two :) [15:43] Chipaca: so either way is fine [15:43] just regular merge, then [15:43] :-) [15:43] PR snapd#6598 closed: overlord/snapstate, store: set a header when auto-refreshing [15:51] 6401 needs a second review [15:56] jdstrand: when you have a sec, could you tell me if I did something wrong wrt icdiff such that I can't install the version from candidate? [15:56] mvo: would it be very cheeky if I reviewed that myself? [15:57] Chipaca: its fine, I can review your bits [15:57] mvo: ok, i +1'ed your bits :-p [16:07] Chipaca: thank you! [16:08] Chipaca: I did the same [16:08] mvo: also i restarted spread because it hates you [16:08] * mvo nods [16:08] I wonder if I need to merge master [16:08] or if it just hates me regardless [16:12] mvo: Chipaca: seems we have forgotten about ForSnapSetup (noticed when looking at the NoReRefresh PR) [16:12] pedronis: ? [16:12] pedronis: in what sense? [16:13] what is ForSnapSetup? [16:13] Chipaca: we have added flags that are not used in handlers, and we are not clearing them [16:13] in it [16:13] mvo: a method on flags that drops things in flags that are for snapstate and not snapsetup [16:13] pedronis: ah, in that sense [16:13] pedronis: maybe we should turn it around [16:14] pedronis: less likely to forget to add things to it that are needed [16:14] Chipaca: maybe [16:14] Chipaca: mvo: anyway afaict only Amend has this problem [16:14] but the new flag would as well [16:15] (not deep consequences just a bit more unused data in the state) [16:15] * mvo nods [16:17] mvo, cachio can https://github.com/snapcore/snapd/pull/6553 land? [16:17] PR #6553: tests: enable opensuse tumbleweed back [16:28] pstolowski, checking [16:30] pstolowski, done [16:30] pstolowski, thanks!! [16:31] PR snapd#6553 closed: tests: enable opensuse tumbleweed back [16:38] mvo, ./run-checks --static [16:41] pedronis: there is something not right with icdiff. I thought I got the declaration right: https://paste.ubuntu.com/p/sBYQd2PWCB/ based on your comment in https://bugs.launchpad.net/snapstore/+bug/1814592/comments/6 [16:42] Bug #1814592: cannot compile personal-files/system-files snap declaration constraints [16:43] jdstrand: no, you really need to squash them into one regexp with | [16:43] jdstrand: otherwise one of the two entries will fail [16:44] for one of the side of your ORed plug-attributes [16:44] jdstrand: I said as much: For the multiple entries in read/write so you need to use a regexp with | and quoting/() as needed [16:44] pedronis: well, that is what I thought until I read your "For the multiple entries in read/write so you need to use a regexp with | and quoting/() as needed." comment [16:45] what did you mean by multiple entries there? [16:45] for say, different snap ids? [16:45] jdstrand: the multiple entries in the attribute in the snap.yam plug [16:45] the rule matches for a list if each entry in the list matches the regexp [16:46] for a list in the attribute in the plug/slot [16:46] you mean that read and write need the | cause they are different [16:46] jdstrand: there's no write here? [16:46] no [16:47] but I'm trying to parse "the multiple entries in the attribute in the snap.yam plug" [16:47] I mean you need "read": "\\$HOME/\\.gitconfig|\\$HOME/\\.config/git/config" in the rule [16:47] I get the bit about all the entries in the list need to match the regex [16:47] pedronis: sure, I get that. I need to fix that [16:48] jdstrand: ok [16:48] pedronis: but I want to understand when I am supposed to use | [16:48] oh duh [16:49] I got a wire crossed. this whole time I was interpreting '|' as a shorthand for alternate constraints. jeez [16:49] np [16:49] you meant in the regex of course [16:49] yes [16:49] * jdstrand shakes head [16:50] and the entries refered to the entries in the list value of the plug attribute [16:50] not rule side entries [16:50] yes [16:50] mvo [16:56] Chipaca: ok, it installs and it should continue to pass automated review [16:57] pedronis: thank you again. I need to make a small tweak for the alternate constraints bit in the review-tools cause of my misinterpretation of the LP comment, but that's fine [16:57] * jdstrand continues to shake head [16:57] it shouldn't be this hard :) [17:01] jdstrand: huh, it installs here too, now [17:01] i wonder what i'd broken before [17:02] jdstrand: anyway i'm blaming you for it working: thanks! [17:03] mvo: hey! So apparently I don't have the permissions to push to the snapcore/pi-gadget branch still [17:03] mvo: can you add foundations to it? [17:04] mvo: since I'm in the middle of changing the branch ownership back from CanonicalLtd to snapcore [17:05] sil2100: let me try [17:06] sil2100: I think I added you now, please check [17:06] Chipaca: what broke was it had the wrond snap decl (see conversation with pedro nis ^) [17:06] * Chipaca reads up [17:06] Chipaca: well, you should blame me for it not working and then fixing it with pedro nis help [17:08] jdstrand: tomahto/tomeito [17:08] it works now \o/ [17:08] now i need to figure out why it doesn't build on ppc64el [17:08] :-P [17:09] Chipaca: heh, well, it is hard for me to accept the gratitue since this is like the 3rd time I got this bit wrong. 4th times the charm? [17:09] pedronis may have a higher tally. we will be there today, finally! :) [17:10] mvo: yay, works! Thanks! Did you add the foundations group (or whatever that is) or just me? [17:10] Since I guess the more the merrier :) [17:11] mvo: hm, I still don't seem to have full github powers on the branch like on the others [17:12] (like settings etc.) [17:13] sil2100: the foundations group [17:13] sil2100: aha, let me see [17:13] (git push worked though) [17:13] sil2100: try now [17:14] sil2100: this failure on trusty is mysterious, even the LP generated debdiff shows no packaging changes [17:17] mvo: works now, thanks! [17:17] hmmm [17:17] mvo: let me take a look at trusty as well [17:21] * sil2100 checks his trusty schroot [17:22] oh, components mismatch maybe? However, this built fine before [17:23] mvo: so golang-1.6 is in universe while snapd is in main, but the previous version didn't have a problem with that [17:24] sil2100: snapd uses -1.10 [17:24] Chipaca: that 2.38 [17:24] ah [17:24] oh [17:24] uh [17:24] eh [17:24] Chipaca: in 2.37.4 we should still be fine .) [17:24] sil2100: yeah, what can we do? demote snapd to universe? [17:27] PR pc-amd64-gadget#12 closed: Adding empty configure hook to enable configuration for gadget [17:27] PR pc-amd64-gadget#13 closed: Adding empty configure hook to enable configuration for gadget [17:28] sil2100: I need to run for lunch [17:28] * zyga waves from school meeting [17:30] PR pc-i386-gadget#8 closed: Adding empty configure hook to enable configuration for gadget [17:30] PR pc-i386-gadget#9 closed: Adding empty configure hook to enable configuration for gadget [17:32] mvo: can we actually demote snapd to universe? [17:32] mvo: anyway, first I'd like someone else confirm that's the problem, let me poke someone [17:32] vorlon: maybe you have an idea? Is this the problem? ^ [17:33] vorlon: context: snapd in trusty doesn't build at all, dep-waits on packages even though no new dependencies have been added [17:34] vorlon: I was suspecting a component-mismatch here as golang-1.6 is in universe in trusty, but it was building fine in the past [17:34] * sil2100 AFK for a bit [18:03] pedronis: I marked #1819427 as invalid, and also marked the forum topic as solved [18:03] Bug #1819427: Disco daily install doens't include the snaps [18:03] thx [18:07] sil2100: demote snapd to universe> ... no? [18:15] niemeyer, hey, I have created a small PR on spread https://github.com/snapcore/spread/pull/74 to enable travis [18:16] PR spread#74: Add .travis.yaml file [18:16] it is the initial step [18:16] niemeyer, could you please take a look [18:16] ? [18:18] cachio: That doesn't look very useful :) [18:18] niemeyer, I know, it is just to have a .tavis.yaml file [18:19] cachio: Right, that's what I'm talking about [18:19] I already have a set of changes to run the tests [18:19] zyga: i'm having a layouts problem [18:19] niemeyer, but I need to start running the builds on travis [18:19] cachio: Sorry, I really don't get it [18:19] zyga: specifically refreshing from a snap without the layout to a snap using layouts [18:19] https://paste.ubuntu.com/p/fVp6Tjd5vb/ [18:19] cachio: Running "echo" on Travis is not very useful [18:20] cachio: What am I missing? [18:20] zyga: it seems to only happen if i run the non-layouts revision first [18:20] niemeyer, I need a way to see in github the execution of the change [18:20] niemeyer, currently it is not running nothing [18:21] cachio: I consider not running nothing a good thing [18:21] niemeyer, I already created a change #73 on spread and it didnt trigger the tests [18:21] PR #73: fix a bug in lightweights that set the wrong type for frameworks found by AllPartBags that were lexicographically greater than the oem part [18:21] niemeyer, https://github.com/snapcore/spread/pull/73/files [18:22] PR spread#73: Run tests on travis [18:22] niemeyer, how should I do to start running on travis? [18:22] do you need to configure that? [18:23] cachio: Michael's point in that PR is that your change is huge [18:23] or I could add the unit tests execution as part of the change https://github.com/snapcore/spread/pull/74 if you think it is good idea [18:23] PR spread#74: Add .travis.yaml file [18:23] cachio: We don't want to review that [18:23] cachio: Instead, the PR should introduce testing with less boilerplate [18:23] cachio: We already have tests in spread [18:24] cachio: Running those in Travis would be nice, and hopefully not as complex [18:24] cachio: What's the minimum we can do for that? [18:25] niemeyer, ok, I can make a PR to run unit tests [18:25] then another to run spread tests [18:25] cachio: We already have tests in there [18:25] cachio: And they are not unittests [18:25] cachio: They are functional tests [18:26] zyga: i've reproduced that with both stable and edge channels of the core snap [18:26] niemeyer, I know, in that case the PR should include to run the spread tests [18:26] niemeyer, just that [18:26] niemeyer, does it make sense? [18:27] cachio: Yeah, even just one of those would be enough of a PR [18:27] niemeyer, great [18:27] I'll make that [18:27] Thanks! [18:27] yaw [18:32] niemeyer, we are going to need a new key to run the tests on google for the travis spread project [18:33] cachio: That's okay.. perhaps first get it working for you, which should work with your key, and once that's happy we can setup something more permanent [18:35] niemeyer, I already have that working [18:35] because I did it as part of the PR 73 [18:35] PR #73: fix a bug in lightweights that set the wrong type for frameworks found by AllPartBags that were lexicographically greater than the oem part [18:36] I need just to get that part and create a new PR [18:36] cachio: Okay, so submit that alone so we can integrate first, and then submit the PR that enables that to run on Travis [18:36] cachio: and by "that alone" I mean just the changes necessary to make spread tests run on GCE [18:36] cachio: So anyone can fire those in their own environment [18:36] niemeyer, great, thanks [18:37] sure [18:46] PR snapcraft#2479 closed: store: support registering to a specific store [19:00] kenvandine: reproduced which issue sir? The one about base snap? [19:00] no [19:00] the layouts issue [19:01] zyga: https://paste.ubuntu.com/p/fVp6Tjd5vb/ [19:01] gnome-characters in stable doesn't use layouts and in candidate it does [19:01] if i run gnome-characters from stable once [19:01] Let me look [19:01] then refresh candidate [19:01] it blows up on refresh [19:02] but it doesn't blow up if i never run it [19:02] Ahhh [19:02] Can you report that please [19:02] all the steps to reproduce it is in the pastebin :) [19:02] sure [19:02] And assign it to me [19:02] I will otherwise not track it very well [19:02] Thank you [19:02] I think I know why [19:09] zyga: what's your LP id? [19:10] LP search is failing me :) [19:12] kenvandine: https://launchpad.net/~zyga ? [19:12] niemeyer, PR ready https://github.com/snapcore/spread/pull/75 [19:12] PR spread#75: Make spread tests run on google backend [19:12] No items matched "zyga". [19:12] but you are right [19:12] i can't assign a bug to that though [19:13] zyga: bug 1820109 [19:13] Bug #1820109: refresh fails with layouts [19:13] zyga: it won't let me assign it to you [19:15] hn the snapd project must have funky bug assignment policies [19:15] yeah [19:16] zyga: i'd mark it as critical if i was allowed... we need to update all the seeded snaps to core18 based so we can seed the new content package at the same time we unseed the old one [19:16] so this is going to block that :/ [19:16] kenvandine: apparently it only allows assigning bugs to teams, not specific people [19:16] i see other bugs assigned to individuals though [19:18] kenvandine: it won't let me select individuals (even me), but see at the top of the assignment window, it says "select a team of which you're a member" or somesuch [19:18] yeah [19:18] saw that [19:18] so i can't even assign it to the snappy team :/ [19:19] :( [20:05] PR snapd#6401 closed: many: add /v2/model API, `snap remodel` CLI and spread test [20:06] kenvandine: I assigned, I don't know if it has a quick/non risky fix, we'll need to see what zyga says [20:08] PR snapcraft#2502 opened: meta: fix management of snap/local [20:13] hmm, ouch ... core18 misses snapfuse ... so you cant run lxd on top of Ubuntu Core 18 images [20:14] (well, you can, but not install snaps in the container) [20:14] stgraber, pedronis ^^^ is that known ? [20:49] roadmr: hi! can you add a pull of r1208 to your queue? [20:49] roadmr: it isn't urgent [20:50] jdstrand: pullity pull coming right up [20:50] thank you :) [20:50] jdstrand: yep, I don't think we can deploy that before next week but it'll get queued [20:50] pedronis: fyi, that ^ has the small fix I referred to [21:21] ackk: hey, sorry for the very late reply... I saw your ping but missed which channel it was on... [21:22] ackk: that would be https://github.com/CanonicalLtd/multipass/issues/678 - it's fixed now in our master, but we've another issue we're fighting with on edge (https://github.com/CanonicalLtd/multipass/issues/677) so it's best to stick with --beta for a bit [21:23] go get github.com/snapcore/snapd/i18n/xgettext-go: unzip /lxc-ci/build/tmp.GQSoN0Ki3g/go/pkg/mod/cache/download/github.com/snapcore/snapd/@v/v0.0.0-20190314200526-9cca2d5a116a.zip: malformed file path "cmd/snap-confine/spread-tests/distros/debian.": trailing dot in path element [21:24] ^ that's go tip failing to "go get" the snapd repo due to something funky going on with unzip