[00:03] looks like i got some interesting feedback about colo [00:23] poolie: indeed.. almost all enthusiastic too [00:23] poolie: when you say bring bzr-colo into core, did you mean as-is or in some form or another? [00:25] hi poolie === psynaptic|break is now known as psynaptic [00:34] oh, definitely with changes [00:34] apparently i should have been more clear about that [01:07] hm, how clean does pqm make things before trying a build? [01:07] ...I'd better just give up for the night I think. [01:09] mgz: rm -rf clean [01:14] out of clever ideas as to what's wrong then, will fall back to blaming cython. shame I can't actually get at the generated C file. [01:15] if someone has the same version pqm does and want to try compiling my branch while I sleep, that'd be great. [01:29] mgz, i'll see what i can doo; sleep well [01:30] biab === psynaptic is now known as psynaptic|away [02:16] How do I remove a remote brach? Not on LP, in this case on alioth. [02:20] rm -rf [02:20] uhm thats not helpful [02:20] what I mean is, that just deleting the directory is the way [02:21] and we don't have an API in bzrlib to do that at the *branch* level, but if you don't have sftp access to the branch, bzrlib's VFS can let you do the delete remotely with a few lines opython. [02:21] probably a bug report would be good too [02:22] I do have sftp access, so I can do it that way, but I was hoping for bzr rm -rf && bzr push or something. [02:22] I'll file a bug against bzr. [02:23] I think there may already be a bug report. [02:27] I didn't find it. [02:27] Ok, probably not then. :) === jamesh_ is now known as jamesh === Ursinha is now known as Ursinha-afk [07:35] hi all ! [08:32] morning all === jam1 is now known as jam [08:32] hey jam :) [08:32] sidnei: afaik, nobody is regularly running those benchmarks. [09:45] hi jam [09:46] morning sidnei [09:46] well, morning here at least [09:46] jam, here too, 6:45 to be more precise [09:48] jam, we might have a volunteer for setting up the benchmarks. let's see if he sticks around :) === psynaptic|away is now known as psynaptic_ [10:19] sidnei: are you usually up that early? [10:20] jam, i usually go back to bed for a few more hours, but decided not to today. my kids wake up around 6am. the good news is that they go to bed around 10pm. and they're just 5mo old. [10:23] jelmer: so it certainly seems that python2.7 has yet-again changed the size of python objects [10:23] sigh, I already had 2.5 vs 2.6 code, now I need to add 2.7 into the mix [10:27] I can reproduce 3 failures here [10:28] at least the failure for 'string' sizes [10:28] jam: ah, urgh :-/ [10:32] jelmer: I just committed a change which handles the String cases. which are all that were failing here [10:32] I think the other bits are probably a 64 vs 32-bit difference. [10:32] Care to help me work them out? [10:32] do you have a python2.6 on your machine to work with? [10:33] yep, I have 2.6 installed here [10:33] 3 of my 9 errors are gone with the latest trunk [10:34] what can I do ? [10:34] jelmer: can you run it w/ python2.6 and see if they all pass? [10:34] I'm wondering if I'm just failing on 64-bit always [10:34] I have a gut-feeling that I'm rounding to 4-byte precision, and on 64-bit it always rounds to 8-byte precision [10:35] (a struct will always be a multiple of 8-bytes rather than 4-bytes, but that might also be a python-2.6 vs 2.7 ism) [10:37] jam: fails on python2.6 too [10:37] same 6 tests [10:38] jelmer: k. Yeah, I think I'm just off on how 'packed' the struct will be. [10:38] I'll poke at it differently, just a sec [10:45] jelmer: try again with trunk revno 188 [10:47] jam: one left now with both 2.6 and 2.7 [10:47] test__sizeof__with_dummy (meliae.tests.test__loader.TestMemObjectCollection) [10:47] AssertionError: 8340 != 8344 [10:49] jelmer: done in 189, I just missed the fix for that test. [10:50] jam: I can confirm it works now [10:50] jelmer: what brought it to your attention? [10:51] jam: There's a transition going on in Debian (dh_pycentral/dh_pysupport -> dh_python2) so I had to upload a new meliae anyway and was looking at running the test suite at build time, just to be sure. [10:59] jam: It looks like the exit code of run_tests.py doesn't change if any tests failed btw [11:00] how to find the last three logs , bzr log | head shows only 1 [11:00] jelmer: patches welcome, I've never needed the return code, because I didn't script it. I'm not entirely sure how to [11:00] BlankVer1e: bzr log --last 3 ? [11:00] sorry, "bzr log -r last:3" [11:01] bzr log -r -3..-1 is what I would use, though === psynaptic_ is now known as psynaptic|away === psynaptic|away is now known as psynaptic [11:37] How to resolve this error http://paste.pocoo.org/show/7CYpcX5yqrzmNUAVubHG? [11:37] leo2007: run "bzr break-lock bzr+ssh://leoliu@bzr.savannah.gnu.org/emacs/trunk" [11:38] that only break locks by me right? [11:39] I basically C-c interrupt a 'bzr push' and now this problem. [11:40] leo2007: bzr break-lock will only break the lock you ask it to, but it will break anyones lock. Which is why we give you the preview of who is claiming the current lock [11:40] in your traceback, you can see your name [11:40] "held by leoliu@vcs-noshell" [11:41] ok breaking in process. === Ursinha-afk is now known as Ursinha-lunch === beuno is now known as beuno-lunch [16:35] where to find bzr-fast-export.py? [16:36] happyaron: it's a part of the bzr-fastimport plugin [16:37] thanks === Ursinha-lunch is now known as Ursinha === beuno-lunch is now known as beuno === deryck is now known as deryck[lunch] [17:15] vila: hello [17:15] jml: hey ! . o O (In what TZ is he ?!?!) [17:15] vila: I can report that when I pull Launchpad branches that delete directories, Bazaar still gives me conflicts about not being able to remove those directories [17:15] vila: I'm in the UK [17:15] I am in *the* timezone. [17:15] :) [17:16] weird [17:16] yeah. [17:16] how about I make a minimal example [17:17] yeah, that would help :-/ Orphans are still pretty rare so it's not that obvious to catch errors in edge cases [17:18] jml: but you *do* have 'bzr.transform.orphan_policy=move' in your bazaar.conf right ? [17:18] bzrlib.transform.orphan_policy=move [17:18] (carefully copy/pasted from mine to avoid typos) [17:18] ahh... bzr not bzrlib [17:19] argh, 'bzr' not ... yeah [17:19] ok. [17:19] trying that [17:21] yay [17:21] directory/module.pyc has been orphaned in bzr-orphans [17:21] \o/ [17:22] now, you have several options: [17:22] - rm -fr bzr-orphans each time it appears [17:22] - add it to .bzrignore [17:22] oops [17:22] - keep it intact to test that adding cruft there works ;) [17:23] vila: were there any options between "rm -fr" and "keep it"? [17:23] - add it to .bzrignore [17:24] jml: feel free to mix them ;) [17:24] vila: ok, thanks. [17:24] vila: is there a way I can customize the directory name / location? [17:25] jml: and keep the feedback coming, I'm happy with it myself but I hit it so rarely I don't give myself useful feedback ;) [17:25] jml: not really, one constraint of the implementation is that it should be *inside* the working tree [17:25] vila: hmm ok. [17:26] launchpad has a funny .bzrignore such that anything beginning with '+' is ignored. Hoped I could take advantage of that and save a commit [17:27] vila: http://package-import.ubuntu.com/status/udev.html#2011-03-15%2021:02:25.173640 <-- is that class of failure mode known? [17:28] elmo: I think so, at least it's not the first time I've seen similar backtraces [17:28] vila: ok [17:30] elmo: and the link at the bottom of the page is a good way to check that too, in this case... there are far too many >-/ === psynaptic is now known as psynaptic|food [18:10] vila: isn't this http://package-import.ubuntu.com/status/adduser.html#2011-03-15%2022:54:36.634617 [18:10] the bug Andrew fixed about sharing transports? [18:10] yes, but it's not rolled out on jubany [18:10] james_w: ok [18:10] just checking, since it is currently the #1 failure [18:10] jam: needs to be... as james_w said === deryck[lunch] is now known as deryck [18:32] james_w: does this sounds reasonable: http://paste.ubuntu.com/583920/ ? [18:32] james_w: AIUI, there are 3 kinds of files involved there [18:33] james_w: 1) the logs (for the mass_import and the packages, bug #719888 asking for them to be grouped) [18:33] Launchpad bug 719888 in Ubuntu Distributed Development "package import on jubany/pepo should write logs to a dedicated and configurable log directory" [Medium,In progress] https://launchpad.net/bugs/719888 [18:33] james_w: 2) the status files for the web site [18:34] james_w: 3) the diffs and merges (for debug ?) [18:34] james_w: so putting them in different directories should be a problem (as long as no imports are running when deploying the new scripts) [18:35] james_w: the additional question is: are diff/merges ever re-read by the scripts (I'm 90% sure they aren't but I'd like confirmation) ? [18:36] the diffs and merges are the start of replacing merges.ubuntu.com, so need to be served over http [18:36] they are not re-read [18:36] ohhh [18:37] james_w: so just http://paste.ubuntu.com/583921/ would be fine then ? [18:37] well [18:37] james_w: the bit I can't find is where the link is made between this directory and the web server itself [18:37] maybe, depends how apache is configured :-) [18:37] :-D [18:38] james_w: what I'd like to do is separate the logs from the www [18:38] DocumentRoot /srv/package-import.canonical.com/new/logs/ [18:40] james_w: right, so that could be s/logs/www/ right ? [18:40] it could be [18:40] james_w: ok, thanks [18:40] if we don't want to make the logs accessible over http [18:42] james_w: well, if we want to publish relevant data the logs would need to be filtered anyway IMHO [18:42] why? [18:46] james_w: well, I imagine that users won't be interested by all the details ? [18:47] james_w: or because the raw content won't be pretty enough ? [18:47] right, but they aren't even linked [18:48] I don't have a strong preference fwiw [18:48] james_w: indeed, and I understood that the bug was filed because the admins wanted to put the log files elsewhere to better track space consumption ? [18:49] I don't know [18:49] or did I went too far by considering that the mass_import log files and the import_package log files where in the same category ? [18:49] I never spoke to Tom about this [18:50] james_w: ok, thanks for the input anyway === psynaptic|food is now known as psynaptic [20:51] for jam/poolie - http://code.google.com/p/snappy/ - we were talking lzo etc back when looking at entropy coding in packs [20:54] is that the same as zippy? [21:05] ah, it is [22:11] finally through most of the interminable python-dev vcs threads and reading poolie's colo post from the other day