[00:01] mwhudson: https://code.staging.launchpad.net/+code-imports/+machines/marambio - what is ment by job reclaimed automatically? [00:01] mwhudson: the git imports are failing to start even [00:01] mwhudson: ideas why? [00:02] thumper: reclaimed automatically means that the heartbeat wasn't update for $N minutes [00:02] thumper: no, i can look on the slave though [00:03] thumper: trying with that import is pretty ambitious :) [00:03] i guess it should show the 2a improvements most... [00:04] thumper: it's failing to connect to the database [00:04] thumper: which translates to spm heeeeeeeeeeeeeeeeelp! [00:05] mwhudson: I was wanting to check the 2a improvements [00:05] mwhudson: which explains why we aren't getting updates I suppose [00:05] thumper: yeah [00:05] thumper: it's the usual reason for this problem [00:05] which is? [00:06] thumper: database connection issues [00:06] thumper: sorry, unclear [00:06] hmm... [00:06] "every import gets reclaimed without any heartbeats" --> "it's probably a connection to the database" issue [00:06] thumper: why the database connection setup has bitrotted i don't know [00:06] thumper: needs a losa [00:07] * thumper looks around for a losa [00:07] thumper: what can i do for you? [00:08] mbarnett: importd@marambio should be able to connect to the staging database as 'codeimportworker' [00:08] mbarnett: it seems it can't [00:08] mbarnett: can you look at the various configs and try and figure out why? [00:08] mwhudson: i can take a look, sure [00:09] mbarnett: thanks [00:22] mwhudson: I might get you to poke strawberry as we don't seem to be getting any log updates from the running git imports [00:23] mwhudson: or has the db not been updated yet? [00:23] thumper: same issue i bet [00:23] mbarnett: can you let us know when you are done? [00:23] perhaps I'm just too eager [00:23] thumper: yup, looks like it should be working, having a hard time seeing why it is not [00:23] mwhudson: what do we need to get copied from production to confirm that we aren't going to auto upgrade? [00:23] thumper: will let you know when i figure it out [00:24] thumper: different log message slightly: [00:24] 2009-09-22 23:23:19 ERROR psycopg2.OperationalError: FATAL: no pg_hba.conf entry for host "91.189.89.46", user "codeimportworker", database "lpmain_staging", SSL off [00:24] (for strawberry) [00:24] mbarnett: could it be an issue trying to connect to the slave vs the master? [00:24] mwhudson: we could copy across a working git import, confirm that it isn't getting upgraded [00:24] thumper: yeah [00:24] mwhudson: then perhaps delete it again to test our git upgrade strategy [00:25] mwhudson: it certainly could be [00:25] thumper: you could copy dulwich and test the fix for rebased imports while you're at it :) [00:25] mwhudson: I saw that.... ^^ :-) [00:25] spm: you can help mbarnett help us if you like! [00:26] provide moral support? [00:27] would you believe that the thing that's stopping me testing my blank ami -> ec2test ami script is keyserver.ubuntu.com being lame? [00:27] yes [00:27] can you use subkeys.pgp.net? [00:27] * wgrant wonders why people aren't pointed at the pool instead. [00:28] lifeless: probably [00:28] lifeless: that seems to be being lame too though :/ [00:29] wgrant: how do you point at the pool? [00:30] thumper: pool.sks-keyservers.net [00:30] wgrant: ta [00:31] wgrant: thanks [00:38] mbarnett, spm: any progress? [00:38] mwhudson: we are talking through it now [00:38] cool [00:48] mwhudson: I'm trying to test the upgrade of stacked branches [00:48] mwhudson: we still have an issue that when it is upgraded we don't remirror don't we [00:48] mwhudson: actually, can I have a call? [00:49] thumper: yeah, i think so [00:49] thumper: 1 min for call [00:49] mwhudson: care to give it a shot real quick.. just reloaded the configs [00:50] mbarnett: I'll look at it [00:50] thumper: thanks [00:51] mbarnett: we may need the current jobs to time out [00:51] mbarnett: I'll let you know in about 3 minutes [00:51] thumper: kk [00:52] spm: can you tell me which branches we have copied to staging for bzr testing? [00:52] thumper: call when you want [00:52] mwhudson: ta [01:00] thumper: the easiest way is to paste the script used: https://pastebin.canonical.com/22435/ mix of bzrtools, drizzle, etc [01:01] thumper: we are closing in on the issue.. hopefully have it resolved very soon [01:08] spm: the branch rewrite seems bad [01:08] spm: was apache gracefulled when the rollout happened? [01:08] mbarnett, spm: can one of you graceful apache on tellurium? [01:09] thumper: nope, is now. [01:10] that's always been one weak link in the auto rollouts to staging in particular, is gracefulling apache.... [01:15] thumper: mwhudson: we are back in business on marambio [01:20] mbarnett, spm: it now seems that marambio can't upload to the staging librarian [01:21] canonical.librarian.interfaces.UploadFailed: [asuka.canonical.com:58090]: (110, 'Connection timed out') [01:21] mbarnett, spm: fixable? [01:21] mwhudson: only with the magic word [01:21] spm: NOW!!!! [01:21] heh [01:22] mwhudson: while we have attention focused on the import slaves - any preferrred retention for the old worker logs 2-3 weeks? a month? [01:22] spm: a month perhaps? [01:22] staging as in - prod is already covered at 3 months from memory. [01:22] cool. ta. [01:23] mwhudson, do you know if it's possible to see a list of branches associated to a bug via lplib? or just to link/unlink? [01:23] Ursinha: no idea i'm afraid [01:23] hehe [01:24] I'd ask rockstar but I guess he's not around [01:24] thanks mwhudson [01:24] Ursinha: bug.linked_branches? [01:25] mwhudson, I see just the inverse, branch.linked_bugs_collection_link [01:25] Ursinha: it's marked as exported in the ui [01:25] at least in the apidocs [01:25] linked_branches = exported( [01:25] CollectionField( [01:25] title=_('MultiJoin of the bugs which are dups of this one'), [01:25] value_type=Reference(schema=IBranch), [01:25] readonly=True)) [01:25] s/ui/interface/ [01:25] * Ursinha tries [01:28] mwhudson, the title is weird [01:28] Ursinha: yes [01:35] spm: can you let me know when the code import -> librarian issue is fixed? [01:35] thumper: aye. just needing a firewall fix in place [01:36] spm: more generally, how can we make sure that our staging set up doesn't bitrot like this? [01:37] bazaar_branch_store: sftp://supermirror@tellurium/home/supermirror/importd-push-branches [01:37] foreign_tree_store: sftp://supermirror@tellurium/home/supermirror/foreign-trees [01:37] thumper: ^ [01:41] * mwhudson lunches [01:44] * thumper lunches [02:23] mwhudson: the librarian ports the staging importds talk to - obviously 58090, but any of the others? [02:24] spm: i don't know which ports the librarian listens on [02:24] spm: all it does is upload log files though, so it's probably just that === jamalta-afk is now known as jamalta [02:48] thumper: mwhudson: watching now to verify the fix... [02:49] kk [02:49] 2009-09-23 01:49:31 INFO Uploaded logs to librarian https://staging.launchpadlibrarian.net/32141237/tasky-master-log.txt. <== looks good [02:50] hey got a log file [02:50] still failing though [02:50] spm: guess what [02:50] spm: Unable to connect to SSH host tellurium; EOF during negotiation [02:50] spm: marambio needs to be able to connect to tellurium:22 [02:50] * spm puts head in hands and cries a little [02:51] spm: and strawberry [02:51] spm: https://wiki.canonical.com/InformationInfrastructure/OSA/LPHowTo/SetUpCodeImportSlave may be worth reading over? [02:51] RTFM!?!?! never! [02:52] though it doesn't talk about stagin stuff [02:52] an oversight I shall be correcting; never fear. [02:56] mwhudson: tellurium 22? or 922? the trace suggests 922? [02:57] spm: oh right, probably 922 indeed [02:57] kk [02:57] spm: is the 922 specified in ~importd/.ssh/config? [02:58] yes [02:58] ok [03:11] huh, my "build an ami from scratch" script worked [03:11] mwhudson: ok, added that one. lets see what breaks next :-) [03:14] spm: did you do strawberry as well as marambio? [03:14] spm: is strawberry equally set up as marambio ? [03:15] mwhudson: snap [03:15] thumper: great minds think alike! [03:15] or fools never differ, spm can choose [03:15] * spm goes away till the hugging session is over [03:15] thumper, did we lose "Reviews I CAN do" ? [03:15] thumper: mwhudson: yeah, both are setup at the same time. [03:16] rockstar: no [03:16] rockstar: but if there is nothing there, it won't show [03:16] thumper, there SHOULD be something there though. [03:16] spm: can strawberry connect to the database though? [03:16] thumper, see this: https://edge.launchpad.net/~rockstar/+activereviews [03:17] thumper, and then this: https://code.edge.launchpad.net/~laymansterms/entertainer/less-config/+merge/10217 [03:18] spm: it looks like it can't [03:18] mwhudson: yeah, can't. that one looks easy. one sec. [03:20] rockstar: on your personal page, we don't show team reviews you could do [03:20] rockstar: as there could be *a lot* [03:20] rockstar: reviews you can do only show on the project page [03:21] thumper, *sad face* [03:22] thumper, that's a bit inconsistent, methinks. We should figure out a way to do it. [03:22] mwhudson: that should be ready to roll on strawberry, or find something else busted... [03:23] spm: http://staging.launchpadlibrarian.net/32141238/tasky-master-log.txt [03:24] spm: 1 minute ago, looks like the tellurium access is still crocked? [03:24] pub key. bleh [03:26] mwhudson: no comment on my testing post ? :P [03:26] lifeless: nothing specific came to mind [03:26] lifeless: good luck! [03:26] * lifeless snorts [03:28] mwhudson: looks like strawberry is happier, for values of. still busticated elsewhere "Failure: twisted.internet.error.ProcessTerminated: A process has ended with a probable error condition: process ended with exit code 1." [03:29] which I think is the more verbose way of saying, "bus error, core dump" ;-) [03:30] spm: it's still failing to connect to tellurium it seems [03:30] http://staging.launchpadlibrarian.net/32141240/tasky-master-log.txt [03:30] spm: still public key complaints [03:31] ta [03:35] bac: still here? [03:41] * thumper waits for spm to do public key magic [03:42] thumper: the suspense is good for your cardio system. so i believe. [03:43] wgrant: you there? [03:43] mwhudson: I am. [03:43] * wgrant guesses. [03:43] wgrant: want to test a public ec2test image? [03:43] mwhudson: As I guessed. Sounds good to me. [03:43] wgrant: can you tell me your aws id? [03:43] (that's the 12 digit thing) [03:44] * wgrant finds it. [03:44] (it's not actually public yet :-) [03:45] mwhudson: 6030-0208-9181 [03:46] wgrant: ok, try ec2 test from bzr+ssh://bazaar.launchpad.net/~mwhudson/launchpad/ami-from-scratch [03:46] wgrant: oh, and the branch you're testing will need to have bzr+ssh://bazaar.launchpad.net/~mwhudson/launchpad/no-more-devpad-ssh merged into it [03:47] (ami-from-scratch has had that branch merged into it) [03:47] mwhudson: OK. How do I run it over a local branch? [03:48] wgrant: ec2 tests the branch in '.' by default [03:49] mwhudson: OK, let's see if it runs... [03:49] hm, i think i'll still be able to log into your instance [03:49] that's not ideal i guess [03:50] Possibly not. [03:50] mwhudson: thumper: \o/ [03:51] but not very interesting in terms of whether it works or not [03:51] https://code.staging.launchpad.net/~vcs-imports/tasky/master [03:51] spm: yay [03:51] * thumper tries the kernel [03:51] mwhudson: Right. Just don't steal my SSH keys, kthxbye. [03:51] wgrant: ok [03:52] thumper: the branch isn't in the 2a format [03:53] mwh@grond:ami-from-scratch$ bzr info nosmart+lp://staging/~vcs-imports/tasky/master [03:53] Standalone branch (format: 1.14-rich-root or 1.9-rich-root) [03:53] :( [03:53] yeah [03:53] spm: when we do staging updates, are the import slaves updated? [03:53] spm: please say no [03:54] thumper: technically yes, but last night they were no, as the boxes were down at the time. didn't think of that... [03:54] yeah, the code on strawberry looks way out of date [03:54] revno 8458 ? [03:55] miles out of date. I assume that's an implied, pls fix kthx? [03:55] db-stable is 8495 [03:55] so yeah, pretty old [03:55] spm: yes pls [03:55] damn I'm good at this anticipation of the bleedin' obvious (and self congratulation, but lets not go there...) [03:55] hm hm [03:56] hahahahahahaha [03:56] mwhudson: Instance started... [03:57] wgrant: i think the tests will fail because various things aren't in /etc/hosts [03:57] mwhudson: I guess I'll see soon. [03:58] but again, that's not so interesting [03:58] update-sourcecode is doing its stuff. It looks like my fix worked. [03:58] if we get as far as running the tests i'll be fairly happy [03:58] That was *very* quick, but it looks like it did everything. [03:59] spm: what about the code base on the scanner / branch type jobs? [03:59] It went headless. [04:00] wgrant: \o/ [04:00] thumper: they update themselves, and should be fine. verifying... [04:01] thumper: supermirror is 8495, bzrsyncd is same [04:02] :( [04:02] spm: I'm looking for the logs and oopses from the staging merge proposal created script [04:02] mwhudson: Where does it keep its logs? Those available TTW don't seem to be fully up to date. [04:03] wgrant: modulo pipe buffering i think they should be up to date [04:04] wgrant: i don't know much about that end of things [04:05] mwhudson: Yeah, it's just buffering it until it's got enough, by the look of things. [04:05] Alright, actually running test_on_merge now. [04:05] But I suppose that makes schema... [04:06] yep [04:07] /var/launchpad/test/bin/test -vv [04:07] It is working. [04:08] yay [04:08] building a new image now, without my keys and with /etc/hosts set up [04:08] will take about an hour [04:09] mwhudson: Great! Thanks. [04:09] librarian tests fail with "name or service not known", as expected. [04:09] Do I just kill the instance? [04:10] thumper: those logs should be over [04:10] ta [04:13] if i stop making stupid mistakes [04:13] wgrant: it should be killed automatically [04:13] once the tests end [04:13] mwhudson: I killed it manually, since lots are - unsurprisingly - failing. [04:14] wgrant: ok [04:16] :( [04:16] mwhudson: I can't test the truncating of the bigger diffs, as I can email a 16.9meg diff to the staging inbox [04:16] thumper: ? [04:17] thumper: you mean, large diffs are still being produced? [04:17] mwhudson: one of the bugs was "complete diff" can never always work [04:17] mwhudson: this is just a revision diff [04:17] mwhudson: of a simple commit [04:17] thumper: oh, that bug [04:17] thumper: can probably get an SA to twiddle some MTA config somewhere [04:21] spm: how often are oopses synced from staging to devpad? [04:22] thumper: 1. same as prod, every 10; and 2. whenever I get asked to do so ;-) [04:23] spm: I can wait 10 minutes :) [04:23] * spm calls liar liar pants on fire... [04:24] thumper: fwiw, the most recent was about 4 mins ago; so they may have been synced already? [04:24] spm: it was just after the cut off :) [04:24] Ahh. Murphy. How we love you... [04:25] thumper: synced. all yours. [04:26] ta [04:43] hi all, I'm trying to setup the launchpad code on ubuntu jaunty and I've hit an error when running make schema. Specifically I've got errors coming out the wazoo when trying to build _ctypes [04:44] purserj: have you followed the instructions on the dev wiki? [04:44] purserj: There's a bug in rocketfuel-setup at the moment. What happens if you try just 'make'? [04:44] thumper: yes [04:44] wgrant: let me try [04:45] same problem [04:45] Can't find Python.h or structmember.h [04:46] purserj: Ah, that's not the same issue. [04:46] purserj: sounds like python2.4-dev is not installed [04:46] purserj: Check your rocketfuel-setup logs. It didn't go at all well. [04:46] (perhaps just try to run it again) [04:46] ah, that's probably it. Jaunty is 2.6 by default isn't it [04:47] It is, but rocketfuel-setup will handle it. [05:01] hey mwhudson [05:01] Ursinha: hello [05:01] can I mark your testfix item as ok? the outstanding one in the testplan [05:01] Ursinha: it's just a testfix isn't it? [05:02] mwhudson, well, should be [05:02] Ursinha: yeah, that's an OK or ?? or whatever is appropriate for that sort of change [05:02] mwhudson, ok [05:02] thakns [05:02] thanks [05:03] Ursinha: we would have QAed # r9512 [r=mwhudson][ui=none] Disable the automatic upgrading of import branches, and fix the import worker to push overwrite the import branch. by now but the staging code import set up was horribly broken :( [05:04] mwhudson, broken because of the fix or broken for other reasons? [05:04] Ursinha: other reasons [05:05] mwhudson, I see [05:06] Ursinha: nearly fixed now, hopefully it'll get tested before rollout... [05:06] mwhudson, is someone fixing it? [05:06] :) [05:06] Ursinha: spm, but he's at lunch [05:06] mwhudson, that's good [05:06] mwhudson: "was" :-) [05:06] Ursinha: it's all to do with some data centre moving about-ery [05:06] spm: hello again [05:06] just done the importds sync'ing make building right nooo [05:06] hahahaha [05:06] hi spm :) [05:07] insert random commas to have that make sense btw. [05:07] hey Ursinha! [05:07] spm: hey hey [05:07] Ursinha: how is the 3.0 qa looking? [05:07] spm: when is the rollout? about 16 hours away? [05:07] thumper: "just done the importds sync'ing make building right nooo" <== iz under way as we speak :-) [05:07] mwhudson, in code's land, very few things pending [05:08] registry has a bunch untested [05:08] mwhudson: something like that. 8am local. [05:08] spm: ta [05:08] 22:00 utc [05:08] spm: you're a star! [05:08] spm: thanks [05:10] * mwhudson runs top on strawberry, the better for telling when make build is finished [05:11] mwhudson: amusingly I was just curing the same thing (make build, not top) [05:11] cursing! === jamalta is now known as jamalta-afk [05:11] it's fricking slow [05:11] have you had a look at how speedy the edge rollouts are these days? [05:12] spm: i'm aware of a certain amount of frustration in that area [05:12] thumper, have you tested r9345? [05:12] * mwhudson understates [05:13] Ursinha: which one is that? [05:13] Ursinha: ah [05:13] Ursinha: I tried [05:13] mwhudson: yay; 1 down... [05:13] Ursinha: but the staging email will allow a 16.9 meg email to be sent [05:13] Ursinha: so it isn't a definitive test [05:13] Ursinha: I think I'm going to have to ??? that one [05:14] mwhudson: revno 8491 sound about right? [05:14] spm: yeah [05:15] thumper, well, if we can't test because of infrastructure, ?? is the best [05:15] * thumper nods [05:20] AssertionError: 'version' can be only used when name is set [05:20] echannel [05:23] mwhudson: thumper: importd slaves should be gold === poolie1 is now known as poolie [05:27] * thumper pokes the slaves [05:35] hrm this looks like it's doing more this time round [05:37] spm: I want to copy the dulwich branch from the production import branch store to the staging import branch store [05:37] spm: can you do this? [05:39] thumper: codehost mirror as in? [05:39] spm: no, the import branch store, let me find the details [05:40] oh yes right. [05:40] thumper: is this a perm import/staging or one offski? [05:40] spm: what? [05:40] spm: I'm trying to test that we don't auto upgrade [05:40] thumper: as in always import dulwhich to test with, or just this once. [05:40] spm: and that we have fixed the rebasing problem [05:40] ah sweet [05:41] spm: just this once [05:41] k [05:41] spm: actually, I'd need the mirror copy too [05:41] spm: as part of the issue is in the push --overwrite of the mirror [05:41] oki [05:41] spm: do you know where these live? [05:42] spm: or do I have to find locations? [05:42] the 00/00/12/34 ? I can find out [05:44] it's not /-ed though for code imports [05:45] select id, branch, svn_branch_url, date_last_successful from codeimport where git_repo_url like '%dulwich%' order by branch;" ==> 2738 | 97795 | | 2009-07-23 12:16:16.257395 [05:47] spm: so copy sftp://hoover@escudero/srv/importd/www/00017e03 to sftp://supermirror@tellurium/home/supermirror/importd-push-branches [05:48] and sftp://hoover@escudero/srv/importd/sources/00017e03.db to sftp://supermirror@tellurium/home/supermirror/foreign-trees [05:48] argh. wrong column. (017e03) ta. [05:49] * wgrant is confused about what escudero is doing there. Isn't it a production web server? [05:49] never you mind :-P [05:50] mwhudson: so aprt from the .db, the existing script we use worked fine. that stuff should be there now [05:50] on tellurium as in [05:50] wgrant: shush you [05:51] wgrant: is a ... dmz middle ground in this case, fwiw. [05:51] spm: Ahaha. [05:51] er [05:51] where has the review import link gone [05:51] rockstar: ? [05:52] oh, over there [05:53] mwhudson, yeah, it moved... [05:54] wgrant: can you try ec2 test again? [05:54] update your ami-from-scratch branch first [05:54] wgrant: it should say "Using machine image version 20" [05:54] mwhudson: Updating. [05:54] thanks [05:54] No, thank you! [05:56] mwhudson: rhs [05:56] mwhudson: Version 20 it is. [05:56] thumper: yeah, 'find in page' found it :) [05:56] mwhudson: heh [05:57] https://code.staging.launchpad.net/~vcs-imports/dulwich/trunk <- import successful [05:58] mwhudson: now blow it away and test 2a ? [05:59] thumper: i guess, i just made https://code.staging.launchpad.net/~vcs-imports/tomboy/trunk for that [06:02] heh, snap: https://code.staging.launchpad.net/~vcs-imports/clutter/master [06:02] :) === Ursinha is now known as Ursinha-afk [06:10] mwhudson: buildout is slooooow, but tests are now running. [06:10] wgrant: you're certainly not wrong there [06:11] wgrant: http://www.netsight.co.uk/junk/xkcd-buildout.png [06:11] mwhudson: Hahaha. [06:11] Speaking of xkcd... [06:11] thumper: https://code.staging.launchpad.net/~vcs-imports/tomboy/trunk seems to be in 2a format \o/ [06:13] i guess there wouldn't be much harm in baking built eggs into the image, really [06:13] other than eggs? [06:15] mwhudson: It's a bit boring. It looks like it's all working. [06:15] wgrant: if you're running all the tests, it'll be really boring [06:15] (\o/) [06:15] wgrant: yeah [06:15] let me see if this image works with the trunk ec2 test [06:16] then i should see about making it public i guess [06:20] mwhudson: yay [06:21] mwhudson: which branches do we need to delete to test the 2a replacement of dulwich on staging? [06:22] mwhudson: is it just the ones on tellurium? [06:22] thumper: yeah [06:24] spm: can you delete the dulwich branches you recently put on tellurium? [06:25] thumper: sure [06:26] thumper: that should be them all gone [06:33] ta [06:34] mwhudson: the kernel import isn't showing a great speedup over 1.9 :( [06:35] * thumper goes to cook dinner [06:39] mwhudson: What's special about the ec2test AMIs now? [06:41] mwhudson: dulwich staging now in 2a, but since no commit, scanner hasn't picked it up [06:47] wgrant: what do you mean? [06:49] mwhudson: Judging by what ec2test now does (and the name of branch), it looks like it should basically work on vanilla Ubuntu image. [06:51] Yet you needed to create a special one.. [06:51] wgrant: mostly that's an optimization, it takes a while to branch launchpad and all the other setup [06:52] wgrant: what i wanted to check was that if i made the launchpad-ec2test20 image public, so everyone used it, that it would work with the ec2 that's in trunk [06:52] wgrant: i can't land the branch yet because of release-critical and all that [06:52] (so far the answer seems to be "yes, but very slowly") [06:57] mwhudson: You can't get an RC for something unrelated to the release? Or does buildbot use ec2test? [06:58] wgrant: i haven't tried, to be fair [06:58] i'll ask tomorrow i guess [06:59] mwhudson: Anyway, great job! I was wondering if I could convince it to work on a normal AMI for eg. clean Karmic testing, and 2.5 and all that. [07:01] wgrant: i built that image with "./utilities/ec2 update-image --from-scratch --public launchpad-ec2test20 -p -m ami-5346a73a" [07:01] if you specify a karmic ami to -m, you should get something that would let you do that [07:01] mwhudson: Oh, didn't realise that script was there too. [07:01] mwhudson: Thanks. [07:02] wgrant: note that ec2 picks an ami that's owned by a fixed set of people, you'll need to hack it if you want to use your own [07:02] (or pass it to -m) [07:02] mwhudson: Yep. [07:04] i guess the "build image from scratch" could be separated from the "bundle a new ami" [07:05] so you could have a command that took a blank karmic image, slapped launchpad onto it, then ran the tests [07:05] Right. [07:05] not today though :) [07:20] * mwhudson eods [07:21] night mwhudson [08:25] hey [08:26] Huh. Creating a Karmic AMI failed, although with a dpkg segfault rather than an ec2test bug... [08:26] Morning jml. [08:27] wgrant, Good evening :) [08:27] wgrant, how's things? [08:28] jml: Pretty good. Currently trying to convince ec2test's update-image to give me a karmic image. Not succeeding. [08:28] How's things on the wrong side of the world? [08:29] hey jml! [08:31] wgrant, overcast :) [08:31] jml: Better than Sydney, from what I hear. [08:37] thumper, are you aroud? [08:37] n [08:44] jml, did we get a rollout to edge or staging to check yesterday's changes? [08:44] (we didn't for edge AFAICS) [08:44] also, both of Curtis's branches bounced on EC2, so they've not landed [08:44] beuno, I don't know. bac didn't answer when I asked. [08:45] beuno, that sucks. forward me the test failures? [08:45] jml, sure. I fwd both of them to him last night [08:45] quite a few tests failed [08:45] hmm [08:45] jml, sent [08:46] beuno: edge is rolling out as we speak [08:46] nice [08:46] should be done in the next 10 or so [08:46] spm, thanks [08:46] mischan [08:48] beuno, they look unrelated [08:48] beuno, I'll forward them to sinzui & ask him to confirm [08:49] jml, sinzui is now here, and says he knows why [08:49] oh good. [08:52] sinzui, hello [08:53] sinzui, beuno says you know why those branches failed -- you right to fix & land them? === mrevell-dinner is now known as mrevell [09:06] Morning all [09:10] noodles775, hi [09:11] hi beuno [09:12] noodles775, any news on bug 434519 [09:12] Bug #434519: Text in overlay is now centered [09:17] beuno: no - I didn't have time yesterday, I can take a look now though. [09:19] noodles775, it would be lovely [09:19] otherwise, I'll bounce it to someone else, as it's a release blocker [09:23] mrevell, hi [09:23] sinzui, ping [09:24] beuno: it wasn't assigned to me... but assigning it now. [09:24] hi jml [09:25] sinzui, sorry to hassle, but I didn't get your answer to " sinzui, beuno says you know why those branches failed -- you right to fix & land them?" [09:25] jml: yes, they failed. I am fixing the tests and code now [09:26] sinzui, cool, thanks. [09:27] thumper: still there? [09:27] sinzui! [09:27] gmb: ref https://bugs.edge.launchpad.net/ubuntu/+source/gdm/+bug/393854 it's been noted that if you unfold the gdm line you get "GNOME Bug Tracker bug #414862 appears not to exist..." is that a checkwatches issue or... ?? [09:27] Bug #393854: Update PAM policy to allow password-less logins set up via users-admin [09:27] Bug #414862: acroread 9: you do not have permission to write to this file [09:27] hi jml [09:29] spm: It's probably because we had to run checkwatches manually on Monday and it was run once without the http_proxy set, so it got a lot of Connection Refused errors. We can do a run to clear those specific errors later on if needs be. [09:29] gmb: Ahhh. k. ta. [09:31] spm: Actually, if you can just run `SELECT count(id) from BugWatch WHERE bugtracker = (SELECT id from BugTracker WHERE name = 'gnome-bugs') AND last_error_type = 2;` on production we should be able to see how many watches need fixing. [09:31] sure. one sec. [09:31] gmb: ha. zero. 1 row. [09:32] spm: Hah. I must've mucked up the query then... try with "last_error_type IS NOT NULL" instead. [09:33] gmb: that looks more scary: 9854 [09:33] Eeek. [09:33] spm: I'm tempted to leave them be for now. We've got some new Bugzilla stuff landing in 3.0 that should stop gnome-bugs being so damn problematic. [09:33] * spm can forsee a fun morning for mthaddon fixing the root case of the 'eeek' ;-) [09:33] wfm [09:34] spm: Thanks for pinging me about it though; I'll make sure to take care of it once the new code has landed. [09:34] np [09:37] You can always run checkwatches from edge if you need to [09:41] ok. so what is it that I'm doing today. [09:42] * jml really really wants Launchpad mailing lists to include a permalink to the email in the footer of every email [09:51] mrevell: just looking at our documentation again and was struck by how pleasant and extensive it is. [09:53] jtv: Ah, many thanks [09:58] * jml keeps running out of coffee [10:01] http://people.canonical.com/~beuno/conversions.html says there's only one template left: buglisting-embedded-advanced-search.pt [10:04] has anyone come aross this before? http://pastebin.ca/1576292 [10:07] How do I go about updating something in lp-sourcedeps (like lazr-js in this case)? I can't find anything on the wiki? [10:07] purserj, looking [10:08] bigjools: whazzup? [10:08] mrevell: ping [10:08] noodles775, ./utilities/update-sourcecode /path/to/lp-sourcedeps/sourcecode [10:08] thumper, hi [10:08] hi thu m [10:08] er [10:08] hi thumper [10:08] jml: hey, enjoying london? [10:08] thumper: having read your oops and ops email you left me wondering how to do a wildcard subscription on the dev wiki [10:08] purserj, you need to get the branch dependencies for Launchpad. ./utilities/rocketfuel-get is your friend. [10:08] mrevell: got the link for the facebook meetup? I'm wanting to invite some [10:08] jml: thanks [10:08] thumper sure, just a sec [10:09] thumper, I am! although things are very busy. [10:09] bigjools: like I said "VersionFourDotO.*" [10:09] noodles775: for lazr-js, you submit a branch through pqm to bzr+ssh://bazaar.launchpad.net/~launchpad-pqm/lazr-js/toolchain/ [10:09] thumper: all I know is that I need to hack the URL with ?action=subscribe, I don't know how to put wildcards in that! [10:09] thumper: http://www.facebook.com/event.php?eid=150625398707 [10:09] thumper, this is the last time I ever move countries and change to a new job just before a major release and critical week-long meeting. [10:09] bigjools: you have to do it from the user preferences page [10:09] bigjools: click on your name on the page [10:09] BjornT: yep, and to test my branch locally, I just replace the link in lp-sourcedeps? [10:09] jml: :) [10:10] thumper: user-friendliness FTW [10:10] bigjools: \o/ [10:10] mrevell: ta [10:10] noodles775: yeah [10:11] bigjools, thumper: fwiw, I asked the moin guys if it's possible to get announcements about created pages. [10:11] (without getting announcements about every single change, that is) [10:11] jml: ooo that would be nice [10:11] noodles775: i'm working on buildoutifying lazr-js, though, so the process will change [10:11] bigjools, thumper: the answer was, "my! what a good idea." [10:12] so I filed a bug... they've changed to use a new event infrastructure recently, so it ought not be too hard for them. [10:13] I'm off again, just wanting the Monday meet up details for UK friends [10:13] ttfn [10:13] thumper: Phil Nash is gonna be there, btw [10:17] mrevell: how many !canonical people are going? [10:17] bigjools: Hard to say but it looks like there'll be ten or so [10:18] wow [10:18] mrevell: I am planning how to smuggle pints in from the pub opposite [10:19] bigjools: Yeah, that is a must. I forgot just how, erm, limited the beer range is at The Warwick. This should not put anyone off from coming :) [10:19] mrevell: the Warwick has beer? [10:21] bigjools: Heh yeah, and at ink cartridge prices [10:21] :) [10:22] mrevell: the ink would taste better than the slop they sell [10:22] But the company will be so worth it so everyone should come [10:22] :) [10:27] purserj: That's the bug I was talking about earlier. 'make' and 'rocketfuel-setup' again to resume it. [10:27] jml: There's a bootstrapping issue with your update-sourcecode rewrite that causes the problem. [10:27] wgrant, what's the issue? [10:27] Bug #432830 [10:27] Bug #432830: rocketfuel-setup does not work [10:29] thanks. [10:30] wgrant thanks [10:34] kiko: ping [10:40] good morning [10:40] hrmm, I'm running the sourcedeps get stuff, would it be possible to get an indicator as to the status of this? [10:41] purserj: you have one, $ == done [10:42] purserj: It should print out the names of the branches as it does them, as long as rocketfuel-setup isn't being sneaky. [10:42] bac: Crumbs bac, good morning [10:43] mrevell: crumbs to you to, i think. [10:43] :) [10:43] bac, hi [10:43] hrmm the only print out I've had is a complaint that the shipit bzr repo isn't a branch [10:43] morn jml [10:43] jml: so did my testing blog make sense to you? [10:43] bac, a bit early for you, isn't it? [10:43] lifeless, yese. [10:43] doing an ls -ls in the sourcedeps directory shows me stuff is being added but other wise I can't see it [10:43] purserj: You'll get two of those (shipit and canonical-identity-provider). They're normal, because those aren't /really/ part of LP, and are only accessible to Canonical folks. [10:44] jml: a huge mirror that has hung on the bedroom wall for fifteen years just crashed to the floor. i took that as my 5:30 wake up call. [10:44] lifeless, I would like to reply to it, but I don't expect to have any time for the next couple of weeks. [10:44] it whacked my laptop closed on the way down but did no damage [10:44] bac, eek. [10:45] jml: thats fine, I'll try not to solve world hunger before you get time ;) === danilo-afk is now known as danilos [10:45] mrevell: thanks for your review response. did you land it? [10:46] bac: No, I left it to run in the test-suite over night and it passed so I'm landing it now. [10:46] mrevell: good deal [10:46] jml: i didn't see your question yesterday about edge and staging. didn't ignore you on purpose. [10:47] okay, that seems to have fixed things, now to build [10:47] bac, oh that's fine, I just assumed you were extremely busy :) [10:47] jml: so i see spm said edge has been updated. do you know about staging? [10:48] bac, nope, I haven't looked yet. [10:48] beuno, ping [10:49] bac, staging seems quite out of date [10:50] jml: ok [10:50] bac, r8488 vs r8495 [10:54] okay next breakage, now looking for CVS.protocol [10:56] cscvs [10:56] tah [10:57] sorry for the questions, and thanks for the help ladies and gents [10:58] Morning, all. [10:59] deryck, good morning. [11:02] jml, hi === carlos_ is now known as carlos [11:03] beuno, do you know what happened with the homepage change? [11:04] jml: jeez, look what you left behind in Sydney [11:04] mars! [11:05] None of that down my way, fortunately. [11:06] it was surreal [11:06] I'm not sure whether to believe some of the photos. [11:07] the ones with godzilla are fake [11:07] Nah. [11:08] I got up, looked out at the office blinds - they were orange [11:09] and the problem was an empty cscvs directory in sourcecode [11:09] purserj: I've only seen that happen when the download gets interrupted. [11:10] yeah [11:10] I'm pretty sure that was my fault [11:10] hi bigjools [11:11] bigjools: how is your work for bug 314436 coming? [11:11] Bug #314436: package-diff can generate infinite output [11:11] bac: in the middle of doing it right now [11:11] bigjools: okey doke [11:11] bigjools: big task? [11:11] it's a band-aid patch until diffutils is fixed [11:12] no, trivial [11:12] great [11:12] bigjools: you know how cprov-afk's def-row work is going? [11:13] bac: I won't know until he's around [11:13] bigjools: ok [11:14] jml: what's your question about the home page? barry had a branch that beuno approved and should've landed on db-devel [11:15] bac, that's basically my question. [11:15] jml: it looked quite nice [11:15] utilities/branch-flow says its one of the not-yet-tested revisions. [11:15] bac, very pleased to hear that. [11:15] jml: what is this branch-flow of which you speak? [11:16] bac, run ./utilities/branch-flow from one of your launchpad branches. [11:16] cool [11:17] what does 'untested' mean in this context? [11:17] bac, not landed on db-stable [11:17] ok [11:22] noodles775, THANK YOU [11:23] I feel I need to go down to germany and buy you a few beers for all your work in 3.0 UI [11:25] beuno: feel free to review the (v. simple) change: https://code.edge.launchpad.net/~michael.nelson/lazr-js/434519-overlay-alignment/+merge/12268 [11:26] noodles775, on it [11:26] hmm... not sure why that's a private mp. Let me know if it causes an issue for you. [11:27] not at all [11:27] running LP to verify the fix [11:27] does this need an RC? [11:28] jml; i'm subscribed to the devel and db-devel branches with the same settings. i get landing messages for devel but none for db-devel. any ideas? [11:28] beuno: good question, I'm trying to find where we specify which version of lazr-js we use... utilities/sourcedeps.conf just says toolchain? [11:28] bac, good question [11:29] having those would be handy today [11:29] noodles775, I think the latest always get pulled, but maybe jml knows [11:29] noodles775, beuno: always the latest. [11:30] sourcedeps.conf doesn't have a way to specify revno that I know [11:30] beuno: and great that you can verify it - as I've stuffed my local sourcecode deps and currently can't verify it until I find out why. [11:30] jml, do we need an RC to land it? [11:32] * jml reading... [11:32] beuno, land what exactly? [11:32] jml, lazr-js [11:33] jml: one line extra css rule... see above MP. [11:34] ahhh, I see. [11:34] (not that the complexity of the fix is relevant to whether we need RC.) [11:34] whether you need an RC or not is bac's call, I think. [11:34] I'm happy to review the code. [11:34] noodles775: what is the change? [11:34] bac: https://code.edge.launchpad.net/~michael.nelson/lazr-js/434519-overlay-alignment/+merge/12268 [11:35] I'm just waiting for beuno to verify the fix. [11:35] noodles775, it works fantastically well [11:35] I've approved [11:35] Great. [11:36] intel in intrepid, why does thou sucketh so badly [11:37] noodles775: the fix to lazr-js does not need r-c IMO but any config change in LP to use it will [11:37] bac: great, apparently we don't need one. Thanks. [11:37] noodles775: or were you saying our config doesn't specify version? [11:38] yep, lazr-js=lp:~launchpad-pqm/lazr-js/toolchain/ [11:38] noodles775: so lazr-js can change under LP's feet and we'll just happily use the latest? [11:39] bac: well, the ~launchpad-pqm/lazr-js/toolchain, yes. [11:39] bac: see utilities/sourcedeps.conf [11:39] I guess that will change once it's buildbot-ified. [11:40] noodles775: policy-wise that seems odd [11:41] bigjools: It's Jaunty that's really terrible, not Intrepid. [11:41] wgrant: it's frustrated me so much I forgot which release I was running [11:41] bigjools: Karmic is much much better. [11:41] I can't run for more than half a day without filling swap [11:42] bac: yep - jml or BjornT might know more? [11:42] wgrant: I really, really hope so [11:42] bigjools: I no longer have to reboot three times a day after swap death. [11:42] bigjools: i run for weeks instead! [11:42] And it's fast. [11:42] and we're in, thanks guys [11:42] purserj: It's running? [11:42] wgrant: hooray, I think I will upgrade tomorrow after 3.0 is done [11:42] yeah [11:43] wgrant: is the suspend bug fixed? X used to crash on waking up [11:44] bigjools: Yep. [11:44] I'm sold. [11:44] bigjools: It was dieing with Compiz sometimes a few weeks ago, but it works fine now. [11:45] wgrant: as long as it doesn't die with plasma :) [11:47] bigjools: We can hope. [11:47] bigjools: I believe a few codehosting tests have regressed on Karmic, but hopefully ec2test will tell me otherwise in a few minutes... [11:48] marvellous [11:48] now that I've got it running, I have to go and do other stuff, sigh === cprov-afk is now known as cprov [11:56] oh awesome, I got an oops proposing a merge === henninge is now known as henninge-lunch === mrevell is now known as mrevell-lunch [12:31] Oops. I broke everything. [12:31] Ok, fixed it now. [12:34] yay [12:34] hooray for everything [12:34] I'm off to lunch. back later. [12:44] bac, noodles775: changes to lazr-js do require release-critical for now, since your changing the version that launchpad is using. this will change when lazr-js is buildoutified, which i'm working on now. [12:46] BjornT: OK - bac I just requested an r-c on the mp from you (the branch is on pqm given the previous info.) [12:46] Thanks BjornT. [12:49] thanks for the clarification BjornT === henninge-lunch is now known as henninge === Ursinha-afk is now known as Ursinha [13:01] hi noodles775 [13:02] Hi Ursinha [13:02] noodles775, I'm doing the last minute checkings to the rollout, so I'd like to know if you tested the three pending items in soyuz test plan? [13:03] 3.0 one [13:03] Ursinha: I just updated the page... [13:03] noodles775, oh :) [13:04] noodles775, thanks [13:04] noodles775, this item that OK under BAD section was a RCFIXED one? I mean, you got one RC to fix a previous BAD item? [13:05] oh crap, cprov was the next one :) [13:05] hmm [13:05] Ursinha: No, i'm just looking at it now... I'll update the status. [13:05] bigjools, hi :) [13:05] thanks noodles775! [13:05] * bigjools hides [13:07] oh, noodles775, so that's a BAD one... is that a blocker for today's rollout? [13:07] bigjools, about the two items in the test plans, have you tested them? [13:07] Ursinha: I wouldn't think so, bigjools can you take a look at the comment I added to that item? [13:08] bigjools, please? ^ [13:08] hi henninge [13:08] Ursinha: not yet [13:08] Hi bac, in a call atm. [13:08] bigjools, are you planning to? :) [13:09] Ursinha: well I had planned to fit it in at some stage, in amongst all the other urgent issues :) [13:09] Ursinha: please add those to CurrentRolloutBlockers [13:09] Ursinha: we have 2 more in 2.2.8 as well [13:09] but I think they are both ?? [13:09] bigjools, yes, I was planning to talk to cprov but he's gone [13:10] he'll be back in 20m [13:10] bac, but are they really blockers? [13:10] bigjools, oh, fine, I'll check with him if those are ?? [13:10] Ursinha: btw one of those items is really allenaps! [13:10] Ursinha: unsure. reference? [13:10] bac, why did you ask me to add it to CRB then? :) [13:10] bac, https://dev.launchpad.net/SoyuzTestPlan/3.0 , the BAD item [13:11] Ursinha: i mis-read. i thought you were under the impression they WERE blockers [13:11] bac, ah, no, I was checking with bigjools [13:11] if they're blockers [13:11] bigjools, your pending ones, are they blockers if not working? [13:11] Ursinha: ok QA'ed [13:12] bigjools, \o/ [13:12] that was easy [13:12] Ursinha: actually you can help me, I need to request blueprint feedback to test one of them, can I put your name in? [13:12] bigjools, go for it [13:13] Ursinha: add the one BAD on that page to CRB under 'not a blocker'. if fixed i'll give it an r-c but we won't block on it [13:13] bac, ok, doing it [13:13] Ursinha: ok visit https://blueprints.edge.launchpad.net/soyuz/+spec/native-source-syncing [13:13] Ursinha: what about the icon clobbering in the portlet on https://edge.launchpad.net/sprints/uds-l ? is that issue filed? [13:13] Ursinha: look at the bottom right and click on "give feedback" [13:14] bac, have to check, just woke up and started poking soyuz people like crazy\ [13:14] :) [13:14] bigjools, looking [13:14] * bigjools has holes [13:14] lol === mrevell-lunch is now known as mrevell [13:15] bac: wow! only one unconverted template left [13:15] barry: the bug one? [13:15] yeah those bugs slackers eh :) [13:15] bigjools: yep [13:16] not to worry. deryck is on it. [13:16] bigjools, oh, I guess I didn't get the way that works [13:16] Ursinha: do you see the link? [13:16] bigjools, you click on give feedback just to remove the item for your queue? [13:16] bigjools, yes [13:16] yep, that's it [13:16] tick that QA box [13:16] I did [13:16] noodles775: can you look at the attendees list on https://edge.launchpad.net/sprints/uds-l ? was it messed up the last time you saw this page? [13:16] and it cleared the queue [13:16] :) [13:16] bigjools, is this the desired behavior? [13:17] yep [13:17] cool [13:17] bac: nope - and the h1 header wasn't there either :/. A change to a base class of the view added a label which has added the second h1 heading, I'm looking at the attendees list now. [13:18] noodles775: thanks [13:19] Ursinha: ok both items are marked OK [13:19] noodles775: what's bad on yours? === matsubara-afk is now known as matsubara [13:21] bigjools, thanks! [13:22] bigjools: see the last bullet on the qa item - i noted it there. [13:22] noodles775: I followed the link and didn't see a problem [13:22] bigjools: the second h1 should not be there... the base class for the view was subsequently updated with a view.label. [13:23] just bzr lpsend'ed the last template conversion branch for review! [13:23] noodles775: ah I see [13:23] noodles775: it's not a major hassle I don't think [13:23] bigjools: great. [13:23] noodles775: although - I only see the additional h1 over the app tabs? [13:24] do you mean that the other one should not be there to the left of "registered by ..." ? [13:24] bigjools: that's the one that *should* be there, the one below should not. [13:24] yes, the one next to 'registered by' should not be there, according to the heading rules. [13:24] barry: does registry have any BADs that need fixing? [13:24] noodles775: ok [13:25] hi cprov [13:26] bac: hi there [13:26] bac: we have two bads in 2.2.8, none in 3.0 [13:26] bac, added [13:26] bac: you've already said we won't fix bug 410416 and i think curtis has retargetted 297877 for 3.10 [13:26] Bug #410416: Private teams cannot be project owner or driver [13:26] bac: the death-row blocker ... I'm on it, seriously this time. I will have a position in 2h or so. [13:27] bac: so i think the answer is "no" [13:27] cprov: great [13:27] bac: or maybe "not at the moment" ;) [13:27] barry: :) [13:27] barry: we owe big thanks to Ursinha for doing a lot of QA last night [13:28] Ursinha: \o/ [13:28] :) [13:29] cprov, hi :) can you confirm if the two pending items in soyuz 2.2.8 test plan are '??' ? [13:30] Ursinha: yes, at this point they are probably ?? because there is no reliable way to QA them [13:30] cprov, oh, I see [13:32] allenap: Did your externalbugtracker branch land yet? [13:32] Hey bac, I am off the call. [13:33] deryck, beuno: are we going to fix the fixed-width columns in the bugtask table? It causes unnecessary wrapping. [13:34] henninge: sinzui had a branch last night that moves the registering slot to above the rule. does that address your concerns? [13:34] bac: sounds like it. Has it landed? [13:35] henninge: unsure [13:35] bigjools, yes, we were trying to get it. [13:35] cool [13:35] bac: especially since there are more pages than those two that use it. [13:35] sprints, too [13:36] henninge: yes, it landed as db r8503 [13:36] bac: I just saw it ;-) [13:36] bac: now the bugs index page needs to use it ... ;-) [13:37] thanks, bac [13:37] henninge: thanks for the email. yeah, the non-conformers will need to be fixed [13:41] hey salgado [13:41] hi Ursinha [13:42] salgado, have you done QA in your stuff on 2.2.8/3.0 test plans? if not, any of your items can break lp miserably that should be tested for us to be sure? [13:43] Ursinha, we're not QAing our own items this time [13:44] let me check if I have something that can cause breakage. although I'd be really surprised if any of my changes ever broke anything. [13:44] hehehe [13:44] thanks salgado [13:46] Ursinha, nothing [13:46] Ursinha, salgado i'm qa'ing 3.0 stuff today too, but other people's stuff [13:46] salgado, anything you could say 'oh, this can't be really tested, so it's a ??' ? [13:47] barry, thanks a lot [13:47] Ursinha, salgado we should coordinate so we don't double-test stuff [13:47] Ursinha, already did that [13:47] salgado, awesome [13:47] barry, absolutely. what was that marker you suggested yesterday? [13:48] salgado: put a "* Tested by ..." on the item when you start. but that's kind of inconvenient i've found. do you have a better idea? [13:50] barry, move it to the OK section without changing its status, before you start QAing an item? [13:50] salgado: good idea [13:50] salgado: let's do that and see how it goes [13:51] barry, or maybe add a new section with your name and use that as your working-on queue [13:53] salgado: that might work, if that section is near the top of the file. let me hack on the page a bit and see what works [13:53] salgado: https://dev.launchpad.net/RegistryTeam/RegistryTestPlans/3.0 [13:54] barry, looks good, but it might be a good idea to have sub-sections there for each of us [13:57] salgado: https://dev.launchpad.net/RegistryTeam/RegistryTestPlans/3.0 [13:58] allenap: what's the status of bug 423105 ? [13:58] looks good to me [13:58] Bug #423105: Duplicate download icons in many places [13:59] salgado: cool. i guess that means we now have to actually do the qa ;) [14:00] salgado: was there a bug for your r9312 branch? [14:01] barry, bug 434349 [14:01] Bug #434349: Distribution series index OOPS [14:01] oh, no [14:02] I thought you were talking about that r-c I landed yesterday [14:02] salgado: "r9312 [r=bac][ui=none] Change Hierarchy view to add an extra breadcrumb for the current page when we're not looking at the context's default view." [14:02] barry, nope, no bug for that, but if you see a breadcrumb for the current page in, say, /people/+me/+edit, then it works [14:02] and people would've screamed if it didn't [14:03] salgado: cool [14:06] beuno, we should probably have a tag for post-3.0 ui cleanups [14:08] jml, do it. Since the crisis, tags have become pretty cheap [14:08] heh. === jamalta-afk is now known as jamalta [14:17] InternalError: attempted to lock invisible tuple [14:17] Cool! [14:27] gary_poster: did your breadcrumbs branch land? please update CRB [14:27] bac: no, mentioned to you in /msg: ec2test gave me failures. working on it now. [14:28] ah, now i remember gary_poster [14:28] bac, new BAD item in Registry/3.0. no big deal, though [14:28] bac, https://bugs.edge.launchpad.net/launchpad-registry/+bug/435260 [14:28] Bug #435260: IProduct's +packages pages has a ton of links to +distributions [14:28] stub: lol, locking an invisible tuple is not something I've tried [14:41] * gmb -> afk for a bit [14:48] gary_poster: So that seems an internal PG error, so there might be some road bumps on the road to Launchpad + PG 8.4 [14:49] stub: ah, ok. good to know. ":-/ [14:58] beuno: you around [15:00] reviewers, beuno, lurkers -> #launchpad-meeting [15:18] gary_poster: what's your branch status? [15:20] bac: I believe I have addressed about 85% of failures. continuing to do so. afterwards I will need to rerun the failed tests locally. [15:20] Then I was going to come to you to see if you wanted to review the incremental diff based on the test failures, and to see if you wanted to go directly to pqm with only running the specific tests that had failed before, or if you wanted another full ec2 test run. [15:24] gary_poster: there is no time for a full ec2 run [15:24] PQM closes at our noon [15:24] barry, how'd I test "r9498 [r=cprov][ui=rs] Make the Programming Languages inline editor a little wider. "? [15:24] salgado: go to any project that you can edit and that has a programming languages defined. click on the pencil. if you can still see the languages, it works :) [15:25] barry, doesn't it have to be wider? [15:25] salgado: it used to be maybe 3 pixels wide [15:26] gary_poster: i feared the simple fix on the breadcrumbs would have lots of test failures. thanks for working through them. [15:27] bac: pqm closing at noon: ack. [15:27] bac: I was farther along fixing tests that I had guessed. Just completed, and am preparing to run the tests locally (i.e., make schema for db-devel). [15:29] meh. [15:29] was devel broken ~3.5 hours ago? [15:29] by which I mean db-devel. [15:30] jml: don't know. buildbot is happy so far [15:30] hmm. [15:31] I submitted an experimental branch and it had failures. I'm not sure they are all mine. They might be. I just don't know. [15:32] jml: not definitive, but you could look for some of the failures in https://lpbuildbot.canonical.com/builders/db_lp/builds/119/steps/shell_7/logs/stdio (in progress) and see if some of them already have results there... [15:33] gary_poster, thanks. [15:33] I kind of wish that ec2 tested ones branch against stable. [15:34] jml: it can, at least, even though that's not the default. -b launchpad=stable [15:34] (that's supposed to work at least) [15:35] gary_poster, but won't that pqm-submit to stable? [15:35] jml: mm, yes, good point, by default. you can override that but that starts to get wordy. :-/ [15:36] gary_poster, do you think that running tests against stable & landing on devel would make a good default? [15:37] salgado: how can i test bug 423898? [15:37] Bug #423898: Should not rely on Navigation._publishTraverse() to have objects appended to request.traversed_objects [15:37] barry, that's a ?? one [15:37] salgado: cool, thanks [15:37] forgot about it [15:37] I mean, that will miss errors due to other branches being landed on devel that have behaviour conflicts with yours that don't cause text conflicts and do cause test failures. [15:37] gary_poster: can you pastebin the tail end of the failure email that shows the tests that failed [15:38] but I'd guess that's quite rare. [15:38] jml: not sure but maybe, agree, agree, in order. ;-) [15:38] gary_poster, :) [15:39] it's certainly rarer than devel being broken. [15:39] bac: is this what you wanted? http://paste.ubuntu.com/276436/ [15:39] gary_poster: exactly [15:40] bac, ok, success: Ran 417 tests with 0 failures and 0 errors in 1 minutes 56.184 seconds. [15:40] that's of all of the previously failing tests. [15:40] bac: what do you want to do next? review? pqm? [15:40] salgado: do you have quick test plans for "r9556 [release-critical=bac][r=henninge][ui=none] Interpolate zope.i18nmessageid.message.Message strings in the text of leaf breadcrumbs so that the fmt:pagetitle formatter doesn't add non-interpolated text to the title." and... [15:40] gary_poster: have you pushed your changes to LP? [15:40] salgado: "r9569 [release-critical=bac][r=sinzui][ui=none] Fix the bug by only displaying bugs/blueprints summary for active milestones on a distro/product series main page." [15:41] gary_poster: create a MP [15:41] gary_poster: see if someone such as salgado can do a code review [15:41] barry, yes, https://edge.launchpad.net/launchpad/+addquestion doesn't contain ${context} in the title, for the first [15:41] bac: I am in middle of push now. ok, will do. [15:42] gary_poster: scratch that [15:42] bac: ok [15:42] gary_poster: add the incremental diff to your existing MP [15:42] ok [15:42] gary_poster: i'll review the incremental [15:42] barry, and https://edge.launchpad.net/ubuntu/jaunty only shows bugs/blueprint summary for the first two milestones [15:42] gary_poster: let me know when the push is done [15:42] salgado: thanks [15:43] bac: push is done [15:45] bac: incremental diff is up, and test command I used is beneath that [15:45] gary_poster: i've got a simple script that parses the failure message and re-runs the failing tests. i'll publish it. [15:45] bac: https://code.edge.launchpad.net/~gary/launchpad/breadcrumbs/+merge/12246 [15:45] bac: oh, cool! [15:45] how far is http://paste.ubuntu.com/276442/ likely to be from working? [15:46] gary_poster: http://pastebin.ubuntu.com/276444/ -- it even lumps dependent stories together [15:46] james_w: not sure. leonardr should be back tomorrow. [15:47] bac: nice! +1 on adding it to utilities [15:47] will meanwhile steal [15:47] yeah [15:47] xx-creating-branches.txt is failing [15:48] how rude of it [15:48] I know. The cheek! [15:49] hey jml [15:49] weird to have you here this time of the day [15:49] ursula_, hello === ursula_ is now known as Ursinha [15:50] ok, I'll stop trying to blindly grope for this [15:50] Ursinha, get used to it :) [15:50] jml, :) [15:50] bac: next (and probably last) buildbot run will start in 1h23 [15:50] Ursinha, are you keeping normal hours now? [15:50] jml, yes [15:50] flacoste, assuming the test failures are fixed by then :) [15:50] flacoste: perfect! [15:50] bac: given that the build time is ~3h5 we should be good for the 20:00UTC deadline [15:50] jml: test failures, what are you talking about? [15:51] we don't have test failures :-) [15:51] hmm. [15:51] so, I think that this branch which changes the "Code" tab to "Branches" is probably too late. [15:55] and xx-build-record.txt [15:58] bac, I've added the MP links for all commits in registry's 2.2.8 test plan, so if you feel like testing... :) [15:58] not all commits, only the NEEDSTESTING ones [15:58] sorry [16:05] Ursinha: that's great. did you have to do it manually? [16:06] Ursinha: can your script do it in the future? [16:06] salgado, barry, EdwinGrubbs: ^^ [16:06] bac, I did, because I couldn't seem to find how to access bug.linked_branches via api [16:06] Ursinha: it may not be exported. if not we'll add it [16:07] bac, but I'm planning yes to do that via searching on the commit for the branch nick, then, looking in lp for the MP [16:07] (which is how I did it manually) [16:07] so I've linked a bunch of branches to bugs [16:07] yay for karma [16:07] :) [16:21] bigjools, just found one outstanding item from wgrant on Registry test plan, moved to soyuz [16:21] bigjools, can you tell if that's ok? [16:21] bigjools, https://dev.launchpad.net/SoyuzTestPlan/2.2.8 [16:52] the last template conversion has hit pqm. 9 minutes to spare! :) [16:53] heh heh [16:53] I've managed to avoid doing any migrations. [16:54] I'm very impressed & grateful for the work that's been put into it by others. [16:54] jml, you missed all the fun! [16:54] Hi, could someone check the error ID OOPS-1362CEMAIL10? thanks [16:56] The last branch is playing in PQM now. It is closed afterwards as we prepare to rollout LP 3.0. Thanks everyone. [16:56] abentley, can you help simon-o with https://lp-oops.canonical.com/oops.py/?oopsid=1362CEMAIL10 ? [16:58] barry, ping [17:00] salgado, simon-o: This is bug #426779 and will be fixed in the 3.0 release [17:00] Bug #426779: Error when sending mail to a code review for source package branch [17:00] hey simon-o [17:01] james_w: hi :) [17:01] Ursinha: that item is ok [17:01] gud [17:01] simon-o: I think I know how you caused that OOPS :-) [17:01] bigjools, there are others untested in 3.0.. [17:01] Ursinha: and I thought it had already been QA'ed ? [17:01] james_w: trying to send a response to the merge proposal :) [17:01] bigjools, it wasn't on soyuz test plan [17:02] bigjools, did you land that? [17:02] Ursinha: hmmm I saw it on there previously [17:02] james_w: I'll forward the patch upstream in the next few days, that what I wrote [17:02] weird² [17:02] simon-o: great, thanks [17:03] bigjools, you're not wrong, it's indeed there [17:03] ;) [17:04] bigjools, another thing :) [17:04] james_w: thanks for merging [17:04] bigjools, do you know if https://lp-oops.canonical.com/oops.py/?oopsid=OOPS-1356A2776 is being caused by bad data? [17:05] simon-o: oh, I haven't done that yet :-) [17:05] james_w: I know, but you will do it soon ;) [17:05] Ursinha: no, it's someone hacking a URL [17:05] in fact they put the +files stuff in sources.list by the look of it [17:06] sigh [17:06] bigjools, I think I've filed one bug asking gently for a 404 instead [17:06] Ursinha: the bug is that it doesn't return 404 [17:06] :) [17:06] yep [17:07] Ursinha: it's a foundations bug I think [17:07] bigjools, indeed: bug 403618 [17:07] Bug #403618: Launchpad should return a 404 instead of ForbiddenAttibute OOPS [17:07] Ursinha: as usual you're one step ahead of me [17:08] bigjools, haha === salgado is now known as salgado-lunch === deryck is now known as deryck[lunch] [17:20] bac: buildbot failure :-( [17:21] xx-soyuzbuild-record and xx-creating-branches [17:22] noodles775 said that the former was broken by the changes to the registration slot, but I've not looked yet [17:24] they are broken by the slot. [17:24] yeah, Owner is gone from the output [17:24] and created... is also gone [17:25] anyone on the fix? [17:25] I can fix these. I need a break sprinting [17:33] flacoste: sorry was enjoying my chicken tikka [17:35] hi sinzui, do you know how (or if) r9016 can be tested? [17:35] bac: actually, i probably need to do something similar, of course, in my case, it will be more like beet leaves masala with rice [17:35] ummm, beet leaves. [17:35] bac: sinzui is on the fix [17:36] flacoste: do we kill buildbot and restart it as soon as sinzui's fix is in? [17:36] depending on when it gets in and how the next build goes, we might be late for the release or release an earlier revision [17:36] I am almost done [17:36] bac: it will pick it up automatically [17:36] flacoste: right but do we want to wait for this one to finish? i guess we should in case there are other surprises [17:37] bac: https://pastebin.canonical.com/22467/ [17:37] bac: buildbot is currently idle and waiting for a new testfix revision [17:37] bac: all the missing changes will be tested along [17:37] flacoste: why is it idle? how come it didn't keep going? [17:38] bac: because once it's encounters failures, it waits for a testfix [17:38] ah, it was the previous build that failed. gotcha [17:38] exactly [17:38] hey deryck[lunch], when you return: do you know who's on charge of testing abel's and wgrant's changes that are on bugs' test plan? [17:39] bac: flacoste my branch is pushed. are my changes good enough for an RC? [17:39] sinzui: looking [17:39] sinzui: it passed locally? [17:39] yes [17:39] rc=bac [17:39] I pull db-devel [17:39] sinzui: i guess you didn't submit your registration branch through ec2 first? [17:40] No, [17:40] I wll start using ec2 In October [17:40] sinzui: you definitively should! [17:41] I don't :) [17:41] I an not convinced. I and tim stepped on each other. It will always happen [17:42] Tim stepped on me at Allhands === salgado-lunch is now known as salgado [17:42] barry, did you see my comment/attachment on bug 434761? [17:42] Bug #434761: Make the home page pretty [17:43] sinzui: i don't think you stepped on each other, your test run was with two unrelated changes [17:43] henninge and bigjools [17:43] from [17:44] i don't care if people use ec2 or not, i do care that the whole test suite passed with the changes [17:44] before merging [17:44] anyway, fix is in, i need food [17:48] beuno: around? [17:49] flacoste: xx-create-branches did not break from my changes. It broke when rockstar "Swapped Product and Owner in branch information" [17:49] sinzui: ah, ok, and that landed before you landed yours [17:49] sinzui: but after you tested [17:49] * sinzui has another name for gannotate...witness [17:49] fair enough [17:49] sinzui, I"m doing QA in one of your landings and doing what's described in the MP it's not having the expected behavior [17:49] integration failures happen, that's why we have buildbot [17:50] s/it's/is/ [17:50] Ursinha: no doubt The rules changes so often over 60 days I have not faith in any instruction I wrote. That I why I stopped working on the header [17:51] does anyone have an example URL where the lazr-js overlay text alignment is broken? I need to q/a noodles775's fix [17:51] Ursinha? [17:51] bigjools, yes. Hi. [17:51] bigjools, oops, don't know [17:52] beuno! aha see my question --^% [17:52] Ursinha: if you are asking about 9016 (base-layout requries the callsite to pass the

