[00:20] hmm, 25 failures to go [00:20] 56/ [00:20] Um. :D Oops. irssi fail. [00:32] Peng_: and here I thought you were prognosticating [00:47] No, I just forgot that you put the / before the command. [01:35] mwhudson: So, are you going to merge my fix, or are you waiting on additional reviews? [01:36] Oh, wait, I mean Peng. [01:37] I'm off-duty. [01:37] Wait...why am I at the computer at all? I forgot. [01:52] Peng: Haha, okay. :-) [01:57] mkanat: Regarding your email, the current state of the history-db stuff is that it would not be optional. [01:57] mkanat: want to set a commit message on that merge proposal? [01:58] (Still off-duty! I just check my email too much...) [02:03] mkanat: nm, merging anyway [02:03] done [03:08] mwhudson: Ping? [03:26] hmm, I needs review :P [03:30] Peng_: Oh, okay. [04:00] Hi . I cannot do a launchpad checkout. "bzr checkout lp:epics-base/3-14 base1" throws out these exceptions: http://pastebin.com/R96AFfJc Any suggestions? [04:01] * rm200910 uses Bazaar (bzr) 2.1.1 [04:02] wow thats fun [04:02] mwhudson: can you have a peek at that ? [04:02] Peng_: hi? [04:02] lifeless: looking [04:02] mwhudson: looks like we're not getting a header we need or something [04:02] mwhudson: btu I can't see why that would be the case [04:03] lifeless: i think it's a ****ed proxy [04:03] i'm using an http_proxy [04:03] I must add [04:03] rm200910: is it anonymising or something ? [04:03] hmm, I was just able to get it via 'bzr branch' on my machine using bzr 2.1.1 [04:03] i don't understand the details though [04:03] rm200910: try 3.14 rather than 3-14 ? [04:04] lifeless: I don't know if it's anonymizing [04:04] rm200910: try this command: bzr checkout lp:epics-base/3.14 base2 [04:04] TresEquis: using the exact command line, or did your subconscious fix the typo ? [04:05] lifeless: bzr: ERROR: Connection error: while sending CONNECT xmlrpc.edge.launchpad.net:443: [Errno 111] Connection refused [04:05] mwhudson: Eek. Too late. I was just going AFK again. [04:05] Um. [04:06] rm200910: figuring out what an lp: url refers to requires direct access to ssl at the moment [04:06] rm200910: I think that that might be fixed in 2.2 (but I'm not sure) [04:06] mwhudson: Are there any plans for when Loggerhead's next release will be? [04:06] rm200910: you can use http://bazaar.launchpad.net/~epics-core/epics-base/3.14 as a workaround (or bzr+ssh instead of http if you have write access) [04:06] Peng_: not from my end, i guess "soon" would be nice [04:06] actually, I mean [04:06] lifeless: yup, my fingers fixed it [04:07] 'bzr+ssh instead of http if you have done bzr lp-login' [04:07] and I used 'bzr branch' rather than 'bzr checkout', too ;) [04:07] TresEquis: :) [04:07] lifeless: I will try "bzr checkout http://bazaar.launchpad.net/~epics-core/epics-base/3.14 base3" [04:08] lifeless: yay! it's doing something [04:08] mwhudson: Personally, I'd like there to be a release before we go killing backwards compatibility, so anyone who isn't going to be upgrading to 2.0 or 2.1 just yet will still be able to enjoy the other bug fixes and whatever, but...I'm not the release manager, so I'm not going to demand anything. [04:08] Peng_: you could be [04:09] Yeah, I'm aware of that. Never done it before, so I dunno. [04:13] I don't seem to be able to do lp-login over a proxy either: "bzr: ERROR: Connection error: while sending CONNECT launchpad.net:443: [Errno 111] Connection refused" [04:15] thanks for translating the lp: URL to an http url. [04:15] IIRC the LP proxy issues should be fixed in 2.1.1? [04:16] mwhudson: bug 558343 [04:16] Launchpad bug 558343 in bzr "NotImplementedError: "should resend request to http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented" during lp name lookup" [Medium,Confirmed] https://launchpad.net/bugs/558343 [04:17] I agree with the last comment on that bug: It's not low importance for me! [04:17] rm200910: well its got two elements [04:18] we can and will fix it in bzr independently of launchpad changing, as I read it [04:18] however, medium for us is wrong [04:18] rm200910: you should click on the 'does this bug affect you' bit [04:18] lifeless: looks like it indeed [04:19] i think the importance of low for launchpad is ok really, the problem on the server side is a strange response to a seriously bogus request [04:20] its probably a simple losa thing to fix [04:20] I'm looking at the bzr side of it now [04:21] yeah, i have an unfounded suspicion that the redirect is coming from apache or something [04:21] Wow: it is of high importance now! [04:22] rm200910: in bzr, yes I upped it [04:22] rm200910: do you have pycurl installed ? [04:24] lifeless: I checked the "rpm -qa" list and did not find it. [04:29] rm200910: thanks [04:30] lifeless: I found this pycurl "/tools/RHEL5/src/bzr-2.1.1/bzrlib/transport/http/_pycurl.py" [04:30] yes, thats our adapter [04:31] only used if you have pycurl installed (don't install it, I was just gathering data) [04:31] rm200910: can you do some data gathering for me ? [04:32] http://pastebin.com/4KcJTJru [04:32] apply that patch to your bzrlib [04:33] and show me what it prints (when you have your proxy set as normal) [04:36] lifeless: sorry it's going to take a while. This is bazaar installed by my sysadmin [04:37] i'll look at installing something in my home directory === Guest31208 is now known as AdamDV [04:38] rm200910: it can run from source [04:38] I suppose I could do "bzr checkout lp:bzr" [04:39] rm200910: just grab our tarball, or branch http://bazaar.launchpad.net/bzr/~bzr-pqm/bzr.dev [04:41] bzr: ERROR: Not a branch: "http://bazaar.launchpad.net/bzr/~bzr-pqm/bzr.dev/" [04:43] http://wiki.bazaar.canonical.com/SourceDownloads doesn't give me the 2.1.1 sources.... i wonder where my sysadmin got it from [04:44] lifeless: I got 2.1.0 and I'll put your patches in [04:49] lifeless: it prints "xmlrpc.edge.launchpad.net" [04:50] thanks, I'm looking deeper now [04:51] It's doing a checkout when I substitute the "3-14" by "3.14" /home/rm200910/tools/bzr-2.1.0/bzr checkout lp:epics-base/3.14 base1 [04:52] interesting [04:57] in a pqm failure mail is an AssertionError in 'File ".../testtools/testcase.py", line 276, in expectFailure' a failure or is it expected failure? [04:57] it takes for ever though. Still doing it 5 minutes on. The http checkout was almost immediate [04:57] i am trying to understand why https://code.launchpad.net/~parthm/bzr/181124-ls-short-opts/+merge/24414 is failing while tests pass locally [05:03] thanks for your help. Good-bye [05:03] rm200910: ok, bye [05:05] parthm: expectFailure is an assertion that something should error [05:07] lifeless: thanks. so thats nothing to worry about. will look some more into the log. [05:15] aah. its was test_help which was failing. hmm. [05:31] i was thinking the huge pqm error log should be a text attachment rather than inmail content. made FF crash :( [05:55] parthm: that would be good to; though its meant to filter and not be so hgue :( [05:58] lifeless: it was 3.1M for me as a mail (on gmail). FF takes a looong time for search and hangs when i copy. When I had gmail save, it saved as html :( .... had to run it through html2txt [05:58] then used vim with text ... and all was well :) [05:59] lifeless: i thought there might be some filtering ... but this is the first time i had to go through it so i wasn't sure. [05:59] filtering would be real neat. [06:01] is it possible to submit the same patch to pqm ... i know p1 is running and will fail. can i put in p2 without waiting for p1 to finish (with nothing between p1 and p2)? [06:03] p2 is p1 with some fixes. [06:04] sure [06:04] lifeless: cool. thanks. [06:05] * parthm goes to resubmit ls-short-opts patch with fixes. [06:14] Someone in my office just said "Hudson doesn't directly support bzr" but I could have sworn I heard lifeless talking about how he'd been using Hudson of late for $something. Surely Hudson and Bazaar get along just fine, no? [06:14] AfC: they lied [06:15] :) [06:15] ok [06:15] AfC: it supports bzr as much as it supports CVS or svn [06:15] install the plugin from the plugin admin page. [06:15] Then Go Hit Them. [06:15] ouch [06:15] (the client just typed that) [06:15] lifeless: thank you very kindly Robert [06:16] AfC: sorry :P [06:16] ha, no, he just typed "ouch" to convey his appreciation of your humour. [06:16] oh phew :> [06:16] s'ok [07:09] while running serve-branches to install loggerhead,its throwing an error like No handlers could be found for logger "bzr" [07:09] sangi: You said that earlier. It's not a problem. [07:10] sangi: And serve-branches doesn't install Loggerhead, it just runs it. [07:10] Peng_, but it is not proceding [07:10] sangi: What you pasted earlier looked fine. [07:11] Peng_, http://pastebin.com/ws0AwuGn [07:11] sangi: Visit http://127.0.0.1:8080/ in a browser. It's not working? [07:12] Peng_, thanks, i am able to view it [07:13] OK then. [07:30] really trivial docstring patch at https://code.launchpad.net/~parthm/bzr/trivial-doc-followup-549310-mandatory-whoami/+merge/24877 [07:30] if someone can approve it i can land it. ... i don't want to approve myself as i am the one who proposed :) [07:31] * parthm looks at vila [07:33] vila: thanks. [07:33] hi poolie [07:35] hi lifeless, parthm [07:35] poolie: hi [07:48] poolie, lifeless: i like the suggestion from lifeless to do 538868-message-for-heavy-checkout more broadly i.e. if revs to be pulled is > N. [08:01] hi all [08:10] parthm: what happened with your short-ls patch ? It landed in bzr.dev apparently... [08:28] Hi vila [08:29] How do I un-add a file that hasn't been committed? [08:30] GungaDin, bzr rm --keep [08:31] vila: Nudge for https://code.edge.launchpad.net/~jelmer/bzr/more-colo/+merge/23592 [08:32] vila: You reviwed it previously. Branch has been update since you last reviewed. === lifeless_ is now known as lifeless [09:14] vila: hi. short-ls patch had test failures (test_help) ... i had a little difficulty (bug #576800) finding the test failure but its fixed and landed :) [09:14] Launchpad bug 576800 in bzr "pqm failure log should be attached as a text file" [Low,Confirmed] https://launchpad.net/bugs/576800 === khmarbaise_ is now known as khmarbaise [09:15] parthm: ok, thanks for the feedback [09:15] GaryvdM: I'm looking into it [11:37] starting loggerhead throws an error like sudo: no passwd entry for loggerhead! Loggerhead is *not* running [11:57] sangi: That sounds like an issue with however you're trying to start it, not Loggerhead itself. [11:57] Err, um. [11:58] I missed the "sudo". [11:58] sangi: That has nothing to do with Loggerhead. From the error message, it sounds like you're trying to sudo to/from an account that either doesn't exist or doesn't have a password set. [12:05] Peng_, ok === mrevell is now known as mrevell-lunch [13:19] hi [13:24] Hi bialix [13:24] hi Gary [13:24] my last day online [13:25] bialix: I'll try find you on Sunday [13:25] I should be there by midday. [13:27] is somebody wants a souvenir from Ukraine -- shout [13:30] /Library/Python/2.5/site-packages/bzrlib/lockable_files.py:61: UserWarning: 'LockableFiles()' was gc'd while locked [13:30] problem? or no? [13:30] Tak: during selftest? [13:30] no, at runtime [13:31] not a critical problem, but it seems some code forgot to unlock [13:31] I'd say file a bug [13:33] meh, be nice if I had a stack trace [13:34] there is no stacj trace [13:34] it's a from garbage collector [13:35] some code locked the branch and then forgot to unlock [13:35] is it from regular bzr operations?> [13:35] or some plugin involved? [13:42] bzr-svn at least is involved [13:43] and bzrlib is being used, although I'm using the ui cmd classes as much as possible === mrevell-lunch is now known as mrevell [13:49] Tak: so, its possibly a bug in bzrlib [13:49] Tak: or, and arguably more likely, a bug in your code. As bialix says, its happening from the object finaliser, so there isn't a stack to refer to to get a backtrace - or at least, not one related to the finalising code === lifeless_ is now known as lifeless [13:50] oh, it definitely could be a bug in my code [13:50] I'm only locking manually in a few places, and I'm trying to always unlock in a finally block, but I could have missed something [13:53] I'm also manually deleting objects in a few places [13:57] well, deleting won't unlock [13:57] so be sure you've unlocked before you delete [14:04] yeah, I need to make sure I'm doing that [14:38] bialix: Are you still here. [14:38] bialix: If so, please check you email. [14:38] ack [14:38] which one? [14:39] Re: Threads [14:39] guys, during the sprint, please use my gmail account [14:39] bialix: Sent to ml [14:39] Not sure where that goes to [14:39] I see the mail [14:40] GaryvdM: cool@ [14:40] GaryvdM: cool! [14:41] I don't have time to read your code right now, sorry [14:41] bialix: Ok np [14:42] but perhaps we have to carefully testing it on PyQt 4.4.x which is still default for windows [14:42] Sure [14:42] bialix: Did we not say we were going to upgrade that [14:43] we said, but 2.1 unlikely will be upgraded [14:43] only 2.2 and up [14:43] bialix: Yes ok. [14:43] so I'd better double test [14:44] although based on your estimate we'll have 2.2 as defult [14:44] default [14:44] bialix: Yes, Try for 2.3... [14:44] or rather target trunk2a of qbzr with threads to 2.2+ [14:45] Yes [15:00] * bialix has to go, hope will be online sometime tomorrow, or maybe not. see ya soon! [15:09] luks: Hi. I sent a mail re threads in qbzr to the ml. I would really like it if you could take a look at that code. It is only 123 lines. [15:10] luks: Any pit falls for picard would be valuable to. [15:10] *from [15:14] http://bazaar.launchpad.net/~garyvdm/+junk/thread-test/annotate/head:/main.py === salgado is now known as salgado-lunch === JFo is now known as JFo-afk === beuno is now known as beuno-lunch === salgado-lunch is now known as salgado === beuno-lunch is now known as beuno === JFo-afk is now known as JFo === radoe_ is now known as radoe === BasicPRO is now known as BasicOSX === BasicOSX is now known as Basic2 === salgado is now known as salgado-afk === kirkland` is now known as kirkland [23:04] hey guys, I have totally messed up my local repos, is there a easy way to revert to the network version? bzr pull is not doing it.... [23:33] Is there bzr equivalent of git reflog? [23:33] i did a rebase of 10 commits and I did it wrong [23:33] I need to checkout the old head again but I don't know the revid. [23:34] Where can I look up all available revids in the repository? [23:36] You can use 'heads' to try tracking it down, since it's presumably a dead head at this point. [23:43] xnox: bzr heads --dead [23:45] fullermd, that gave me the current tip [23:46] lifeless, that worked [23:46] * xnox panic is over [23:46] thank you [23:55] hmpf, sister has managed to forget her laptop again, so I have nothing to borrow to bring with me