[00:01] wgrant: there's some stuff from 23rd Nov and also 29th: http://paste.ubuntu.com/538152/ [00:04] wallyworld: Any references in the p-u log to the directory mentioned in that b-m line? [00:04] I wonder if this is the race where p-u will have moved it to failed. [00:04] Because it ran before the status was set. [00:05] does anyone else get a 404 on this - http://ppa.launchpad.net/testing-cabal/ppa/ubuntu/dists/maverick/main/source/Sources.gz ? [00:06] wgrant: you mean this directory? 20101129-213106-2078946-PACKAGEBUILD-2081126 [00:06] wallyworld: That one. [00:06] lifeless: Yes. Should it be there? [00:06] I assume so [00:06] there are packages... [00:06] http://ppa.launchpad.net/testing-cabal/ppa/ubuntu/dists/maverick/main/binary-amd64/Packages.gz [00:06] is 404ing for me too [00:07] https://code.launchpad.net/~testing-cabal/+archive/archive [00:07] reckons theres a bunch of stuf in the ppa [00:08] Ugh, indeed. [00:09] I'd like to use this stuff [00:09] lifeless: er, the PPA is named 'archive', not 'ppa'. [00:09] Your URL is wrong. [00:09] oh right [00:09] apt-add-repository fail [00:09] Hm, it let you do that? [00:09] yes [00:10] wgrant: don't appear to be any references to that exact directory. there are references to 213106 from earlier dates eg 20101115 [00:10] wallyworld: That's just a timestamp. [00:11] wgrant: yeah but i was thinking earlier uploads may have worked [00:12] wgrant: so you think it may be a race condition? can we kick off a manual upload? [00:13] spm: Do you have a moment? [00:19] wgrant: sure [00:19] spm: Can you see if there's a 20101129-213106-2078946-PACKAGEBUILD-2081126 directory in cesium's buildd-manager upload root somewhere? [00:19] /srv/launchpad.net/builddmaster [00:21] ./failed/20101129-213106-2078946-PACKAGEBUILD-2081126 [00:21] * jelmer is here but was about to get some sleep [00:21] jelmer: You've been working on this, right? [00:21] I wonder if we should just throw it back into incoming. [00:21] wgrant: I haven't read the context - what's going on exactly? [00:22] jelmer: Binary upload stuck UPLOADING, with its directory in 'failed'. [00:22] jelmer: No logs. [00:23] wgrant: Yeah, moving it back to failed should be ok in that case. I did a fix recently to not move things to failed as quickly but keep them in incoming until we've committed the change to the build status. [00:23] wgrant: That hasn't been deployed yet though. [00:24] spm: Could you move that dir from failed back to incoming? [00:26] sure, one sec (was encoffeenating) [00:26] done [00:28] spm: Thanks [00:28] spm: Thanks. [00:28] And now we have an upload log. [00:28] np, and heyo jelmer [00:28] Hah, it's been superseded already. [00:28] wgrant: spm: thanks for helping with this. i'll let the user know the upload is retrying [00:29] wgrant: at what point should a ppa package become installable on client machines [00:30] lifeless: After the binaries are built and published. [00:31] grrr [00:31] why isn't apt seeing it [00:31] ahh [00:31] http://ppa.launchpad.net/testing-cabal/archive/ubuntu/pool/main/p/python-testtools/ [00:31] i386 for all. [00:31] https://code.launchpad.net/~testing-cabal/+archive/archive/+packages [00:31] wgrant: expand ython-testtools - 0.9.7+bzr146~ppa116~maverick1 [00:31] Publishing details [00:31] * Published 15 minutes ago [00:32] lifeless: That be the source. [00:32] Note how it has a green flashing gear. [00:32] no [00:32] And it says the binaries aren't pblished. [00:32] is that what it is? [00:33] lifeless: Which series? [00:33] wgrant: colour means approximately nothing to me in UIs [00:33] Natty is still building, and Maverick and Lucid should have a warning about unpublished binaries when you expand their row. [00:33] wgrant: i see a dark octagon, which might be greed. [00:33] thumper: ping [00:33] *might be green* [00:33] wallyworld: aye [00:34] someone needs to do user testing on this [00:34] lifeless: Right, there's that, but you'll get more details if you expand the row. [00:34] wgrant: i did [00:34] lifeless: Launchpad does not do UI. [00:34] wgrant: Launchpad does. [00:34] thumper: unknown dailydeb implies out of date bzrlib? [00:34] some things have more room to improve than others. [00:34] wgrant: is there a 'this needs work' bug ? [00:35] wallyworld: eh? [00:35] lifeless: I don't think so. [00:35] thumper: https://pastebin.canonical.com/40235/ see the error at the end. i seem to recall dailydeb is a recent addition to bzrlib? [00:36] Unable to load plugin 'builder' from '/usr/lib/python2.6/dist-packages/bzrlib/plugins' [00:36] line 434 [00:37] * wallyworld slaps forehead [00:37] which hints at a bigger problem [00:39] thumper: the log came from https://launchpadlibrarian.net/59824676/buildlog.txt.gz [00:40] thumper: does that mean we have something to look at on our end? [00:40] certainly looks like it [00:40] I would have thought that this would have come up in QA testing [00:42] thumper: yeah. so is it a matter of updating some servers to get the necessary plugin installed? [00:42] wallyworld: I'm not entirely sure [00:42] wallyworld: check with abentley or lamont [00:43] thumper: thanks, will do [00:48] GRRR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1111 [00:49] * thumper runs bzr blame [00:49] thumper: ? [00:49] wallyworld: I think I've found "my" bug [00:49] thumper: you mean the test isolation one [00:50] ? [00:50] yep [00:50] a monkeypatch [00:50] Hierarchy.makeBreadcrumbForRequestedPage = lambda self: None [00:50] what was it put there for? [00:51] # Monkey patch Hierarchy.makeBreadcrumbForRequestedPage so that we don't [00:51] # have to create fake views and other stuff to test breadcrumbs here. The [00:51] # functionality provided by that method is tested in [00:51] # webapp/tests/test_breadcrumbs.py. [00:51] but the method is never put back [00:53] doh! [00:54] aye [00:55] lifeless: do you know if we have a way to nicely run something at the end of a doctest? [00:55] can we use addCleanup? [00:55] no [00:55] :( [00:55] you could add an empty fixture to globs [00:55] e.g. 'test_fixture' : Fixture() [00:56] then in the setUp set it up, and in the teardown do cleanUp [00:56] and in the test do test_fixture.addCleanup(...) [00:56] rockstar: ping! [00:56] that sounds like a good idea... [00:56] I may well do it [00:57] I'm running all the tests in the layer again to see if my monkey patch reversal now makes it work [00:57] I think my test failed due to adding more tests caused some re-ordering [00:57] which caused the failure to be shown [00:57] the problem was there before [01:01] thumper: you know the rules: last person to touch it broke it :-P [01:01] :P [01:06] ugh. does anyone happen to know which table project groups live in? need to rename a new one. [01:06] project [01:06] projects are products [01:06] project groups are projects [01:06] so projects are in product; and project groups are in project? logical :-) [01:06] snap! [01:06] echangingourmindisn'teasy [01:06] :-) [01:06] spm: so how about that proxypass rule [01:06] slowly atm [01:18] why do I not have memcached working? [01:19] anyone got any ideas? [01:24] wallyworld, hi [01:25] rockstar: just wondering if you wanted to review the product merge queue branch :-) [01:25] rockstar: also, you have a qa task on our board [01:25] rockstar: can you move it / do it? [01:25] thumper, sure. [01:26] ta [01:29] wallyworld: It looks like bzr-builder is there, but apt_pkg is not. [01:31] abentley: so this is on one of our servers I think? wonder how that could have happened? [01:31] wallyworld: This would be on one of our builders. [01:31] wallyworld: Please post a link to the actual build-- the build log doesn't provide navigation to it. [01:32] abentley: i'll have to get it. i got the log from someone on #launchpad. i'll see if i can ping him [01:39] wallyworld: I believe it is this one: https://code.launchpad.net/~audacity-team/+recipe/daily.karmic/+build/9502 [01:40] abentley: right you are [01:41] abentley: so, who do i talk to to get the issue looked at? [01:42] wallyworld: james_w could tell you what's apt_pkg, because it doesn't look like it's bzr-builder directly. [01:42] \o/ [01:42] wallyworld: lamont can install updated packages on the builders. [01:42] finally landing the binary build change [01:43] I emailed the list with my problem resolution [01:43] abentley: thanks. so it seems we just need to install and/or update apt_pkg on that server? [01:44] thumper: most importantly, did you figure out who to blame? :-) [01:44] wallyworld: No, there's detective work needed. What is apt_pkg used by? Why didn't apt install it when it installed whatever requires it? [01:44] yes [01:44] but I won't publicly shame [01:45] wallyworld: Possibly we need to fix the dependencies on some packages. [01:45] thumper: didn't expect you to, just having the satisfaction of knowing it wasn't you is enough :-) [01:45] :) [01:45] yes, it was not me [01:46] abentley: thanks. will pass on the details. does it seem like it may only be an issue with one server? should I tell the user try again? [01:47] wallyworld: it seems likely this is a single-server issue. We also had another bug with the wrong version of something being installed: https://bugs.launchpad.net/bugs/682941 [01:47] <_mup_> Bug #682941: no such option --append-version in recipe build [01:47] abentley: cool. many thanks for your help. [01:50] wallyworld: It appears that a few servers were recently added to the build farm. That may be at the root of this: https://lpstats.canonical.com/graphs/BuildersActiveVirtual/ [01:51] abentley: I'm smiling at the daily build spikes :) [01:51] abentley: could be [01:54] thumper: They're nice, but we may want to look into staggering them to make the build farm's responsiveness more consistent. [01:54] abentley: yeah. I've heard bigjools request as much [01:54] * thumper goes to collect kids [01:55] wgrant: fyi. patched, zapped, unpatched. looks good. thanks! [01:58] wallyworld: in the meantime, see if any new reports were built on sandpaperfig or lansones, because maybe only those two are problematic. [01:59] abentley: ok [02:00] === Top 10 Time Out Counts by Page ID === [02:00] Hard / Soft Page ID [02:00] 287 / 6525 Archive:+index [02:00] 170 / 390 BugTask:+index [02:00] 43 / 260 Distribution:+bugs [02:00] 27 / 140 ProjectGroupSet:CollectionResource:#project_groups [02:00] 18 / 1 Archive:EntryResource:syncSource [02:00] 14 / 35 DistroSeries:+queue [02:00] 13 / 259 Distribution:+bugtarget-portlet-bugfilters-stats [02:00] 12 / 38 Milestone:+index [02:00] 12 / 28 MailingListApplication:MailingListAPIView [02:00] 12 / 4 Person:+bugs [02:02] spm: Yay, thanks. [02:16] wgrant: I can has Archive fix. [02:16] wgrant: iz getting worse. [02:48] \o/ db-devel builder passed third time lucky [03:17] wow: http://odata.stackexchange.com/ubuntu/s/665/too-many-comments [03:17] > Stack Exchange Data Explorer allows you to run arbitrary SQL queries on the Stack Exchange family of sites, share those queries with your friends and explore interesting queries. [03:23] I imagine it's not really SQL. [03:23] Well, at least not direct. [03:26] i think it is [03:26] but it's against a warehouse db, not the real one [03:27] Ah. [03:27] may still be filtered [03:27] i think they strip private stuff on the way to the warehouse [03:28] they may have much less private stuff, and a simpler delineation of it, than lp would have even now [03:28] Yeah, true. [03:38] thumper, these new incremental diffs in merge proposals are the best thing since slide bread [03:39] beuno: I'm glad you like them, abentley is fixing a bug in them :) [03:39] I lovez em! [03:39] They are really great. [03:40] Now all we need is comments on lines, somehow. [03:40] yes we do [03:40] beuno, thumper: they're disabled until we can get that bug sorted, which unfortunately is a bzr bug, but I've submitted a fix. [03:41] abentley, that's fine, I already got a taste of them, will keep me warm and fuzzy for a good week [03:45] abentley, thumper: yes they're nice, thanks for adding them! [03:46] spiv: you're welcome. [03:46] Are they restricted to betatesters? [03:47] abentley, thumper: I was wondering if it might be nice to be able to have a javascript thing to collapse them all for times when you want to just skim the conversation [03:47] thumper: why does self.assertEqual(x, y) fail unless i removeSecurityProxy(x) and removeSecurityProxy(y)? i'm logged in as the owner of x and y [03:47] +1 [03:47] e.g. if you are a patch pilot and want to quickly get a sense of where the discussion is at [03:48] wallyworld: probably a buggy __eq__ [03:48] spiv: Could be. [03:48] wallyworld: sp(x).__eq__(sp(y)) -> x.__eq__(sp(y)) [03:48] lifeless: Or __eq__ falling back to is. [03:49] abentley: sure, which in the absense of sp's is reasonable. In our context its arguably buggy though [03:49] in this case i have two sets of branches, and i have to iterate over the contents of each set and remove the security proxies [03:50] for now, i would like to do the workaround and file a bug, does that sound ok? [03:56] StevenK: [03:56] StevenK: Morning. [06:05] publicrestrictedlibrarian default 0 on <== re-enabled [06:06] wgrant: give it a spin ? [06:08] lifeless: It's unbroken! Well done. [06:08] spm: looks good to me too [06:08] \o/ [06:12] lifeless: Is it intentional that bzr won't stack if you terminate the initial push? [06:14] wgrant: there is a bug [06:15] Ugh. Why do project bug pages now advertise Ubuntu? [06:16] the downstream link? [06:16] Yes. [06:16] they should show any distro packages, not just ubuntu [06:16] The last thing Launchpad needs is more Ubuntu-specific stuff. [06:16] I suspect the links are only in place for Ubuntu. [06:16] Big upstreams *do not want that sort of thing*. [06:17] mmmm [06:18] wgrant: I think the placement needs tuning [06:18] wgrant: but I don't buy your assertion - I think its overstated. [06:18] wgrant: many upstreams *want* easier querying of bugs in their stuff in Ubuntu. [06:18] lifeless: Hm? I thought it was an undeniable fact that Ubuntu-specificity was hurting Launchpad adoption. [06:19] wgrant: including bug ones. [06:19] s/bug/big/ [06:19] Sure. [06:19] poolie: http://rbtcollins.wordpress.com/2010/11/30/testrepository-iteration-for-python-projects/ fyi [06:19] But it needs to not just scream about Ubuntu on every page. [06:20] wgrant: file bugs on making it more subtle - point out that it needs to scale to baltix, linaro etc. [06:20] Ah yes, I keep forgetting that Linaro might force people to be less insane. [06:20] wgrant: Ubuntu specificity is a mixed blessing [06:21] wgrant: its totally unclear whether its a net win or negative [06:21] lifeless: It will get you lots of nice little projects. [06:21] But scare away any big ones. [06:21] wgrant: !cite [06:21] wgrant: seriously, hyperbole doesn't help analyse this. [06:22] wgrant: Ubuntu specific stuff can be harmful in at least two distinct ways [06:22] there may be defaults or hardcoded behaviour that make less sense for upstreams [06:23] which is a special case of 'less than the best of breed $tool than LP could be' [06:25] wgrant: secondly theres stuff that presents Ubuntu where it isn't welcome. [06:25] wgrant: its my opinion that the former has been a frequent problem in the past [06:25] wgrant: but I don't think this falls into that category. [06:26] lifeless: There have been both progressions and regressions around the former over the last few months, but it's probably not too bad now apart from the portlet on Product:+index. [06:27] And maybe this bug listing thing, but that may just be an artifact of the portlet. [06:28] on the positive side [06:28] Ubuntu is a very demanding and large customer [06:29] Indeed. [06:29] many things that Ubuntu experiences problems with other large users experience problems with. [06:29] lifeless: what do i do about bug 615788? it's been fixed but the user has reopened it against launchpad because they don't agree with the resolution. should i change to Invalid and ask them to file a new bug against ubuntu-website? [06:29] <_mup_> Bug #615788: gpg should use port 443 by default in order to work from behind firewalls [06:29] But the Ubuntu-specificity reduces Launchpad adoption, which reduces bzr adoption, which reduces Launchpad adoption, which... [06:29] wallyworld: file an rt ticket asking for a gpg server on port 80 [06:30] wgrant: Ubuntu may sometimes ask for things to solve their issues that don't work well for other users, but its *our job* to find a way to solve their problem creatively, in a way other folk also benefit from. [06:30] lifeless: ok. but we don't want the bug to stay assigned to launchpad do we? [06:30] wallyworld: why not? [06:30] lifeless, because it's not launchpad's issue? [06:30] "(I don't have permissions to reopen the original bug for ubuntu-website, so I reopened for launchpad instead - sorry for the hassle)" [06:31] Project devel build (260): STILL FAILING in 4 hr 5 min: https://hudson.wedontsleep.org/job/devel/260/ [06:31] lifeless: the bug when first filed was tiraged to ubuntu-website so i assumed that's where we wanted it to go [06:31] * lifeless shrugs [06:31] I'm on leave. [06:31] I'm telling you what I'd do. [06:31] but I really don't want to go deep on the discussion. [06:31] lifeless: ok. i wasn't going to bother you but you keep popping up :-) [06:31] wallyworld, I'd close it as "Won't Fix" for launchpad. [06:31] wallyworld: It doesn't need an RT. [06:31] It's Invalid in Launchpad. [06:31] and reading the bug, its already fixed. [06:32] he wants a bug open on gpg upstream. [06:32] that will need some clear communication. [06:32] It needs a fix in python-software-properties, and possibly Soyuz. [06:32] Er, yeah, Invalid. What wgrant said. [06:32] And maybe gnupg. [06:32] gnupg could certainly try 80 if the default fails epically. [06:33] wgrant: back to reputation [06:33] wgrant: Ubuntu may ask for crack, and we may do it occasionally, in response to its [large] scaling problems. [06:33] lifeless: Sure. [06:33] rockstar: so should the user file his own bug upstream? [06:34] wgrant: its up to us to help them solve their issues in such a way that our other users are helped too. [06:35] wgrant: the pressure to solve these issues is a positive pressure [06:35] wallyworld, well, he certainly shouldn't just re-open the bug on another project just because he doesn't like the fix. [06:36] rockstar: Well, what he did was more correct than what he initially tried to do. [06:36] wgrant: and secondly many upstreams care passionately about the quality of their *delivered to users* software. [06:36] It needs an LP config change and possibly an Ubuntu gnupg or python-software-properties change. [06:36] The sysadmin side is done. [06:36] wgrant, I guess I'm confused on how this issue relates to Launchpad at all. [06:36] wgrant: tighter reporting and easier analysis of their bugs in Ubuntu is desired and positive [06:36] It's a keyserver/client issue. [06:36] rockstar: it doesn't, he's confused. [06:37] rockstar: Launchpad produces links to the keyserver. It uses port 11371 [06:37] wgrant: we should change those links. [06:37] lifeless: Hence the config change. [06:37] I'd file a new bug for that though. [06:37] rockstar: so it does apply, though he is confused about how it all hangs together. [06:37] wallyworld, ^^ Close the bug as invaled, reference a new bug about ports for 11371 [06:37] * rockstar goes to bed [06:37] rockstar: thanks [06:38] wallyworld: Also Invalidate the synaptic task, while you're there. [06:38] wgrant: what should i ask for the 11371 port number to be changed to in the new bug? [06:39] 80 [06:39] lifeless: thanks. just wanted to make sure so i didn't enter something stupid in the bug report [06:42] gpghandler.port is the relevant config key. [06:43] wgrant: thanks to you too [06:44] wgrant: anyhow, think on those points [06:44] wgrant: I think its very much undecided whether the net influence is win or lose [06:44] Hmmm. [06:52] and we have plenty of room to make great decisions going forward to make the most of having a huge customer [07:43] Project db-devel build (175): FAILURE in 4 hr 16 min: https://hudson.wedontsleep.org/job/db-devel/175/ === almaisan-away is now known as al-maisan [08:29] losa ping [08:31] wgrant: hi [08:32] mthaddon: germanium's publisher has issues. [08:32] Hasn't published anything for a couple of hours, AFAICT. [08:33] ok, what stage are we at in terms of troubleshooting it? [08:33] mthaddon: 0 [08:33] Well. [08:33] I know that process-accepted.py isn't finishing. [08:33] I'm not sure if it's starting. [08:33] am? [08:33] 19:35 < lifeless> wgrant: its up to us to help them solve their issues in such a way that our other users are helped too. [08:33] 19:36 < lifeless> wgrant: the pressure to solve these issues is a positive pressure [08:33] bah, copy paste faillll [08:42] wgrant: would that be cron.publish-ppa or cron.daily-ppa (I'm assuming the former)? [08:42] mthaddon: The former. [08:43] wgrant: it seems to be doing stuff - the logfile is being written to fine with non-error messages (things like: 2010-11-30 08:42:53 INFO Processing http://ppa.launchpad.net/some/url) [08:43] mthaddon: What time does cron.daily-ppa run? [08:44] wgrant: 5:59 UTC [08:44] Hah. [08:44] er, 05:59 UTC, that is [08:44] Then I bet it takes a little over two hours to run, blocking publication. [08:45] Since everything woke up about 10 minutes ago. [08:45] As it did last time I poked you about this. [08:45] interesting - they write to the same log file [08:45] They share a lock too. [08:45] yeah [08:45] but it does look like it's cron.publish-ppa running now [08:45] Yeah, it's all good now. [08:45] k [08:45] I just have awful timing. [08:45] Again. [08:46] hello [08:46] s/Again/Still/ [08:46] Morning bigjools. [08:46] I love the smell of burning Soyuz in the morning [08:47] bigjools: It's been a pretty boring day, apart from the usual hardy linux cowboy. [08:47] And a b-m race. [08:48] Oooh, I missed the race [08:48] ? [08:49] Uploads stuck in UPLOADING, fixed by moving them back from failed to incoming. [08:49] But I believe that bug is fixed? [08:50] the race is not fixed [08:50] :( [08:50] *cough* jelmer [08:55] wgrant: I can't fathom why cron.daily-ppa takes so long [08:55] bigjools: It shouldn't. [08:55] The tree isn't that huge. [08:56] 2.5 hours .... [08:56] I guess we should make DiskPool take care of it. [08:57] and why does it need to share a lock [08:57] Because otherwise it'll crash the publisher. [08:57] how [08:57] It could remove a dir just after the publisher creates it. [08:57] Boom. [08:58] grar [08:58] Jar. [08:58] this Is Bad [08:58] Barelt. [08:58] DiskPool can do it easily. [08:58] Hmm. [08:58] But not easily all the way up. [08:58] I guess we could. [08:58] I want to know why this is so slow first [08:59] and, I am sick to death of PFOE [08:59] bigjools: Did you get anywhere with that logparser error? Did my theory about postgres 32-bit integer limits being exceeded hold any water? [08:59] wgrant: yes, that is it [08:59] Hah. [09:00] Does bigint work? [09:00] yes [09:00] Yay. [09:00] did you see my bug about dupe builds? [09:01] Vaguely. [09:01] there's 2 PPAs like that now [09:01] same looking problem [09:12] Hello [09:13] hey [09:40] mrevell: Bug imports are quite manual; someone files a question to request it, provides us with some XML, we massage that and check it imports (and go back to the requester if there are problems, rinse, repeat), import it to staging so they can see it, then import into production. [09:41] mrevell: The whole process can take a few days or a few weeks depending on what issue crop up. [09:41] allenap, So, same as before pretty much. How long do they take ... on average? I'm wondering how strongly we should offer this as a service. [09:41] allenap, Ah right ... how much dev time? [09:41] roughly [09:41] mrevell: Right now they do suck up the team's time quite a lot. Best talk to deryck before promoting things too heavily, [09:42] mrevell: On the other hand, if we don't promote it, we won't spend time improving the story. [09:42] allenap, We barely mention them at all, right now, precisely because we don't want to overload ourselves. I think you're right, though, probably best to speak Dezza as this is somewhere that we do a really good job and make people happy. [10:04] Yippie, build fixed! [10:04] Project devel build (261): FIXED in 3 hr 32 min: https://hudson.wedontsleep.org/job/devel/261/ [10:04] Launchpad Patch Queue Manager: [r=abentley][ui=rockstar][bug=602508] Show related binary builds on [10:04] the recipe index page. [10:15] wgrant: can you check the ppa stats on DF? the log parser process has been busy this morning [10:17] bigjools: When are the logs from? [10:18] wgrant: production logs, latest is from Oct 27 [10:18] bigjools: Ah, I see. [10:18] bigjools: re. bug #663562, I recall we discussed this last time and worked it out. [10:18] <_mup_> Bug #663562: duplicate orig for "linux" package in hardy [10:18] The upload file checker only looks for published files. [10:18] wgrant: shame that wasn't logged on the bug :( I can't remember [10:19] linux was uploaded with one orig.tar.gz, deleted, then uploaded a while later with a different one. [10:19] ah [10:19] that sucks [10:19] that reall sucks [10:19] that explains how people are doing it in PPAs [10:19] sigh [10:20] bigjools: DF seems to be from Oct 7 or so. Do the logs go back that far? [10:20] wgrant: yes, it's catching up [10:21] it has all the prod logs evar === matsubara-afk is now known as matsubara [10:21] .. oh. [10:24] bigjools: I've checked a few and they are all 0, but I've no idea what date range to look for. [10:24] ok [10:24] erm [10:25] it's catching up, try later [10:26] it just did the file for Oct 27 actually [10:27] That won't have done anything, since DF doesn't have data that late. [10:27] Will have to wait. [10:36] bigjools: !! [10:36] https://dogfood.launchpad.net/api/devel/~launchpad/+archive/ppa/+binarypub/10649139?ws.op=getDownloadCounts [10:36] One download of python-psycopg2 from the launchpad PPA. [10:36] Hopefully more will show up eventually.. [10:36] GTK file open dialog is a total utter shambolic PoS [10:41] You're using a GTK application!? [10:41] Firefox [10:41] about the only one [10:41] Ah. [10:41] Chromium FTW :) [10:42] you'd think that when it wants an application to run for a file download, it would match stuff in the PATH, but no, you need to type the full path out. [10:42] Oh yes, that bit is just stupid. [10:42] I use Chromium on my laptop. I am thinking of using it as default everwhere now [10:43] but I hate its windown decorations [10:43] window, even [10:43] I tell it to use the system ones. [10:43] then you get two lots .... :/ [10:44] ... not for me. [10:44] I mean - you get none at all, sorry [10:44] it doesn't like kwin [10:44] https://chrome.google.com/extensions/detail/elnmibmpefhmfgphdphdncoogpbfmlbp [10:44] That's what it looks like in sane WMs :P [10:45] it's using GTK, no? [10:45] Maybe. [10:45] the world is heading to QT anyway [10:46] Both of them suck. [10:46] qt is great [10:46] It has its own C++ preprocessor. [10:46] That disqualifies it from greatness. [10:46] heh [10:46] It is otherwise less abhorrent than GTK, though, I agree. [10:53] jtv: the old updateStatistics method relied a lot on the filtering methods "getPOTMsgset*". Your last branch seems to break that relationship. I assume you are aware of that? [10:53] henninge: yes [10:54] jtv: I see the advantage in the old approach because it keeps filters and statistics in sync. [10:54] yes [10:54] it was unfortunately also intractably slow [10:54] but I understand you did that for performance reasons, right? [10:54] no need to react like that .... ;) [11:16] Yippie, build fixed! [11:16] Project db-devel build (176): FIXED in 3 hr 33 min: https://hudson.wedontsleep.org/job/db-devel/176/ [11:16] * Launchpad Patch Queue Manager: [rs=buildbot-poller] automatic merge from stable. Revisions: 11999 [11:16] included. [11:16] * Launchpad Patch Queue Manager: [r=stub][ui=none][bug=368600, [11:16] 678289][rollback=9997] Revert database patch application timing [11:16] report, [11:16] which isn't working as expected when patches are all applied in a [11:16] single transaction. [11:25] Project devel build (262): FAILURE in 8 min 19 sec: https://hudson.wedontsleep.org/job/devel/262/ [11:26] StevenK: ^ it's run out of disk space :) [11:26] Yes, I saw [11:49] bigjools: What are we doing for builds that were failure-counted to death? [11:50] They appear at the top of recipe build listings. [11:50] wgrant: nothing [11:50] wallyworld_: ^^ [11:50] They will appear there forever. [11:50] url? [11:50] https://code.edge.launchpad.net/~videolan/+recipe/master-daily [11:51] what's the problem? [11:51] wgrant: i was being asked a question about that just now in #launchpad [11:51] wallyworld_: That's why I pinged you. [11:51] wgrant: just realised :-) [11:51] bigjools: That build is from two weeks ago. [11:52] bigjools: It was failure-counted out, so has no finish time. [11:52] It sorts above all others. [11:52] (this affects binary build listings too) [11:52] (failing a build without setting a finish time is crack) [11:52] wgrant: then that's a UI bug [11:52] I don't think so. [11:52] not really, it didn't finish [11:56] this makes me sad that people don't understand packaging: https://edge.launchpad.net/~stilia-johny/+archive/xwinwrap-gui/+packages?field.name_filter=&field.status_filter=&field.series_filter= [11:56] I need to fix that file re-upload bug [11:56] did you investigate where in the code the bug is, before I waste time? [11:59] bigjools: _getFileByName in lp.archiveuploader.dscfile, which uses Distribution.getFileByName. [11:59] It should probably use Archive.getFileByName instead. [11:59] ta [12:00] bigjools: do you know if all members of a team should be notified of recipe and ppa build failure/success [12:00] or wgrant: ^^^^ [12:00] BFNs go to the team, yes [12:00] dunno about recipes though [12:00] Members should. [12:00] But owners probably won't, despite having privs. [12:00] a guy on #launchpad says he gets notified for a team he owns, but not a team he is admin of [12:00] wallyworld_: same thing for recipes [12:01] so i should just tell him to make himself a member? [12:02] wallyworld_: The issue is that ~videolan has a contact address set. [12:02] So failure emails will go to that mailing list, not the members. [12:02] Also, it's 11pm. [12:03] EOD was a while ago? [12:03] wgrant: ok. i would have expected members get notified too but i can see that if the contact address is a mailing list for eg that you wouldn't want that [12:03] wallyworld_: It's pretty horrible, but that's how LP works. [12:03] wgrant: it's only 10pm here - we don't have daylight saving :-( [12:04] If there is no team address, it goes to the members. If there is, it doesn't. [12:04] wallyworld_: Oh, right. Lucky people. [12:04] wgrant: since i'm on chr, i figured i should hang around as long as i could :-) [12:04] wgrant: i wish we had dls. you don't like it? [12:04] We do need more CHR coverage, but I'm not really sure that's the solution... [12:04] wallyworld_: It's confusing and pointless! [12:05] wgrant: well, each is entitled to their opinion :-) [12:06] wallyworld_: What are dls? [12:06] jelmer: daylight saving [12:06] ah :-) [12:06] jelmer: it's too late for me to type properly and my typing is bad enough as it is :-) [12:06] heh [12:06] we need permanent DLS here but the Scots get all huffy about it :) [12:07] bigjools: thanks for not mentioning the cricket :-) [12:07] * jelmer hadn't realized there was a difference in daylight saving across Australia [12:07] * jelmer wonders what this "cricket" thing is people keep talking about... [12:08] jelmer: Western Australia a couple of years back decided to trial DST... with three weeks of notice. [12:08] jelmer: where you from? [12:09] the funny thing about Aus is the lack of DST in the north, coupled with the 1/2 hour TZs makes for an interesting time if you're travelling [12:09] wgrant: so, there is *no* way a user can get notifications if a contact address has been set for a team? [12:09] Yeah, SA just had to be different... [12:09] wallyworld_: They'll go the ML. [12:09] and NT [12:09] wallyworld_: The ML might reject them. [12:10] bigjools: Everyone ignores NT. [12:10] heh [12:10] wallyworld_: the Netherlands [12:10] wgrant: :-( we need a checkbox to say "send to team members" *and* contact address [12:10] wallyworld_: No, we need to redesign Launchpad notifications :/ [12:10] jelmer: the netherlands had a cricket team in the last world cup :-) [12:11] wgrant: well maybe, but I was conceptualising :-) [12:15] jelmer: cricket for dummies :-P http://www.angelfire.com/dragon2/kamrantariq/ [12:16] wallyworld_: Apparently we do, but nobody seems to care about cricket.. I didn't know we had a team until somebody congratulated me with our victory over (I think) the UK. [12:16] wallyworld_: heh, thanks :-) [12:18] jelmer: i guess football is your thing. what else do you play over there? [12:19] yeah, the popular things to watch on tv here are football, (indoor) speed skating and cycling [12:20] UK?! The UK does not have a cricket team. [12:21] Wait.. there's separate teams for England, Wales, Scottland and Northern Ireland? [12:21] *Scotland [12:22] yep [12:23] "United" Kingdom :) [12:26] jtv: reckon we should change the make at the bottom of utilities/rocketfuel-get to use -j2? [12:27] bigjools: yes… I'll bet there will be more failures, but we'll want to solve those not hide them. [12:27] indeed [12:27] I tried it on dogfood and get failures after a make clean [12:27] Something to be announced on the mailing list. We also want to maintain healthy interest in the topic of faster builds. :-) [12:27] hell yes [12:28] How about an environment variable, and asking everyone to experiment and look for failures? [12:29] Once we feel we've ironed out the immediate failures, we can jack that variable up to -j2 by default. [12:29] yup [12:30] And then we go to work on zcml time. :) [12:30] fun [12:30] Pickle their data and maintain them with "make." [12:31] bigjools: Why'd the buildd-manager async thing land on db-devel? [12:32] I can't remember [12:32] probably a dodgy MP [12:32] It seems like the sort of thing that we want to get out ASAP so we can revert it, since it's going to break.... [12:33] ? [12:33] All major buildd-manager changes break at least twice. [12:33] sigh [12:33] It's far easier to roll back if we don't have a DB rollout in the middle. [12:33] Like last time. [12:35] Although this one does look safe enough. [12:35] hmmm, how is Distrubution.getFileByName() failing for deleted orig files [12:36] bigjools: From the views: [12:36] WHERE securesourcepackagepublishinghistory.dateremoved IS NULL; [12:36] nope [12:36] Oh? [12:37] it's using SPFP.selectBy(distro, lfa, archive) [12:37] then ordering on ID [12:37] which sucks that it has to order at all [12:38] bigjools: SPFP is a view. [12:38] bigjools: That view has the WHERE clause that I just pasted. [12:38] I..... hate views [12:38] :D [12:38] * wgrant hugs FTPArchiveHandler. [12:41] I hate regex [12:41] trying to work out if re_issource will match orig fiels [12:41] ah yes, it will [12:42] * bigjools back later, fud time === mrevell is now known as mrevell-lunch === mrevell-lunch is now known as mrevell === matsubara is now known as matsubara-lunch [14:09] Project devel build (263): STILL FAILING in 2 hr 38 min: https://hudson.wedontsleep.org/job/devel/263/ [14:25] gmb or allenap -- what was the bug # you guys used for "use notification level for structural subscriptions" ? [14:25] * allenap looks [14:29] deryck: Ah, what am I thinking. Structural subscriptions have always worked with levels, but levels were not exposed in the UI. I think gmb knows about that part. [14:30] allenap, gmb, yeah, that's what I mean, the ui bit. the recent work we've done. There's an older bug, but I'd like to dupe it against the recent one we worked on. [14:30] I think bug 213261 could be duped against the bug representing the work we just did. [14:30] <_mup_> Bug #213261: Allow specifying the notification level for structural subscriptions [14:31] deryck: bug 672507 is the one I used. [14:31] <_mup_> Bug #672507: Add bug_notification_level to the structural +subscribe view [14:32] ah ha. Thanks, gmb! [14:32] * gmb notices that he has a branch called "lp:~gmb/launchpad/oh-my-god-my-eyes". No idea what that's about. === salgado is now known as salgado-lunch [15:12] Project db-devel build (177): FAILURE in 3 hr 47 min: https://hudson.wedontsleep.org/job/db-devel/177/ [15:12] Launchpad Patch Queue Manager: [r=gary, [15:12] stub][ui=none][bug=682728][no-qa] Make ParsedApacheLog.bytes_read a [15:12] bigint so that it can cope with larger files. === matsubara-lunch is now known as matsubara === salgado-lunch is now known as salgado === beuno is now known as beuno-lunch === benji is now known as benji-lunch [16:51] mrevell: hi [16:51] Hello jelmer [16:52] mrevell: I vaguely recall that Launchpad used to have a small banner on the top or bottom of all pages saying "Launchpad will go down for 1 hour 23 hours from now.". What happened to that? [16:52] jelmer, AFAIK we have the facility to do that 15 minutes from the impending down-time and mthaddon and friends switch that on. [16:53] jelmer, There has been talking, on several occasions, of creating a general purpose notification system. [16:54] mrevell: Something like that seems useful for this sort of thing. Before I was a lp developer I know the only thing I'd really notice for sure would be the notification on Launchpad itself. [16:59] jelmer, I'd love to see something like that. I guess it's a lower priority than implementing features that stakeholders need. === beuno-lunch is now known as beuno === benji-lunch is now known as benjui === benjui is now known as benji === al-maisan is now known as almaisan-away === gary_poster_ is now known as gary_poster [19:03] Project db-devel build (178): STILL FAILING in 3 hr 50 min: https://hudson.wedontsleep.org/job/db-devel/178/ [19:03] * Launchpad Patch Queue Manager: [r=gmb][ui=none][bug=662631, [19:03] 668060] Make file uploads from builders asynchronous so that it [19:03] doesn't block the rest of the build manager. This is the last [19:03] part of the build manager to be made asynchronous. [19:03] * Launchpad Patch Queue Manager: [rs=buildbot-poller] automatic merge from stable. Revisions: 12000 [19:03] included. [19:07] sinzui: could you take a look at https://bugs.launchpad.net/canonical-identity-provider/+bug/556680 for me and then talk with me? I'm hoping you will have some brilliant insight, or at least that you will agree with Anthony [19:07] <_mup_> Bug #556680: attempting to create a new account with an existing email address at login.ubuntu.com oopses after you follow the email link back to create the name/password [19:08] 's analysis and be able to help me come up with an actionable plan for his description of "let Launchpad refuse an account when it tries to sign in, it it notices it's related to a team Person." === henninge_ is now known as henninge === matsubara is now known as matsubara-afk [20:53] http://pypi.python.org/pypi/injector/0.3.1 looks kindof interesting [20:53] poolie: ^ [21:01] hi lifeless === salgado is now known as salgado-afk [21:28] lifeless: it is a bit interesting [21:30] it seems like it brings quite high-proof abstraction [21:30] or rather, indirection [21:30] such that you wouldn't want it unless you needed it [21:30] what do you think? [21:36] I'm reminded of greenspuns law, or whatever it is [21:36] about half baked lisp implementations [21:36] indeed [21:36] :( [21:37] I think that 'injector' would be overkill quite often [21:37] OTOH perhaps its solid, thought out, reliable [21:37] it seems like having the option of dynamic scope would mostly obsolete this [21:38] the decorators to mark what's injected are kind of nice [21:38] perhaps... might bend folks brains a bit much [21:38] anyhow [21:38] I'm not proposing to use it, just thought it was interesting [21:41] it is [21:59] is anyone else getting a "Error: Couldn't find a distribution for 'testtools==0.9.8-r137'. [22:00] ... error when running make? [22:00] I've updated the download-cache with no effect. [22:03] benji, check the mailing list, Nov 10th, message from Gary 'Fix your testtools', looks relevant? [22:03] looking [22:04] benji, ah, maybe not. There was something about this recently though [22:04] mars: nope; it's simply that the r137 version is missing [22:05] I've changed the versions.cfg in my branch to let me build, but it looks like someone checked in a new requirement without adding the distribution for that version [22:05] anyone have a clue how specification-bug links should be exported? [22:05] james_w, specs can be linked to bugs? [22:05] the only other user of IBugLinkTarget is answers, which is not exported either [22:05] rockstar, they can indeed [22:05] rockstar, through different code to branches apparently [22:06] benji: You download-cache update succeeded? [22:06] benji, bzr annotate versions.cfg, then check the revision history of download-cache for something in the same day [22:06] benji: The format changed recently, so you'll need upgrade before you can update. [22:07] wgrant: that's the problem; it attempted an on-the-fly upgrade, but I didn't notice that that failed [22:08] ah [22:08] gary_poster, ping, ^ do we need to tell everyone to manually upgrade their download-cache? [22:08] mars, I did [22:09] gary_poster, ah, sorry, I just saw it got threaded (darn Thunderbird :) [22:09] :-) [22:10] mars: at least you have an excuse; I saw the thread but didn't realize its significance [22:24] $ bin/jslint -a [22:24] jslint: No files to lint. [22:25] Help? I want to test an updated spidermonkey (/usr/bin/js) package I just built [22:29] maxb: Have you built the JS? [22:29] I need something other than "make" ? [22:30] No. [22:30] jslint is currently consuming all of one core, so I presume it's working for me. [22:31] hah - it did that to me, then eventually just stated "jslint: No files to lint." [22:31] Oh. [22:31] Well, I guess we'll see. [22:31] Eventually. [22:34] Oh. That would be it doing "for file_id in self.tree" on the LP bzr tree, I guess [22:34] And skipping lib/* and build/* ??? [22:36] Seeing as all the versioned .js files in the tree are under lib/, this is rather stupid [22:38] Where's this? In lazr.js? [22:39] Huh, that is a bit special. [22:40] I'm wondering whether I want to remove that check or not. I fear the number of errors... [22:46] $ wc -l jslint-all.out [22:46] 1449 jslint-all.out [22:46] lots of lint [22:46] lib/canonical/launchpad/icing/yui_2.7.0b/ ?! [22:47] someone explain to the novice why we still have YUI 2 in tree? :-) [22:49] jslint: Lint found in '/home/maxb/launchpad/lp-branches/devel/lib/lp/app/javascript/tests/test_lp_collapsibles.js': [22:49] Line 20 character 9: Expected '}' and instead saw '}'. [22:49] uhm thanks :-) [22:54] maxb: IIRC YUI2 is used for the calendar widget. [22:54] yuck [22:54] that is all I have to say [22:54] Of course we should never have had any YUI version at all in the tree. [23:24] Can someone delete these for me? https://launchpad.net/~launchpad/+archive/ppa/+delete-packages?field.name_filter=xulrunner [23:25] The binaries packages built from that source are now overridden by the spidermonkey source package [23:27] maxb: Is that going to end up in the primary archive at some point? [23:28] I've given up following that saga [23:28] It's easier to just PPAize the thing [23:28] Heh. [23:28] Also, we can probably delete psycopg2 now. [23:28] Since I'm running it fine with 2.2 [23:28] Which must mean that launchpad-dependencies has been fixed. [23:28] oh, point [23:29] * Remove dependency on python-debian, now in sourcedeps. [23:29] too [23:29] I was just wondering about that. [23:30] So, can someone in ~launchpad please remove xulrunner, psycopg2 and python-debian from all series in the ~launchpad PPA? [23:31] * maxb copies lp-deps 0.85 to lucid too, and sighs a bit that people don't follow the instructions [23:32] When did you do the spidermonkey copy? [23:33] About a minute before I asked for deletion here [23:33] Hm. [23:33] Publisher is being slow again :( [23:34] But soon I will have logs, so I can maybe optimise it without harrassing too many people. [23:37] wgrant: A r c h i v e : + i n d e x [23:39] I tried to find my branch for that yesterday, but failed. [23:39] * wgrant looks harder. [23:56] mkanat: so it seems to me that if we're going to have a stable branch [23:56] if there's going to be any point in it [23:56] first, launchpad needs to deploy it [23:56] second, we ought to do non-intrusive fixes onto that [23:56] poolie: Oh, launchpad is already running identical code to the stable branch (except for a fix in start-loggerhead, which they don't use). [23:57] poolie: Yeah, I agree about non-intrusive fixes. [23:57] can you expand 'identical code'? [23:57] if you land new fixes on 1.18, will they get them? [23:57] poolie: I branched the stable branch at the same point that launchpad is currently running from, I believe. I can double-check that, though. [23:58] poolie: They'll get them if I merge the stable branch into their branch when there are fixes.