=== medberry is now known as med_out === AuroraBorealis is now known as aurora|afw === med_out is now known as medberry === medberry is now known as med_out === yofel_ is now known as yofel [07:00] hi all ! [07:01] hi there, nice to see you! [07:01] i'm just reviewing your possible_transports patch [07:02] oh great ! [07:04] done [07:04] wow look at all these patches [07:05] morning! [07:05] hi mgz [07:07] mgz: _o/ [07:09] poolie: 'feel free to land with post review' ? I can't parse that, especially the 'with post review' part ;) [07:09] ah i mean [07:09] you don't need to wait for review [07:09] oh [07:09] i do appreciate you making an mp, so people can see the diff [07:10] yeah, I intended to deploy it but wanted to chit-chat with jml... can't remember exactly why though :) [07:13] ha, good analyze-log script :) 22h20 is how long it takes to catchup the imports for chromium-browser (still failing though) [07:17] ha crap, jml refactoring broke *all* scripts, the modules are not found anymore [07:17] yeah i see [07:17] yeah, I wondered about that yesterday when trying to run the importer locally [07:17] but i thought they were all already on jubany [07:18] i checked it was up to date with trunk the other day [07:18] thinking he was the one infecting me with TDD ;) [07:18] but perhaps they had not yet been merged [07:18] moving the script out of the base dir means "udd" is no longer on the path [07:18] so you can't run without installing (or setting PYTHONPATH or something) [07:18] mgz: exactly but not only, jquery.flot.js not found too [07:19] I just created bin/udd -> ../udd but that's not enough [07:19] (not to mentioned hackish ;) [07:19] ehee, that's even worse than most symlink hacks :) [07:21] ok, I'll revert it and comment on the mp, too much to fix without guarantee I get them all [07:21] could revert that change for now, and only land it w... [07:21] ...hen there's a setup.py script to go with it [07:21] :) [07:21] oh, setup.py, worth thinking about it [07:22] but we run from source and it's also a useful thing [07:23] bah, let's try a bit harder, reverting is not trivial either and is going in the wrong direction anyway [07:23] vila, mgz, i think it's just us this week so we could talk whenever you like [07:24] comfy :) [07:24] Riddell is not here either ? [07:33] i might be confused but i thought he was going to be en route to uds this week? [07:33] hmm, by boat ? :-D [07:34] exactly, kayak [07:34] wow [07:34] not really [07:36] hehe [07:39] ok, some sanity restored, categorise-failures works [07:41] etc scripts 101: you can't remove PATH or you won't do a lot [08:31] gz you're in ~bzr-explorer-dev now [08:47] poolie: cool, will land that branch [08:47] feel free to also add a button to lp! :) [08:48] i'm seriously tempted to do it myself [08:48] vila: so, if you could walk me through what to do to deploy the latest bzr-builddeb in jubany and requeue one of the failing packages some time today [08:49] mgz: sure thing ! [08:49] poolie: but doing it manually is such fun... [08:49] I've just fixed the last glitch and the importer is running again [08:50] I'm waiting a bit before calling it a win ;) [08:50] ... and stopping it before requeuing chromium-brower... [08:51] so, let's deploy builddeb as soon as you're ready [08:51] I'm guessing the procedure is basically stop importer, pull, start, then... tell it what package somehow? [08:51] yup [08:51] so, first thing, read README_DEPLOYMENT to make sure it's accurate [08:52] which lives...? [08:52] in lp:udd :) [08:52] with a symlink also in place in pkg_import@jubany:/srv/package-import.canonical.com/new/scripts [08:53] okay, that tells me the dir. [08:53] mgz: you know how to connect there ? [08:53] yep, I'm there [08:53] via ssh + sudo su - pkg_import ? [08:53] k [08:54] hmm './' is probably missing in front of the etc-init.d-mass-import examples [08:54] can you confirm that ? [08:54] yup. [08:55] ok, fixed locally (I'll take the notes, you do the work ;) [08:55] and in fact, when I stopped it last time, used the script in /etc/init.d/ [08:56] we should resync them but better use the one in the branch [08:56] which is I guess just the same thing, or an older copy, or a symlink [08:56] an older copy [08:56] you haven't stopped it yet right ? [08:56] yup, has the wrong path [08:56] use graceful-stop [08:56] not stopped yet. [08:56] k [08:56] doing now [08:57] yup seeing it [08:57] oh, I should mention that, [08:58] how do you monitor a running importer? [08:58] I usually have 3 connections to jubany: [08:58] oh failure ! [08:59] crap dpkg-mergechanglogs is not in PATH anymore [08:59] stopped nevertheless [09:00] there's an old import_package.pyc and .py~1~ in here for some reason... [09:00] mv dpkg-mergechangelogs bin/ should take care of that but we need a more formal way to track it [09:00] someone did a revert probably [09:00] back to monitoring: [09:01] tail some log? [09:01] 1) tail -F logs/driver/progress_log [09:02] 2) crap, broken now, just a sec [09:03] 2) export PYTHONPATH=${HOME}/src/udd/trunk ; (ssh -AY jubany.canonical.com tail -F /srv/package-import.canonical.com/new/logs/driver/progress_log) | ~/src/udd/trunk/bin/analyze-log - [09:04] 3) in .../scripts: '. ./fixit.sh' to get some shorcuts and setup the env [09:04] okay. [09:05] so, is lp:udd in a usable state now? should I pull in the latest bzr-builddeb? [09:06] lp:udd is deployed, so, yes, pull the latest builddeb, check that no uncommitted changes are there though [09:06] will do. [09:07] one shelve. :) [09:07] yeah, looking at it ;) [09:07] it's an old one, should be safe to delete but doesn't hurt to keep it until we fix the dpkg-mergechangelog for good [09:08] okay, that's got the fix in question [09:08] start time? [09:08] yup [09:10] started ok [09:10] notice that it says ' Read 4 in /srv/package-import.canonical.com/new/max_threads' [09:11] I changed from the default 8 while debugging the scripts issues [09:11] so, how are you running the scripts in bin? I need to do requeue-package next [09:11] ^right [09:11] I use '. ./fixit.sh' first [09:11] k [09:11] it provides 'requeue' as a shorcut to requeue-package [09:12] done. [09:12] failure [09:12] I see it. [09:12] run 'categorise-failures' to force the status page generation [09:13] stop importer first? [09:13] yup [09:13] err [09:13] no they are independent [09:13] it's useful when you don't want to wait for the crontab to run it [09:14] every 5 minutes (see importer.crontab in lp:udd) [09:14] done [09:14] all looks like the same issue in import_dsc [09:14] but you can stop the importer too as the failure seem to spread [09:15] you'll be able to requeue all the related failures by doing 'requeue --all ' [09:15] good thing I didn't requeue chromium :) [09:16] one sucessful import still ;) [09:16] looking for blame. [09:16] hehe [09:17] now, the usual choice is to either revert to a known-working rev and restart or fix before restarting [09:18] it's ok to fix locally and only then do a merge proposal because the importer is stopped and we don't want to accumulate too much stuff [09:18] probably in lp:udd [09:22] hm, nope, the singular->plural was a builddeb change [09:23] vila: bzr diff to see possible fix [09:24] +1 [09:24] starting [09:24] will let a few go past before requeuing [09:24] oh, I couldn't commit on jubany last time I tried and didn't investigate a workaround (just so you won't be surprised) [09:25] nope, try requeuing one that failed instead [09:25] with: [09:25] requeue --priority paraview [09:25] --priority will ensure it's run asap [09:27] done [09:27] if you run categorize-failures now it should appear in outstanding jobs [09:28] run, but, where am I looking? [09:29] oh, that was related to multiple tarballs, we should check with jelmer telling him we've deployed that [09:29] which one did you requeue ? [09:29] paraview, was the last one in the log [09:29] oh, sorry, that generates the status page [09:29] currently pending [09:30] running already [09:30] I must be being blind then, didn't see current jobs on status [09:30] *running, even, yeah [09:30] top of the page [09:30] 4 running [09:30] 30 outstanding jobs [09:31] and in the last 50 failures you've got the ones related to extract_upstream_tree [09:31] ...I'm now not sure if I needed that refresh or if I was just being blind [09:31] go with refresh ;) [09:31] tail is looking happy. [09:31] the fact that this page also refreshes itself from time to time doesn't help ;) [09:32] will let paraview go through, then requeue the one I wanted and all those that hit that issue [09:32] yup, that's the idea [09:33] you'll requeue them with: 'requeue --all polyglot' [09:33] adding --priority as you see fit [09:33] --all will requeue all packages that share the same failure signature [09:34] ok, i should go, good night [09:34] night poolie! [09:34] poolie: g'night ! [09:34] paraview done. [09:36] \o/ [09:36] okay, everything set up I think. [09:36] bump max_threads to 8 (echo 8 >../max_threads) [09:36] done. [09:38] categorize-failures again to see the effect (or look in the logs) [09:38] yeah, following log [09:38] k [09:39] I'll requeue the ones related to dpkg-merge... [09:40] ...and I'll requeue chromium-browser once the outstanding jobs are (will be ?) done [09:40] ha great lxc fails [09:40] ...lock contention on lxc? [09:40] did you see that ? [09:40] yup [09:41] ...great as in, really was good, or great as in, annoying? [09:41] in some cases (for yet unknown reasons) an exception manage to escape the finally clause where the lock is released [09:42] great to explain the issue and how I resolve it (hackish, needs to investigate one day and make it more robust, should probably file a bug) [09:42] hey, I think my test package went through okay while I was distracted [09:42] how do we see sucesses? (...apart from in the log) [09:42] to resolve: look at the traceback, it gaves hints about where the lock is still pending, in this case 'precise' [09:43] you don't, it's a bug I'm working on, let me find the number [09:43] bug #831699 [09:43] Launchpad bug 831699 in Ubuntu Distributed Development "no report/log of successful packages" [High,In progress] https://launchpad.net/bugs/831699 [09:44] so, cd ../updates/lxc/precise [09:44] pygobject also had an unhappy lock experience [09:44] yup, same issue [09:44] bzr info -v [09:44] it's a local lock so 'bzr breack-lock' [09:44] okay, I'll requeue all the other UnicodeDecodeError packages, and hopefully a couple of them will fail with new nicer errors [09:45] two locks broken [09:45] sometimes it's a remote one and I do 'bzr break-lock :push' [09:45] libproxy is a different issue [09:46] two broken locks for pygobject too [09:46] and requeued [09:47] rats another failure ;-/ [09:48] * vila blinks, that's an unknown one [09:48] all unicodedecodeerror packages queued [09:48] will need to repro locally [09:48] can you land your fix on lp:udd ? [09:49] 51, 10, 5, 3 [09:50] ^will do [09:50] hmm, the lxc failure spreads [09:51] something changed in the merge hook [09:51] yeah seems like it [09:52] probably worth stopping the importer when all your jobs have passed [09:53] huh, it's doing paraview again [09:53] ha [09:54] there is a bug there (not filed), some jobs seem to be re-processed for no good reasons [09:54] oh, probably because I did requeue --all on a similarly failing package after it had succeeded? [09:54] nope, it shouldn't it's more obscure than that [09:55] I've seen jobs being re-processed without being involved in anything recent [10:02] mgz: mwhahaha, conflicts in bzr-builddeb locally [10:02] mgz: import pdb; pdb.set_trace() in bzrtools_import.py getmembers :) [10:03] hehe [10:05] I went there trying to diagnose some unicode issue at one point ;) I should have tried harder ;) [10:07] mgz: did you note the revno before upgrading builddeb on jubany ? [10:08] should I just push to lp:udd? [10:08] vila: ...no, but I think you told me it yesterday [10:08] r613? [10:08] you rock ! [10:09] yup 613 [10:11] hm, a bunch of these current packages aren't doing anything new [10:12] maybe should stop, fix the merge hook issue, then see if I can get some non-utf8 filename failures [10:21] mgz: yup, I'm trying to reproduce locally with lxc buno success so far [10:21] s/buno/but no/ [10:22] mgz: you just got one ! [10:22] 2 even :) [10:23] make that 3 [10:23] of, what's you trick ? ;-P [10:23] s/of/ok/ [10:23] s/you/your/ :-( [10:24] woho! [10:24] bah, can't reproduce locally as it's code involved when pushing only ;_/ [10:24] what the hell paraview is going through for like the fourth time [10:25] yeah and outstanding jobs up to 120 (was down to 70) [10:26] so, categorize_failures requeue some but I suspect some cruft in the db [10:26] so, these will be packages with real filename encoding issues: [10:26] real as in ? [10:26] as in, not utf-8 [10:26] will never be able to encode ? [10:27] most of the ~70 failures should now pass [10:27] and the subset that don't will be listed there [10:28] basically, bzr core needs a strategy for handling that edge case, so the package importer failing is reasonable [10:29] the only other option would be to have a way of attaching a different encoding to the package metadata if they're using a valid, but non-utf-8, encoding [10:29] but I suspect that won't be worthwhile [10:29] ..and may not be enough (I suspect this should be attached to each file in some cases) [10:30] libperl5i-perl also enjoys being processed [10:30] qcomicbook too [10:31] eerk and libjgrapht0.6-java enve more ! [10:31] ok, so, this issue is now really bad [10:32] I have run categorise-failures several times, will stop doing that [10:32] down to 69 outstanding jobs, don't run.. yeah me too, let's stop :) [10:33] there are some basic tests for db now and one FIXME is mentioning something related [10:33] * vila back to the merge hook issue [10:36] ok, I think I got it [10:41] mgz: two bugs: dpkg-merchangelogs was not in PATH anymore, the merge hook can't find it but returns a single value instead of 2 [10:41] mgz: we can stop the importer ;) [10:41] DONE [10:42] what happens to the current queue when it's stopped? [10:42] it's in the db (meta.db JOBS_TABLE) [10:43] cool. [10:43] 4 more failures for you :) [10:43] err 3 [10:44] yep, seeing them [10:44] perhaps a latin-1 fallback in the importer wouldn't be so bad. [10:45] yeah, add an NFD too ;) [10:45] I forgot which package, but I'm pretty sure there is one with a contrib/docs/xxxx.pdf where xxx is in NFD [10:45] heh [10:46] some db related one [10:46] aaaa, that error message is so much nicer [10:46] reminds me, I should improve UnicodeError display is bzrlib [10:47] mgz: bzr diff on builddeb for the fix [10:47] have we got a bug for it? we've talked about it before [10:47] mgz: oh yes please ! [10:47] I don't think so, [10:47] but there should a place where all unicode exceptions can be trapped their *args* put to good use [10:48] i.e. the broken string is args[0] IIRC [10:48] but it's not displayed by default (strange idea) [10:48] diff looks reasonable, is this the right end of the interface to change? [10:49] I'm 90% sure as it's a recent change and match the error we see [10:50] yep, looks more unambiguously correct with more context [10:50] goforit [10:53] hmpf, it was still running :-} [10:54] the last job was being slow :) [10:57] yeah, chromium would have been even slower :) [10:57] openclipart... I fear a little for the contents of that branch [10:57] oh crap, I pushed to lp:bzr-builddeb :-( [10:58] quick, uncommit! :) [10:58] jelmer: so sorry about that :-/ [10:58] jelmer: the fix is trivial though, shouldn't be a problem ? [10:58] ETOOMANYBRANCHES [10:59] mgz: anyway, in this case, 4 fourth terminal with: 'tail -F logs/packages/openclipart' :) [11:00] paraview is in the queue again... [11:00] * mgz switches tails [11:06] * vila switches to lunch ;) [11:07] mgz: this import looks like it will take some time to finish anyway [11:07] :) [11:08] I'll restart if I notice it's done before you return [11:08] mgz: I have some shopping to do after lunch, I'll ping you when I'm back, feel free to play around as you like (my fix needs to be deployed first though) [11:08] k [11:10] ...bzr-builddeb just needs to be pulled, right? [11:14] taking care about the pending change yes [11:50] vila: all done, also requeued the packages with affected by the tuple unpacking issue [11:50] mgz: yup, still there for a couple of minutes, they fail with lockcontention :-0 [11:50] ...but they seem to now all be failing with the lock... [11:50] probably time to find a better way to addres that :) [11:52] I'll look into it when I get back [12:08] delayed again :) [12:23] huho [12:24] mgz: panic in the driver we may need to kill hard [12:25] woha! [12:26] ha, normalisation kills the world [12:27] did a hard stop [12:27] mee too :-/ But it seems I'm still receiving output from tail -F [12:28] there was a *lot* [12:28] it's basically in infinte log loop [12:29] bug in mass-import then ? [12:29] printing the failure triggered a complaint about normalisation caused a failure... [12:29] yeah [12:29] bad bad bad [12:30] good we encountered it while online [12:30] was going well till that, a bunch of packages imported, and a bunch more failed with useful errors [12:31] the invalid normalisation error class in bzr should really use repr [12:31] 326570836 is a lot of bytes of log [12:32] manually truncating that a bit wouldn't hurt [12:32] * mgz logs out of jubany for a short food break [12:35] no, please leave it there as evidence for forensics, it will be log'rotated when needed anyway [12:35] I'm already rsync'ing it [12:36] we had cases like that long ago, it's not an issue in itself [12:57] Hi all === yofel_ is now known as yofel [12:58] Is there a hook triggering once a checkout is done completely ? [12:58] I have tried post_pull, post_branch_change, but none of them is triggered after the .bzr/checkout directory is made [13:03] rom1: I don't think there is such a hook yet, patches or bug welcome ! [13:03] that's what i thought : thx vila ! [13:04] mgz: http://paste.ubuntu.com/718773/ should fix the issue, weird that we never encountered the case though [13:05] vila: the replace is redundant [13:05] otherwise looks about right [13:05] meh ? The one I delete ? [13:06] * mgz bops self on head [13:06] bah, sorry you don't have the context here [13:06] yes, the code you're deleting is wrong [13:08] that it triggered a loop though is still a bit concerning === med_out is now known as medberry [13:09] mgz: look at the method itself, this was the last place we use unicode_output [13:09] mgz: I suspect some similar case happened in the paste leading to the introduction of ascii_output to avoid the problem [13:10] s/paste/past/ :) [13:10] re-starting with max_threads = 2 [13:10] yeah, seen [13:10] hu ho [13:13] dandling scripts/main_lock, never see that before [13:13] wow, we'll now soon enough, praat requeued [13:15] hmm, otrs2 and console-tools didn't finish, they are still running [13:17] one more trick to monitor: 5) run top ordered by MEM used [13:18] that's how I found back otrs2 and console-tools (you need to add cmdline to the displayed columns) [13:18] those two orphan imports... [13:19] vila: sorry [13:19] ... will finish... eventually... but won't be marked as such in the db ??? May be another cause of those random imports coming out of sequence [13:20] jml: hehe, too soon to be sorry, join the fun fixing the fallouts ;-p [13:20] jml: kidding, I think we nailed them down [13:20] vila: cool. thanks. [13:21] jml: your way to remind me why you TDD-infected me is naughty though ;-D [13:23] mgz: in the mean time, the importer fail to start the already running imports so we should be safe... [13:23] bbiab [13:24] okay, first one back can try again [13:24] * vila nods [13:25] vila: :) [13:25] ^I do 5) all the time on this box :) [13:31] can anyone help me with bzr-git failing? http://paste.pocoo.org/show/497924/ [13:34] seems like https://bugs.launchpad.net/bzr-git/+bug/706990 but that should be fixed in bzr-git I have [13:34] Ubuntu bug 706990 in Bazaar Git Plugin "git-import fails on remote repository with AttributeError: 'RemoteGitRepository' object has no attribute '_git'" [Critical,Fix released] [13:38] ccxCZ: the traceback *is* different [13:39] ccxCZ: bug 849250 [13:39] Launchpad bug 849250 in Bazaar Git Plugin "pull into remote git branch fails" [Low,Fix committed] https://launchpad.net/bugs/849250 [13:39] you need 0.6.3 [13:39] seems if I just do branch, it works [13:40] ...which I'm not sure when jelmer plans to release [13:41] +affectsmetoo that bug at least. [13:41] okay, now I need to get going. [13:43] seems eadd fails consistently though [13:46] doesn't seem to be the same bug to me [13:47] ccxCZ: the line in question with the bug is that one [13:49] yeah, in the end it ends up in the same function, failing on the same row, should I post my traceback there, or just +1 it? [13:52] does lp allow some formatting? I guess the traceback should at least be monospaced === zyga is now known as zyga-afk [14:15] mgz, would you have a minute to review https://code.launchpad.net/~james-w/udd/config-location/+merge/80337 ? [14:15] vila, you've experience related to ^ I think? === aurora|afw is now known as AuroraBorealis [15:34] vila, https://code.launchpad.net/~james-w/udd/base_dir-config/+merge/80350 removes one of your FIXMEs if you would take a look === zyga-afk is now known as zyga [15:40] Mcough> finally back :-} [15:47] gra, that was annoying [15:47] will have a look at those udd branches unless vila gets there first [15:52] james_w: I won't be able to look at them today, but probably tomorrow [15:53] james_w: on the overall and given the issues we had this morning I really like to have basic smoke tests so this kind of refactoring can be done safely without breaking horribly in production though [15:54] oh, there were issues? [15:54] well, if you look at lp:udd recent revisions I'm sure you will spot the fixes ;) [15:55] :-) [15:55] do you have an idea what form those smoketests would take? [15:56] from the top of my head, we have 5 or 6 scripts that should runnable with a minimum setup in the db (the ones from crontab) [15:56] mass-import itself could to with a dedicated import-package simplified replacement [15:56] import-package is the trickiest [15:58] yeah [15:58] you know what would make that easier? [15:59] the changes in the branches that james_w has proposed [16:00] heeh chiken and egg [16:00] unit tests for paths covering these changes will be a significant relief too ;) [16:01] vila: I think there are tests, in fact. [16:01] vila: again, a part of the work that james_w has done is to make some of this more testable. === beuno is now known as beuno-lunch [16:04] jml: tests that exercised the paths ? I don't think so. Even the config tests are very basic [16:04] there aren't tests for the values, no [16:15] jml: you know the udd/iconfig already allows you to define more specific values in locations.conf right ? [16:15] vila: No, I don't. [16:15] vila: oh, wait, yes [16:15] vila: but that's a really bad idea for running a production service [16:15] i.e. in the short term you don't *need* an out-of-tree config [16:15] ha right, but that's more long term [16:16] vila: not really [16:16] vila: long term is you guys coming up with an effective test suite so you can be confident about accepting contributions :) [16:16] right, lets have one more go at the package import queue [16:16] vila: we're planning on deploying sooner than that :P [16:17] jml: yeah for more production services with no effective test suite ? [16:17] :-p [16:20] more seriously, it seems allowing paths.paths to be monkey patched (which I suspect is your short term target) is more risky than allowing iconfig.Iconfig to use a different config file (which can indeed be out of tree) as long the paths are turned into config options [16:20] ah good, it's nearly there [16:20] the first branch adds the support for an alternative config file [16:20] the second is just to remove the hardcoding of base_path [16:21] as an alternative config file doesn't help us with hardcoded paths [16:21] with both we can have the alternative config and all the sysadmins to configure all the important paths to their liking [16:23] I understand that james_w , I'm talking about an alternative started long ago which would get rid of paths :-/ [16:23] family time here, don't let me block you, go ahead with the branches, Ill catch up, but please, do some basic testing first so it doesn't blow up at deploy time [16:23] abentley: hi [16:24] abentley: I have a pipeline question [16:24] abentley: is there a command to check my pipeline to see if any previous pips has revisions that aren't in the next pipe? [16:24] jml, james_w : oh, and tell me where I can look at the other service code, I'm sure it will be far clearer [16:25] oo, symlink failure on ikiwiki [16:29] vila: lp:pkgme-binary. It probably won't make it clearer. [16:35] thumper: You can compare two pipes with "bzr missing", but there isn't something that checks the whole pipeline. [16:36] thumper: But "bzr pump" is a no-op if there's nothing to pump. [16:36] ok [16:36] cool [16:36] might be a nice to have though [16:37] thumper: yeah, I think so. Could you file a bug describing the UI you'd like to see? [16:38] abentley: sure... although in the middle of a 13 branch pipeline right now :) [16:38] pre-merge trunk fix ups [16:38] vila, I'm not sure I understand what the alternative you are proposing is. I'd like to consider it if it's something you've been working towards [16:52] james_w: basically: get rid of udd.paths by turning them into config options. From there we can focus on the config file handling [16:53] vila: I'm surprised. there's already so much redundant stuff in the config file [16:53] vila: why would it be a good thing to make them independent options? [16:53] * jml → lunch === deryck is now known as deryck[lunch] === beuno-lunch is now known as beuno [17:18] jml: the redundant stuff is a different issue, you want to redefine root_dir right ? So, it's a config option. [17:22] vila: you stopping the importer? [17:22] gnome-games is the last one I wanted to see through [17:22] hopefully won't be too much longer :) [17:22] mgz: yup, sorry, didn't know you were looking, console-tools was stuck for too long [17:23] mgz: and still mentioned in the running jobs while not under the mass-import control => too much weird stuff [17:23] so: stop/start to see [17:23] yeah [17:24] I'm just going to do a quick post to the dd list about the unicode status [17:24] yup, would be nice, I've seen two different signatures but don't know how to interpret them (yet) [17:25] mgz: ha ! acidbase I think is the one with NFD path [17:27] yeah, there's one more like it too [17:27] *two more [17:30] okay, gnome-games succeeded [17:30] amusing that was the last packaged through, given the original bug report was about it. [17:34] huh ? [17:34] mgz: gnome-games is still running [17:34] hm, looked finished from the package log [17:35] but you're right, the driver hasn't got there yet [17:35] more data in the package log as we speak ;) [17:35] where are you looking ? [17:35] I was clearly being over-eager :) [17:35] okay, will save draft and send this email when I get back later [17:37] mgz: but looking at the log it went far further this time [17:37] mgz: it failed in the dapper era and is now in the gutsy one [17:41] right, time for me to head off, will check in a bit later [17:53] hi * [18:08] hi jelmer [18:08] Hello there.. I get the following error: bzr: ERROR: Permission denied: ".": OPTIONS of 'https://*': authorization failed: Could not authenticate to server: rejected Basic challenge (https://*) [18:08] And when i use SVN to check out the same repo, it works as it should [18:09] Using Ubuntu oneiric [18:11] BlackDex: hi [18:11] jelmer: Hello [18:12] BlackDex: how does svn prompt for credentials? [18:12] bzr should be able to use the credentials stored in ~/.subversion [18:12] It asked once, and now it doesn't any more so i know they are saved [18:13] BlackDex: how did it ask though, using a simple password prompt? [18:13] (on the commandline) [18:15] jelmer: That i can't remember [18:15] is there a way to use a file url to access and svn repository using bzr-svn? [18:15] /and/an/ [18:15] i can remove/rename the .subversion and try again [18:15] exarkun: it should support file URLs and local paths [18:17] jelmer: It asked on the prompt via the cli [18:17] Ah, indeed. Thanks. [18:20] Although if i check. There is a file in "~/.subversion/auth/svn.simple" [18:20] And there i see it is using gnome-keyring but it has my username in it and the correct info [18:20] as far as i can tel [18:20] but not the password it self [18:21] BlackDex: ah, we don't integrate with gnome-keyring well yet so that's probably the issue [18:21] vila: I seriously don't get why you want us to add more variables to the config file that no one actually wants to configure [18:23] strange.. it worked under natty [18:24] jml: you don't want to redefine root_dir ??? === deryck[lunch] is now known as deryck [18:24] vila: root_dir, no. base_dir, yes. download_cache_dir, hell no. [18:24] if "discovering tags" is taking ages when checking out an svn branch with bzr/bzr-svn, is there something that should be configured that would make it faster? [18:27] jml: yes, base_dir from which all the other paths are derived from (including root_dir, the names confused me) [18:30] vila: right. I don't want to configure download_cache_dir or debian_diffs_dir or any of those other things separately from configuring base_dir. [18:30] jml: I'll be fine if they are all calculated from base_dir, making them config options is one possible way to get there [18:30] jml: yes, me neither [18:31] but if I have to (and today I have) I'd rather have all the definitions in a single place [18:31] exarkun: newer versions of bzr-svn are somewhat more efficient in that regard [18:31] vila: hi [18:31] vila: I think I saw something about the rollout of a new bzr-builddeb [18:31] vila: so maybe let's move the things we don't want to configure out of the config file [18:32] jelmer: hey, we've deployed a newer buildeb on jubany, is it ok to retry the multiple tarballs imports [18:32] jelmer: So it's just slow (~5 minutes to branch) until I upgrade? [18:32] jml: and separate base_dir from the others ? [18:32] exarkun: it might be related to the number of tags in the twisted repo [18:33] vila: yeah, go for it [18:33] vila: well, if it's the only thing that needs to be configured, then yes. [18:33] vila: worst that can happen is that they still fail I guess? [18:33] jelmer: roughly yes, but it's funnier to requeue them if there is some hope it's useful ;) [18:34] jml: what if one site want to put web_base_dir somewhere else ? They will still have to chnage the code ? [18:35] jml: the hierarchy about where the log files are stored have already changed [18:35] vila: then we'll deal with that use-case when we get to it? [18:35] vila: I haven't tried it on a large number of packages yet, but I think it should work - at least for a fair number of the currently failing ones [18:35] jml: we *did* get to it, maxb created udd/paths by starting centralizing them [18:36] vila: ok, so I'm confused [18:36] s/centralizing/to centralize/ [18:36] vila: what do you want? [18:37] if we change the way we access the paths (as james_w proposed) I'd rather change it to something that makes it clear that these paths *can* be configured [18:38] * maxb thinks there should just be one config var, for the root of the tree. People can use symlinks if they must for the rest :-) [18:38] *especially* the various paths within the www dir [18:38] more nightmare for testers [18:39] or any other alternate installation really [18:39] unless you want a setup.py ? or a proper package ? [18:40] and I still don't know how to add comments on symlinks and I really like having comments to describe such a hierarchy [18:40] well, the start of having a proper package is getting the config file out of the branch [18:40] jml: it was out of the branch and as such made the deployment harder [18:41] jelmer: In Natty i had to manualy gif my username and password, now i just get an error.. [18:41] But i try to config it so it doesn't use gnome-keyring now [18:41] Why would we ever want a "proper" package? [18:41] vila: what do you suggest we do for our deployment then? [18:41] vila: maintain a fork? [18:41] just for the config? [18:41] nope [18:42] having your config file override the one in the branch and maintain it as you see fit [18:42] every single setting [18:42] better not miss one [18:42] Actually, what if we remove all the path configuration. ALL of it. Just find paths relative to the running script [18:43] until we can make the options depend on each other as mentioned in the config file [18:43] BlackDex: I think the difference is that svn now uses gnome-keyring by default [18:43] wait for a facility to allow a config file to do something that code can already do, just in case someone comes along who wants to customize something? [18:43] jml: at which point you'll have only to define the differences which should be very narrow [18:44] meh, I'm not the one asking for the change right now, I want to have it for tests but just create the same /srv dir for now [18:44] isn't https://code.launchpad.net/~james-w/udd/config-location/+merge/80337 allowing for having a config file that overrides the one in the branch? [18:46] BlackDex: svn in oneiric that is [18:46] james_w: yup, I have only minor (if even) objections to that one [18:46] vila: can you requeue the multi-tarball packages? [18:47] jelmer: asap but I'm waiting for the importer to gracefully stop right now [18:47] vila, cool [18:47] vila: what sort of tests do you want for the other branch? self.assertEqual(paths.web_dir, os.path.join(root_dir, "www"))? [18:48] jelmer: It also seems i can't force it to store it as plaintext [18:48] james_w: i.e. if a config file is found take it, otherwise use the old one is perfectly fine with me [18:50] jelmer: Well there is only one way to bypass all this.. by putting the username and password in the branch.conf in front of the URL [18:50] jml: for unit tests, yeah, make sure we still produce the same as before, smoke tests that all scripts are still behaving correctly are more important though, failing that, tell me it still run for your deployment [18:50] s/it/they/ [18:52] jml: that's where I have most fears, these paths where collected from scripts where they were evaluated very early, they should all be more dynamic now. So making them use base_dir *should* work, but the only way to be sure... [18:52] jelmer: If i want to create a bug report, where should i report this bug?? bzr-svn or bzr? [18:53] vila: ok. [18:56] jml: sorry to sound picky here, but right now, I'm waiting for an import to finish so I can restart the importer one last time hopefully fixing the last issue introduced by deploying PATH/PYTHONPATH shuffling across the scripts ;-P [18:56] and it's EOD ;) [18:57] vila: understood :) [18:59] vila, is http://paste.ubuntu.com/719082/ like what you are thinking for unit tests? [19:03] james_w: eeerk, base_dir is already define there but we still don't use it :-/ [19:03] grr [19:03] jml: by the way, expanding the options *is* available in bzr-2.4 [19:04] jml: which bzr version do you use or require for you pkgme ? [19:04] vila, defined where? [19:04] vila: I think anything better than 1.14 would work [19:04] in pkgimport.conf [19:04] yes, and this branch makes it use it I thought? [19:04] jml: hehe, seriously, are you constrained by some LTS support or something ? [19:05] the second branch that I submitted [19:05] vila: probably we'll deploy on the IS standard: lucid [19:07] we can ask for a newer bzr if it's needed, but we're not interested in making use of the expansion behaviour [19:07] jml: urgh rmadison bzr => 2.1 [19:07] and neither is package-import as far as I am aware [19:07] so I don't feel the need to do the work to allow configuration of paths that no-one wants to change at this point [19:08] we do want to configure the base dir though [19:08] I think maxb's suggestion makes sense, but I don't know why I didn't just do that in the first place :-) [19:09] brb [19:10] but I can see that wanting to put the output somewhere other than where the code lives would desirable [19:10] even if it's not how it's deployed on package-import [19:11] james_w: then I think I kind of miss the point of your proposal, why not create a symlink from /srv/pack.... to where you want your new deployment to live and be done with it ? [19:12] we certainly could, but there was a big FIXME in the code when we found this, so we thought we would FIXIT [19:13] and perhaps IS will want to deploy to the same machine, we don't know yet [19:19] james_w: well, back to .... go ahead :) I will be able to redefine base_dir in locations.conf with your proposals so it's already a good step [19:20] ok, thanks [19:54] hi, how to i delete my launchpad login info? [22:56] morning all :) [23:14] hi all [23:41] hi poolie [23:42] hi there, how's cali? [23:42] sunny :) [23:47] * jelmer bets Sydney is even sunnier [23:48] mm, not today, ~14C and cloudy [23:48] it was 36C and sunny on monday [23:49] Fortunately, we don't have any of those "C"'s in this country. Sounds like a commit plot to me. [23:49] fullermd: I'm in your country but I'm sticking to SI, thankyouverymuch. :-P [23:50] Onoes. The Red Invasion proceeds :( [23:59] (I'm late to the party... but you can tell you work with source control too much when your mistype "commie" as "commit" jelmer :P) [23:59] :)