[00:03] thnaks [00:05] * lifeless whines about BranchCollection more [00:07] lifeless: I'm chanelling thumper, but "Fix it, dear Elisa" ? [00:08] StevenK: https://bugs.launchpad.net/launchpad/+bug/745310 [00:08] <_mup_> Bug #745310: Person:+branches timeout < https://launchpad.net/bugs/745310 > [00:08] wgrant: http://pastebin.ubuntu.com/587111/ makes me sad. It's obvious what it should be, but why was it the other ... [00:09] StevenK: blame [00:09] blame says jelmer and a 10k rev no [00:10] So it's been like that for a while ... [00:10] Oh, this is in archivepublisher, not python-debian. [00:10] Huh. [00:10] Yes [00:11] Well, the test docstring is reasonably clear.. [00:11] wgrant: I should commit that change and re-ec2? [00:11] StevenK: its overly generic [00:11] StevenK: access patterns for product scope vs person scope are not efficiently reusabke [00:12] StevenK: It was changed as part of his port to python-debian. So just fix it. [00:12] but our code structure is so heavily geared for code reuse, I suspect i need to entirely ditch the layers to fix it. [00:14] wgrant: You think ec2 or it's safe to lp-land? (That was the only failure.) [00:14] * StevenK glares at Tasque [00:15] StevenK: It's already been through ec2? lp-land. [00:15] Which just SEGV'd. Orsum. [00:16] wgrant: Yes, so doing so. [00:17] cjwatson: Your branch failed ec2. The test deb didn't have the necessary Pre-Depends (I've fixed that), but python-apt doesn't support data.tar.xz. [00:17] Or multiarch ... [00:37] huwshimi: Have you had a chance to look at my JS suggestions for your branch? [00:41] wgrant: I had a quick look at it. I will have a look again in a minute. It is certainly cleaner than what I pushed. Generally this kind of node creation is very resource expensive (hence why people often do it with strings or arrays), but I'm more than happy to merge your changes. [00:42] huwshimi: Yeah, I imagine it could be slightly more expensive. [00:42] wgrant: I'm not sure what it's like with YUI. It might be fine [00:52] wgrant: oh blasted thing [00:52] wgrant: Debian was going to work around that, IIRC [00:52] wgrant: where's the relevant code? [00:53] cjwatson: apt_inst.debExtract(deb_file, tar_checker.callback, file) [00:53] nascentuploadfile.py, around like 734 [00:53] *line [00:53] IIRC that was blocked on adding xz to python [00:53] or something joyous like that [00:54] though IIRC there was going to be a workaround with a subprocess [00:54] * cjwatson hunts down where he saw that [00:54] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556407 [00:54] Oh, right, I remember something like this. [00:54] But it was a while ago. [00:55] debExtract not working is lame, though. [00:55] It attempts to gunzip it instead. [00:55] gzip is the default, I guess. [00:55] that really shouldn't be that desperately hard to fix. [00:55] * cjwatson goes looking [00:56] (though don't expect a solution tonight, it's late) [00:56] "Early" [00:56] Sure, thanks. [00:56] :-) [00:57] oh, should be fairly trivial [00:57] else if(strcmp(".lzma", &Chunk[strlen(Chunk)-5]) == 0) [00:57] Comp = "lzma"; [00:57] that kind of thing [00:57] Right, but what handles Comp? [00:58] * StevenK waits for devel to be repacked [00:59] ExtractTar in apt-inst, and it's just a program name [00:59] Oh, that's easy, then. [00:59] actually I think it might need a slight tweak in apt [01:00] but still, nothing especially hard [01:00] I might make mvo do it [01:00] Handy having Platform at your disposal :) [01:00] he could probably do it twice as quick and once on Sundays [01:00] Yup. [01:05] The changes to apt and python-apt will need to be backported to Lucid though, right? [01:05] Ja. [01:07] Updating python-debian to revision 186 [01:07] Text conflict in lib/debian/debian_support.py8ing stream:Estimate 11/41 [01:07] bzr fail. [01:07] lucid-cat plus ppa:launchpad, right? [01:07] But I suspect it's my fault. [01:08] cjwatson: Yeah, it will need to hit both [01:35] thumper: btw, select expressions can be used with with now in storm [01:36] oh cool [01:36] With('name', Select(..)) [or get it from a result set or whatever) === Ursinha is now known as Ursinha-afk [01:55] Damn it, db-devel, stop failing [01:56] shell_6 [test no test results failed] [42 seconds] [01:56] Wheeee [01:57] Ahh, xfvb, my old nemesis [02:06] Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error on lpbuildbot :( [02:07] lifeless: For which page? [02:07] the build that died [02:07] Hm. It worked for me [02:08] >< 117 / 41 Person:+branches [02:18] lifeless: By the number of soft timeouts I presume it's real. [02:18] And a regression. [02:19] wgrant: yes, its the bug I'm bitching about [02:19] Ahh [02:19] we use the same code to query for merge proposals in one scope [02:19] and unscoped for a person [02:19] /totally/ different criteria [02:32] Project devel build #589: STILL FAILING in 5 hr 0 min: https://lpci.wedontsleep.org/job/devel/589/ [03:16] can has review https://code.launchpad.net/~lifeless/launchpad/bug-745310/+merge/55459 [04:15] lifeless: It looks good, but is it possible to check in a test that it isn't going to generate a bong query for the general case? [04:17] StevenK: if we could define the general case, perhaps [04:17] Person:+branches sounds like a good one [04:17] its a special case [04:18] the schema is not optimised for querying [04:18] lifeless: I'm just concerned that you're fixing a fix, and there is no tests to confirm it isn't noddy. [04:18] we're going to have to touch this again and again and against [04:18] StevenK: I'm not sure that it isn't noddy [04:19] lifeless: Okay, so your general plan is for you or someone to iterate over it? [04:19] StevenK: without about 100GB of data, I can't prove it one way or another [04:19] StevenK: thats what we've been doing for all timeout fixes so far; checking that query X is issued is easy, being sure that query X is what we need is hard [04:19] lifeless: r=me [04:20] in fact, I can go futher [04:20] the query here *will* be noddy, just less noddy than the one optimised for product/package scopes [04:20] StevenK: thanks [04:20] Oh, sigh [04:20] I voted on my own MP, not yours [04:21] StevenK: -lol- [04:21] StevenK: its still noddy because it unions two querie together that probably are faster done directly. [04:21] StevenK: which speaks to the heart of why I don't like (having taken my time to think about this) the 'Collection' approach. [04:22] well, this part of the implementation [04:23] I'm not ready to critique the entire thing yet, just speaking out of frustration [04:24] lifeless: Swap you: https://code.launchpad.net/~stevenk/launchpad/dsd-invalid-versions/+merge/55461 [04:24] It's a little larger than yours, so not quite a fair swap :-) [04:37] lifeless: Thank you for the review. [04:40] StevenK: which LP configs does cron.publish-ftpmaster run under? dogfood, staging, qastaging, production, ftpmaster, ftpmaster-publish, …? I need to add to those configs. [04:40] Possibly only to some. [04:40] ftpmaster and ppa [04:40] I think [04:41] jtv: lp-production-crontabs will help [04:41] Ah, of course. Thanks. [04:42] jtv: But certainly dogfood, so that will need fixing too [04:43] StevenK: BTW you mean lp-crontabs, right? [04:44] Oh, it _contains_ a dir lp-production-crontabs. [04:44] Ah no, I am fatally confused. [04:44] jtv: What do you need to add to those configs? [04:44] The stuff I added in https://code.launchpad.net/~jtv/launchpad/db-bug-55798/+merge/55174 [04:44] jtv: Only ftpmaster runs cron.publish-ftpmaster. Although dogfood *can*, we mostly maintain its config locally. [04:45] Er, ftpmaster-publish, not ftpmaster. [04:46] Then we may want to set up, configure, and maintain a pair of run-parts directories for publish-ftpmaster runs there. [04:46] jtv: Those things really don't belong in the tree :/ [04:47] That's why it's configurable. [04:47] Why is one fo them publish-distro.d, and the other finalize.d? [04:47] Better names welcome. [04:48] It's just that I couldn't bring myself to call one pre-publication.d when it runs _after_ publish-distro. [04:48] In fact I rather got the impression (also based on what you said) that that one might properly belong in the publish-distro script itself. [04:50] Also, PublishFTPMaster is terrible name, but I can't think of anything better since publish-distro is inappropriately taken. [04:50] PublishDistribution [04:50] No, too confusing until we fix publish-distro [04:51] ThePublisherOfDoomDeathAndDestruction is apt [04:51] Yes. [04:51] hahahahah, apt! [04:51] This does explain why I had such trouble coming up with good names and docstrings, I think. [04:51] StevenK: do I sense a bit of "See I am become Death, the destroyer of Windows" there? [04:52] jtv: You've a function in PublishFTPMaster to append -distscopy, but you don't seem to use it everywhere. [04:52] No, I was channeling something [04:52] wgrant: oh, thanks—I'll check [04:53] wgrant: I do see it used [04:53] jtv: But not everywhere. [04:53] True. Am fixing. [04:54] Found 1 place that neglected to use it. [04:54] jtv: Also, ARCHIVE_SUFFIXES is surely duplicating something esle. [04:55] Again, true. [04:55] pocketsuffix, I think. [04:56] Ah, no, that's different of course. [04:56] But highly similar. [05:20] Wheee. [05:21] Now buildbot is failing like Jenkins is. [05:21] Difference: True != False: memcached is live but should not be. [05:21] Ah, lucid_lp this time. [05:21] It's because the slave was killed badly when the master was restarted. [05:21] spm: Hi, lucid_lp needs a memcached massacre. [05:22] spm: Might as well bounce all the slave bits there. [05:22] Since the build has failed. [05:35] lifeless: I note you're up for QA [05:36] StevenK: Could you review lamont's buildd changelog entry? [05:36] https://code.launchpad.net/~lamont/launchpad/lp-buildd-76/+merge/55378 [05:36] Ah, thanks [05:36] Lookink [05:37] wgrant: All done. [05:37] Thanks. [05:38] lifeless/StevenK: Could one of you mentor https://code.launchpad.net/~huwshimi/launchpad/ajax-time/+merge/55257? [05:43] wgrant, re your recent post, did you ever see http://haml-lang.com/ [05:45] Huh, interesting. [05:51] Noooooo [05:51] huwshimi, ? [05:51] i don't mean the ruby bit, just the syntax [05:51] It's an interesting idea. [05:51] I'm not sure if it's good or not. [05:51] wgrant: okidoki [05:51] poolie: Oh, I've just had fun times with haml in the past [05:51] fun or 'fun'? :) [05:51] i'm not sure either [05:52] getting away from the specific syntax of xml may be good [05:52] From The Register: MySQL.com hacked via... SQL injection vuln [05:52] From the URL, I was hoping it would be a programming langauge that was a homage to Mark Hamill. [05:52] StevenK: Stones, glass houses. [05:52] :) [05:52] :-( [05:52] So I was already disappointed without trying it! [05:52] :) [05:53] (Not sure how you'd make such a language, but if people can manage to put nearly 3000 toothpicks in their beard and post the video to the internet then surely anything is possible) [05:53] poolie: Yes, non-xml templating languages are good [05:54] Actually, this sounds useful: http://www.theregister.co.uk/2011/03/30/dynatrace_ajax_firefox4_ie/ [05:54] it reminds me a bit of latte, which i used years ago [05:54] wgrant: had some network trouble earlier… I unified the ARCHIVE_SUFFIXES across two old modules that did it ad hoc (and removed it from mine which turned out not to need it any more). Did you say anything after that? [05:54] jtv: No, that was all I saw with a quick glance. [05:55] poolie: I think haml goes to far. It is actually really nice for writing HTML in, but I think it abstracts too far from HTML [05:58] Also, it says "markup haiku." Don't we normally like our formal languages to avoid the kind of linguistic ambiguity that's the whole point of haikus? [05:58] It's Ruby, what do you expect? :) [05:59] for the real 60s retro flavour suggested by the theming it ought to be all caps :) [06:01] jtv: it's poetry, so beauty is truth, truth beauty, etc. [06:02] I'll leave that to the test suite, thank you very much :) [06:02] wgrant: the entire buildbot whatsit is stabbed. have deliberately not restarted the existing builds, so you'll need to force when ready. [06:02] I'm hungry for Japanese food now. === jtv is now known as jtv-eat [06:04] spm: Both slaves are clean? [06:05] in that I shut down everything that was running. yes. afaik, we don't do any cleaning beyond that? [06:05] Well, there's non memcacheds or anything left on either slave? [06:05] if we have to, that's a pretty awesome bug given the purpose. [06:05] s/non/no/ [06:09] spm: you used to have a script for pqm [06:09] spm: that would kill /every/ process running in a chroot [06:09] spm: that would be the thing to run [06:10] sure. either way, the processes are wiped and restarted. [06:13] Thanks. [06:13] Forcing. [06:13] Hopefully for the last time. [06:17] StevenK: Hi. [06:17] wgrant: Hm? [06:18] i-528A0905 needs killing for the same reason. [06:18] It was cursed by db-devel build 503. [06:19] Project devel build #590: ABORTED in 3 hr 46 min: https://lpci.wedontsleep.org/job/devel/590/ [06:19] Thanks. [06:19] And slave killed. [06:19] Shall I request a build of devel, or something should come along soon? [06:20] Nothing will be around for at least 4 hours. [06:20] Please force. [06:20] Just devel or both it and db-devel? [06:20] wgrant: can you look at the soyuz ppa +subscribers on qastaging [06:20] qa for 741092 - I don't admin any private ppas [06:21] StevenK: I think db-devel is fine, so no need for a build there. [06:21] lifeless: We have these people called losas, who can fix that for you [06:21] StevenK: we we're also trying not to interrupt when we don't need to [06:21] StevenK: Also these people called wgrant, though. [06:21] 38 queries/external actions issued in 0.43 seconds • [06:21] wgrant: Okay, devel is waiting for Jenkins to start a build slave. [06:21] StevenK: because they have a backlog longer than ours per-head [06:21] 38 queries/external actions issued in 0.30 seconds • [06:21] StevenK: Thanks. [06:21] wgrant: nifty [06:21] lifeless: So, it is too fast. [06:21] StevenK: that's a pack of lies. we are not people, and resent being so labelled. [06:22] ohI'msorry [06:22] spm: How would you prefer to be addressed? [06:22] Demigod? [06:22] Haha [06:23] * spm tears up another of wgrant's cake IOU's. [06:27] StevenK: Could you review https://code.launchpad.net/~wgrant/launchpad/packageset-owner-preservation/+merge/55466? [06:29] wgrant: r=me [06:30] StevenK: Thanks. [06:31] * StevenK glares at patch-2208-59-0.sql, mawson and lifeless [06:32] StevenK: why? [06:32] Because it's taken seven minutes to apply so far [06:32] It might be a while. [06:32] is it doing stuff [06:32] As well as breaking the build several times :P [06:32] or is it deadlocked because you didn't shut everything down ? [06:33] Everything ought to be stopped [06:38] it has to rewrite 250MB [06:38] so it should be pretty snappy [06:38] check top, iotop, etc [06:38] mawson can not be described as snappy [06:39] It's still running UPDATE [06:40] which one [06:40] I have no idea, I'm going by ps output [06:43] select current_query from pg_stat_activity; [06:43] should give you exactly 2 rows [06:43] StevenK: speaking of qa -Revision 12689 [06:45] lifeless: There is only one UPDATE in -59 [06:45] StevenK: this will tell you if anything else is hanging around that could be blocking it [06:46] lifeless: https://pastebin.canonical.com/45423/ [06:47] StevenK: cool [06:48] So I just have to wait? [06:48] And wait. [06:48] Haha [06:53] So the BugTask.heat update is too slow for a standard rollout? [06:54] stub: This is mawson, so the data means nothing [06:54] k [06:54] * stub waits for the staging update [06:54] stub: I missed a bit, then we've had continual buildbot fail [06:54] and I mean continual [06:54] \o/ [06:55] I think four or five db-devel builds have died in various ways so far today. [06:55] stub: should we try manually, expedite rollback if needed? [06:55] stub: as in , ask for staging to be quiesced, and you pump it through slon? [06:56] If we do it manually, we need two losa interrupts (one to apply, one to rollback). If we do it with the standard update, we may need one (to rollback, if necessary) [06:57] spm: ^ up for it? [06:58] Hmm.... what I *can* do is time how long it takes to do the UPDATE on a slave. I just need to roll it back before I commit and break replication. [06:58] yes, but no. currently mid a security update on an LP service and hoping to get the u1 migrtaion actually started in the next hour before I EOD [06:59] stub: can't do that with out the new column ? [06:59] 2011-03-30 05:25:26 INFO Applying /srv/launchpad.net/codelines/trunk/database/schema/patch-2208-59-0.sql [06:59] 2011-03-30 05:58:54 DEBUG Committing changes [06:59] lifeless: begin; add column; update; rollback [06:59] 2011-03-30 05:59:00 INFO 2208-59-0 applied just now in 0.0 seconds [06:59] FAIL [07:00] so, 25 minutes [07:00] on mawson - should be ok. [07:00] The fail is the 'in 0.0 seconds' [07:01] Do we still have sparklines in Launchpad? [07:01] I doubt it [07:01] Dunno why you would get 0.0 on mawson - that code was tricky. Might be an edge case with a single db patch on unreplicated env? [07:02] We pulled sparklines [07:02] huwshimi: ...why [07:02] stub: Could be. [07:03] lifeless: I just found a bug about them and was wondering if I should kill it [07:03] lifeless: bug #383924 [07:03] <_mup_> Bug #383924: Sparklines displayed over row below in Opera < https://launchpad.net/bugs/383924 > [07:03] kill it [07:04] They were pulled temporarily in July 2009 due to a bug. [07:04] They were to be returned within two months. [07:05] wgrant: I guess no-one missed them then ;) [07:05] lifeless: https://bugs.launchpad.net/launchpad/+bugs?field.searchtext=sparkline&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.assignee=&field.bug_reporter=&field.omit_dupes=on&field.has_p [07:05] atch=&field.has_no_package= [07:05] lifeless: Kill them all? [07:06] bug 284400 seems like a reasonable defect [07:06] <_mup_> Bug #284400: "Package bugs" page has no indication of how numbers have changed < https://launchpad.net/bugs/284400 > [07:06] the others seem to be implementation bugs about the sparklines we had [07:07] we might want sparklines for 284400, but I doubt it, context doesn't really fir [07:07] *fit* [07:08] huwshimi: did you end up getting the url? [07:09] lifeless: Nope. I haven't landed the first lot yet [07:09] please file a bug or something if you need server side changes whipped up for you [07:10] lifeless: It feels like getting the url from header is a big hack. I might ask around first [07:11] It is a big hack, but I don't think you have much choice. [07:11] http://stackoverflow.com/questions/4230876/re-associate-ajax-call-with-original-url-using-jquery [07:12] huwshimi: we might already set Location [07:13] though that can be legitimately different [07:13] http://forum.jquery.com/topic/jquery-ajax-response-url is relevant [07:13] 'If it was really important, you could do some voodoo with sending [07:13] along the current URL as a custom response header' [07:13] :P [07:15] lifeless: OK you win :) [07:19] lifeless: What exactly do I need to ask to be done? Is it unhelpful if I just ask for a new header? [07:19] that would be fine [07:20] you need 'a sensible url to show in the ajax timeline put in the response sent to every ajax request' [07:20] and we can probably sensibly say 'api requests on non api domains are ajax requests' [07:21] the submission url with parameters is probably sensible on all ajax requests [07:23] D: [07:24] stub: I see that you found zope.tal about as extensible as I did. === almaisan-away is now known as al-maisan [07:25] wgrant: I don't remember. I had that part of my brain removed. [07:25] Nah nah nah can't hear you... [07:26] I am glad there is precedent :) [07:31] lifeless: Would this be low priority? [07:31] It's at least High, because it's hindering performance improvements. [07:31] And it's easy. [07:32] wgrant: OK :) [07:32] huwshimi: I would say high [07:32] Huh, that monkeypatch worked, and stuff doesn't even OOPS. [07:32] Incredible. [07:32] and then suggest you bat your eyelids at wgrant :P [07:32] lifeless: That was the plan. [07:32] * wgrant declares structure obsolete. [07:33] * huwshimi bats eyelids at wgrant [07:33] * huwshimi is not sure if he's doing it right [07:37] OK people, how do I land a branch that has no bug it is addressing? "ec2: ERROR: Branch doesn't have linked bugs and doesn't have no-qa option set." [07:37] huwshimi: File a bug, or --no-qa [07:37] Add --no-qa [07:37] Or file a bug, as wgrant says [07:37] Depending on how qa-worthy it is. [07:38] if you want the ability to say 'oh fuck this broke things' [07:38] file a placeholder bug [07:38] ok maybe I'll file a bug [07:38] if you reckon it doesn't need checking on qastaging, use --no-qa [07:39] I don't really want to break things [07:39] huwshimi: breaking things is a little orthogonal :P [07:40] wow [07:40] some folk really do get confused [07:41] lifeless: Well this way I can make sure it doesn't go live if it does break things right? Or did I misunderstand? [07:41] huwshimi: it gives you another set in the process [07:41] huwshimi: the question is, will you notice something on qastaging that you wouldn't notice on your machine [07:42] lifeless: I guess probably not. [07:43] lifeless: But if that was the case then what's the point in qastaging? [07:43] huwshimi: its entirely up to you; we try hard to be able to rollthings back easily [07:43] huwshimi: many things will only show up on qastaging [07:44] huwshimi: for instance, db permissions; scaling; icing changes [07:53] buildbot seems to be happy this time. [07:53] I guess there'll be a UPS failure in the DC soon. [07:56] Who's a little ray of sunshine today. [07:56] Shh === StevenK changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: - | https://code.launchpad.net/launchpad-project/+activereviews [08:05] Has the timeout been tightened again? I can no longer view my code page, it now consistently times out. [08:05] jelmer: Known regression. [08:05] Fix waiting for buildbot. [08:05] StevenK: Ah - thanks. [08:31] jtv: https://code.launchpad.net/~stub/launchpad/drop-branchrevision-id/+merge/55480 is where I got to. Unfortunately, after that patch I end up with a primary key on branchrevision that cannot be dropped because 'constraint does not exist', so I think there are some other links lurking in the schema we haven't tracked down yet. [08:32] lifeless: Are you checking other callsites before you add preloading? [08:32] wgrant: briefly yes [08:32] p-r-f is broken because ProductSet.all_active is trying to access emailaddresses. [08:32] wgrant: oh gawd [08:32] Yes. [08:34] wgrant: I didn't see that call site at all [08:34] wgrant: is it not under lib/ ? [08:34] lifeless: I bet it iterates over ProductSet. [08:34] wgrant: OTOH the +all page loads snappily now [08:35] Heh [08:35] Indeed. [08:35] uhm [08:35] products = getUtility(IProductSet) [08:35] for product in products: [08:35] i'm inclined to broaden its access [08:35] it should [08:35] bah [08:36] it should be moved to an API client eventually anyway [08:36] That will make it load lots, though. [08:36] Same issue as populate-arcdhive. [08:36] thats true [08:36] move it off of __iter__ ? [08:37] I think all this stuff needs looptunerising or deleting. [08:37] I'm past EOD and TL meeting is at awful-am [08:37] lifeless: How should we handle logging with parallel garbo? I could buffer the output from each task, and emit it when the task is complete. Or I could log to individual log files rather than stdout. Or what? [08:37] I can JFDI something raw [08:37] or perhaps you could do it ? [08:37] lifeless: It can be dead for a couple of days. [08:37] I am mostly EODed and attempting to stick to it this week. [08:38] (utterly failing, but attempting) [08:38] wgrant: ah true; file a bug for me and I'll pay the piper tomorrow [08:38] wgrant: welcome to canonical [08:38] Thanks. [08:38] You're at work until you shut down your IRC client :) [08:38] stub: logging is threadsafe; I think using a sublogger with the loop class name will be sufficient [08:38] lifeless: I'm talking about making the output readable [08:39] e.g. logger = somelogger.get(self.__class__.__name__) [08:39] Maybe it will be readable with the output interleaved... [08:39] stub: as long as there is a [prefix] blah goes here [08:39] it should be tolerable [08:39] lifeless: Bug #745512 [08:39] <_mup_> Bug #745512: product-release-finder broken < https://launchpad.net/bugs/745512 > [08:39] only matters when we actually read it after all [08:39] wgrant: thanks [08:39] And now I am gone for at least a while. [08:39] Hmm.... prefix could be a quick fix and good enough... yeah. [08:40] stub: thats what I was suggesting :) - use an outputter that outputs the logger name, and tweak the logger name for the loop when we construct/access the logger [08:40] stub: I failed to separate what and how though :P [08:41] I followed and was rephrasing in my agreement [08:41] \o/ [08:41] stub: I totally broke code.l.n/~user/ yesterday [08:42] stub: my clever optimisation for projects with lots of private branches + open merge proposals caused 2xseq scans on Branch for per-user counts [08:43] eggs... omlettes... [08:43] Mmm.... omlettes.... [08:43] * stub drools [08:45] mmmm [08:54] good morning [08:54] hi adeuring [08:54] hi jtv! [08:59] jml: ping [09:00] StevenK: your DSD diff invalidation card is still under Review on the board, but the the branch is merged. [09:01] Thank you :) [09:01] In fact the bug is marked Fix Released. [09:05] jml: I'm wondering if we can set the hard timeout for pages feature squads are creating/changing to 5 seconds [09:07] wgrant: any other notes about my publish-ftpmaster branch by the way? [09:07] jtv: I didn't end up having more than a glance through it. I will look at it in depth tomorrow. [09:08] That'd be great, thanks. I'm emotionally eager to move on to the next similar job, but I'd like to have confidence that my current branch is stable. [09:08] Indeed. It looks mostly sensible. [09:09] I'm having a strange failure in the test suite: http://paste.ubuntu.com/587260/ [09:09] doest it look like a known spurious error? [09:09] wgrant: Also, it seems like rather a lot of change to Q/A and deploy in one cycle. But waiting won't help with that. [09:10] rvba: hang on, looking [09:10] rvba: That's not a spurious failure. [09:11] jtv: Yeah, but I'm not sure we can do much to avoid that :/ [09:11] rvba: Did you use unittest.TestCase instead of lp.testing.TestCase maybe? [09:11] wgrant: exactly. [09:11] wgrant: DistroSeriesMissingPackagesFunctionalTestCase is indeed a new class so this looks like a genuine error but "./bin/test -cvv -t translationimportqueue.txt" passes [09:12] rvba: Could you pastebin/push your changes? [09:12] Did you override setUp and neglect to call the super? [09:12] TestCase is normally good at warning about that, IIRC. [09:12] jtv: no, just fixed that [09:12] But that would be the obvious thing. [09:12] wgrant: hang on [09:12] Maybe only TestCaseWithFactory warns, though. [09:13] wgrant: the warning is in testtools.TestCase [09:13] True, setUp warns about it. rvba, I take it you didn't define an __init__ in the test case? [09:13] jtv: https://code.launchpad.net/~stub/launchpad/drop-branchrevision-id/+merge/55480 is where I got to. Unfortunately, after that patch I end up with a primary key on branchrevision that cannot be dropped because 'constraint does not exist', so I think there are some other links lurking in the schema we haven't tracked down yet. [09:13] jtv: no [09:14] stub: I wonder if the transplant I worked out is perhaps needlessly complex. [09:14] Instead of using an existing unique index, I think it'd be simpler with an existing unique constraint. Do we have one? [09:15] Yes - two. That was my next issue - I think we end up with a constraint that things it is both a UNIQUE constraint and a PRIMARY KEY constraint :) [09:15] rvba: I haven't used self.oopses in tests yet, personally; did you track through the code to see that it's really supposed to be created? [09:15] So if we can swap the revision__revision__branch__key UNIQUE constraint easier, that would be better. [09:15] jtv not sure what you mean ... [09:16] stub: or an index that thinks it belongs to both a PRIMARY KEY constraint and a UNIQUE constraint. [09:16] yer. looks messier than I initially suspected anyway. [09:17] wgrant: modifs to tests http://paste.ubuntu.com/587267/ [09:17] wgrant: the whole branch https://code.launchpad.net/~rvb/launchpad/dds-add-missingpackages-page [09:17] stub: Yes. I'd have to get back into the details but IIRC the transplant I documented ran into a dependency relationship that more or less needs to be inverted. That's probably not the case if we use the unique constraint instead of the unique index. [09:18] That sounds promising. I haven't scoured the schema documentation yet, so I just followed your notes for the initial cut. [09:18] stub: I'm on feature rotation now… would it make sense for me to dive back into this after? [09:19] jtv: Whoever gets to it first. I've got other things for today. But we are looking at some denormalization and adding a timestamp to BranchRevision, so pulling id and unnecessary indexes would be good to do at the same time so we don't have a disk space problem. [09:20] +inf [09:20] overflow trap [09:20] Damn. [09:23] stub: I am somewhat puzzled by the notion of piggybacking the addition of a timestamp column onto the urgent removal of an int column to save disk space. :) [09:24] Its not *that* urgent [09:29] lifeless: sure, sounds good, but can we excuse translations & bug subscription for now? [09:33] jml: yeahm wouldn't be fair to just dump it on existing work. [09:33] lifeless: cool. [09:33] jml: i'll mail the list [09:33] lifeless: ta. [09:37] wow, we haven't had a successful test run since I stopped last night [09:38] no, its been bad today [09:38] We're nearly there. [09:45] wgrant: did you by any chance pick up some obvious mistake in my code? [09:45] rvba: Nothing obvious, sorry :/ [09:45] Yay, 800/1800 structure keywords removed. [09:45] wgrant: that's allright, I'll keep on investigating :-) [09:48] rvba: did you say it failed intermittently? [09:49] jtv: it's more bizarre than this: [09:49] night all [09:49] night lifeless! [09:49] it failed when I launched the whole testsuite on ec2 [09:50] it failed when I launched testr run --failing [09:50] but ./bin/test -cvv -t translationimportqueue.txt passes [09:50] Oh, I hate those. [09:50] Heisenbug. [09:51] sort of yes [09:53] And this is a custom oops reporting setup, which we've sort of abandoned now AFAIK. There may easily be something wrong with it. [09:53] Layer setup or isolation issue maybe? [09:54] What layer is the test in? [09:54] LaunchpadFunctionalLayer [09:54] Hmm can't really be anything missing there then can there? [09:54] Drat. [09:55] jtv: here is the diff for this test file http://paste.ubuntu.com/587267/ [10:02] rvba: have to go otp now === jtv1 is now known as jtv === al-maisan is now known as almaisan-away [10:29] What's the easiest way to render some TAL into a string? [10:31] henninge: don't you __call__ the view? [10:32] rvba: I'm back… my connection went awol after I asked: is there no cleanup for the "set_derived_series_ui_feature_flag"? [10:33] allenap: where do you retrieve the selection of packagesets that a derived distroseries is based on? [10:33] I don't think so [10:34] perhaps I know what's happening ... I'll relaunch the test suite ... [10:36] jtv, henninge: call .render() [10:36] bigjools: Is lp-buildd-76's commit message meant to be empty except for the tags? [10:37] Ah, just on the MP.... hm. [10:37] Landed with a commit message. [10:37] wgrant: bug in lp-land :/ [10:41] bigjools, jtv: I was wondering if I could do without a view. [10:42] but maybe I can create a simple one for this purpose. [10:42] henninge: no, templates need views to work [10:42] ok, thanks [10:43] in the same way they need a context [10:45] well, the view provides the context, doesn't it? [10:46] henninge: grep dor create_view [10:46] for* [10:46] Mm, you could probably grab a PageTemplate manually. But that is bordering on more evil than the problem deserves. [10:49] yes, I was coming to that next. Why is that evel? [10:49] evil, even [10:50] I don't think it's exactly light-weight, and I'm not sure how well it will work to instantiate one manually. [10:51] Which bit of inline HTML are you replacing? [10:51] I got the same thing in at least four places [10:52] lp.translations.browser.potemplate.POTemplateUploadView [10:53] around line 492 [10:53] It's creating a
    of file names. [10:54] Ugh. We don't use templates for notifications anywhere else, but that just about deserves one :/ [10:54] Could you put them into the page's template? [10:54] No. [10:54] Because they need to be in the session. [10:54] Hmm. [10:54] Awkward. [10:56] I know it is [10:56] Acutally, I wrote that code in another life ... [11:12] allenap: thanks! I didn't know that we had multiple security.py files. [11:16] jml: Somebody is bound to come along and "s += untrusted_variable", and structured() won't stop that. MarkupSafe does, which is nice. === jtv1 is now known as jtv [11:17] jml: so you're more secure than you thought! [11:17] wgrant: so it's more that it makes it what variables are being used less obvious [11:17] jml: Right. And it won't work after next week if my plan goes as I hope. [11:18] wgrant: your plan... to use MarkupSafe? [11:18] jml: Something like that. [11:20] It remains to be seen how well this is going to work out, but I fixed all the FormatterAPIs up this evening and it seems to be OK. [11:22] wgrant: cool. [11:23] jml: MarkupSafe fixes that sort of thing by escaping any unsafe strings that are concatenated with it. [11:23] So Markup('') + 'untrusted' + Markup('') does the right thing, if you want to do things like that. [11:24] wgrant: as long as it's on the LHS of the operator, I guess. [11:25] jml: Seems to work either way. [11:25] wgrant: I skeptate. [11:25] >>> Markup('') + '' [11:25] Markup(u'<bar>') [11:25] >>> '' + Markup('') [11:25] Markup(u'<bar>') [11:26] Huh. I wonder how that works. [11:26] As do I. [11:26] (incidentally kids, that was the scientific method in action) [11:27] Ah., [11:27] __radd__ [11:28] (it's used by pylons and jinja2 and mako, so it seems to be a reasonable choice) [11:30] uh. [11:30] Oh? [11:30] that was a typo for 'huh' [11:31] I didn't know about __radd__ [11:31] Ah. [11:31] I've not seen it used before :/ [11:32] That wasn't meant to happen. [11:45] I'm on the conflict, btw. [11:45] got distracted waiting for make compile so I could run tests on the resolved code [11:45] anyone around who's familiar with test_sharing_information? [11:50] wow, 3 separate conflicts [11:52] yeah. [11:53] I guess we've done more work on db-devel recently. [11:53] * jml famished === jtv1 is now known as jtv [11:57] Yippie, build fixed! [11:57] Project devel build #591: FIXED in 5 hr 25 min: https://lpci.wedontsleep.org/job/devel/591/ [12:00] yeah mostly my squad I think [12:01] Morning, folks. [12:01] howdy deryck === danilos changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: danilos | https://code.launchpad.net/launchpad-project/+activereviews === almaisan-away is now known as al-maisan [13:22] Project windmill build #121: STILL FAILING in 1 hr 10 min: https://lpci.wedontsleep.org/job/windmill/121/ === Ursinha-afk is now known as Ursinha [14:00] adeuring, henninge, abentley -- I'll be 5 minutes late for standup, sorry. Compiling notes from another conversation. === bfiller is now known as bfiller_afk [14:01] deryck: okay, ping when ready. [14:05] abentley, adeuring, henninge -- ok, ready. jumping into mumble now. [14:07] gary_poster: I guess I'll move the "Get client branch reviewed" card back to one of the WIP spots... but I don't remember which one it was in, feature work 2? [14:08] I'll also add a card to move to the right channel. [14:14] # Create the credentials with no Consumer, then set its .consumer [14:14] # property directly. [14:14] credentials = Credentials(None) [14:14] credentials.consumer = consumer [14:14] the comment should say why! [14:21] henninge: http://developer.yahoo.com/yui/3/ [14:34] james_w: +1 [14:46] danilos: Hello dude, fancy reviewing a few hundred lines of javascript? https://code.launchpad.net/~allenap/launchpad/dd-initseries-bug-727105-form-submission/+merge/55514 [14:46] allenap, why of course [14:47] danilos: Thank you very much :) [14:47] why on earth does LP reject an email review to an MP with no subject line? [14:58] allenap, fwiw, there's a conflict in lib/lp/soyuz/scripts/tests/test_initialise_distroseries.py with devel (it's simple, but just fyi) [15:00] umm [15:01] didn't that get fixed yesterday or something? [15:01] bigjools: don't know, actually. [15:02] henninge: chat in 2? Running late, as seems my habit lately. :-) [15:02] deryck: ok [15:02] allenap, also, what's the +feature-rules line I need for this particular feature? [15:07] danilos: Oops, looking... [15:08] danilos: soyuz.derived-series-ui.enabled default 1 true [15:15] allenap, thanks [15:19] allenap, FormActionsWidget looks pretty neat, is this not something that should be used in many of our other forms? do you have plans to factor it out? [15:20] danilos: Yeah, there's a few bits and pieces in that module that could be quite reusable. They're not up to standard for lazr-js I don't think. I intend to refactor as I need them in future branches for the derived distributions feature. [15:21] allenap, sounds good, we've also been doing similar stuff with our feature development and could have benefited from the same work, so it'd be nice to share it on the mailing list as well :) [15:22] danilos: Yeah, good idea. Okay, I'll write something. [15:22] allenap, danke schön :) [15:28] allenap, I wonder about Camel Case On Buttons, is that the recommended UI practice? [15:29] danilos: I don't know, I just carried on merrily :) [15:32] it's not. [15:32] I think. [15:32] gah, I don't know any more [15:33] danilos: Ah, you just mean the words on the button, visible in the UI? [15:33] Sorry, I got mixed up there. === deryck is now known as deryck[lunch] [15:33] there must be a guide *somewhere*... [15:33] https://dev.launchpad.net/UserInterfaceWording [15:33] Buttons and tabs should be Headline Case; the last word capitalized, and all other words capitalized except those three letters or fewer that are prepositions, articles, or conjunctions. [15:35] jml: Does Launchpad have tabs in the UI? [15:35] danilos: So, I should change the button wording. [15:35] allenap: I guess not any more. [15:35] allenap: apart from the component tabs. [15:41] jml: Thanks for digging that page up. [15:42] allenap: np === abentley changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: danilos, abentley | https://code.launchpad.net/launchpad-project/+activereviews [16:09] danilos: Thanks for the review :) [16:10] allenap, you are welcome [16:11] allenap, yeah, jml is right, no need to change the button text it seems [16:11] allenap, anyway, all good I'd say, a very nice, nice branch :) [16:12] danilos: Ah, I did change it, to "Initialize Series". [16:13] allenap, heh, fair enough :) === danilos changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: abentley | https://code.launchpad.net/launchpad-project/+activereviews [16:27] losa ping [16:29] heya gmb [16:29] Hey mbarnett. Can you run and paste the results of `SELECT * from BugWatch WHERE bug = '710652';` on production for me? [16:32] abentley: could you have a lok at this mp: https://code.launchpad.net/~adeuring/launchpad/js-translation-2/+merge/55575 ? [16:32] adeuring: sure. [16:32] thanks [16:33] gmb: http://pastebin.ubuntu.com/587408/ [16:33] Ta === deryck[lunch] is now known as deryck [16:40] adeuring: Could you please use 'complete' rather than 'configured' in the ids, so that it matches the other entries? [16:40] abentley: ah, right [16:46] abentley: just noticed that i forgot a few tests, for the upstream sync link... [16:46] adeuring: cool. [16:50] https://code.launchpad.net/~jml/launchpad/old-twisted-bugs/+merge/55569 [16:50] abentley: can you please review that? [16:50] adeuring: in the tests, did you consider using canonical_url to generate the exact expected URLs, rather than using regexes to match? [16:50] jml: sure, I'll look at that next. [16:51] abentley: right, we can do that [16:56] adeuring: did you consider writing the tests of translation_sync_link_configured etc as view tests rather than browser tests? [16:56] adeuring: i.e. instead of getting the page and parsing it, you'd just inspect the return value of translation_sync_link_configured? [16:57] abentley: well, that's possible. I don't have a real opinion there... [16:58] adeuring: Well, testing the output HTML is more of an integration test and testing the view is more of a unit test. [16:58] abentley: ok, i'll change them [16:59] abentley: thanks. [17:02] adeuring: Cool. When I ask questions like this, I'm not necessarily asking for a change, but I do want to understand whether there's a reason you went one way instead of another. === salgado is now known as salgado-lunch [17:14] Project devel build #592: FAILURE in 5 hr 17 min: https://lpci.wedontsleep.org/job/devel/592/ === beuno is now known as beuno-lunch === ccxCZ_ is now known as ccxCZ === al-maisan is now known as almaisan-away === beuno-lunch is now known as beuno [19:04] I'm getting NotFound exceptions on icon-sprites; does that ring any bells for anyone? [19:09] could someone help diagnose bug 745801 as it's frustrating testing of one of our projects? [19:10] <_mup_> Bug #745801: system-based authorization doesn't store useful credentials in gnome-keyring < https://launchpad.net/bugs/745801 > [19:22] benji: re: icon sprites, look at rev 12697 [19:23] bac: thanks [19:23] bac: 12697 of devel or something else? [19:24] devel [19:24] benji: https://code.launchpad.net/~huwshimi/launchpad/private-objects-298152/+merge/53195 [19:24] of note you'll see that branch removed icon-sprites. :( [19:25] oh! I wasn't getting the connection between "Changed private bug notifications to be more obvious." and sprites. So in other words "it's broke". [19:28] sinzui: bug 745791 is deliberate, no? [19:28] <_mup_> Bug #745791: participation links are all blue < https://launchpad.net/bugs/745791 > [19:30] lifeless: yes. We have not concluded what they should look like [19:31] lifeless: I think the bug is legitimate. huwshimi needs to address it, or advice me [19:31] bigjools: why does queue acceptance read from the librarian? [19:31] lifeless: because it publishes files [19:31] benji: yes. broken. [19:31] benji: i copied icon-sprites from another branch and it is fine [19:31] lifeless: or are you not talking about process-accepted? [19:31] benji: i'll land a fix that restores them [19:31] bigjools: https://bugs.launchpad.net/launchpad/+bug/745799 [19:31] <_mup_> Bug #745799: Timeout accepting packages < https://launchpad.net/bugs/745799 > [19:31] cool, as long as we know about it [19:32] lifeless: let me check [19:33] bigjools: bottom of the summary, or look at the oops directly [19:36] lifeless: ah it's checking filenames and checksums [19:37] lifeless: see lib/lp/soyuz/model/queue.py, setAccepted() [19:40] lifeless: it's also showing packagediffs [20:00] anyone else chasing the merge conflicts pqm is nagging about? [20:02] jcsackett: I don't think so [20:04] lifeless: dig. it's vexing me, so i'll kill it. [20:04] \o/ [20:05] jcsackett: btw, did you see the bug on merge proposal diff popups ? [20:05] lifeless: i saw it yes. not sure it's a regression, since technically we're still better than we have been since i started looking at the popup. :-) [20:05] jcsackett: :) [20:06] i may pick that one up soon; depends how much i feel like cursing the javascript gods. [20:08] jcsackett: no worries, I only mention cause you are now familiar with it :P [20:08] lifeless: for a very small value of "familiar" :-P [20:09] and i'm not going to be able to easily resolve those merge conflicts after all. this appears non-trivial. [20:10] sinzui: i just noticed it's slightly past three. mumble time still good? [20:12] jcsackett: can we postpone to 4:00. I have to leave early today [20:13] sinzui: hm, any chance we can do 4:15? [20:13] sinzui: if not, 4 can work, 415 would just be easier. [20:13] okay [20:14] fantastic. thanks. :-) [20:16] sinzui: here are the changes i've made to the Makefile: http://pastebin.ubuntu.com/587496/ [20:16] unfortunately, the dependency i added to sprite_images is not working and the file is rebuilt whether it exists or not [20:16] i thought removing it from .phony would be the trick [20:16] my makefile fu is atrophied [20:19] .phony says 'do not look at disk timestamps', so its certainly a good first step [20:19] That is tricky. We only want to use create-image when the position file or sprites.css.in has changed. [20:19] however [20:19] its transitive [20:19] if foo depends on bar [20:19] lifeless: right, that's why removing it made sense [20:19] neither foo nor bar can be .phony [20:19] there are no phony dependencies [20:20] ok [20:20] i expect 'make sprite_image' to create the file and the next 'make sprite_image' to report nothing to be done [20:26] sinzui: db-devel conflicts [20:26] sinzui: you may know; is reassign a new menu entry for distributions? [20:26] sinzui: or one that was removed [20:27] lifeless: I believe it is new. We never admitted it could be done in the past [20:27] ok [20:27] I think I have a resolution then [20:28] http://pastebin.com/vBapxE6w [20:28] ^ can has sanity check [20:29] \o/ on huw's ajax thingy [20:30] deryck: ^ - btw the initial version is in devel so you can see what he's working towards with the need for url info [20:30] lifeless: ah, ok. I'll take a peak then. Thanks [20:30] deryck: its controlled by the visible_render_time flag [20:31] so you can see it on https://bugs.qastaging.launchpad.net/launchpad [20:31] ok [20:31] this is really nice === abentley changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: - | https://code.launchpad.net/launchpad-project/+activereviews [20:32] yeah, its pretty cool [20:32] needs the url to be /really/ useful [20:35] sinzui: I'll land what I have, i think its no worse [20:40] sinzui: ping [20:40] lifeless, sinzui: i got the makefile to work: http://pastebin.ubuntu.com/587507/ [20:40] the key is to separate the phony, easy-to-type target from the files [20:43] bac: looks fine to me [20:46] sinzui: is bug 162510 actually fix released ? [20:46] <_mup_> Bug #162510: Person:+delete timeouts : Person merging needs to be done asynchronously < https://launchpad.net/bugs/162510 > [20:47] ah, bug 728471 [20:47] <_mup_> Bug #728471: Person:+delete timeouts : Add sanity checks to mergeAsync < https://launchpad.net/bugs/728471 > [20:50] can someone tell me if bug 151362 is something we care about? do we support/care about basic given oauth? [20:50] <_mup_> Bug #151362: Error: Incorrect padding (base64 error) during authentication < https://launchpad.net/bugs/151362 > [20:51] we still support basic auth in dev mode [20:51] we should either nuke it entirely [20:51] or have it robust [20:52] (the test suite depends on this at the moment) [20:52] lifeless: dig. [20:52] fixing the error seems like the easier to take on in afternoon solution. [20:52] vs nuking and removing the need for it. [20:52] I think we care, but its trivial to fix: catch and return auth required [20:52] s/return/reraise [20:53] lifeless: right on. [20:53] ah [20:53] lifeless: hell no. this is vesitigal from the merges of other branches [20:53] sinzui: context? [20:53] lifeless: I am pretty confident that bug will not be fixed this week [20:53] jcsackett: also there are two bugs conflated there [20:54] sinzui: you're referring to the merge person stuff, right? [20:54] sinzui: its marked fix released is all; a user reported a new incident; I haven't duped because I was unsure o fthe status [20:54] jcsackett: the OOPS at the bottom of the bug you are looking at is for a different occurence of the same exception class [20:54] lifeless: ah, thanks. [20:54] jcsackett: so I suggest you file a new bug for the OOPS (1188C1227) [20:55] will do. [20:55] lifeless: allenap ran out of time (and scope) when working on that bug. we are traking the timeout in another bug because he claimed that one was fixed. His branch provided infrastructure to fix the issue [20:55] sinzui: yep. the other bug is also closed ;) [20:55] sinzui: if you still wanted to chat at 4, the conflict i thought i had has disappeared, so i'm available at your convenience. [20:56] lifeless: bug 736421 i still open [20:56] <_mup_> Bug #736421: Person:+delete timeouts : Connect the UI the merge jobs < https://launchpad.net/bugs/736421 > [20:56] lifeless: I can finish that bug when I can return to bug 740559 [20:56] sinzui: ahh, its not tagged timeout [20:56] <_mup_> Bug #740559: Update PersonNotification to support teams < https://launchpad.net/bugs/740559 > [20:56] * lifeless tags it [21:18] Later on, everyone. [21:32] -> allergy shot, BBIAB [21:36] sinzui: you see any reason to keep icon-sprites.positioning in the tree if we have sufficient makefile support to generate it on demand? [21:40] bac: I think removing that file will make our house of cards topple [21:40] i don't think so sinzui [21:41] i've removed it and updated the makefile rules and all seems well [21:41] icon-sprites.positionin + sprites.css.in = sprites.css [21:41] right, and as long as create_css dependson i-s.pos then it'll rebuild [21:42] bac: I stand down. you are correct [21:42] sinzui: looky at http://paste.ubuntu.com/587535/ [21:43] sorry for the distracting boxes [21:44] that looks correct [21:47] great, i'll piggyback it on my next branch === Ursinha is now known as Ursinha-bbl [22:03] thumper: morning. standup? [22:03] wallyworld: sure [22:04] thumper: i can hear you [22:05] thumper: my lips are red here [22:05] thumper: ffs. try skype? === matsubara is now known as matsubara-afk [22:22] Yippie, build fixed! [22:22] Project devel build #593: FIXED in 5 hr 7 min: https://lpci.wedontsleep.org/job/devel/593/ [22:25] apparently i have been disconnected for some time. hurrah. [22:28] jcsackett: mumble? [22:31] sinzui: sure. [22:58] Morning. [22:58] wgrant: Morning [23:01] wallyworld: thumper, mumble? [23:03] sinzui: I can't hear you :( [23:03] thumper: we can hear you [23:03] damn, same thing happened with wallyworld and me earlier [23:05] * wgrant fixes the conflict. [23:25] wgrant: I neglected to mention that the mhonarc rt was closed. We are running the latest version now [23:25] sinzui: Great! [23:51] sinzui: sorry i missed your ping. i had already had a call with tim after which i was dropping the kid to school and then having breakfast