for theheading slot so that the title edit widget works.) My code is gone. Barry re wrote the entire feature and the rules changed substantially. [17:53] bigjools: yep, changing a bug status on the bug index. === flacoste is now known as flacoste_lunch === flacoste_lunch is now known as flacoste [17:53] Ursinha: The problem that branch was solving was to allow bug and project titles to be edited [17:53] * sinzui tries [17:53] noodles775: great thanks [17:54] sinzui, oh, right [17:54] bigjools, bug statuses [17:54] sinzui, I'll move it to ?? and add this comment [17:54] Ursinha: I can edit my project https://edge.launchpad.net/gdp, however, I see the cancel and commit buttons *in* th field [17:54] Ursinha: The buttons work [17:55] sinzui, but the item I'm QAing is r9026 [17:57] sinzui, wait, what? [17:57] sinzui, I ran my changes through ec2 and there weren't any breakages. [17:58] * sinzui shrugs [17:58] Ursinha: we cannot test that without god-like powers [17:59] Ursinha: the baltix owner has used the feature since the change [18:01] Ursinha: with god-like power, choose the edit hardy on staging. in the version field, enter '8.04 LTS' <- the space and the letters are not valid versions [18:06] sinzui, I've asked god-like powers, and entered +addseries [18:07] and followed the steps you mentioned in the MP === mrevell is now known as mrevell-dinner [18:07] Ursinha: addseries now appears on the distro index page [18:08] sinzui, I see [18:10] sinzui, so, adding 'invalid' in the Version field gives me a "'invalid': Bad upstream version format" [18:11] yep that is what a debversio looks like [18:11] sinzui, adding '10.06 LTS' gives a "10.06 LTS is not a valid version" [18:11] yes it is not [18:11] and adding '9.06' works and creates the series [18:12] 10.6 is good, so is 10.6.10 [18:12] sinzui, in the MP it says 9.06 should give an err as well [18:12] Ursinha: there was a database oops instead of an error message before [18:12] but it succeeded [18:12] Ursinha: I am mistaken that is good [18:13] cool :) [18:13] so it's working, woot [18:13] ! [18:19] sinzui, has bug 416686 actually been fixed? i see a rather long list of projects on https://edge.launchpad.net/launchpad-project? [18:19] Bug #416686: Project group's project portlet can be too long [18:19] salgado: yes, all the "latest" portlets are pushed to the left [18:20] sinzui, oh, ok. I thought the fix was to limit the number of projects in the portlet [18:20] salgado: we have never discussed limiting the the number to projects to display. In fact beuno did not like the suggestion [18:21] salgado: gnome is worse because we print milestones that are from 10 years ago [18:21] ouch === deryck[lunch] is now known as deryck === bac changed the topic of #launchpad-dev to: This is Launchpad Development Channel | Week 4 of 3.0 | PQM is closed - Release manager is bac - contact for release-critical | https://dev.launchpad.net/CurrentRolloutBlockers | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in #launchpad-reviews | Use http://paste.ubuntu.com/ for pastes | This channel is logged: http://irclogs.ubuntu.com/ | [18:38] bac: The fix is merged [18:39] sinzui: and we're off to the races [18:39] I prefer a Night at the Opera [18:45] Ursinha, sorry, just saw the scrollback.... [18:46] Ursinha, I'll take a look at wgrant's stuff. we'll have to figure out what to do about abel's if it's all hwdb stuff. [18:46] deryck, I see [18:46] Ursinha, but I can look soon here at the state of things on the test plans. [18:47] deryck, it would be much appreciated [18:47] certainly. will do. [18:52] deryck, thanks :) === Ursinha is now known as Ursinha-brb [18:52] be right back for some food [19:01] has anybody seen this problem recently when trying to do a 'make schema', or more importantly know what to do about it? [19:02] hi rockstar [19:02] barry: which problem would that be? [19:02] * Creating database "launchpad_empty". [19:02] Giving up waiting for connections to template1 to drop. [19:02] 1 connections by postgres to template1 [19:02] make[1]: *** [create] Error 10 [19:02] make[1]: Leaving directory `/home/barry/projects/launchpad/db-devel/database/schema' [19:02] make: *** [schema] Error 2 [19:02] [19:03] bac, hi. [19:03] rockstar: you know much about branch subscriptions? [19:03] bac: ^^ note that's after /etc/init.d/postgresql-8.3 restart [19:03] barry: i've not seen that [19:04] bac, yeah, what's up? [19:04] bac: how did you make it go away? [19:04] barry: let me rephrase: i've not ever seen that [19:05] bac: oh :) [19:05] rockstar: i'm subscribed to devel and db-devel with identical settings. for devel i get all the landing email. for db-devel i get nothing. [19:05] bac, huh. That's odd. [19:05] yeah [19:09] bac, you're sure it's the same settings? [19:09] * rockstar wonders if there's an oops happening somewhere. [19:09] rockstar: yep [19:13] bac, check your spam filters? [19:14] rockstar: don't have any. i'll looking at my log files on the mail server to see if it they arrive or not [19:18] rockstar: found them! [19:18] * bac needs to garden .procmailrc a little better [19:21] bac, hooray! Not a bug! [19:21] my bug! [19:21] fixed! [19:28] beuno: ping [19:28] barry, hi [19:29] beuno: hi. i'm qa'ing bug 434399 and have two questions [19:29] Bug #434399: registering slot is in a terrible place [19:29] the first is; i've noticed that the horiz line below the app tabs is gone now. why? [19:29] barry, I removed it [19:30] it... didn't feel right [19:30] really? it doesn't seem right without it [19:30] well, it crossed logos [19:30] so it made them look bad [19:31] beuno: that was definitely a problem. now though it feels like the watermark/tabs bleed into the body content too much [19:31] beuno: if that crossing of the logos could be fixed, would you want them back, or are you happy they're gone? [19:32] barry, I'm 50/50 on this [19:32] if it doesn't cross the logos, I don't care much about it [19:34] beuno: good enough for me (i may play with that then) [19:34] beuno: second question... [19:34] beuno: is the registering slot on this page: https://code.launchpad.dev/~name12/gnome-terminal/scanned where you want it? [19:34] barry, screenshot? [19:35] barry: does the person page use the regstering slot? [19:35] beuno: sure, sec [19:35] barry, it's definitely not where I want it. [19:35] * sinzui does not think person or team uses it [19:35] barry, thumper and I talked about it, and we wanted it moved, but yesterday it sounded like sinzui was working on that. [19:36] beuno: http://people.canonical.com/~barry/registering.png [19:36] barry, it's in the right place I think [19:36] rockstar: i'm qa'ing that bug, so that's what i'm trying to figure out [19:36] where it is everywhere else [19:36] barry, that's MUCH better! Thanks! [19:36] but [19:36] of course [19:36] it shouldn [19:36] rockstar: another code question -- this one about branch visibility. [19:36] shouldn't break naviation like that... [19:37] bac, shoot. [19:37] beuno: not sure what you mean by "break navigation" [19:37] rockstar: i thought projects within a project group inherited the branch visibility settings from the project group [19:37] barry, answers is below everything else. [19:37] rockstar: i would like it a lot better with a horizontal line below it :) [19:37] i'm looking at a project group now but see no way to set branch visi [19:37] barry, it moves answers down [19:37] "wraps" it [19:37] beuno, you and I are seeing the same thing. [19:38] beuno, rockstar oh! yeah that sucks :) [19:38] barry: beuno: These are the only pages that were converted to use registering: http://pastebin.ubuntu.com/276515/ [19:38] bac, I also thought that's how it worked. Are you finding that's not the case? [19:38] rockstar: i bet i know what it is [19:39] i think i gave permission for setting branch vis to lp.ProjectReview only on projects not project groups [19:39] sinzui: but i think i have to mark your branch as BAD because of the wrapped tabs [19:40] barry: I do not care. I am happy for someone else to fix it [19:40] sinzui: aight [19:41] barry: I do not think modified belongs in the registration information. The template passes who and when. [19:43] barry: The IRegistration adapter we wanted to use only provides registrant and date. [19:43] sinzui: at worst, s/and/
/ [19:45] barry: I wonder if we dare to insist that the slot be replaced with an IRegistration adapter that the current 10 callsites must provide, and any future object will also write [19:46] sinzui: possibly. it's something to think about. 10 call sites is not that bad [19:46] barry: the pain point was [19:47] sinzui: heh, it should would be nice to have consistency there [19:52] sinzui: is there a bug or qa plan for "r8507 [release-critical=bac][r=jml][ui=beuno] Make the watermark link to the root context when viewing another context. " [19:54] umm [19:54] * sinzui thinks [19:55] firefox logo on series and milestones go to firefox. firefox does not link [19:57] sinzui: i got the first part, but i don't understand "firefox does not link" [19:57] firefox does not link to itself [19:58] sinzui: got it, thanks === danilos is now known as danilos-afk [20:14] gary_poster: ping [20:15] barry: back in a sec, that ok? [20:15] gary_poster: yep, not urgent [20:15] cool will ping you [20:15] gary_poster: thanks [20:15] EdwinGrubbs: are you qa'ing 2.2.8 stuff? [20:22] barry: yes, and so was matsubara [20:23] cool. i don't want to step on any toes === mrevell-dinner is now known as mrevell === Ursinha-brb is now known as Ursinha [20:50] barry: ping [20:57] mwhudson, I've just sent a review your way. [21:03] jml: hello [21:18] jml: you might be a little interested in bzr+ssh://bazaar.launchpad.net/~mwhudson/launchpad/ami-from-scratch [21:18] (it's not ready for review yet) === jamalta is now known as jamlata-afk === jamlata-afk is now known as jamalta-afk === Chex changed the topic of #launchpad-dev to: This is Launchpad Development Channel | Week 4 of 3.0 | PQM is closed - Release manager is bac - contact for release-critical | https://dev.launchpad.net/CurrentRolloutBlockers | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in #launchpad-reviews | Use http://paste.ubuntu.com/ for pastes | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad will be down/in read-only from 22:00 UTC until === Chex changed the topic of #launchpad-dev to: This is Launchpad Development Channel | Week 4 of 3.0 | Launchpad will be down/in read-only from 22:00 UTC until 23:00 UTC for a code updatePQM is closed - Release manager is bac - contact for release-critical | https://dev.launchpad.net/CurrentRolloutBlockers | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in #launchpad-reviews | Use http://paste.ubuntu.com/ for pastes | This channel is logged: ht === Chex changed the topic of #launchpad-dev to: This is Launchpad Development Channel | Week 4 of 3.0 | Launchpad will be down/in read-only from 22:00 UTC until 23:00 UTC for a code update | PQM is closed - Release manager is bac - contact for release-critical | https://dev.launchpad.net/CurrentRolloutBlockers | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in #launchpad-reviews | Use http://paste.ubuntu.com/ for pastes | This channel is logged: [21:55] cprov: ping === ajmitch_ is now known as ajmitch [22:06] yay for buildbot passing! [22:07] morning [22:11] morning thumper [22:11] mrevell: hey [22:15] the race to revision 10000 is on [22:35] mwhudson: the winner gets 10000 tootsie rolls [22:38] flacoste: ping [22:38] hi thumper [22:39] flacoste: can we have a chat in 5 or 10m? [22:39] thumper: 5 is best, i have a parent meeting at daycare in 30 minutes [22:39] ok === matsubara is now known as matsubara-afk [22:44] thumper, mwhudson, rockstar and now there were 3. are you guys up for meeting in 45m? [22:49] yeah [23:02] barry: sure [23:05] cool [23:14] we really should test codehosting in read only mode on staging this cycle [23:15] EdwinGrubbs: pong [23:16] cprov: nevermind, I answered my own question [23:17] EdwinGrubbs: okay [23:20] mwhudson, I'll take a look if I can :) [23:20] mwhudson, thanks for the pointer. [23:21] jml: np [23:21] jml: i would be looking at your branch, but rollout etc :) [23:21] jml: how is london treating you so far? [23:21] mwhudson, understood. [23:21] mwhudson, it's very, very busy. [23:22] yes [23:23] mwhudson, my auto-land branch is obviously not urgent, but I expect a lot of people will find it useful, and it probably won't get much better until people actually use it. [23:23] When's the team lead sprint? Next week? [23:23] jml: yes, it's clearly a good idea [23:24] jml: would it be correct to say "gosh, this would all be easier if launchpad used python 2.5" ? [23:24] mwhudson, yes. entirely. [23:28] mwhudson, thumper, rockstar, wgrant, jml (if you want) -> #launchpad-meeting in 2m [23:29] mwhudson: Barring a few Karmic EC2 bugs and what appeared to be a broken instance, I was able to create a Karmic AMI and run the test suite on it. [23:29] wgrant: yay! [23:30] So everything works, even for contributors. Well done. [23:30] barry, I'll pass. [23:30] jml: no worries [23:31] wgrant: cool, just need to get the branch reviewed & landed and then i can make the image public [23:48] Did the bad blog post on the front page get fixed? [23:49] (I would check myself, but there is no codehosting)