[00:17] o/ huwshimi, lifeless [00:17] poolie: Hey [00:31] hi y'all [00:50] Hmmm. [00:57] wgrant: Your description for fix-patch-number is a little harsh :-) [00:58] does anyone know if curl checks ssl certs by default? [00:59] I think so, hence various bzr bugs where the workaround was "use https+urllib" [00:59] to not verify it? [00:59] Right [01:00] oh, this is because we didn't depend on the ca-certs packgae [01:00] ok [01:02] StevenK: Hardly! [01:14] wooo, death to stories [01:23] Project db-devel build #707: STILL FAILING in 4 hr 4 min: https://lpci.wedontsleep.org/job/db-devel/707/ [01:25] lifeless: \o/ [01:38] wallyworld_: I'm in Europe, so won't be much good to you today! [01:39] jtv: np. there's no reviews yet anyway [01:39] Not sure that's good news, but I'll take it. :) [01:47] mwhudson: yeah, bzr+ssh://bazaar.launchpad.net/~lifeless/launchpad/storylayers is landing [01:47] 70 files changed, 4513 insertions(+), 4618 deletions(-) [01:48] lifeless: i guess this doesn't rip out the story infrastructure? [01:48] yeah, it goes [01:48] ah cool [01:48] the function that walks a directory and makes the suite stays [01:48] but its just DocFileSuites now [01:49] and the cruft in the databaselayer that sometimes doesn't reset the db? [01:52] thats where I started [01:52] https://code.launchpad.net/~lifeless/launchpad/storylayers/+merge/66738 [01:52] the tests for that cruft were not parallel safe [01:53] and I was making parallel testing more reliable [01:53] ahh [01:53] hooray [02:05] * wgrant lunches. [02:07] Project devel build #872: STILL FAILING in 3 hr 54 min: https://lpci.wedontsleep.org/job/devel/872/ [04:55] StevenK: Your conflict resolution failed. [04:55] bug-tags.txt failed. [04:56] Damn [04:58] wgrant: Having a poke at it [04:58] StevenK: Thanks. [04:58] wgrant: When does staging need a swift kick? [04:59] StevenK: Once the rev after yours passes buildbot. [04:59] Well. [04:59] I guess we could do it now. [04:59] It's adding back id and deleting one row from LDR, right? [05:00] UPDATe launchpaddatabaserevision SET minor=77 WHERE major=2208 AND minor=99 AND patch=0; [05:01] Or that, yes [05:03] And there is the failure mail [05:03] Yup. [05:03] Just that one failure. [05:04] * StevenK is waiting for make [05:04] So I can run it again [05:17] wgrant: One line fix :-/ [05:17] Not sure why bzr merge didn't pick it up [05:21] * wgrant seeks opinions. [05:22] * StevenK submits it to PQM anyway [05:23] Should I put the reset code in rabbitfixture itself? If so, do I make it mandatory? It depends on an unpackaged plugin. [05:23] Test isolation without it is very slow. === wgrant changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: wallyworld* (jtv) | Critical bugs: 210 - 0:[######=_]:256 [05:29] lifeless: Opinions? === almaisan-away is now known as al-maisan [05:49] slow is bad [05:49] other things will want rabid fixtures [05:49] Rabid or rapid? [05:53] both! [05:56] Grar [05:56] LP needs custom suites. [06:11] Hm. I don't think I can change the vocab using a feature flag :-( [06:13] You would have to override it in the view. [06:17] How? [06:17] From what I can see +distrotask (for example) uses BugAlsoAffectsDistroMetaView which is *tiny* [06:19] Right, but you can probably do stuff in setUpWidgets. [06:19] Override the defaults. [06:21] * spiv wonders how hard it would be to write some js goop to automatically add tooltips to every 'bug NNNN' link on every page, to show the bug title. [06:23] theres a bug for that :) === al-maisan is now known as almaisan-away [06:38] wgrant: BugAlsoAffectsDistroMetaView is a MultiStepView and it doesn't seem to call setUpWidgets at all [06:40] It's not a LaunchpadFormView at all? [06:41] The only thing in bugalsoaffects that uses LFV is BugAlsoAffectsProductWithProductCreationView [06:41] Directly. [06:42] Right [06:43] lifeless: You never gave a real opinion on which version of rabbit we should target. Do you have one? [06:43] spiv: should be easy since there's code to parse bug nnnn and linkify it using an XHR call. the title would just need to be added to the json data sent back from the server [06:43] (2.2.0 is in CAT, but not in any Ubuntu release, so ew) [06:44] wgrant: easiest meeting all the constraints [06:44] wgrant: that *is* my opinion. [06:45] :( [06:47] My preferred option is to go with the latest stable Ubuntu release, 2.3.1. Trivial to put it in lucid-cat-lp. And it has not historically been a high-maintenance package, so shouldn't be a problem if LS wants to stay on 2.2.0 forever. [06:47] I bet ls will upgrade happily [06:51] Hopefully. [07:09] wallyworld_: tempting! I'm trying to resist the urge to grow my todo list rather than shrink it though… [07:13] wgrant: ls would be happy to upgrade [07:15] spiv: I remember that bug. But I doubt if there's a lookup now. Adding that lookup was deemed more expensive the last time I asked. [07:16] Because, theoretically a page could be slowed down by having a lot of bug numbers [07:16] It's fairly cheap to do it by AJAX afterwards. [07:16] It's expensive to do it during page rendering serverside, due to the way the nested views work. [07:17] In that case, if the solution is easy - moderate and someone can mentor, I might be interested in picking it up [07:19] The main thing I'd worry about is making sure the calls are reasonably batched; I don't think one AJAX call per bug link would be great. [07:19] Sure. We'd need to introduce a new API call to get details of a set of bugs. [07:20] But if it were one for all the links present at domready time, then maybe a couple more as other ajax things add more to the page, I think that'd be fine. [07:20] note that this is then less efficient than supplying the data when we ender [07:20] *render* [07:20] Yeah. [07:20] we already look up the bugs [07:20] BUt we also linkify nonexistent bugs [07:20] to decide to linkify or not [07:20] I thought that was because we don't look up [07:20] lifeless: even for e.g. merge proposal comments? [07:21] lifeless: I don't think we do any more. [07:21] hmm, I may be out of date [07:21] spiv: theres a cluster of bugs around this [07:21] We used to display titles in tooltips. [07:21] But it was killed for being too slow. [07:21] yah [07:22] nigelb: so, wallyworld_ reckons it should be easy… maybe he'd be willing to mentor? :) [07:22] spiv: nigelb: of course, no problem [07:23] Sweet! [07:23] Looking forward to it already ;) [07:23] \o/ [07:23] ping me when you want to start work on it and i can provide some pointers [07:23] Hopefully, Monday. [07:24] np. i wrote the code to do the linkification via the XHR call so I can tell you where to hook stuff up. any performance issue will be separate to that and will need to be considered of course [07:27] spiv: just been reading the backlog - from memory there's only one XHR call to return details for all the bugs on a page so it should come together nicely [07:27] this particular bug has been a long term itch of mine, just didn't know there was a way to fix it without affecting performanc [07:27] +e [07:28] nigelb: out of curiousity, how long standing? the linkification via XHR call was only put in about 6 months ago [07:29] wallyworld_: Its from the old days of doing this server side [07:30] ugh [07:41] and its landed \o/ [07:41] a fitting time to end the week === mrevell-lunch is now known as mrevell [08:12] good morning [08:13] Project db-devel build #708: STILL FAILING in 5 hr 57 min: https://lpci.wedontsleep.org/job/db-devel/708/ [08:30] Yippie, build fixed! [08:30] Project devel build #873: FIXED in 6 hr 2 min: https://lpci.wedontsleep.org/job/devel/873/ === almaisan-away is now known as al-maisan === adeuring changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: wallyworld* (jtv), adeuring | Critical bugs: 210 - 0:[######=_]:256 [09:04] Anyone else seeing JS test failures that happen _only_ on the command line, _not_ in the browser? http://paste.ubuntu.com/639998/ [09:04] It sounds like a test isolation problem. [09:04] But when I comment out a different test testMultiple, which consists of just a single assertion, it passes. [09:04] jtv: which branch? [09:04] * jtv digs [09:05] allenap, hi, did you see my reply for the review? :) [09:05] I haven't pushed it. Let me just do that. [09:05] Gavin is off today [09:05] danilos: allenap is off today. [09:06] he knows :) [09:06] rvba: just pushed to lp:~jtv/launchpad/bug-806946 [09:07] Still waiting to be scanned… [09:07] danilos: do we have foldable branch revisions yet? It'd be really helpful at this point. :) [09:08] I didn't [09:08] jtv, nope, expander-anim is still in review :/ [09:08] jtv, as is spiv's branch the last I heard of it (it was, yesterday) [09:08] Goes to show how much better this will make the world. [09:09] adeuring, wallyworld_: anyone want to take on the review of https://code.launchpad.net/~danilo/launchpad/expander-anim/+merge/67161 now that Gavin is off? [09:09] danilos: i'll grab it but someone else will need to +1 [09:10] wallyworld_, right, thanks, hopefully jtv or adeuring will do that :) [09:10] wallyworld_: my job I think :) [09:11] jtv: hey, you're there [09:11] More amazingly, you're still here. :) [09:12] jtv: yeah, i should have eod but am tidying up some failing tests in a branch i really want to get landed [09:12] * jtv knows the feeling [09:12] danilos: so is gavin not around today? [09:13] Nope [09:13] Well, shouldn't be. [09:13] bollocks. i was going to ask him to +1 on a mp. he did the prerequisite one yesterday [09:13] wallyworld_: ! [09:13] I need your halp with this pycharm thing [09:14] bigjools: no cricket today :-( [09:14] ! [09:14] bigjools: give me a bit of time to clean up some stuff, i'll ping you [09:14] ok ta [09:15] jtv: could you possibly +1 this mp for me. it looks big but its a lot of moving code around in yui tests more than anything else [09:15] https://code.launchpad.net/~wallyworld/launchpad/yui-test-cleanup-807294/+merge/67281 [09:15] * jtv looks [09:15] thanks [09:15] Oh what the !? [09:15] when landed, our yui tests will be a lot better and all lazr-js stuff will be integrated [09:16] jtv: it's not as bad as it looks - a lot of code deletion [09:16] and it's only in the tests [09:16] rvba: that breaking JS test passes for me when I run it with "lp.registry -t javascript" instead of "lp.registry -t test_distroseries." [09:16] (Sorry about that — on to the MP now) [09:18] wallyworld_: actually, I may have been running into the exact race that you've been fixing. [09:18] with the test_distroseries test? [09:19] Yup. [09:20] And by the way, did you raise hell about the long-poll test that isn't being run? [09:20] File a bug? [09:24] wallyworld_: ^ [09:25] jtv: i will speak to wgrant or bigjools about the long poll stuff. we need to move the javascript to the "standard" place or change the find_test rules [09:25] Also, I'm surprised that the Y.on('domready', run_me) that you're cleaning up worked. I'd imagine that event would already have fired by the time that executed. [09:26] wallyworld_: especially if the long poll will take time, make sure it isn't forgotten when a high-priority job comes along. Better file a bug. [09:26] I wonder if "the tests are never run" qualify as Critical. [09:26] jtv: with the domready event, i more or less cargo culted the old lazr-js implementation [09:27] Well, the whole thing looks tons better now. [09:27] jtv: i checked that it works by hand, but.... [09:27] yeah, easier to write tests, waaaaaay less cut'n'paste [09:27] i will file a bug about the long poll test too [09:28] Great [09:29] I'm not sure the bit about lock, stock, and barrels still makes sense now that lock, stock & barrel are no longer pasted everywhere. [09:30] Another thing that really excites me to bits is that this should open the door to log divs that, *gasp*, would be wide enough to read. [09:32] Or is that not the "log" div? The one that the green/red markers appear in. [09:34] jtv: bug 807426. i've marked as critical since i agree that tests not running is bad [09:34] <_mup_> Bug #807426: Long poll yui tests not run automatically < https://launchpad.net/bugs/807426 > [09:35] Thanks. [09:35] jtv: the log is sent to *both* the browser console and the log div, so it is really *very* readable now [09:36] the lock, stock thing is from curtis so i am loath to remove it :-) [09:38] I think it's specifically about the situation you rectified though. [09:39] By the way, we're supposed to have clear criteria to say whether a bug is critical. [09:39] I'll just submit my MP vote and then I'll look into it. [09:40] wallyworld_: I had to modify the way the Makefile finds js files to include the js long poll stuff ... so I suppose we should do the same for the tests to be found and modify "find_yui_tests" ... [09:41] https://dev.launchpad.net/BugTriage#Critical [09:42] rvba: yes. the method to change is build_yui_unittest_suite. or you could move the location of the javascript. but if you change the build_yui_unittest_suite, try and keep it generic so that other new code that puts javascript elsewhere can also work [09:43] wallyworld_: rvba is more relevant for the JS stuff. [09:43] I only know it from a little while struggling with a French keyboard. [09:44] wgrant: ;) [09:44] we need to decide our packaging methodology. is it lib/lp//javascript/ (like it is now) or lib///javascript [09:45] there's arguments for and against both [09:46] even though lp uses the former almost exclusively, i prefer the latter (like longpoll has done) [09:46] it keeps everything related together better [09:49] wallyworld_: +1 [09:50] o/ wallyworld_ [09:51] hi poolie [09:54] wallyworld_: what is the outcome of Dublin's big javascript reorg? [09:54] wallyworld_: IMO the latter is better. [09:54] wallyworld_: But we need to be aggressively factoring out non-specific stuff. [09:55] rvba: the main branch to do the reorg has landed. i've just got the one to clean up the tests approved [09:56] wallyworld_: Great! I'll check them out then :) [09:57] jtv: thanks for the review. with the tests, i'm confident that fixing increasing that timeout will ensure the tests pass ok, so my comments in the mp may be a little too pesimistic [09:58] rvba: the upcoming branch will cut large chunks of code from the yui tests. but the main refactoring has landed === al-maisan is now known as almaisan-away [10:12] jtv: have you figured out your js problem? [10:17] danilos: this new expander is the one to replace all the other older implementations? [10:20] wallyworld_: maybe this has been discussed earlier but did you do something to address the intermittent test_distroseries.html.TestDeriveDistroSeriesActionsWidget.testSuccess issue? === wallyworld_ changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: adeuring | Critical bugs: 210 - 0:[######=_]:256 [10:23] rvba: yes. i increased the wait timeout to 90ms (from 30ms). i seems to have fixed it for me. it could even be set a bit higher but let's see if 90 works for everyone [10:25] wallyworld_: ok ... it would be nice if we could come out with a proper strategy to test things like this (things with an animation) ... maybe the code should fire an event when the animation is done and then tests could perform verifications only when the event is fired. [10:25] I think this wasted too much of your time for a simple animation :) [10:25] rvba: yes, that sort of strategy is better. i just wanted to do the minimum to get the test passing since it was not the focus of my branch [10:26] wallyworld_: sure, I get it. [10:26] and the current implementation used a wait() [10:42] wallyworld_,yep [10:43] wallyworld_, few other branches with it have already been reviewed and are waiting for the animation to land [11:02] gmb: hi [11:02] gmb: I'll look more closely on monday [11:02] but [11:02] + if linked_branches.is_empty(): [11:02] + return EmptyResultSet() [11:03] isn't needed [11:03] is it? [11:03] jtv, could you ok the wallyworld_'s review on https://code.launchpad.net/~danilo/launchpad/expander-anim/+merge/67161 please? (if you agree, of course :) [11:03] gmb: if it is needed, you should listify: is_empty performs a query, as does __iter__ [11:03] gmb: so you're querying the same thing twice [11:04] as for whether you need to eager load, I suspect that you'll need to test - check the query counter on the templates that trigger foo.linked_branches, and see if it changes when you toggle eager loading on/off [11:05] gmb: (and you have 3 or 4 linked branches, maybe one private, that sort of thing. [11:05] gmb: I suspect you don't need it as the callers will be eager loading themselves, but IMBW [11:12] lifeless: Ah, good point re the is_empty. It's only needed because the store.find() blows up if you pass it an empty list of branch IDs. [11:13] So I'll listify early. [11:13] And yes, I'll play with the query counter and see what comes out. Thanks. [11:15] Anyway, tengo hambre. [11:15] * gmb -> lunch [11:21] danilos: was having lunch, coming now [11:23] danilos: does JS have different relative priorities between the ?: and = operators compared to C? In C, "cfg.from = cfg.from ? cfg.from : {}" would evaluate as "(cfg.from = cfg.from) ? cfg.from : {}" [11:26] jtv, that's all copy-pasted from the old slide-out/in animations, I haven't questioned its sanity [11:26] always a big mistake :) [11:26] jtv, fwiw, we might want to drop that altogether if we don't care about users being able to set starting/ending points up front [11:27] danilos: at any rate, I'm afraid I won't have time to go through all this today. :( [11:27] jtv, that sucks because branch is getting pushed around, and I might just as well land it then because I had two reviewers on it already :/ [11:28] jtv, I'll find a different reviewer then, thanks [11:28] adeuring, hi, I need you so much :) [11:28] Very sorry; bad timing. [11:29] adeuring, can you perhaps ok wallyworld_'s * review at https://code.launchpad.net/~danilo/launchpad/expander-anim/+merge/67161? [11:32] adeuring, I've also got https://code.launchpad.net/~danilo/launchpad/replace-expanders-2/+merge/67314 up for a full review :) === jtv is now known as jtv-away [11:40] danilos: sure [11:40] (sorry for the delay; had lunch) [11:41] adeuring, cool, thanks [12:04] adeuring, fwiw, if you haven't started yet, I'd prefer getting a review for expander-anim branch first, because that one is a prerequisite for another 3 of mine branches, and for spiv's branch as well === matsubara-afk is now known as matsubara [12:21] danilos: r=me on the animation branch. great work! [12:22] adeuring, yaay, thanks === matsubara is now known as matsubara-afk [13:00] danilos: your other branch looks also good, but there is one issue: On the +filebug page, I see the behaviour: for the first "expand" click on an item, the expand animation runs ... and then the collapse animation runs. On a second click, only the expand animation runs. And if you try one expand click on collapsed item A, then try another expand click on item B, then then click again on item A, you still get "expand/close" animation [13:01] adeuring, sounds pretty weird, what browser is that? (so I can try to reproduce) [13:01] danilos: firefox 5.0 (natty) [13:02] monring deryck [13:02] morning, adeuring [13:02] adeuring, can you try the same thing in a webkit browser (epiphany, chromium) to see if it happens there as well (while I start up firefox and get the proper branch running :) [13:03] danilos: just tried epiphany -- same behaviour [13:03] adeuring, hum, very weird [13:04] well, tbh, I did merge with the latest stable and haven't tried it with that, and now I have to run make schema as well (are we letting them on stable already, or did we merge db-stable back into stable already) [13:05] danilos: Some patches can be run live nowadays. [13:05] So we put them in devel. [13:06] https://dev.launchpad.net/Database/LivePatching [13:06] adeuring, ok, I still can't reproduce this behaviour [13:06] danilos: so... what shall we do? [13:06] wgrant, oh, cool (we could run some patches live in the past as well, but we did it in a very manual way :)) [13:06] adeuring, can you look at the console to see if there are any problems being reported perhaps? [13:06] danilos: Right. It's still pretty manual now, but at least they get landed in the tree properly. [13:06] danilos: One day we will automate it. [13:07] wgrant, cool, sounds nice (and it also means that the pqm constraint is removed stopping DB patches getting to devel) [13:07] wgrant, it might make development a bit more annoying with more frequent 'make schema' steps [13:07] morning, all. [13:08] danilos: Well, we should probably have a script to run upgrade.py over everything quickly. [13:08] launchpad_dev_template, launchpad_dev, launchpad_ftest_template, launchpad_ftest_playground should do, I guess. [13:08] wgrant, I found upgrade.py to be very off-and-on for development systems [13:08] danilos: I'm not really here atm, but I love the commit message on expander-anim [13:08] spiv, heh, thanks :) [13:08] danilos: But make schema is much faster these days. [13:08] danilos: So it's not *that* bad. [13:08] wgrant, indeed it is [13:09] danilos: the only messages I see are: "yui: NOT loaded: lp.app.longpoll" and "Y.lp.app.longpoll is undefined Y.lp.app.longpoll.setupLongPollManager(); " [13:10] adeuring, can you perhaps re-run 'make jsbuild' or something along the lines (though that should have happened anyway) [13:10] sure [13:12] danilos: no change... [13:12] May be worth a make clean_js as well. [13:13] adeuring, oh, indeed, wgrant has a point considering this also does some fixing to the newly integrated lazr JS inside the tree [13:13] Considering what has been done to the JS build system in the last week, I think it's worth a try. [13:14] danilos: I did not follow your conversation.... make schema?? [13:15] gaa make clean_js [13:15] adeuring, right :) [13:15] just a second... [13:17] danilos: no change. [13:17] danilos: but one more detail: [13:18] danilos: (1) click "expand" on a collapsed item -> expand/collapse runs (2) click into any other desktop window (3) click on the _title bar_ of firefox -> the collapsed item opens. [13:19] danilos: same behaviour with epiphany [13:20] adeuring, hum, this sounds very weird and considering this code had some funny stuff even before, can you try out the clean "stable" tree and see how it behaves there? [13:20] danilos: sure [13:20] adeuring, thanks a lot and sorry for the trouble with this [13:21] adeuring, the existing code has an event handler for the focus event so it expands when it's focused even without a click, and also some code to stop propagation of click events for different parts of the item as well, and I haven't really touched that [13:21] adeuring, so I am worried that it'd be hard to debug this but we can at least establish if it's the new code or the old code [13:22] deryck, hey, are you going to reply to jml's question about thunderdome status? I ask both because I could help with it if you wanted, and because I want to know how your changes are going :-) [13:25] gary_poster, yeah, I was going to reply. [13:25] cool, I look forward to it deryck :-) [13:25] cool :) [13:30] danilos: the expander behaves "normally" on stable [13:36] danilos: one more details: The "expand/collapse" show runs only for a click on the green link text. Clicks onto the xepander icon or onto the text line "New (0 commentnts) cause a regular expansion [13:51] Project db-devel build #709: STILL FAILING in 5 hr 38 min: https://lpci.wedontsleep.org/job/db-devel/709/ [14:05] adeuring, ah, I can reproduce the problem now, I'll look into it, thanks [14:08] danilos: cool, and sorry for spotting the exact issue so late... [14:09] adeuring, no worries, it's very nice to catch bugs like these early on [14:10] adeuring, the problem is that there's a big area to click (anything below the green line also works, and the actual expander icon) [14:11] adeuring, so the problem is with the focus handling and I'll look into that right now [14:13] adeuring, and this doesn't happen in chromium which I mostly use for testing :/ === almaisan-away is now known as al-maisan === matsubara-afk is now known as matsubara [14:23] deryck, thanks for update, cool! btw, my fix for the funky asyncore errors and hangs landed on devel yesterday. I don't know how often you are encountering them, but for me it was obviously frequent enough to be annoying. What I did seemed to make things much better for me. [14:23] So, merging with devel might help [14:27] ok, cool. will do that. === al-maisan is now known as almaisan-away === salgado is now known as salgado-lunch === beuno is now known as beuno-lunch [16:33] bac: are you OCR today? [16:40] flacoste: bac is on vacation today === micahg_ is now known as micahg === adeuring changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: - | Critical bugs: 210 - 0:[######=_]:256 [16:51] is it just me, or is merge proposal diff generation broken today? [17:01] It is. [17:01] The script is hung. [17:01] Any maintenance people around? [17:05] (an email has been sent about it every 20 minutes for the last 3.5 hours) [17:05] But as it is 3am, I shall sleep. [17:06] gary_poster: ^^^^ === beuno-lunch is now known as beuno [17:23] flacoste, ack. [17:40] flacoste, we have no code people on our team to ask for details. Do you know them [17:40] flacosete belay that :-) [17:43] hm === salgado-lunch is now known as salgado [18:15] gary_poster: we'll have to start to figure them out by ourselves, as the only remaining code people is abentley and he's also on leave today :-) [18:16] flacoste, yeah, I figured :-) [18:59] flacoste, as best I can tell from looking at the logs, the code has some problems, but it is often able to recuperate, even if it has to lose a few jobs along the way. However, there was something like a perfect storm of errors at the time of failure, and the last log that isn't simply waiting for the log file is this: [18:59] File "/usr/lib/python2.6/traceback.py", line 57, in print_tb [18:59] if hasattr(sys, 'tracebacklimit'): [19:00] exceptions.AttributeError: 'module' object has no attribute 'tracebacklimit' [19:00] This is indicatative of the interpreter having gone a bit insane to my mind [19:00] yeah, looks like it [19:00] is it now always failing with this? [19:00] as this is run every 20 minutes [19:01] No, it is silent now, other than staring at the lock file (every minute, it seems) [19:01] 2011-07-08 17:26:06 DEBUG Cronscript control file not found at file:cronscripts.ini [19:01] 2011-07-08 17:26:06 INFO Creating lockfile: /var/lock/launchpad-merge-proposal-jobs.lock [19:01] 2011-07-08 17:26:06 DEBUG Lockfile /var/lock/launchpad-merge-proposal-jobs.lock in use [19:01] 2011-07-08 17:27:04 DEBUG Cronscript control file not found at file:cronscripts.ini [19:01] 2011-07-08 17:27:04 INFO Creating lockfile: /var/lock/launchpad-merge-proposal-jobs.lock [19:01] 2011-07-08 17:27:04 DEBUG Lockfile /var/lock/launchpad-merge-proposal-jobs.lock in use [19:02] My immediate recommendation is to have losas kick the process and its subprocesses [19:02] Then I can file bugs for the two or three errors that seem to have led up to this state [19:02] Do you agree? [19:02] well, kick the process and remove the lock file, I should say [19:04] gary_poster: sounds good [19:05] ok thanks flacoste [19:25] Yippie, build fixed! [19:25] Project db-devel build #710: FIXED in 5 hr 34 min: https://lpci.wedontsleep.org/job/db-devel/710/ [19:30] gary_poster: I am working on a small writeup of LP [19:30] is it right to name the correct the various components of LP [19:30] hi m4n1sh [19:30] e.g. malone or soyez [19:30] or the name has been deprecated? [19:30] "soyuz" fwiw [19:30] gary_poster: hope your are fine thesedays [19:30] :) [19:31] yes, thank you m4n1sh, and you too :-) [19:31] can I have the name of various components [19:31] cant recall [19:31] soyez [19:31] malone [19:31] malone - bug tracking [19:31] soyez - package management [19:31] soyuz :) [19:31] ah [19:31] rosetta is translations [19:31] I don't think they are deprecated. Some internal names that you see in the code base (poppy and some other names) are not really encouraged [19:31] ah that. just slipped [19:31] but yeah [19:32] i would just call them by what people see them as in the UI [19:32] soyuz, malone, rosetta, but then "answers" "blueprints" [19:32] yeah, I'd be inclined to agree with dobey [19:32] I am writing a detailed explanation of what good things are there in Launchpad [19:32] I am writing like [19:32] 1) Code hosting [19:32] 2) Bug tracker - Malone [19:32] bugs, code, archives, translations, answers, blueprints, etc [19:32] 3) Question and Answers [19:33] 4) Package Management - Soyuz [19:33] 5) Translations - Rosetta [19:33] "blueprints", fwiw [19:33] I can count only 6 till now [19:33] any other? [19:34] * gary_poster looks for product manager's feature list :-) [19:34] lol [19:34] hmm [19:34] I need some nuance explained to me with the js security model [19:34] who has a minute or two ? [19:34] m4n1sh, try https://dev.launchpad.net/FeatureChecklist [19:35] the only thing you left out was what we call registry [19:35] * m4n1sh can only understand jQuery when he hears Javascript is mentioned remotely [19:35] if the end user does not see registry, then it is useless to mention [19:35] well... [19:35] they see projects [19:35] and code [19:35] ah yeah [19:35] I mean [19:35] and teams? [19:35] yeah teams [19:35] but [19:36] can I also add Mailing lists in one more feature? [19:36] yeah, that's another registry-ish thing [19:36] oh [19:36] m4n1sh, I'd only use the "code" names if it helps you in your write-up [19:36]