[05:14] morning [06:45] zyga, mborzecki: good morning [06:45] mvo: hey [06:45] PR snapd#8600 closed: tests: run smoke test with different bases [06:45] mvo: pinged you in some prs [06:46] mborzecki: yeah, saw it in the first, will look for the others now :) [06:46] ok [06:46] maybe we should just make those pulseaudio tests manual [06:47] mvo: this one too https://github.com/snapcore/snapd/pull/8562 [06:47] PR #8562: store: implement DownloadAssertions [06:51] PR snapd#8562 closed: store: implement DownloadAssertions [07:02] morning [07:02] Good morning [07:04] pstolowski: hey, good morning [07:04] zyga: pstolowski: hey [07:11] PR snapd#8557 closed: c/snap-bootstrap: check mount states via initramfsMountStates [07:34] zyga: did you get a link to activate your suse account? [07:37] PR snapd#8436 closed: configcore,tests: use daemon-reexec to apply watchdog config [07:43] mborzecki: checking [07:44] hmm [07:44] no? [07:44] I got an email earlier [07:44] about the new account system [07:47] mborzecki: I _hope_ that with the current changes the pulseaudio tests will no longer fail this way [07:47] now that both tests kill PA reliably via systemd [07:50] remarkable little failures [07:50] >0 but usually just one [07:50] and a pretty short quuee [07:54] hmmm [07:54] upgrade/basic [07:54] - Download snap "core" (9066) from channel "stable" (read tcp 10.240.0.214:45966->91.189.88.179:443: read: connection reset by peer) [07:54] eh, just network woeas [07:54] *woes [07:55] https://github.com/snapcore/snapd/pull/8571 is super-simple and needs a 2nd review [07:55] PR #8571: overlord/snapstate: warn of refresh/postpone events [07:55] just warnings behind an experimental flag (though the flag is check in the code that is not in the diff) [08:04] PR snapd#8571 closed: overlord/snapstate: warn of refresh/postpone events [08:05] PR pc-amd64-gadget#46 closed: gadget.yaml: bump edition [08:07] \o/ [08:07] thank you mvo! [08:11] https://github.com/snapcore/snapd/pull/8563 needs a 2nd review, pstolowski maybe you cuold take a look, since we both reviewed the other bulk assertions PRs? :) [08:11] PR #8563: asserts/internal: introduce Grouping and Groupings [08:13] PR snapd#8603 opened: tests: pair of follow-ups from earlier reviews [08:13] mborzecki: yes absolutely, i meant to, thanks [08:14] ok :) [08:22] huh [08:22] gnome 3.36.2 has this changelog entry [08:22] - Reenable TLS 1.0/1.1 protocols due to COVID-19. [08:22] !??! [08:23] mvo: pstolowski: hi, #8602 will need to be cherry picked for 2.45, right? [08:23] PR #8602: configcore: only reload journald if systemd is new enough [08:24] pedronis: it looks like it, yes [08:25] mvo: I put the milestone on it [08:25] pedronis: I requested your review on https://github.com/snapcore/snapd/pull/8566 -- it is the principal part of the refresh-app-awareness that is yet to be designed [08:25] PR #8566: cmd/cmdutil: add run inhibition operations [08:25] this PR contains my take on the idea [08:28] ok, I probably need to look at older PRs first... hopefully I can go back doing some reviewing later today [08:29] ok [08:29] if you want to talk about it apart from the review and have some time just ing me [08:29] *ping me [08:29] I have enough to work on that it is not a problem [08:29] (not urgent) [08:30] having an idea for next week would be brilliant [08:31] pedronis, mvo: yes [08:34] * zyga reboots to unbreak his touchpad :/ [08:35] Those ThinkPads.... [08:36] re [08:37] Those touchpads :P [08:37] zyga: pedronis: when is the desktop sync meeting? can you invite me in case we discuss the fonts issue? [08:37] s/pedronis/mvo/ ^^ [08:37] IIRC tomorrow [08:38] let me check [08:39] note, the meeting tomorrow is the code review sync [08:39] invited you [08:40] zyga: thanks! [08:41] zyga: fwiw, pulseaudio failed again here: https://github.com/snapcore/snapd/pull/8563/checks?check_run_id=648645627 [08:42] PR #8563: asserts/internal: introduce Grouping and Groupings [08:42] with master from this morning [08:42] looking [08:43] hmmm, interesting [08:43] I was adding some precondition code [08:43] but perhaps something else is going on here: look that we check for the socket first [08:43] and initially it is not there [08:43] then it shows up [08:43] pulseaudio --check looks if the daemon is there [08:44] but does not connect to it IIRC [08:44] thanks, let me try something and I'll send a PR shortly [08:45] it reads /run/user/UID/pulse/pid [08:45] so perhaps we are socket activated but not really running [08:50] pedronis: I have the logs now, feel free to restart or override [08:51] mvo: did you squash merge the watchdog one? it had the label [08:51] pedronis: yeah, I overlooked it and realized when pressing merge :( [08:51] * mvo is a muppet [08:52] * zyga hugs mvo [08:52] PR snapd#8604 opened: interfaces/builtin/desktop: do not mount fonts cache on distros with quirks [08:52] mvo: we need to ping Taipei when it's in edge [09:01] pedronis: I added a comment to the bugreport asking for testing [09:01] pedronis: I can also add it to the sync doc [09:01] thx [09:02] pedronis: added to the sync doc as well, if we need to revert I will take care of this (to make up for my blunder to not squash it) [09:03] let's see how it goes [09:18] fascinating :) [09:31] some seriously weird stuff is happening [09:36] so I ran the pulseaudio test and tweaked the prepare section a little [09:37] no other tests, no other stuff [09:37] on *some* runs pulse starts and works [09:37] on some runs pulse starts, dies and cannot recover [09:37] starting it again fails [09:37] I have a debug shell, can strace and stuff [09:37] just wondering what the real issue is [09:40] zyga: i have a fascinating story to share, https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1876583 i can reproduce it in a terminal that has 80 colums, with that specific locale, because the unicode messages add up to fewer bytes than expected [09:40] Bug #1876583: "panic: runtime error: slice bounds out of range" while installing any snap package [09:40] heheh [09:41] are we slicing utf-8 by bytes? [09:42] PR snapd#8603 closed: tests: pair of follow-ups from earlier reviews [09:43] zyga: i think the translation is wrong, not what we expected [09:44] mvo: zyga: where are the non-packed translations for snapd? [09:44] dunno [09:44] what do you mean by non-packed? [09:44] probably in rosetta [09:44] but just guessing [09:46] * zyga tests a fix for pulseaudio tests [09:47] and I suspect I know why it passed sometimes too [09:47] the long story short is that pulse quits when idle [09:47] it starts up on specific request (socket activated) [09:47] and just quits [09:48] the two sanity chceks up front are checking the socket and the service [09:48] and if fast enough, pulse is still running after starting the session [09:48] (it takes a moment to start and quick) [09:48] *quit [09:48] so the solution is just not to run pulseaudio --check [09:49] #. TRANSLATORS: this needs to be a single rune that is understood to mean "minutes" in e.g. 1m30s [09:49] msgid "m" [09:49] msgstr "хв" [09:50] heh [09:50] so this breaks our message/column calculation [09:50] and the translator probably said "what on earth is a rune?" [09:51] nevertheless, we shouldn't panic :P [09:53] mborzecki: nice [09:53] mborzecki: also this requirement that it needs to be a single rune is silly, I mean, do we know that it always is in all the languages :) ? [09:54] mborzecki: (not your fault of course, just saying) [09:54] mvo: well, yeah agreed ;) [09:54] mborzecki: thanks for looking into this! [09:54] jamesh: lol, indeed [10:09] pedronis: https://github.com/snapcore/snapd/pull/8605 fix for what you reported [10:09] mborzecki: ^ fun [10:09] PR #8605: tests: fix racy check for pulseaudio activity [10:10] PR snapd#8605 opened: tests: fix racy check for pulseaudio activity [10:26] mborzecki: you need to adjust spread test in the fix for fonts https://github.com/snapcore/snapd/pull/8604/checks?check_run_id=648902472 [10:26] PR #8604: interfaces/builtin/desktop: do not mount fonts cache on distros with quirks [10:26] aah right [10:31] zyga: I've left a comment on your PA PR [10:31] thanks, looking [10:33] jamesh: replied [10:34] zyga: waiting for default.target would probably be worthwhile, yeah. [10:35] yeah, let's do it [10:35] I will keep the check for "active" as a sanity check [10:36] and add an extra patch that waits in prepare [10:37] zyga: you should be able to rely on the return value of "systemctl is-active" rather than needing the extra MATCH call [10:38] jamesh: yeah, just more obvious what went wrong when it does fial [10:38] though I guess the log would contain that as well [10:39] hmm, default.target does not seem to be related to sockets [10:39] perhaps I should wait for sockets.target as well? [10:41] jamesh: something like this: [10:41] https://www.irccloud.com/pastebin/qZYsG5ek/ [10:43] zyga: probably. That's the one I try to start in e.g. tests/main/snap-session-agent-service-control/task.yaml [10:44] ah, indeed [10:45] zyga: actually, default.target should handle it [10:45] I _suspect_ so but I've started both [10:45] default.target requires basic.target, which requires sockets, timers, and paths.target [10:45] ah [10:45] I can drop sockets then [10:50] jamesh: please look again [10:51] heh, that fix isn't as simple as i thought [10:51] mborzecki: isn't that my line? :D [10:52] nothing is [10:53] zyga: looks good! [10:55] thanks! [10:56] quite a journey to test session-level user code [11:06] zyga: fwiw, I think the session-tool changes have made the tests in my user-daemons PR more reliable. I'm still seeing an occasional failure where connecting to the session agent socket fails, but that seems less common too [11:06] jamesh: do you have an idea why that could be the case? [11:07] zyga: sadly no. I've added some extra debug output, but I'm not sure what the cause was. [11:07] ok [11:07] well, little by little :) [11:07] I think we made a lot of progress [11:08] apart from gradual growth of reliability [11:08] writing tests is actually easier [11:08] less mucking with environment varibales, chown, quoting su -l ... test correctlyt [11:08] zyga: I thought it might have been a stray session from a previous test, but you fixed things to shut down the user slice [11:08] yeah [11:08] it's a surprise it doesn't shut down though [11:08] so many weird things across releases of systemd [11:12] * zyga -> afk [11:35] PR snapd#8606 opened: progress: fix progress bar with multibyte duration units [11:35] mvo: ^ [11:38] mborzecki: nice [11:52] PR snapcraft#3108 opened: tools: install wheel in snapcraft-dev [11:55] niemeyer: could you have a look at https://github.com/snapcore/spread/pull/104 when you have time? it's needed for the encrypted partition creation tests on gce [11:56] PR spread#104: Adding option for systems created on google to start with secure boot enabled [11:59] re [12:00] cachio: could you have a look at the error message mvo reported in https://github.com/snapcore/snapd/pull/8551? it seems that we have an unsupported system error there [12:00] PR #8551: snap-bootstrap: remove create-partitions and update tests [12:01] (is it caused by the still missing spread PR?) [12:07] cmatsuoka, I know the problem [12:08] kenvandine: hey, is there any plan to surface snap warnings to the user in a desktop session? [12:09] cmatsuoka, in nested.sh [12:09] in functinos get_google_image_url_for_nested_vm and get_ubuntu_image_url_for_nested_vm [12:09] plase add a * at the end of any system [12:09] cmatsuoka, I can fix it otherwise [12:10] as you prefer [12:10] cachio: the name would become ...-.img*? [12:11] cmatsuoka, no [12:11] or ...*.img? [12:11] ubuntu-16.04-64) -> ubuntu-16.04-64*) [12:11] ah, got it [12:11] thanks [12:11] for all the systems in both functinos [12:12] cmatsuoka, yaw [12:14] PR snapd#8607 opened: tests: remove user.sh [12:20] Bug #1876482 changed: There is no way to trace the upgrade history of a snap [12:46] degville: this is the line I use for non-encrypted installs (it's a stripped down version of the other one, possibly it can be further reduced): https://pastebin.ubuntu.com/p/8tfnS642yM/ [12:47] (smp 4 because I have a lot of cpus, the typical user will probably want smp 2) [12:59] cmatsuoka: thank you! perfect. [13:03] PR snapd#8608 opened: configcore: issue a warning on core16 when journal.persistent option is set [13:15] pstolowski: https://github.com/snapcore/snapd/pull/8608/files#r420780119 [13:15] PR #8608: configcore: issue a warning on core16 when journal.persistent option is set [13:15] zyga: thanks! [13:51] ijohnson: could you look at https://github.com/snapcore/snapd/pull/8605/commits/e3f01f69bb67376ac0f9065493b31d9e4efcd3f0 -- it's a part of thet fix but I pushed it after you approved [13:51] PR #8605: tests: fix racy check for pulseaudio activity [13:51] sure [13:51] the *essential* change is https://github.com/snapcore/snapd/pull/8605/commits/e3f01f69bb67376ac0f9065493b31d9e4efcd3f0#diff-a8fce2de6a6829d98f798117050b6c93R134 line [13:51] everything else is the consequence of that [13:56] zyga: we haven't really put any thought into that [13:56] hey! [13:56] zyga: got an example? [13:56] sure [13:57] one main example is the warnings we show when an app was not refreshed when it was open [13:57] and when it got refreshed despite being open [13:57] ah [13:57] but as we just stared to use warnings now, there will be many more [13:57] well that is something there are plans for [13:57] we *could* convert those two to special events that are handled differently as well [13:57] just wanted to start a conversation about it [13:57] the whole "firefox needs a refresh, do you want to restart to refresh now?" [13:58] not quite, that's not what this is [13:58] what you describe is more like an interacting application that is snap aware [13:58] let's say gimp is snapped [13:58] and it has a refresh [13:58] and we just tried but postponed it because you had gimp open [13:58] without gimp being snap aware, we emit a warning [13:59] now that warning shows up in command line [13:59] when you interact with "snap" in any way [13:59] that's the context [13:59] you *can* see this today on edge [13:59] just run an app, switch to a different channel and refresh [14:00] (with refresh app awareness enabled) [14:02] kenvandine: so in my naive thought [14:02] I had two ideas [14:02] 1) we could show a desktop notification that just goes away [14:02] it's a one off it flies off [14:02] but you see it (if you look at the screen) [14:02] 2) we could show them in gnome-software [14:02] bonus points for showing this in the context of a particular app [14:03] * roadmr awards zyga 💯 bonus points 👾 [14:03] woot :) [14:04] * zyga notices his ideas left people speechless ;-) [14:27] * zyga -> lunch [14:35] zyga: we're looking to monitor snapd for those refresh warnings and provide a notification with a button to restart the app. This way the app doesn't need to know how to talk to snapd [14:35] we could surface other warnings the same way, perhaps with a different action attached. [14:40] pedronis: mind if i merge master into #8564? [14:40] PR #8564: asserts: introduce Pool [14:40] pstolowski: no [14:54] PR snapd#8607 closed: tests: remove user.sh [14:54] thank you [14:54] mvo: after https://github.com/snapcore/snapd/pull/8605 we will have much less red PRs [14:54] PR #8605: tests: fix racy check for pulseaudio activity [14:55] just a little more :) [14:55] brb [14:56] zyga: nice one [14:56] PR snapd#8609 opened: Adds missing paths to desktop, solves lp:1876804 [14:58] PR snapd#8601 closed: Adds missing paths to apparmor, solves lp:1876804 [14:59] pedronis: 8563 has two +1, should I merge or do you want to push the tweaks to it (some style suggestions in there)? [15:00] mvo: please merge, I can do the tweaks in a follow up or the follow up, depending [15:01] ijohnson, hey, did you have this issue with pi image https://paste.ubuntu.com/p/f6C5BD9NK8/ ? [15:02] PR snapd#8563 closed: asserts/internal: introduce Grouping and Groupings [15:10] cachio: how big is the SD card ? [15:10] ijohnson, 32GB [15:11] cachio: how big is the image you are trying to write? [15:12] 8GB [15:12] hmm I have only see that issue with no space left on device when the SD card is physically too small [15:12] cachio: maybe try deleting all partitions on the SD card first before flashing? [15:12] ijohnson, I already did it [15:13] cachio: does it happen everytime for you that it fails to write with No space left on device ? [15:13] ijohnson, first time trying to write a core 20 image for a pi3 [15:13] cachio: I'd say just try again, I don't know why that would happen for you [15:14] I'll download another image [15:25] ijohnson, I see the problem [15:26] the systemd detects my sdcard as it'd have 3.3GB [15:26] instead of 32GB [15:26] not sure why [15:26] it is doing the same with all mys cards [15:29] there's one more race in that pulse test [15:29] pulse server writes the cookie [15:29] but we race trying to read it [15:29] I fixed that locally, will push in a while [15:30] cachio: ahh that's weird [15:31] pstolowski: I tried to answer your questions in the review [15:33] pedronis: thanks, checking [15:42] ijohnson: I pushed to https://github.com/snapcore/snapd/pull/8605 again, to fix one more race [15:42] PR #8605: tests: fix racy check for pulseaudio activity [15:42] ijohnson: explained in the commit message [15:42] I haven't had a chance to look at it, it will be a while before I can look at it today unfortunately [15:43] need to get uc20 things in order asap for the beta [15:43] ijohnson: this test keeps on giving but it also shows us that ~test matters [15:43] ijohnson: specifically, one test can leave home data that is relevant (as in, influences) another test [15:43] ijohnson: no worries, thank you [15:43] ijohnson: I will merge it iff it is green [15:43] ijohnson: and will happily iterate on feedback [15:43] just because red master is a disaster [16:09] * zyga EODs [16:19] mvo: do you think you could merge https://github.com/snapcore/snapd/pull/8520 directly (see my comment there re cla-check) [16:19] PR #8520: data: fix shellcheck warnings in snapd.sh.in [16:28] weird apt error https://www.irccloud.com/pastebin/y0zj5y5y/ [16:29] * zyga bangs his head against pulseaudio wall [16:31] pstolowski: looking (sorry, was in meetings) [16:31] np, ty [16:47] PR snapd#8610 opened: many: use /run/mnt/data over /run/mnt/ubuntu-data for uc20 [16:53] * cachio lunch === jbeagle is now known as jkridner [18:05] re [18:34] test leakage is the bane of our testing stack [18:49] * ogra hands zyga a bucket [18:49] and a mop [18:50] oh, i had hoped i was in time for not needing that ... didnt notice your floor is full of leaked tests already :) [18:54] one of those days where it's both leaks and tears [18:57] oh my [19:03] * ijohnson hugs zyga [19:03] thanks :) [19:03] I started my side server to have more spread slots while others have to re-start tests more often [19:03] in the end we all learn, as a team [19:04] I see you pushed some debug messages to your pulseaudio branch, should I review those ? [19:09] yeah [19:09] please have a look [19:09] ok, cool [19:09] my current working theory is that ~test/.config is root-owned [19:09] and that this makes pulse start but not write the cookie [19:09] which makes subsequent unconfined paplay fail [19:09] well that's silly [19:10] I found ~test/.cache/go-build is huge and left over by other tests [19:10] in general, look at the commit messages please [19:10] I need to try with -seed the next time it fails [19:10] I entirely forgot about that [19:11] it's not perfect because of job-stealing but it's better than random [19:11] ijohnson: I stand by all prior commits that improve the test [19:12] now some policykit test failed on something random [19:12] er, package kit [19:15] what do you mean by job-stealing ? for spread ? [19:16] spread has a inherently indeterministic scheduler [19:16] out of a pool of jobs, threads that are idle steal tasks to run [19:17] so if server side timings are not identical, you don't get the exact same ordering [19:17] it's not bad but it's not a guarantee to reproduce a failure [19:22] interesting I didn't know that [19:26] ijohnson: obviously, after adding the debug section, the tests pass [19:26] heh [19:30] hooray schrodenbug problem solved by looking at [19:32] hehe [19:32] 13 tests are in progress now [19:32] so some chances to reproduce it [19:39] anyone know whether "getent group foo" inside a snap environment will check /var/lib/extrausers/group appropriately? O:) (my google-fu is failing me, and I'm not well-versed enough to easily test /o\) [19:40] tianon: on a core system yeah, it should [19:40] zyga: awesome, thank you! :D (that makes my life easier) [19:40] tianon: because /etc/nsswitch.conf has extrausers entries [19:41] right, makes sense :) [19:43] hey tianon o/ [19:44] ijohnson: hello :D I bet you can imagine why I'm asking about snap-related things O:) [19:44] I can indeed! [19:44] let me know if I can be of any help [19:44] for sure, thank you! <3 [19:44] :-) [19:45] hopefully this bump is uneventful, but you know, interesting things happen when you run a containerization platform inside a container, so who knows where we're headed xD [19:46] tianon: yes, hopefully uneventful [19:46] tianon: also btw I was meaning to ask you about a different project of yours, gosu, would you accept a patch to gosu to make it work with extrausers so we can use it on ubuntu core devices from inside snaps ? [19:48] ijohnson: really curious about the use case there -- you've got root inside the snap to do some initial setup and want to use gosu to step down after startup like is commonly done in Docker land? or something more esoteric? [19:50] tianon: basically yes, we have now some support for dropping to users, specifically to the snap_daemon user, but the catch is that you have to use setgroups(...,NULL), which libc does not, and so to use standard linux tools you need to patch them or do a LD_PRELOAD hack to get it to work [19:50] tianon: gosu however doesn't suffer from that problem, but it doesn't understand extrausers [19:51] see https://snapcraft.io/docs/system-usernames for example [19:52] ijohnson: btw, about https://github.com/snapcore/snapd/pull/8605 [19:52] PR #8605: tests: fix raciness in pulseaudio test [19:52] you indicated you a review request there, is that something you still plan to carry on [19:52] I'd like to merge it when green, just to expand the reach of the fixes so far [19:53] zyga: yes hopefully this afternoon, but feel free to merge if it goes green before I get to it [19:53] and to get more data from other runs as people develop and we get more scheduling runs [19:53] ok [19:53] thanks! [19:53] I'm happy to send follow-ups of any kind [19:55] ijohnson: interesting :D have you tried setpriv from util-linux (2.32.1-0.2+)? it's pretty flexible, and is essentially gosu but more "standard" O:) [19:56] tianon: iirc setpriv suffers from the same or a different problem and doesn't just work ootb [19:57] tianon: anyways I have a patch to gosu I could propose, and Ialso started an issue with upstream libcontainer but it would be more work to make it work upstream libcontainer [19:58] ijohnson: certainly open to further conversation -- maybe open the PR and we can discuss more there? :) [20:01] (then the conversation / thoughts can be recorded more persistently :D) [20:07] tianon: sure when I get some spare cycles I'll throw something up in GitHub [20:08] :+1: [20:11] ijohnson: I KNEW IT [20:11] 2020-05-06T19:49:53.9291698Z May 06 19:49:53 may061928-848515 pulseaudio[52998]: Failed to create secure directory (/home/test/.config/pulse): Permission denied [20:11] 2020-05-06T19:49:54.2159546Z + echo 'Files present in the test user'\''s home directory, that are owned by root' [20:11] 2020-05-06T19:49:54.2160021Z Files present in the test user's home directory, that are owned by root [20:11] 2020-05-06T19:49:54.2160438Z + test -d /home/test [20:11] 2020-05-06T19:49:54.2160837Z + find /home/test -user root [20:11] 2020-05-06T19:49:54.2160999Z /home/test/.local [20:11] 2020-05-06T19:49:54.2161142Z /home/test/.local/share [20:11] 2020-05-06T19:49:54.2161313Z /home/test/.local/share/applications [20:11] 2020-05-06T19:49:54.2161455Z /home/test/.config [20:15] haha wow that's broken [20:15] I'll find the guilty test tomorrow [20:15] small fix to unbreak master [20:16] when every day we have to land multiple small fixes to unbreak master are they really small anymore [20:16] and is master really "master" at that point [20:16] clearly something else is in control at this point [20:20] ijohnson: pushed [20:20] ijohnson: and EOD [20:20] and tomorrow I just, dunno, sleep longer [20:20] see you :) [20:21] * zyga waves [20:22] see you [21:23] cmatsuoka, ijohnson: please merge master / rebase rather than retrigger [21:23] it's merged!!! [21:23] zyga: \o/ [21:24] hooray [21:24] PR snapd#8605 closed: tests: fix raciness in pulseaudio test [21:24] zyga: also what do you mean merge master rather than retrigger ? [21:25] I often retrigger tests [21:25] just to roll the dice again [21:25] if you merge master *this* particular failure can hopefully go away for good [21:27] merged and pushed a couple of branches, let's see what happens... :) [21:27] thanks! [21:27] I pushed to one of mine [21:27] one of my? or one of mine? [21:27] mine I guess [21:27] one of mine, yes [21:28] dinner time! will be back to see what happened to the PRs... [22:50] zyga: yay, it worked [22:51] * cmatsuoka EODs