[04:54] mwhudson: looks like the problem https://github.com/snapcore/snapcraft/pull/3498 is supposed to fix. edge snapcraft might let you close the channel [04:54] PR snapcraft#3498: storeapi: set content-type and accept headers for close [04:55] seems like a bit of a problem that the tool is trailing the changes in the store rather than leading [05:49] morning [07:14] good morning [07:16] zyga: hey [07:16] good morning zyga and mborzecki. happy monday! [07:16] mvo: hey, good morning [07:17] mvo: fyi, this PR can land https://github.com/snapcore/snapd/pull/10128 [07:17] PR #10128: tests: add 20.04 to systems for nested/core [07:18] mborzecki: cool [07:19] mvo: can you take a look at https://github.com/snapcore/snapd/pull/10120 ? [07:19] PR #10120: boot: derive boot variables for kernel command lines [07:19] mborzecki: sure [07:20] should be fairly simple, it there's some post merge comments from pedronis we can address those in a followup [07:21] PR snapd#10132 closed: boot,tests: move where we write boot-flags one level up [07:29] mvo: thanks! would you like to take a look at https://github.com/snapcore/snapd/pull/10129 too? builds on top of the previous one [07:29] PR #10129: boot: set extra kernel command line arguments when making a recovery system bootable [07:30] sure [07:30] thanks! [07:31] PR snapd#10120 closed: boot: derive boot variables for kernel command lines [07:33] mborzecki: done, how much extra work will run-mode support be? [07:38] mvo: i need this to land to open the next PR: https://github.com/snapcore/snapd/pull/10130 (or at least https://github.com/snapcore/snapd/pull/10119 so that there wont' be too many prs open) [07:38] PR #10130: boot: load bits of kernel command line from gadget snaps [07:38] PR #10119: boot: pass gadget path to command line helpers, load gadget from seed [07:45] mborzecki: anything there I could review and help with? [07:46] mvo: maybe you could also take a look at https://github.com/snapcore/snapd/pull/10119 then? [07:46] PR #10119: boot: pass gadget path to command line helpers, load gadget from seed [08:28] anyone up for a second review of https://github.com/snapcore/snapd/pull/10126 ? It's a fairly short and simple cleanup [08:28] PR #10126: daemon: make ucrednetGet() return a *ucrednet structure [08:35] was about to mention it as well [08:39] jamesh: it's merged now [08:40] pedronis, mborzecki: thanks! [08:41] PR snapd#10126 closed: daemon: make ucrednetGet() return a *ucrednet structure [08:51] pedronis: can you take another look at https://github.com/snapcore/snapd/pull/10119 ? [08:51] PR #10119: boot: pass gadget path to command line helpers, load gadget from seed [08:51] mborzecki: yes, was about to, it's near the top of my queue [08:52] pedronis: cool, thank you [08:56] PR snapd#10131 closed: tests: new os.paths tool [09:01] PR snapd#10123 closed: boot,gadget,devicestate: create "aux-key" for fde-hooks v2 [09:11] mborzecki: could you merge master into https://github.com/snapcore/snapd/pull/10129 [09:11] PR #10129: boot: set extra kernel command line arguments when making a recovery system bootable [09:12] pedronis: sure, just a sec [09:13] pedronis: done [09:35] mborzecki: it's the extra args case complete with 10130 or there is more even for that? [09:37] pedronis: there's a change in MakeSystemRunnable(), another one in update boot config, a helper for handling update of bits that contribute to command line, and changes in devicestate, although all of that is for both extra and full cmdlines [09:38] ah, ok, so still quite a bit of stuff [09:41] PR snapd#10119 closed: boot: pass gadget path to command line helpers, load gadget from seed [10:35] heh running a nested test with tpm and secure boot, the qemu cpu is resetting [10:37] PR snapd#10129 closed: boot: set extra kernel command line arguments when making a recovery system bootable [11:12] PR snapd#10134 opened: boot: set extra command line arguments when preparing run mode [11:23] hmmm 10134 works locally with secure boot, but fails on google [11:45] mvo: can you take a look at https://github.com/snapcore/snapd/pull/10135 ? i started doubting myself tbh [11:45] PR #10135: tests/lib/nested: proper status return for tpm/secure boot checks [11:47] PR snapd#10135 opened: tests/lib/nested: proper status return for tpm/secure boot checks [11:51] mborzecki: will do after lunch [11:51] thanks! [11:54] cachio_: have you seen: 2021-04-12 10:03:19 Cannot allocate google-nested:ubuntu-18.04-64: cannot find any Google image matching "ubuntu-1804-64-virt-enabled" on project "computeengine" or "ubuntu-os-cloud" [11:54] it's in https://github.com/snapcore/snapd/runs/2322682467 [11:54] mborzecki, hi, let me fix that [11:55] cachio_: also os.query seems to be failing on debian sid, as if it's not sid anymore 😉 https://paste.ubuntu.com/p/C9xsyhZ8Jd/ [11:55] maybe they've bumped os-release or something [11:56] or we're using the wrong image :/ [11:56] mborzecki, images fixed [11:57] let me check sic image [11:57] sid [11:57] thanks for let me know [12:03] mborzecki, so now debian sid is VERSION_CODENAME=bullseye [12:03] this is why os.query is failing [12:05] I need to create a new image I see [12:06] mvo, hi, should we support debian 11? [12:06] hmm, maybe there's other way tell it's debian sid? [12:10] merging some of my branches in isolation, broke master https://github.com/snapcore/snapd/pull/10136 fixes it [12:10] PR #10136: boot: drop gadget snap yaml which is already defined elsewhere in the tests <⚠ Critical> [12:12] PR snapd#10136 opened: boot: drop gadget snap yaml which is already defined elsewhere in the tests <⚠ Critical> [13:27] PR snapd#10136 closed: boot: drop gadget snap yaml which is already defined elsewhere in the tests <⚠ Critical> [13:42] PR snapd#10047 closed: tests: remove the snap profiler from the test suite [14:02] PR snapd#10137 opened: tests: update os.query check to match new bullseye codename used on sid images [14:22] * cachio_ afk [14:43] cachio_: do you know if our ubuntu core spread GCE environments would have virtual network interfaces that don't have MAC addresses? if so then the tests/core/netplan failures we are seeing may be from https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1913062 [14:43] Bug #1913062: netplan apply backtrace [15:02] cachio_: if so I have a workaround from paul that might avoid the issue before the fix is released === pedronis_ is now known as pedronis [15:56] ijohnson, hey, sorry, didn't see what youwrote [15:57] cachio_: sure let me re-send it [15:57] let me check [15:57] oh did you see the message ? [15:57] didn't see the notificatin [15:57] let me check the mac address for uc [15:58] ijohnson, uc16 right? [15:58] cachio_: I have seen it on uc20 too I think [16:00] I see in the bug DistroRelease: Ubuntu 20.04 [16:00] I am creating vms [16:00] I'll check the network configuration when vms are ready [16:06] thanks cachio [16:06] yeah I think the bug only effects uc20, I don't know that I've seen the netplan failure on uc16 or uc18 [16:16] mvo: pedronis: https://github.com/snapcore/snapd/pull/10133 is ready for review again [16:16] PR #10133: wrappers/services.go: introduce EnsureSnapServices() [16:22] mmm now our mac os tests are failing [16:22] homebew seems unhappy for some reason [16:22] *homebrew [16:23] ijohnson, https://paste.ubuntu.com/p/jVj7Nf4Pnx/ [16:24] ijohnson, so it has a mac address} [16:46] cachio_: right that makes sense, so probably not the same bug unfortunately [17:01] mvo, hey, about the test tests/core/gadget-kernel-refs-update-pc/task.yaml [17:01] does it make sense to run it on arm right? [17:02] because the kernel snap is harcoded to pc-kernel === ijohnson is now known as ijohnson|lunch [17:43] cachio_: yeah, should not run on the arm machines [19:14] ijohnson|lunch, hey, I have these cosmetic prs #10124 and 10125 [19:14] PR #10124: tests: update layout for tests - part 1 [19:14] Bug #10124: scim: new changes from Debian require merging [19:15] they are not changing functionalities [19:15] just re order the tests [19:15] they are big [19:15] is it possible to take quick look? [19:16] I have some fixes for 2.50 which will have merge problems if I can't merge these 2 prs [20:04] PR snapcraft#3501 opened: store: use whoami dashboard endpoint for cli [20:27] zyga, hey [20:28] cachio_ hey! [20:28] I did a very big change [20:28] do you want to take a look? [20:29] if you have time [20:29] cachio_ to what? snapd? [20:29] #10124 and #10125 [20:29] Bug #10124: scim: new changes from Debian require merging [20:29] PR #10124: tests: update layout for tests - part 1 [20:29] Bug #10125: scite: new changes from Debian require merging [20:29] PR #10125: tests: update layout for tests - part 2 [20:29] yes [20:29] I need a second +1 :) [20:30] oh, that's nice [20:30] zyga, did you get the vaccine? [20:30] I'll have a look mid-day tomorrow [20:30] cachio_ no chance :( [20:30] cachio_ we're very slow at that [20:30] cachio_ currently the government mostly looks at people 60+ [20:31] cachio_ + police + politicians and stuff [20:31] zyga, same here [20:31] +70 here [20:31] though last time I checked the numbers are encouraging [20:32] 40K / day (up from mere Ks a day recently) [20:32] the number of people vaccinated + sick is roughly 25% of the population so far [20:32] 40k? [20:32] 40K vaccines administered a day [20:33] here we are 20k/day [20:33] zyga, ahh [20:33] zyga, how many people are you? [20:33] almost 40 million right? [20:34] 38M [20:34] yeah [20:34] * zyga went to check [20:35] cachio_ so I'll look tomorrow, today it's just too late [20:36] zyga, sure, np [20:38] thanks === Wouter01003 is now known as Wouter0100 [21:35] jamesh: hurrah [22:49] PR snapd#10138 opened: tests: fix gadget-kernel-refs-update-pc test on arm and when $TRUST_TEST_KEY is false