[00:11] lifeless: As Colin says, ZTK has become a lot less dead than it was when you left. [00:12] Still not massively thriving, but by no means dead [00:12] Zope 3, though, heh. [00:12] I haven't tried Rust for a network service in a couple of years. [00:12] It's all been more low level stuff. [00:34] wgrant: yeah, I'd been doing similar things. I wrote an API server in it last week though, and was very productive. [00:35] wgrant: rocket.rs + diesel [00:36] wgrant: and some of the smarts like the new adaptive scheduler in std-async.rs are just mwah. [11:34] I think https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/379456 should fix buildbot; could anyone review? [11:38] And if anyone could look over https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/378828, that's pure UI [12:00] cjwatson: +1 to the buildbot bits [12:02] and a comment on the UI ones [12:02] * tomwardill -> lunch [12:02] thanks [12:39] https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/379464 Mailman integration removal \o/ [12:42] weeeee [12:44] Burn it all. [12:44] wgrant: I'll leave that review to you to +1 ;) [12:44] Too late [12:44] i feel like you might appreciate it [12:44] hah [12:44] good work [12:45] Just waiting for IS to land the corresponding lp-production-configs change before I land that [12:51] tomwardill: I've been making a decent amount of progress on OCI recipe views; next is to write tests [12:51] cool :) [12:51] I say "write", I mean "shamelessly copy" [12:52] I'm just working out how to get universe enabled, then need to move some copy and paste stuff into mixins (snap + oci test code), and then "write" more tests similarly :) [12:52] got the extraBuildArgs doing stuff and creating things that looks right though [13:02] wgrant: BTW I don't suppose you've had a chance to look at lazr.restful py3-declarations? [13:03] I was otherwise thinking of a lazr.restful release soon even though the py3 port isn't complete, mainly because it makes it easier to build an LP py3 virtualenv [14:37] Quick review of https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/379473 anyone? [14:37] (Send script-monitor emails to launchpad-error-reports@) [14:37] Also some reasonably straightforward py3 bits: https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/379469 https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/379470 https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/379471 [14:37] +1 to mail list change [14:37] I'll take a look [16:07] lazr.restful upgrade: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/379486 / https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/379487 [16:10] cjwatson: I have a test that is trying to ensure that the Universe sources get added to the buildd args (via extraBuildArgs). My current_component in the build is 'multiverse' (currently, will change that), but I'm still only getting the Pocket sources (Updates) added. [16:11] updates and universe are different categories, so I'm confused about what you mean [16:11] ah, sorry, badly worded maybe (or misunderstood) [16:11] essentially: I get no universe deb lines added [16:11] OK, can I see your code? [16:11] And the test failure [16:12] I think because archive.getComponentsForSeries is returning None in _get_sources_list_for_dependencies (soyuz.adaptors.archivedependencies) [16:13] one sec, I'll check this in and push. The test isn't testing for the presence of the line yet, I've established it via pdb on the relevant line [16:17] cjwatson: https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/379201 (test_extraBuildArgs_git) [16:17] the expected_archives parameter there doesn't include universe [16:18] I _think_ because the distribution that is being created for the test isn't configured correctly? [16:21] OK, I'll have a look [16:22] thanks :) [17:01] tomwardill: So this is broken in TestAsyncSnapBuildBehaviour as well. I think the problem is that the distroseries in use for the test has no ComponentSelection rows telling it what components exist. You could set that up in the test (see near the top of lib/lp/soyuz/adapters/tests/test_archivedependencies.py) or use sampledata; probably better the former [17:02] aha, I think that test_archivedependencies was what I was looking for [17:02] I figured there must be some way to set this up [17:04] * tomwardill tries [17:04] thanks! [17:05] np. Feel free to fix the snap case too :) [17:05] Might be easier to start there since you know the rest of that test already works [17:05] Total: 24 tests, 3 failures, 20 errors, 0 skipped in 32.581 seconds. [17:05] On the plus side, that means one test worked [17:06] ... probably a start? [17:07] I'm leaving out the +request-builds view for now [17:09] "deb unique-from-factory-py-line489-100020/distro unstable main universe" [17:09] weee! [17:45] cjwatson: add check for none-default components to test_snapbuildbehaviour: https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/379495 [17:53] tomwardill: +1 with minor comment [17:53] cjwatson: ah, lovely [17:53] * tomwardill changes [17:56] pushed fix, landing