[00:19] mars: so it looks like PQM devel isn't open, the RE is looking for release-critical there as well db-devel [00:19] mars: if you're around, could you confirm that that is not intentional and I can talk with a losa to tweak the active config [00:28] lifeless, checking [00:30] lifeless, that is intentional - devel was to close today, especially given the staging issues. What did you need to land? === mars changed the topic of #launchpad-dev to: Launchpad Development Channel | Week 4 of 10.06 | PQM is RC; devel is closed | Release Manager and R-C wrangler: mars | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in irc://irc.freenode.net/#launchpad-reviews | Use http://paste.ubuntu.com/ for pastes [00:43] mars: I was hoping to land my uniquefileallocator refactoring [00:43] mars: its not RC [00:44] mars: when will it reopen ? [00:44] lifeless, I would guess Thursday early UTC, if there is no re-roll [00:45] ok cool [00:45] mars: when are we releasing? [00:45] thumper, 2300 UTC [00:45] thumper, your time :) [00:45] isn't that 45 minutes ago? [00:46] * rockstar hates UTC math. [00:46] hehe [00:46] rockstar: it drives you around the clock? [00:46] thumper, 2300 UTC July 6th :P [00:46] so in 23.25 hours [00:46] yep! [00:47] ok [00:51] spm, so to summarize your mail: we stuck a wrench in the machine to test something, left it in there by accident. The rest is history :) [00:51] mars: ha! coulnd't (and didn't) have phrased it better. === matsubara-afk is now known as matsubara [01:00] mars: so at this stage we have one cowboy that doesn't appear to have been landed. they're cronscripts, so perhaps not as critical, but can you confirm if we need to reapply that or not? === matsubara is now known as matsubara-afk === Ursinha-dinner is now known as Ursinha [03:46] spm, bigjools told me that that cowboy has landed. However I did not identify the revision. [03:46] mars: coolio; I guess one to watch for. [05:39] lifeless: your performance plan could be described as "crash through or crash" :) [06:50] I'm getting a database authentication failure when I try to 'make run' my development launchpad instance. I used the instructions of the wiki. Is something broken in the current branch, or did I likely miss a step? [06:50] try make schema ? [06:51] Did that, and redid it, just to be sure. [06:51] I'll run it one more time [06:54] It is likely some confusion between multiple postgres instances [06:54] Please pastebin the output of pg_lsclusters [06:55] Ah, I have an 8.3 and an 8.4 cluster. [06:57] http://paste.ubuntu.com/459708/ [06:57] I'm not using postgres for anything but lp on this box, but I do think I installed it a while back [06:59] right... so I think the problem is that utilities/launchpad-database-setup will have configured the 8.4 cluster, but lp is trying to use the 8.3 cluster [07:00] Launchpad prefers 8.4, right? [07:00] it's all a bit in transition right now [07:00] If you are not using pg for anything else, I recommend: [07:00] pg_dropcluster --stop 8.3 main [07:01] followed by rerunning utilities/launchpad-database-setup [07:27] maxb, Got it running, the two postgres instances was the problem. === Ursinha is now known as Ursinha-zzz [08:06] good morning [09:14] jtv-afk: so, even after your testfix (and that's all it was), the TestSetCurrentTranslation_Ubuntu is still producing database violations when I merge db-stable. [09:14] jtv-afk: where could the merge have gone wrong? [09:14] Or how do I approach this? [09:15] jtv-afk: it's all the same: IntegrityError: duplicate key value violates unique constraint "potemplate__distroseries__sourcepackagename__name__key" [09:15] *they are* all the same, I mean === almaisan-away is now known as al-maisan === jtv-afk is now known as jtv [09:34] henninge: I just got my RF working again; I'll try once again to reproduce the problem. [09:35] jtv: I already tried it out with removed flush_order calls but that did not help. [09:35] henninge: I wonder if there's some kind of version difference that might cause this... [09:36] what do you mean by "version difference" ? [09:40] IIRC we're running EC2 tests on an older Ubuntu release than we're running locally. [09:40] Something in the software stack might be different. [09:41] Or could it even be a schema change that's not being applied for some reason? [09:49] henninge: not much luck reproducing the problem locally so far... trying ec2 as well [09:52] henninge: the test fix was only for the test_helpers failure which is unrelated to the database constraints. Do you still have a link to the failures somewhere? [10:03] jtv: http://people.canonical.com/~henninge/merged-lp.translations.tests.log [10:03] thanks [10:04] jtv: I am also trying to push the branch but I have some DNS problems. Let me restart my router ... [10:20] henninge: I found what's going on... and this time the code is relying on a new distroseries _not_ becoming the current series. Fix is underway. [10:21] jtv: good news! [10:21] I triggered this by giving a new template that should share with an old one the same name as the old one. That revealed that the two templates are in the same sourcepackage. The remaining question is: why doesn't this happen in local tests? [10:23] jtv: what do you mean by "local tests"? [10:23] henninge_: when I run the tests on my local machine, they pass. [10:24] jtv: they don't for me [10:24] henninge_: I thought yesterday you said they did === henninge_ is now known as henninge [10:24] jtv: on the current recife branch [10:24] but not when I merge db-stable into it. [10:24] ah [10:24] I am pushing that right now [10:26] well I see one possible explanation: the default status of a new distroseries may have changed, so that when you self.factory.makeDistroSeries(distribution=ubuntu) results in ubuntu.currentseries not being what it used to be. [10:26] Missing word there. [10:26] "it" results in ubuntu.currentseries not being what it used to be. [10:35] jtv: this is the branch btw bzr+ssh://bazaar.launchpad.net/~henninge/launchpad/merge-db-stable-9518 [10:42] jtv: Distribution.getSeries was converted to storm [10:44] but nothing in registry/model/distroseries.py that looks like it could have caused this. [10:45] no related changed in the factory either, it seems. [10:47] henninge: I couldn't find anything either... :/ === lifeless_ is now known as lifeless [11:14] adiroiban, henninge, jtv: please add things that you think we can consider fixing during the Epic to https://dev.launchpad.net/Translations/Reports/LaunchpadEpic2010, anything that is ugly code that you hate very much will do :) [11:14] danilos: cool, will do [12:02] jtv: bug 602227 [12:02] <_mup_> Bug #602227: Windmill tests failing in recife branch [12:02] henninge: thanks... my impression is it's a login failure. [12:02] jtv: this is unrelated to the merge [12:03] jtv: on some [12:03] but I watched the first one and the dismiss button for the documentation balloon does not show up and when windmill "clicks" it does not disappear - followed by the failure. [12:04] jtv: ^ [12:04] henninge: does not show up and then it does not disappear? [12:04] jtv: the button does not show and the ballon does not disappear. [12:04] oh, the dismiss button does not show up [12:05] although I looked at the html and it seems to be there ... [12:05] the button [12:05] henninge: shall I try this on db-stable? [12:05] jtv: good idea [12:06] running... [12:06] jtv: btw, trying it out with "make run" works just fine. [12:06] button shows, ballon bursts ... ;-) [12:07] henninge, jtv: it might be related to how it's stored in a cookie for the duration of the session (i.e. perhaps windmill session ends up being more persistent than a session should be) [12:07] ooh nasty [12:17] jtv: what's the result on db-stable? [12:17] henninge: still waiting for the timeout on the documentation-links test [12:17] but I'm obviously not logged in; it's asking me to. [12:19] I canceled the login dialog, and now it's testing while logged in. [12:21] henninge: passing tests so far [12:23] jtv: I have to go to lunch now. ;) [12:23] ok === mrevell is now known as mrevell-luncheon === matsubara-afk is now known as matsubara === thekorn_ is now known as thekorn [13:28] wgrant: around? [13:32] bigjools: Hi. [13:33] wgrant: hi - just wanted your opinion on something. I'm thinking about adding a second buildd-manager so that we have one for virtual and one for non-virtual. [13:34] I can't think of any cons, just pros [13:34] What would be the purpose of that? [13:34] increased throughput [13:34] Once it's fixed, is that really going to be a problem? [13:34] hello, can someone tell me what this error is? OOPS-1648ED2488 [13:35] and isolation of problems === Ursinha-zzz is now known as Ursinha [13:35] Perhaps. [13:35] depends on your definition of "fixed" [13:35] mine involves re-writing it ;) [13:36] I'm not terribly sure that adding a fourth concurrent uploader to the already racy set of three is a good idea, but I guess it's not too bad. [13:36] ricotz: what were you doing at the time? (I'm waiting for the oops data to sync to where I can see it) [13:36] bigjools: Don't you have a fair bit of that done already? [13:36] wgrant: concurrent build uploads should be fine [13:36] bigjools, i am trying to delete a bzr branch [13:37] wgrant: no, we're *really* re-writing it from scratch and building it into a new job system [13:37] bigjools: Concurrent source uploads can go horribly wrong. But I guess a non-virt buildd-master wouldn't be doing it. [13:37] Oh! [13:37] So it's never going to happen. [13:37] lol [13:37] yes, it will, we're committed to doing it [13:37] *ahem* [13:37] we already started designing it [13:37] Ah. [13:38] ricotz: ok, rockstar or abentley can help you there [13:41] wgrant: anyway, exactly yes, virt/non-virt is a good split [13:41] bigjools, ok [13:41] bigjools: so, err, at one stage the long term plan was to collapse down the virt/non-virt distinction [13:42] ricotz: I can see the oops data now [13:42] bigjools: once the virt feature set was on parity with non-virt (langpacks, debug builds, etc.) [13:42] bigjools: It's not a good split. It's a revolting hack which might improve things slightly. [13:42] bigjools: maybe that's no longer the plan, I dunno, but if it is, separating them at the b-m level, if it's work, doesn't seem to make sense [13:42] That's the one important piece of home-office equipment I don't have yet, a coffee machine. [13:43] elmo: yes that can still happen, but this is a trivial change I can make that will speed up builds and then we can amalgamate the machines when we re-design the build manager [13:43] which as I said, is happening RSN [13:43] How soon is RSN? [13:43] sure - if it's trivial, then *shrug* ignore me [13:43] it's in progress [13:44] I guess it should be pretty simple. [13:45] elmo: consider this analagous to lowering interest rates. Brief pain relief until proper economic changes happen. [13:45] the redesign is not simple :) [13:45] Is the redesign using that thing that was pointed out at UDS? [13:45] I forget the name. [13:46] Celery? [13:46] celery [13:46] possibly, we're considering a few things [13:53] bigjools, seems they are not around, what is the error saying? [13:53] ricotz: it's a bug in the code [13:54] looks like it has a recipe build associated? [13:54] I noticed that code last week. [13:54] ok, i never used a recipe [13:55] It doesn't seem to cover the case where a build succeeds and produces an SPR. === mrevell-luncheon is now known as mrevell [14:06] wgrant: lamont has launchpad-buildd 64 rolled out on the dogfood/staging buildfarms... is revision 63 df-tested? [14:07] jtv: I don't believe so. [14:07] But I don't know what has gone on behind the scenes. [14:07] wgrant: then this is the time to test! [14:08] yes, that is a bit of a sticking point... but we now get to q/a 63 & 64. [15:15] wgrant: my test seems to have gone down /dev/null somehow... buildd-manager "Dispatched" it, ferraz ran it, it was "marked as done," but then there was no output. [15:15] wgrant: any idea what the situation with your patch is? [16:15] rockstar, hello :) I wonder if you can help me with an oops? [16:17] hmm, maybe not [16:17] :) [16:17] abentley, ping [16:17] Ursinha, hi. [16:18] abentley, I see an oops in the branch scanner, do you know if the problem is known? https://lp-oops.canonical.com/oops.py/?oopsid=OOPS-1647SMS1 [16:18] I don't think the issue is understood. [16:19] We have seen this occasionally. [16:20] do you know what can be causing that? [16:20] Ursinha, no, I don't think the issue is understood. [16:20] abentley, oh, I see what you mean now [16:21] abentley, I'll file a bug for that [16:21] thanks [16:22] abentley, Ursinha: i've always assumed that that meant the branch has been deleted while it was being scanned [16:22] mwhudson, the branch in question exists, so I don't think that's the cause. [16:22] abentley: maybe it was deleted and repushed? [16:23] but maybe not, indeed [16:23] jtv, have you ever deleted and re-pushed https://edge.launchpad.net/~jtv/launchpad/recife? [16:26] abentley: I don't think so, no... why? henninge's working on that branch [16:27] jtv, because of OOPS-1647SMS1 [16:27] Oh, sorry—the one in ~jtv. That's garbage anyway—I thought --remember would work for bzr push and it didn't. [16:27] I think I deleted it. [16:40] mwhudson, abentley, does jtv answer "solve the mystery"? === matsubara is now known as matsubara-lunch [16:40] Ursinha, OTP [16:40] hmm, not really [16:40] ok! I'll lunch then. [16:40] oops. [16:40] mwhudson, go ahead [16:41] Ursinha: no, go have lunch, i'm only chucking comments in from the peanut gallery [16:41] mwhudson, I'll file a bug for that pasting this conversation [16:43] mwhudson, bug 602323 [16:43] I guess the bot is dead... === Ursinha is now known as Ursinha-lunch === Ursinha-lunch is now known as Ursinha === matsubara-lunch is now known as matsubara [17:39] jtv: got a minute or are you busy painting the house oranje? ;-) [17:39] henninge: I've done my 12 hours for today, sorry! [17:39] jtv: well done! I'll get back to you tomorrow! [17:39] ;-) [17:39] Uh-oh! === jtv is now known as jtv-afk === benji is now known as benji-lunch === salgado is now known as salgado-lunch === benji-lunch is now known as benji === al-maisan is now known as almaisan-away === salgado-lunch is now known as salgado === mars changed the topic of #launchpad-dev to: Launchpad Development Channel | Week 4 of 10.06 | LP will be read-only starting 23.00 UTC July 6th | PQM is RC; devel is closed | Release Manager and R-C wrangler: mars | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in irc://irc.freenode.net/#launchpad-reviews | Use http://paste.ubuntu.com/ for pastes === Ursinha changed the topic of #launchpad-dev to: Launchpad Development Channel | Week 4 of 10.07 | LP will be read-only starting 23.00 UTC July 6th | PQM is RC; devel is closed | Release Manager and R-C wrangler: mars | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in irc://irc.freenode.net/#launchpad-reviews | Use http://paste.ubuntu.com/ for pastes [20:05] :) [21:47] * maxb boggles [21:47] Someone has requested a Subversion vcs-import of http://bazaar.launchpad.net/~opensatnav-admins/opensatnav/release-1.0/files [21:47] I have no words [21:48] * nettrot chuckles === Ursinha is now known as Ursinha-brb [21:57] maxb: awesome [21:57] maxb: we should totally support that [21:58] maxb: (I'm serious - tarball import, keep the upstream branch if lp hosts that too, join all the dots together) [22:02] :-o [22:02] maxb: I think the user is confused === salgado is now known as salgado-afk [22:03] thumper: could be ;) === matsubara is now known as matsubara-afk === lifeless_ is now known as lifeless === Ursinha-brb is now known as Ursinha === Ursinha-afk is now known as Ursinha === Chex changed the topic of #launchpad-dev to: Launchpad Development Channel | Week 4 of 10.07 | LP will be read-only starting 23.00 UTC July 6th | PQM is RC; devel is closed | Release Manager and R-C wrangler: mars | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in irc://irc.freenode.net/#launchpad-reviews | Launchpad down/read-only from 23:00 - 00:30 UTC for a code update | Use http:/ === Chex changed the topic of #launchpad-dev to: Launchpad Development Channel | Week 4 of 10.07 | LP will be read-only starting 23.00 UTC July 6th | PQM is RC; devel is closed | Release Manager and R-C wrangler: mars | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in irc://irc.freenode.net/#launchpad-reviews | Launchpad down/read-only from 23:00 - 00:30 UTC for a code update