jerryz_ | fungi: thanks. do i need file a bug in ci-infra when we decide to create a feature branch? | 00:00 |
---|---|---|
*** msabramo has joined #openstack-infra | 00:01 | |
fungi | jerryz_: i believe if you make your acl grant create privileges for your -ptl group on refs/* then you should be able to create a branch on the project | 00:03 |
dstufft | mordred: wat | 00:03 |
dstufft | mordred: how are feature branches the opposite of CI | 00:04 |
dstufft | that's like saying Trucks are the opposite of Apples :V | 00:04 |
mordred | dstufft: continuous integration is the process of continuously integrating work | 00:04 |
*** aconrad has quit IRC | 00:05 | |
dstufft | mordred: sure, when it's ready to be integrated | 00:05 |
mordred | dstufft: feature branches are a technique for doing parallel work efforts and then integrating later | 00:05 |
*** packet has quit IRC | 00:05 | |
*** manishg has joined #openstack-infra | 00:05 | |
mordred | which typically comes at a higher cost due to the larger amount of work needed to be done at each integration window | 00:05 |
dstufft | not using feature branches means you're always working on mainline, which means you end up with stuff just sitting uncommitted in your current directory because it's not ready to be integrated yet | 00:06 |
mordred | or you do your work in smaller chunks so that it can be integrated sooner | 00:06 |
mordred | http://martinfowler.com/bliki/FeatureBranch.html | 00:08 |
*** manishg_ has joined #openstack-infra | 00:08 | |
*** manishg has quit IRC | 00:09 | |
*** manishg_ is now known as manishg | 00:09 | |
mordred | mind you - I'm not saying that feature branches may not be a good idea depending on the team size and the project- but quite literally CI was developed in the first place to deal with the problem of merge hell that arose from feature branches | 00:11 |
dstufft | I'm generally for small feature branches so that you can integrate it sooner sure, but going by that defintion it seems to mean you can't use any branches at all | 00:13 |
mordred | I think there is a difference between long-lived shared feature branches | 00:13 |
mordred | and short-lived small feature branches | 00:14 |
mordred | which are really just "branches" | 00:14 |
mordred | I use those like crazy | 00:14 |
openstackgerrit | John Griffith proposed a change to openstack-infra/config: Create cinder-specs git repo https://review.openstack.org/91723 | 00:14 |
fungi | stable release branches aren't necessarily at odds with ci either | 00:14 |
*** ArxCruz has joined #openstack-infra | 00:14 | |
mordred | right | 00:14 |
*** ArxCruz has quit IRC | 00:14 | |
dstufft | mordred: going by this defintion of CI it seems like code reviews are impossible too | 00:15 |
fungi | branches make sense when you're branching your development effort off in different directions... it's when you need to bring those branches back together again that things get ugly. trees don't often reintegrate branches in nature either ;) | 00:15 |
*** manishg has quit IRC | 00:15 | |
fungi | and yes, gerrit's code review model really is like having lots of little feature branches you reintegrate asap | 00:16 |
*** msabramo has quit IRC | 00:17 | |
*** PaulHend has joined #openstack-infra | 00:17 | |
mordred | dstufft: I'm not sure I agree - I think the underlying idea is that you don't want to go off and do multi-weeks of work without landing things | 00:17 |
openstackgerrit | John Griffith proposed a change to openstack-infra/config: Create cinder-specs git repo https://review.openstack.org/91723 | 00:17 |
mordred | whether you accomplish that with branches, patches or direct-commits to master is an impl detail | 00:17 |
fungi | finding out as soon as possible that your work is in conflict with one of the hundreds of other developers on your project tends to be a time saver | 00:18 |
dstufft | mordred: so I just read the martin fowler article, and going by his defintion of CI it's something I never ever want to use. | 00:18 |
*** manishg has joined #openstack-infra | 00:19 | |
dstufft | I generally agree with the idea that you don't want to do multi weeks work of things without landing it, and that you should strive to make your feature branches as small as possible | 00:19 |
mordred | dstufft: well, yeah - that's the crazy-pants theory guy | 00:20 |
mordred | dstufft: I don't want to do that eiter :) | 00:20 |
dstufft | Like I don't think his defintion of CI is useful in any way | 00:20 |
*** wenlock has quit IRC | 00:20 | |
dstufft | or of feature branch | 00:20 |
*** packet has joined #openstack-infra | 00:23 | |
fungi | the more toned down suggestion there is that it's potentially safer, assuming you have *extensive* testing of the project, to develop code behind feature flags on mainline and continuously test that you're not breaking mainline in the process | 00:23 |
fungi | and also have tests that enable your feature and exercise it | 00:23 |
*** manishg has quit IRC | 00:24 | |
*** praneshp has quit IRC | 00:24 | |
fungi | and that way everyone's developing with your code in progress already landed, so the chances of divergence are significantly lessened | 00:24 |
*** manishg has joined #openstack-infra | 00:24 | |
fungi | as opposed to having 50 feature branches, and just before release everyone wants to integrate them at the same time and discovers all sorts of reasons why they interact negatively | 00:25 |
dstufft | sounds like a good way to end up with lots of churn on the mainline, unless people write software completely differently than I do | 00:25 |
dstufft | trying to land 50 changes at once sounds like a receipe for pain no matter how you do it :) | 00:27 |
*** aconrad has joined #openstack-infra | 00:27 | |
fungi | i'm looking to see what the rough commit merge cadence on openstack/nova is | 00:28 |
*** manishg has quit IRC | 00:28 | |
dstufft | (I also think that shipping software with options that essentially say, break this software because the feature is half done is bad form) | 00:28 |
*** markmcclain has quit IRC | 00:29 | |
*** manishg has joined #openstack-infra | 00:29 | |
*** ArxCruz has joined #openstack-infra | 00:29 | |
*** ArxCruz has quit IRC | 00:29 | |
*** che-arne_afk has joined #openstack-infra | 00:30 | |
fungi | eh, nova gets up around 20 commits a day during the week and falls off on weekends | 00:30 |
*** che-arne has quit IRC | 00:30 | |
*** jhesketh_ has joined #openstack-infra | 00:30 | |
fungi | experimental features which aren't enabled by default (and are clearly marked as dangerous) don't seem bad to me | 00:31 |
*** jhesketh_ is now known as jhesketh | 00:31 | |
jhesketh | Morning | 00:31 |
fungi | and testing bob's, betty's and bill's features in progress simultaneously is a lot easier if it just means enabling several experimental options rather than trying to solve merge commits between all their individual feature branches | 00:32 |
fungi | s/simultaneously/together/ | 00:32 |
dstufft | fungi: I think there's a difference between experimental (which implies the feature is in some sort of working state but maybe has some corner cases) and is always going to be broken because half the functionality isn't there yet | 00:33 |
fungi | well, that goes back to not developing in huge chunks. land bits which work by themselves, even if they don't necessarily do much, and build up to the full feature | 00:34 |
fungi | rather than landing broken code | 00:34 |
*** manishg has quit IRC | 00:34 | |
*** andreykurilin_ has joined #openstack-infra | 00:34 | |
*** manishg has joined #openstack-infra | 00:35 | |
dstufft | its not clear to me how that actually works with any feature that is in any way complex at all | 00:35 |
*** moted has joined #openstack-infra | 00:35 | |
fungi | more that you stub out or mock the parts you'll flesh out later, acting as no-ops and so on, rather than just leaving dangling breakage | 00:36 |
dstufft | well that's half broken :) the end user don't care | 00:37 |
*** SumitNaiksatam has joined #openstack-infra | 00:37 | |
fungi | i think it's a question of audience. if the end user wants bleeding-edge-pull-from-github-on-every-commit software, then those are the sorts of rough edges i thing would be expected | 00:38 |
fungi | er, think | 00:38 |
*** manishg has quit IRC | 00:39 | |
fungi | you can always start a release branch and continue cherry-picking the remaining parts of in progress features (or disengaging/disabling them) before releasing to the other audience who expects the fully-baked experience | 00:40 |
dstufft | Well in that case your mainline branch isn't actually always in a releaseable state, you just pretend it is because your tests happen to pass | 00:40 |
*** manishg has joined #openstack-infra | 00:40 | |
*** andreykurilin_ has quit IRC | 00:42 | |
fungi | yeah, i'm just saying i think that having your features out-of-tree and then dumping them into mainline just before release isn't necessarily "always releasable" either | 00:43 |
fungi | of course mainline seems "still releasable" if you never add new commits to it until release time rolls around | 00:43 |
*** pcrews_ has quit IRC | 00:43 | |
dstufft | do people actually do that? Just hold open N feature branches until it's time to release | 00:44 |
fungi | but then there wouldn't be any point in running from mainline anyway if it was no different from the last release | 00:44 |
*** marcoemorais has quit IRC | 00:44 | |
dstufft | Every place I've ever seen would open a feature branch, complete the feature, merge it in | 00:44 |
*** ArxCruz has joined #openstack-infra | 00:44 | |
*** ArxCruz has quit IRC | 00:44 | |
dstufft | the feature branch might be open 10 minutes, or 10 days, wahtever it takes to complete the feature | 00:45 |
*** manishg has quit IRC | 00:45 | |
dstufft | so things land in a staggered fashion | 00:45 |
*** aconrad has quit IRC | 00:45 | |
fungi | it's not so much the idea that mainline is always releasable, but rather that every commit on mainline is a release, and releasing continuously on a complex project tends to require either a compromise of developers not working within one another's contexts, or landing partial features which are disabled by default and marked as being in progress | 00:46 |
*** packet has quit IRC | 00:46 | |
fungi | at least those are the two approaches i've seen with any regularity | 00:47 |
fungi | also, i am more a fan of good old-fashioned releases, but i gather that ci is fashionable in this fast-paced new devops utopia where the users are often also the developers | 00:48 |
dstufft | sure i've seen both approaches too, but the "partial features" approach i've seen don't fall under martin fowler's defintion of CI either, because they were done in a branch, might have taken a few days to write, and were reviewed before they were integrated | 00:48 |
*** manishg has joined #openstack-infra | 00:49 | |
dstufft | his CI seems to require just everyone commiting straight to master | 00:49 |
dstufft | (I'm not sure how you'd do his CI on an OSS project at all TBH) | 00:50 |
fungi | yeah, i think the idea of "topic branches" falls in between chaos and feature branches. i would consider the way we handle code review of one or a small stack of commits in gerrit to be topical rather than feature-oriented | 00:50 |
fungi | consider the lkml... i'm not sure i'd actually call an e-mail thread a "branch" in the revision control sense, but it's basically the same idea | 00:52 |
dstufft | fungi: would you approve a changeset that had half a feature with some guards around the new feature and a promise to submit a second patch later? | 00:52 |
fungi | with a well-written and approved design to back it up, yeah | 00:52 |
dstufft | so what do you do if the second patch never comes | 00:53 |
*** manishg has quit IRC | 00:53 | |
fungi | that's technical debt, but in all likelihood no worse than the technical debt of resolving the merge conflicts if it had been landed as one giant series in parallel with several others which tried to touch the same bits of the repository | 00:53 |
*** manishg has joined #openstack-infra | 00:54 | |
fungi | either you've got merge conflicts to resolve on the incoming feature branches or you've got revert conflicts to resolve ripping the dead code back out again | 00:54 |
dstufft | well except one is mandatory to resolve or else you can't actually do the merge, and the other isn't and most projects are not very good at managing techincal deb and going back and removing things | 00:54 |
dstufft | the second one can be poliically dificult too, because you end up with people who don't want that code ripped out but also don't want to actually finish the damn feature themselves ;) | 00:55 |
*** rhsu has quit IRC | 00:55 | |
fungi | in all probability i'd take the history of development work within the project for that committer into account when deciding whether the code needed to be fully baked or could be landed in several iterations | 00:56 |
*** lakshmiS has quit IRC | 00:56 | |
fungi | we've definitely had plenty of success with large features which were landed incrementally with multiple supporting changes which didn't all have to land in one shotgun blast to the head | 00:57 |
dstufft | (I completely agree with the idea of breaking things down into smaller chunks to reduce the length of time to integration, even breaking down larger features into smaller features where possible, but each change should stand on it's own without needing guards to protect against that code running) | 00:58 |
dstufft | It might be the smaller feature isn't particularly useful without something to consume it | 00:58 |
fungi | from a code review perspective it's a time saver, because re-reviewing large patch series every time they're rebased on fast-moving projects eats a lot of time | 00:59 |
*** manishg has quit IRC | 00:59 | |
*** ArxCruz has joined #openstack-infra | 00:59 | |
*** ArxCruz has quit IRC | 00:59 | |
*** manishg has joined #openstack-infra | 00:59 | |
fungi | if i can review one piece, and that lands, and then review the next piece, and that lands, and so on, the rebasing is kept to a minimum | 01:00 |
fungi | as are the chances of errors introduced from botched rebases | 01:00 |
dstufft | fungi: sure, breaking things into smaller stand alone features are good ;) my assertion is that breaking it into smaller half features is not ;P | 01:02 |
dstufft | I do a lot of the first | 01:03 |
dstufft | none of the second | 01:03 |
*** pcrews_ has joined #openstack-infra | 01:03 | |
*** manishg has quit IRC | 01:04 | |
fungi | the first is definitely preferable, and the second is when i might end up weighing that option against the possibility of a slightly-longer-lived topic branch which verges on being a feature branch while not really being declared so formally as such | 01:04 |
dstufft | I'd rather work on a feature branch than have half a feature in mainline | 01:05 |
*** manishg has joined #openstack-infra | 01:05 | |
dstufft | rebasing isn't that hard | 01:05 |
fungi | rebasing isn't itself hard, but rebasing repeatedly while trying to get a larger branch through review eats a lot of reviewers' time, so there's a trade-off | 01:06 |
*** praneshp has joined #openstack-infra | 01:06 | |
*** praneshp_ has joined #openstack-infra | 01:07 | |
*** manishg has quit IRC | 01:10 | |
*** manishg has joined #openstack-infra | 01:10 | |
*** praneshp has quit IRC | 01:11 | |
*** praneshp_ is now known as praneshp | 01:11 | |
dstufft | Sure, though I think that's largely a function of how long a change sits and how many other changes land in the mean time. iow it's not clear to me that it would actually make anything better in say Openstack to land half features because you'd have (theortically) easier to review patches, but the number of merges would go up thus increasing the time between when a change is approved and when it is actually merged | 01:12 |
dstufft | since how long it takes to run the tests is a fixed cost | 01:12 |
dstufft | and that has to be done serially | 01:12 |
dstufft | whereas reviewing can be done in parallel :D | 01:12 |
dstufft | so in many ways you might end up increasing the rebasing | 01:13 |
*** ArxCruz has joined #openstack-infra | 01:14 | |
*** ArxCruz has quit IRC | 01:14 | |
*** manishg has quit IRC | 01:14 | |
*** manishg has joined #openstack-infra | 01:15 | |
*** prad has joined #openstack-infra | 01:17 | |
*** prad has quit IRC | 01:19 | |
*** manishg has quit IRC | 01:20 | |
*** manishg has joined #openstack-infra | 01:20 | |
*** pcrews_ has quit IRC | 01:23 | |
*** rhsu has joined #openstack-infra | 01:24 | |
*** manishg has quit IRC | 01:25 | |
*** saschpe has quit IRC | 01:25 | |
*** saschpe has joined #openstack-infra | 01:27 | |
fungi | entirely possible. it may also just be that i quickly get bored reviewing large changes ;) | 01:29 |
*** dims has quit IRC | 01:29 | |
*** ArxCruz has joined #openstack-infra | 01:29 | |
*** ArxCruz has quit IRC | 01:29 | |
*** gyee has quit IRC | 01:36 | |
*** ArxCruz has joined #openstack-infra | 01:44 | |
*** ArxCruz has quit IRC | 01:44 | |
*** mriedem has joined #openstack-infra | 01:45 | |
*** moted has quit IRC | 01:46 | |
*** marun has quit IRC | 01:49 | |
*** sdake_ has joined #openstack-infra | 01:51 | |
*** SumitNaiksatam has quit IRC | 01:52 | |
*** ArxCruz has joined #openstack-infra | 01:59 | |
*** ArxCruz has quit IRC | 01:59 | |
*** morganfainberg is now known as morganfainberg_Z | 02:00 | |
*** giustoXricordarl has quit IRC | 02:02 | |
*** atiwari has quit IRC | 02:05 | |
*** mriedem has quit IRC | 02:09 | |
*** ArxCruz has joined #openstack-infra | 02:14 | |
*** ArxCruz has quit IRC | 02:14 | |
*** wenlock has joined #openstack-infra | 02:20 | |
*** prad has joined #openstack-infra | 02:28 | |
*** prad has quit IRC | 02:28 | |
*** ArxCruz has joined #openstack-infra | 02:29 | |
*** ArxCruz has quit IRC | 02:29 | |
openstackgerrit | James E. Blair proposed a change to stackforge/gertty: Add a Quit dialog https://review.openstack.org/91932 | 02:43 |
jeblair | harlowja, anteaya: ^ | 02:43 |
harlowja | ah cool | 02:43 |
*** ArxCruz has joined #openstack-infra | 02:44 | |
*** ArxCruz has quit IRC | 02:44 | |
jeblair | harlowja: i built it on your change -- i added some things and removed a couple; let me know what you think | 02:44 |
harlowja | looks fine | 02:45 |
jeblair | now starts the long process of un-learning "ctrl-\ quits" :) | 02:45 |
harlowja | i was trying it out yesterday, and made the sqlite db have enabled for taskflow, am slightly unsure how to use it, but its a start :-P | 02:45 |
harlowja | it did seem to try to suck down the taskflow reviews | 02:45 |
harlowja | *i think | 02:45 |
harlowja | ha | 02:45 |
harlowja | like i see sync doing stuff, and openstack/taskflow on the main page | 02:46 |
harlowja | but no reviews, should there be? | 02:46 |
jeblair | the basic idea is that when you select taskflow, you should see a list of changes you need to review, and once you review them, they should be hidden (but you can show/hide them, or mark/unmark them at will, kind of like email) | 02:47 |
*** moted has joined #openstack-infra | 02:48 | |
jeblair | i haven't quite gotten the semantics right around which things it should automatically consider reviewed yet.. but it errs on the side of considering them unreviewed... | 02:48 |
harlowja | hmmm, ya, so first problem i had, was how to enable taskflow | 02:48 |
jeblair | so i'd sort of expect you to see some changes | 02:48 |
harlowja | i had to go into the sqlite db and enable it, lol | 02:48 |
jeblair | yeah, the start with empty screen isn't a good ux. :) | 02:49 |
harlowja | hehe | 02:49 |
jeblair | the idea there is you should hit "l" to list all the projects, then "s" to subscribe to the ones you want | 02:49 |
harlowja | ahhh, there it goes | 02:49 |
harlowja | no i see them | 02:49 |
harlowja | *now | 02:50 |
jeblair | all the screens have (at least a little bit) of help on f1, that sholud help you figure some of it out | 02:50 |
harlowja | ya, mac f1 is weird, have to do function + f1, ha | 02:50 |
jeblair | oh man. that's like the one thing terminals should never screw up. :( | 02:51 |
*** sweston has joined #openstack-infra | 02:51 | |
harlowja | :) | 02:51 |
harlowja | ok, got to never sync nova, bad idea, lol | 02:51 |
jeblair | haha, yeah i have not tried that. :) | 02:51 |
harlowja | ya, i shouldn't have :-P | 02:52 |
jeblair | for now, we should probably just have it display the initial help screen if you start it with no subscribed projects | 02:52 |
jeblair | that will at least make things a little bit discoverable | 02:52 |
harlowja | or just start with listing all projects if never subscribed to anything before? | 02:52 |
jeblair | and we can put a note in there saying you might need to splat-f1 or alt-f1 etc... | 02:52 |
jeblair | well, then i'm worried people might not pick up on the 'subscribe' paradigm | 02:53 |
harlowja | hmmm, or u can get all fancy, and have a tab that has all the projects, and tabs for each subscribed one | 02:54 |
harlowja | haha | 02:54 |
harlowja | maybe thats to much | 02:54 |
jeblair | that's not a bad idea, we might end up with something like that later, especially once it grows things like gerrit's dashboards (custom queries) | 02:55 |
*** ArxCruz has joined #openstack-infra | 02:59 | |
*** ArxCruz has quit IRC | 02:59 | |
harlowja | ya, could be nice, but involves more urwid mastery, lol | 02:59 |
harlowja | is pretty neat though | 03:02 |
harlowja | for those console lovers out there | 03:02 |
jeblair | i'm pretty conversant in gtk and qt -- urwid is just close enough to them to make it seem easy, but just far enough away that it's actually quite hard... | 03:03 |
harlowja | right | 03:03 |
harlowja | i had similar feelings, ha | 03:03 |
harlowja | better than using ncurses directly was my end feeling | 03:04 |
harlowja | :) | 03:04 |
jeblair | i reviewed about 50 changes in gertty on wednesday -- i can't do everything in it yet, but after developing just a little bit of muscle memory, it was so much faster than using the web | 03:04 |
jeblair | and more pleasant too. single page diff view ftw. :) | 03:05 |
harlowja | :) | 03:05 |
jeblair | (i've actually found myself going back too the change view in gertty a couple times looking for the next file to review only to realize i had already reviewed everything) | 03:05 |
*** mriedem has joined #openstack-infra | 03:06 | |
harlowja | ya, i'm gonna try to use it more, see how it works out | 03:07 |
jeblair | biggest gotchas right now are that it doesn't show dependencies, and if there are comments outside of the diffs, they aren't shown | 03:08 |
harlowja | and it doesn't match my terminal colors :-P | 03:09 |
harlowja | ha | 03:09 |
*** mriedem has quit IRC | 03:10 | |
jeblair | oh, yeah, i figured we could add a theming option -- i think urwid makes that sort of thing pretty easy | 03:12 |
harlowja | ya, i think so | 03:12 |
*** ArxCruz has joined #openstack-infra | 03:14 | |
*** ArxCruz has quit IRC | 03:14 | |
openstackgerrit | James E. Blair proposed a change to stackforge/gertty: Make all of the change view scrollable https://review.openstack.org/91934 | 03:15 |
jeblair | that was also bugging me -- that should make it a lot nicer at smaller terminal sizes | 03:16 |
*** ArxCruz has joined #openstack-infra | 03:21 | |
harlowja | ah, cool | 03:22 |
harlowja | figuring out the 'pack' and such magic was a pita, lol | 03:22 |
harlowja | when pack, when weight... | 03:23 |
*** SumitNaiksatam has joined #openstack-infra | 03:23 | |
openstackgerrit | A change was merged to stackforge/gertty: Handle exiting more gracefully https://review.openstack.org/91504 | 03:23 |
openstackgerrit | A change was merged to stackforge/gertty: Add a Quit dialog https://review.openstack.org/91932 | 03:24 |
harlowja | if https://github.com/harlowja/gerrit_view/ goes on stackforge (maybe i should just do that), then we can have like a gerrit powertools package or something, ha | 03:26 |
*** ArxCruz has quit IRC | 03:35 | |
openstackgerrit | James E. Blair proposed a change to stackforge/gertty: Add a welcome screen https://review.openstack.org/91936 | 03:38 |
jeblair | harlowja: ^ based on your ux feedback! :) | 03:38 |
harlowja | ha | 03:38 |
harlowja | cool | 03:39 |
openstackgerrit | A change was merged to stackforge/gertty: Make all of the change view scrollable https://review.openstack.org/91934 | 03:39 |
openstackgerrit | A change was merged to stackforge/gertty: Add a welcome screen https://review.openstack.org/91936 | 03:40 |
jeblair | harlowja: that's it for me tonight, thanks for your help! | 03:40 |
harlowja | np :) | 03:41 |
*** ArxCruz has joined #openstack-infra | 03:42 | |
*** ArxCruz has quit IRC | 03:42 | |
*** moted has quit IRC | 03:49 | |
*** PaulHend has quit IRC | 03:53 | |
*** Ryan_Lane1 has quit IRC | 03:55 | |
*** arnaud__ has quit IRC | 04:06 | |
*** tteggel has quit IRC | 04:15 | |
*** jraim has quit IRC | 04:15 | |
*** Alex_Gaynor has quit IRC | 04:16 | |
*** simonmcc has quit IRC | 04:16 | |
*** serverascode has quit IRC | 04:16 | |
*** wenlock has quit IRC | 04:16 | |
*** jraim has joined #openstack-infra | 04:29 | |
*** clayg has joined #openstack-infra | 04:30 | |
clayg | can anyone merge https://review.openstack.org/#/c/91815 ??? | 04:30 |
*** tteggel has joined #openstack-infra | 04:34 | |
*** simonmcc has joined #openstack-infra | 04:36 | |
*** serverascode has joined #openstack-infra | 04:37 | |
*** Alex_Gaynor has joined #openstack-infra | 04:39 | |
*** hogepodge has quit IRC | 04:48 | |
*** harlowja is now known as harlowja_away | 04:50 | |
*** hogepodge has joined #openstack-infra | 04:52 | |
*** msabramo has joined #openstack-infra | 04:53 | |
*** sdake_ has quit IRC | 04:58 | |
*** talluri has joined #openstack-infra | 05:11 | |
*** Ryan_Lane1 has joined #openstack-infra | 05:12 | |
*** imcsk8 has quit IRC | 05:18 | |
*** imcsk8 has joined #openstack-infra | 05:18 | |
*** Ryan_Lane1 has quit IRC | 05:25 | |
*** chandan_kumar has joined #openstack-infra | 05:35 | |
*** pcrews_ has joined #openstack-infra | 05:44 | |
*** chandan_kumar has quit IRC | 05:47 | |
*** oomichi has joined #openstack-infra | 05:53 | |
*** jhesketh has quit IRC | 05:53 | |
*** rhsu has quit IRC | 05:54 | |
*** rhsu1 has joined #openstack-infra | 05:54 | |
*** pcrews_ has quit IRC | 06:04 | |
*** Alex_Gaynor has quit IRC | 06:11 | |
*** asettle has quit IRC | 06:19 | |
*** arnaud__ has joined #openstack-infra | 06:21 | |
*** Alex_Gaynor has joined #openstack-infra | 06:26 | |
*** asettle has joined #openstack-infra | 06:31 | |
*** talluri has quit IRC | 06:46 | |
*** lcheng_ has joined #openstack-infra | 06:55 | |
*** lcheng_ has quit IRC | 06:55 | |
*** rhsu1 has quit IRC | 07:03 | |
*** chandan_kumar has joined #openstack-infra | 07:04 | |
*** jhesketh has joined #openstack-infra | 07:09 | |
*** andreykurilin_ has joined #openstack-infra | 07:31 | |
*** andreykurilin_ has quit IRC | 07:36 | |
*** andreykurilin_ has joined #openstack-infra | 07:36 | |
*** yolanda has quit IRC | 07:45 | |
*** JayF has quit IRC | 08:01 | |
*** maxbit has quit IRC | 08:02 | |
*** isviridov has quit IRC | 08:08 | |
*** flaper87|afk has quit IRC | 08:08 | |
*** chandan_kumar has quit IRC | 08:08 | |
*** Alex_Gaynor has quit IRC | 08:08 | |
*** msabramo has quit IRC | 08:08 | |
*** openstackgerrit has quit IRC | 08:08 | |
*** Ryan_Lane has quit IRC | 08:08 | |
*** medieval1 has quit IRC | 08:08 | |
*** mattoliverau has quit IRC | 08:08 | |
*** kevinbenton has quit IRC | 08:08 | |
*** lifeless has quit IRC | 08:08 | |
*** odyi has quit IRC | 08:08 | |
*** clarkb has quit IRC | 08:08 | |
*** pfallenop has quit IRC | 08:08 | |
*** yamahata_ has quit IRC | 08:08 | |
*** zhiyan_ has quit IRC | 08:08 | |
*** yjiang5_away has quit IRC | 08:08 | |
*** SergeyLukjanov has quit IRC | 08:08 | |
*** NikitaKonovalov has quit IRC | 08:08 | |
*** plars has quit IRC | 08:08 | |
*** spiffxp has quit IRC | 08:08 | |
*** gaelL has quit IRC | 08:08 | |
*** ptoohill has quit IRC | 08:08 | |
*** vipul has quit IRC | 08:08 | |
*** shardy has quit IRC | 08:08 | |
*** Ng has quit IRC | 08:08 | |
*** sbadia has quit IRC | 08:08 | |
*** Hunner has quit IRC | 08:08 | |
*** bodepd has quit IRC | 08:08 | |
*** zaro has quit IRC | 08:08 | |
*** therve has quit IRC | 08:08 | |
*** devananda has quit IRC | 08:08 | |
*** SlickNik has quit IRC | 08:08 | |
*** clayg has quit IRC | 08:08 | |
*** exz has quit IRC | 08:08 | |
*** mancdaz has quit IRC | 08:08 | |
*** johnthetubaguy has quit IRC | 08:08 | |
*** ekarlso has quit IRC | 08:08 | |
*** sabari has quit IRC | 08:08 | |
*** akscram has quit IRC | 08:08 | |
*** harlowja_away has quit IRC | 08:08 | |
*** primeministerp has quit IRC | 08:08 | |
*** hartsocks has quit IRC | 08:08 | |
*** BobBall has quit IRC | 08:08 | |
*** mika has quit IRC | 08:08 | |
*** tristanC has quit IRC | 08:08 | |
*** uvirtbot has quit IRC | 08:08 | |
*** ttx has quit IRC | 08:08 | |
*** pbelanyi has quit IRC | 08:08 | |
*** koolhead17 has quit IRC | 08:08 | |
*** dragondm has quit IRC | 08:08 | |
*** ChanServ has quit IRC | 08:08 | |
*** amotoki has quit IRC | 08:08 | |
*** blkperl has quit IRC | 08:08 | |
*** Mithrandir has quit IRC | 08:08 | |
*** tru_tru_ has quit IRC | 08:08 | |
*** michchap has quit IRC | 08:08 | |
*** sdake has quit IRC | 08:08 | |
*** miarmak has quit IRC | 08:08 | |
*** afazekas has quit IRC | 08:08 | |
*** dripton has quit IRC | 08:08 | |
*** med_ has quit IRC | 08:08 | |
*** gabriel-bezerra has quit IRC | 08:08 | |
*** jlk has quit IRC | 08:08 | |
*** grantbow has quit IRC | 08:08 | |
*** paul-- has quit IRC | 08:08 | |
*** jerryz_ has quit IRC | 08:08 | |
*** nithya_g has quit IRC | 08:08 | |
*** boris-42 has quit IRC | 08:08 | |
*** briancline has quit IRC | 08:08 | |
*** zul has quit IRC | 08:08 | |
*** morgabra has quit IRC | 08:08 | |
*** thingee has quit IRC | 08:08 | |
*** EmilienM has quit IRC | 08:08 | |
*** StevenK has quit IRC | 08:08 | |
*** Clabbe has quit IRC | 08:08 | |
*** maurosr has quit IRC | 08:08 | |
*** rossella_s has quit IRC | 08:08 | |
*** phschwartz has quit IRC | 08:08 | |
*** bearhands has quit IRC | 08:08 | |
*** russell_h has quit IRC | 08:08 | |
*** antonym has quit IRC | 08:08 | |
*** alaski has quit IRC | 08:08 | |
*** pvo has quit IRC | 08:08 | |
*** Guest37432 has quit IRC | 08:08 | |
*** zz_gondoi has quit IRC | 08:08 | |
*** jbryce has quit IRC | 08:08 | |
*** andreykurilin_ has quit IRC | 08:08 | |
*** julim_ has quit IRC | 08:08 | |
*** krtaylor has quit IRC | 08:08 | |
*** salv-orlando has quit IRC | 08:08 | |
*** sdague has quit IRC | 08:08 | |
*** xchu has quit IRC | 08:08 | |
*** loquacities has quit IRC | 08:08 | |
*** sahid has quit IRC | 08:08 | |
*** mugsie has quit IRC | 08:08 | |
*** locke105 has quit IRC | 08:08 | |
*** sahumada has quit IRC | 08:08 | |
*** mnaser has quit IRC | 08:08 | |
*** jamespd has quit IRC | 08:08 | |
*** jomara has quit IRC | 08:08 | |
*** ryanpetrello has quit IRC | 08:08 | |
*** spredzy has quit IRC | 08:08 | |
*** jeremyb has quit IRC | 08:08 | |
*** msuriar has quit IRC | 08:08 | |
*** davidlenwell has quit IRC | 08:08 | |
*** dkliban has quit IRC | 08:08 | |
*** ruhe has quit IRC | 08:08 | |
*** DinaBelova has quit IRC | 08:08 | |
*** SpamapS has quit IRC | 08:08 | |
*** anteaya has quit IRC | 08:08 | |
*** jgriffith has quit IRC | 08:08 | |
*** mburned has quit IRC | 08:08 | |
*** tteggel has quit IRC | 08:08 | |
*** zehicle_at_dell has quit IRC | 08:08 | |
*** jgrimm has quit IRC | 08:08 | |
*** dkehn has quit IRC | 08:08 | |
*** cyeoh has quit IRC | 08:08 | |
*** dguerri has quit IRC | 08:08 | |
*** gnuoy` has quit IRC | 08:08 | |
*** hdd has quit IRC | 08:08 | |
*** mwagner_lap has quit IRC | 08:08 | |
*** YorikSar has quit IRC | 08:08 | |
*** jamielennox|away has quit IRC | 08:08 | |
*** mtreinish has quit IRC | 08:08 | |
*** ewindisch has quit IRC | 08:09 | |
*** soren has quit IRC | 08:09 | |
*** jeblair has quit IRC | 08:09 | |
*** proffalken has quit IRC | 08:09 | |
*** Daviey has quit IRC | 08:09 | |
*** nijaba has quit IRC | 08:09 | |
*** adarazs has quit IRC | 08:09 | |
*** ilyashakhat has quit IRC | 08:09 | |
*** esmute has quit IRC | 08:09 | |
*** hogepodge has quit IRC | 08:09 | |
*** serverascode has quit IRC | 08:09 | |
*** simonmcc has quit IRC | 08:09 | |
*** SumitNaiksatam has quit IRC | 08:09 | |
*** praneshp has quit IRC | 08:09 | |
*** rcarrillocruz has quit IRC | 08:09 | |
*** wayneeseguin has quit IRC | 08:09 | |
*** bradm1 has quit IRC | 08:09 | |
*** Kiall has quit IRC | 08:09 | |
*** nibalize1 has quit IRC | 08:09 | |
*** krotscheck has quit IRC | 08:09 | |
*** NobodyCam has quit IRC | 08:09 | |
*** greghaynes has quit IRC | 08:09 | |
*** mestery has quit IRC | 08:09 | |
*** ogelbukh has quit IRC | 08:09 | |
*** dteselkin_ has quit IRC | 08:09 | |
*** Vivek has quit IRC | 08:09 | |
*** plomakin has quit IRC | 08:09 | |
*** jd__ has quit IRC | 08:09 | |
*** asettle has quit IRC | 08:09 | |
*** arnaud__ has quit IRC | 08:09 | |
*** imcsk8 has quit IRC | 08:09 | |
*** sweston has quit IRC | 08:09 | |
*** saschpe has quit IRC | 08:09 | |
*** sandywalsh has quit IRC | 08:09 | |
*** timrc has quit IRC | 08:09 | |
*** Alexei_987 has quit IRC | 08:09 | |
*** LarsN has quit IRC | 08:09 | |
*** dkehnx has quit IRC | 08:09 | |
*** stevebaker has quit IRC | 08:09 | |
*** wendar has quit IRC | 08:09 | |
*** cp16net has quit IRC | 08:09 | |
*** portante has quit IRC | 08:09 | |
*** mgagne has quit IRC | 08:09 | |
*** adam_g has quit IRC | 08:09 | |
*** pabelanger has quit IRC | 08:09 | |
*** roaet_ has quit IRC | 08:09 | |
*** daenney has quit IRC | 08:09 | |
*** jhesketh has quit IRC | 08:09 | |
*** oomichi has quit IRC | 08:09 | |
*** jraim has quit IRC | 08:09 | |
*** ociuhandu has quit IRC | 08:09 | |
*** kmartin has quit IRC | 08:09 | |
*** yamahata has quit IRC | 08:09 | |
*** asselin has quit IRC | 08:09 | |
*** dkranz has quit IRC | 08:09 | |
*** mattymo has quit IRC | 08:09 | |
*** beekneemech has quit IRC | 08:09 | |
*** bogdando has quit IRC | 08:09 | |
*** kashyap has quit IRC | 08:09 | |
*** dosaboy has quit IRC | 08:09 | |
*** blamar has quit IRC | 08:09 | |
*** jamespage has quit IRC | 08:09 | |
*** psedlak has quit IRC | 08:09 | |
*** dangers_away has quit IRC | 08:09 | |
*** tchaypo has quit IRC | 08:09 | |
*** gothicmindfood has quit IRC | 08:09 | |
*** dstanek has quit IRC | 08:09 | |
*** superdan has quit IRC | 08:09 | |
*** hughsaunders has quit IRC | 08:09 | |
*** lxsli has quit IRC | 08:09 | |
*** chmouel has quit IRC | 08:09 | |
*** gpocentek has quit IRC | 08:09 | |
*** notmyname has quit IRC | 08:09 | |
*** cody-somerville has quit IRC | 08:09 | |
*** Shrews has quit IRC | 08:09 | |
*** bknudson has quit IRC | 08:09 | |
*** enikanorov has quit IRC | 08:09 | |
*** changbl has quit IRC | 08:09 | |
*** luisg_ has quit IRC | 08:09 | |
*** mkerrin has quit IRC | 08:09 | |
*** GheRivero has quit IRC | 08:09 | |
*** mdenny has quit IRC | 08:09 | |
*** saper has quit IRC | 08:09 | |
*** skraynev has quit IRC | 08:09 | |
*** jpeeler has quit IRC | 08:09 | |
*** katyafervent has quit IRC | 08:09 | |
*** jogo has quit IRC | 08:09 | |
*** vladan has quit IRC | 08:09 | |
*** dtroyer has quit IRC | 08:09 | |
*** pleia2 has quit IRC | 08:09 | |
*** JoshNang has quit IRC | 08:09 | |
*** mikal has quit IRC | 08:09 | |
*** dricco has quit IRC | 08:09 | |
*** juice has quit IRC | 08:09 | |
*** tnurlygayanov has quit IRC | 08:09 | |
*** morganfainberg_Z has quit IRC | 08:09 | |
*** juice has joined #openstack-infra | 08:12 | |
*** mikal has joined #openstack-infra | 08:12 | |
*** JoshNang has joined #openstack-infra | 08:12 | |
*** pleia2 has joined #openstack-infra | 08:12 | |
*** dtroyer has joined #openstack-infra | 08:12 | |
*** vladan has joined #openstack-infra | 08:12 | |
*** jogo has joined #openstack-infra | 08:12 | |
*** dricco has joined #openstack-infra | 08:12 | |
*** katyafervent has joined #openstack-infra | 08:12 | |
*** jpeeler has joined #openstack-infra | 08:12 | |
*** skraynev has joined #openstack-infra | 08:12 | |
*** saper has joined #openstack-infra | 08:12 | |
*** mdenny has joined #openstack-infra | 08:12 | |
*** GheRivero has joined #openstack-infra | 08:12 | |
*** mkerrin has joined #openstack-infra | 08:12 | |
*** luisg_ has joined #openstack-infra | 08:12 | |
*** changbl has joined #openstack-infra | 08:12 | |
*** enikanorov has joined #openstack-infra | 08:12 | |
*** bknudson has joined #openstack-infra | 08:12 | |
*** Shrews has joined #openstack-infra | 08:12 | |
*** cody-somerville has joined #openstack-infra | 08:12 | |
*** flaper87|afk has joined #openstack-infra | 08:12 | |
*** isviridov has joined #openstack-infra | 08:12 | |
*** JayF_ has joined #openstack-infra | 08:12 | |
*** andreykurilin_ has joined #openstack-infra | 08:12 | |
*** jhesketh has joined #openstack-infra | 08:12 | |
*** chandan_kumar has joined #openstack-infra | 08:12 | |
*** asettle has joined #openstack-infra | 08:12 | |
*** Alex_Gaynor has joined #openstack-infra | 08:12 | |
*** oomichi has joined #openstack-infra | 08:12 | |
*** imcsk8 has joined #openstack-infra | 08:12 | |
*** msabramo has joined #openstack-infra | 08:12 | |
*** hogepodge has joined #openstack-infra | 08:12 | |
*** serverascode has joined #openstack-infra | 08:12 | |
*** simonmcc has joined #openstack-infra | 08:12 | |
*** tteggel has joined #openstack-infra | 08:12 | |
*** clayg has joined #openstack-infra | 08:12 | |
*** jraim has joined #openstack-infra | 08:12 | |
*** SumitNaiksatam has joined #openstack-infra | 08:12 | |
*** sweston has joined #openstack-infra | 08:12 | |
*** saschpe has joined #openstack-infra | 08:12 | |
*** praneshp has joined #openstack-infra | 08:12 | |
*** sandywalsh has joined #openstack-infra | 08:12 | |
*** timrc has joined #openstack-infra | 08:12 | |
*** ociuhandu has joined #openstack-infra | 08:12 | |
*** zehicle_at_dell has joined #openstack-infra | 08:12 | |
*** rcarrillocruz has joined #openstack-infra | 08:12 | |
*** julim_ has joined #openstack-infra | 08:12 | |
*** kmartin has joined #openstack-infra | 08:12 | |
*** yamahata has joined #openstack-infra | 08:12 | |
*** asselin has joined #openstack-infra | 08:12 | |
*** krtaylor has joined #openstack-infra | 08:12 | |
*** salv-orlando has joined #openstack-infra | 08:12 | |
*** openstackgerrit has joined #openstack-infra | 08:12 | |
*** jgrimm has joined #openstack-infra | 08:12 | |
*** dkranz has joined #openstack-infra | 08:12 | |
*** Alexei_987 has joined #openstack-infra | 08:12 | |
*** Ryan_Lane has joined #openstack-infra | 08:12 | |
*** mattymo has joined #openstack-infra | 08:12 | |
*** LarsN has joined #openstack-infra | 08:12 | |
*** amotoki has joined #openstack-infra | 08:12 | |
*** wayneeseguin has joined #openstack-infra | 08:12 | |
*** bradm1 has joined #openstack-infra | 08:12 | |
*** Kiall has joined #openstack-infra | 08:12 | |
*** blkperl has joined #openstack-infra | 08:12 | |
*** dkehn has joined #openstack-infra | 08:12 | |
*** nibalize1 has joined #openstack-infra | 08:12 | |
*** beekneemech has joined #openstack-infra | 08:12 | |
*** cyeoh has joined #openstack-infra | 08:12 | |
*** krotscheck has joined #openstack-infra | 08:12 | |
*** Mithrandir has joined #openstack-infra | 08:12 | |
*** NobodyCam has joined #openstack-infra | 08:12 | |
*** tru_tru_ has joined #openstack-infra | 08:12 | |
*** dguerri has joined #openstack-infra | 08:12 | |
*** greghaynes has joined #openstack-infra | 08:12 | |
*** gnuoy` has joined #openstack-infra | 08:12 | |
*** michchap has joined #openstack-infra | 08:12 | |
*** mestery has joined #openstack-infra | 08:12 | |
*** sdake has joined #openstack-infra | 08:12 | |
*** hdd has joined #openstack-infra | 08:12 | |
*** dstanek has joined #openstack-infra | 08:12 | |
*** dkehnx has joined #openstack-infra | 08:12 | |
*** bogdando has joined #openstack-infra | 08:12 | |
*** miarmak has joined #openstack-infra | 08:12 | |
*** afazekas has joined #openstack-infra | 08:12 | |
*** mwagner_lap has joined #openstack-infra | 08:12 | |
*** sdague has joined #openstack-infra | 08:12 | |
*** gabriel-bezerra has joined #openstack-infra | 08:12 | |
*** dripton has joined #openstack-infra | 08:12 | |
*** med_ has joined #openstack-infra | 08:12 | |
*** grantbow has joined #openstack-infra | 08:12 | |
*** plars has joined #openstack-infra | 08:12 | |
*** proffalken has joined #openstack-infra | 08:12 | |
*** medieval1 has joined #openstack-infra | 08:12 | |
*** ekarlso has joined #openstack-infra | 08:12 | |
*** Daviey has joined #openstack-infra | 08:12 | |
*** zul has joined #openstack-infra | 08:12 | |
*** kashyap has joined #openstack-infra | 08:12 | |
*** ptoohill has joined #openstack-infra | 08:12 | |
*** stevebaker has joined #openstack-infra | 08:12 | |
*** morgabra has joined #openstack-infra | 08:12 | |
*** dosaboy has joined #openstack-infra | 08:12 | |
*** jlk has joined #openstack-infra | 08:12 | |
*** sabari has joined #openstack-infra | 08:12 | |
*** wendar has joined #openstack-infra | 08:12 | |
*** blamar has joined #openstack-infra | 08:12 | |
*** mnaser has joined #openstack-infra | 08:12 | |
*** xchu has joined #openstack-infra | 08:12 | |
*** jamespage has joined #openstack-infra | 08:12 | |
*** psedlak has joined #openstack-infra | 08:12 | |
*** loquacities has joined #openstack-infra | 08:12 | |
*** jamespd has joined #openstack-infra | 08:12 | |
*** sahid has joined #openstack-infra | 08:12 | |
*** dangers_away has joined #openstack-infra | 08:12 | |
*** exz has joined #openstack-infra | 08:12 | |
*** tristanC has joined #openstack-infra | 08:12 | |
*** akscram has joined #openstack-infra | 08:12 | |
*** tchaypo has joined #openstack-infra | 08:12 | |
*** mattoliverau has joined #openstack-infra | 08:12 | |
*** paul-- has joined #openstack-infra | 08:12 | |
*** thingee has joined #openstack-infra | 08:12 | |
*** kevinbenton has joined #openstack-infra | 08:12 | |
*** EmilienM has joined #openstack-infra | 08:12 | |
*** StevenK has joined #openstack-infra | 08:12 | |
*** johnthetubaguy has joined #openstack-infra | 08:12 | |
*** mancdaz has joined #openstack-infra | 08:12 | |
*** nijaba has joined #openstack-infra | 08:12 | |
*** yjiang5_away has joined #openstack-infra | 08:12 | |
*** lifeless has joined #openstack-infra | 08:12 | |
*** odyi has joined #openstack-infra | 08:12 | |
*** clarkb has joined #openstack-infra | 08:12 | |
*** pfallenop has joined #openstack-infra | 08:12 | |
*** hartsocks has joined #openstack-infra | 08:12 | |
*** gothicmindfood has joined #openstack-infra | 08:12 | |
*** adarazs has joined #openstack-infra | 08:12 | |
*** Clabbe has joined #openstack-infra | 08:12 | |
*** yamahata_ has joined #openstack-infra | 08:12 | |
*** harlowja_away has joined #openstack-infra | 08:12 | |
*** zhiyan_ has joined #openstack-infra | 08:12 | |
*** primeministerp has joined #openstack-infra | 08:12 | |
*** jerryz_ has joined #openstack-infra | 08:12 | |
*** mugsie has joined #openstack-infra | 08:12 | |
*** lxsli has joined #openstack-infra | 08:12 | |
*** nithya_g has joined #openstack-infra | 08:12 | |
*** ilyashakhat has joined #openstack-infra | 08:12 | |
*** locke105 has joined #openstack-infra | 08:12 | |
*** BobBall has joined #openstack-infra | 08:12 | |
*** sahumada has joined #openstack-infra | 08:12 | |
*** maurosr has joined #openstack-infra | 08:12 | |
*** ogelbukh has joined #openstack-infra | 08:12 | |
*** cp16net has joined #openstack-infra | 08:12 | |
*** portante has joined #openstack-infra | 08:12 | |
*** dteselkin_ has joined #openstack-infra | 08:12 | |
*** ewindisch has joined #openstack-infra | 08:12 | |
*** mgagne has joined #openstack-infra | 08:12 | |
*** YorikSar has joined #openstack-infra | 08:12 | |
*** jamielennox|away has joined #openstack-infra | 08:12 | |
*** boris-42 has joined #openstack-infra | 08:12 | |
*** mtreinish has joined #openstack-infra | 08:12 | |
*** Vivek has joined #openstack-infra | 08:12 | |
*** jomara has joined #openstack-infra | 08:12 | |
*** spredzy has joined #openstack-infra | 08:12 | |
*** ryanpetrello has joined #openstack-infra | 08:12 | |
*** rossella_s has joined #openstack-infra | 08:12 | |
*** jeremyb has joined #openstack-infra | 08:12 | |
*** soren has joined #openstack-infra | 08:12 | |
*** adam_g has joined #openstack-infra | 08:12 | |
*** SlickNik has joined #openstack-infra | 08:12 | |
*** devananda has joined #openstack-infra | 08:12 | |
*** therve has joined #openstack-infra | 08:12 | |
*** zaro has joined #openstack-infra | 08:12 | |
*** bodepd has joined #openstack-infra | 08:12 | |
*** Hunner has joined #openstack-infra | 08:12 | |
*** sbadia has joined #openstack-infra | 08:12 | |
*** Ng has joined #openstack-infra | 08:12 | |
*** shardy has joined #openstack-infra | 08:12 | |
*** vipul has joined #openstack-infra | 08:12 | |
*** spiffxp has joined #openstack-infra | 08:12 | |
*** gaelL has joined #openstack-infra | 08:12 | |
*** NikitaKonovalov has joined #openstack-infra | 08:12 | |
*** SergeyLukjanov has joined #openstack-infra | 08:12 | |
*** superdan has joined #openstack-infra | 08:12 | |
*** hughsaunders has joined #openstack-infra | 08:12 | |
*** chmouel has joined #openstack-infra | 08:12 | |
*** notmyname has joined #openstack-infra | 08:12 | |
*** gpocentek has joined #openstack-infra | 08:12 | |
*** plomakin has joined #openstack-infra | 08:12 | |
*** jd__ has joined #openstack-infra | 08:12 | |
*** pabelanger has joined #openstack-infra | 08:12 | |
*** roaet_ has joined #openstack-infra | 08:12 | |
*** daenney has joined #openstack-infra | 08:12 | |
*** esmute has joined #openstack-infra | 08:12 | |
*** jeblair has joined #openstack-infra | 08:12 | |
*** phschwartz has joined #openstack-infra | 08:12 | |
*** bearhands has joined #openstack-infra | 08:12 | |
*** russell_h has joined #openstack-infra | 08:12 | |
*** antonym has joined #openstack-infra | 08:12 | |
*** alaski has joined #openstack-infra | 08:12 | |
*** zz_gondoi has joined #openstack-infra | 08:12 | |
*** pvo has joined #openstack-infra | 08:12 | |
*** Guest37432 has joined #openstack-infra | 08:12 | |
*** jbryce has joined #openstack-infra | 08:12 | |
*** msuriar has joined #openstack-infra | 08:12 | |
*** davidlenwell has joined #openstack-infra | 08:12 | |
*** dkliban has joined #openstack-infra | 08:12 | |
*** ruhe has joined #openstack-infra | 08:12 | |
*** DinaBelova has joined #openstack-infra | 08:12 | |
*** SpamapS has joined #openstack-infra | 08:12 | |
*** anteaya has joined #openstack-infra | 08:12 | |
*** jgriffith has joined #openstack-infra | 08:12 | |
*** mburned has joined #openstack-infra | 08:12 | |
*** briancline has joined #openstack-infra | 08:12 | |
*** ChanServ has joined #openstack-infra | 08:12 | |
*** mika has joined #openstack-infra | 08:12 | |
*** uvirtbot has joined #openstack-infra | 08:12 | |
*** ttx has joined #openstack-infra | 08:12 | |
*** pbelanyi has joined #openstack-infra | 08:12 | |
*** koolhead17 has joined #openstack-infra | 08:12 | |
*** dragondm has joined #openstack-infra | 08:12 | |
*** dickson.freenode.net sets mode: +oo jeblair ChanServ | 08:12 | |
*** tnurlygayanov has joined #openstack-infra | 08:13 | |
*** morganfainberg_Z has joined #openstack-infra | 08:13 | |
*** talluri has joined #openstack-infra | 08:14 | |
*** _nadya_ has joined #openstack-infra | 08:15 | |
*** jeblair has quit IRC | 08:17 | |
*** jamespd has quit IRC | 08:17 | |
*** jamespd has joined #openstack-infra | 08:18 | |
*** jeblair has joined #openstack-infra | 08:19 | |
*** talluri has quit IRC | 08:33 | |
*** talluri has joined #openstack-infra | 08:35 | |
*** praneshp has quit IRC | 08:35 | |
openstackgerrit | A change was merged to stackforge/python-jenkins: Add .gitignore https://review.openstack.org/90188 | 08:37 |
*** yamahata has quit IRC | 08:40 | |
*** yamahata has joined #openstack-infra | 08:41 | |
*** _nadya_ has quit IRC | 09:00 | |
*** talluri has quit IRC | 09:02 | |
*** alexpilotti has joined #openstack-infra | 09:02 | |
*** talluri has joined #openstack-infra | 09:02 | |
*** talluri has quit IRC | 09:03 | |
*** talluri has joined #openstack-infra | 09:03 | |
*** talluri has quit IRC | 09:03 | |
*** talluri has joined #openstack-infra | 09:03 | |
*** talluri has quit IRC | 09:04 | |
*** talluri has joined #openstack-infra | 09:04 | |
*** talluri has quit IRC | 09:09 | |
*** talluri has joined #openstack-infra | 09:12 | |
*** _nadya_ has joined #openstack-infra | 09:21 | |
*** _nadya_ has quit IRC | 09:26 | |
*** zhiyan_ is now known as zhiyan | 09:26 | |
*** talluri has quit IRC | 09:34 | |
*** zhiyan is now known as zhiyan_ | 09:36 | |
*** oomichi has quit IRC | 09:36 | |
*** _nadya_ has joined #openstack-infra | 09:38 | |
*** zhiyan_ is now known as zhiyan | 09:42 | |
*** wendle has joined #openstack-infra | 09:42 | |
*** _nadya_ has quit IRC | 09:43 | |
*** mdenny has quit IRC | 10:16 | |
*** kmartin has quit IRC | 10:16 | |
*** jerryz_ has quit IRC | 10:19 | |
*** SumitNaiksatam has quit IRC | 10:21 | |
*** zhiyan is now known as zhiyan_ | 10:24 | |
*** _nadya_ has joined #openstack-infra | 10:25 | |
openstackgerrit | Sean Dague proposed a change to openstack-infra/os-loganalyze: fix highlighting on console.html files https://review.openstack.org/91953 | 10:28 |
*** rcarrill` has joined #openstack-infra | 10:37 | |
*** rcarrillocruz has quit IRC | 10:39 | |
*** jooools has joined #openstack-infra | 10:51 | |
*** _nadya_ has quit IRC | 11:00 | |
*** _nadya_ has joined #openstack-infra | 11:02 | |
*** _nadya_ has quit IRC | 11:05 | |
*** chandan_kumar has quit IRC | 11:15 | |
*** dizquierdo has joined #openstack-infra | 11:16 | |
*** giustoXricordarl has joined #openstack-infra | 11:25 | |
Adri2000 | I'm not familiar with selenium logs, this one is timing out: http://logs.openstack.org/34/89534/1/check/gate-horizon-selenium/4c53078/console.html.gz any idea? | 11:26 |
*** giustoXricordarl has quit IRC | 11:28 | |
*** giustoXricordarl has joined #openstack-infra | 11:29 | |
*** jooools has quit IRC | 11:29 | |
*** ociuhandu has quit IRC | 11:30 | |
*** giustoXricordarl has quit IRC | 11:32 | |
*** giustoXricordarl has joined #openstack-infra | 11:33 | |
*** ihrachyshka has joined #openstack-infra | 11:37 | |
*** alexpilotti has quit IRC | 11:52 | |
*** rcarrillocruz has joined #openstack-infra | 12:16 | |
*** rcarrill` has quit IRC | 12:17 | |
*** ihrachyshka has quit IRC | 12:21 | |
*** _nadya_ has joined #openstack-infra | 12:25 | |
*** ihrachyshka has joined #openstack-infra | 12:27 | |
*** _nadya_ has quit IRC | 12:27 | |
*** flaper87|afk is now known as flaper87 | 12:31 | |
*** mriedem has joined #openstack-infra | 12:36 | |
*** dizquierdo has quit IRC | 12:40 | |
*** pblaho has joined #openstack-infra | 12:51 | |
*** dims has joined #openstack-infra | 12:53 | |
*** pblaho has quit IRC | 12:53 | |
openstackgerrit | Matt Riedemann proposed a change to openstack-infra/elastic-recheck: Add query for nova bug 1315668 https://review.openstack.org/91958 | 13:01 |
uvirtbot | Launchpad bug 1315668 in nova "test_security_group_rules_create_with_optional_arguments fails: This result object does not return rows. It has been closed automatically." [Undecided,New] https://launchpad.net/bugs/1315668 | 13:01 |
*** dims has quit IRC | 13:06 | |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add query for nova bug 1315668 https://review.openstack.org/91958 | 13:09 |
uvirtbot | Launchpad bug 1315668 in nova "test_security_group_rules_create_with_optional_arguments fails: This result object does not return rows. It has been closed automatically." [Undecided,New] https://launchpad.net/bugs/1315668 | 13:09 |
*** otherwiseguy has joined #openstack-infra | 13:16 | |
*** ihrachyshka has quit IRC | 13:38 | |
*** mengxd has joined #openstack-infra | 13:46 | |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Test creation of multiple jobs from templates https://review.openstack.org/91960 | 13:48 |
*** mengxd has quit IRC | 13:49 | |
*** andreykurilin_ has quit IRC | 14:03 | |
*** andreykurilin_ has joined #openstack-infra | 14:04 | |
*** wenlock has joined #openstack-infra | 14:24 | |
*** plars has quit IRC | 14:27 | |
*** plars has joined #openstack-infra | 14:28 | |
*** mfer has joined #openstack-infra | 14:39 | |
*** ramashri has joined #openstack-infra | 14:43 | |
*** otherwiseguy has quit IRC | 14:45 | |
*** ramashri has quit IRC | 14:47 | |
*** mfer has quit IRC | 14:58 | |
*** mfer has joined #openstack-infra | 15:02 | |
*** wenlock has quit IRC | 15:10 | |
*** blamar has quit IRC | 15:11 | |
*** mfer has quit IRC | 15:11 | |
*** blamar has joined #openstack-infra | 15:16 | |
*** _nadya_ has joined #openstack-infra | 15:28 | |
*** wenlock has joined #openstack-infra | 15:30 | |
*** ociuhandu has joined #openstack-infra | 15:41 | |
*** wenlock has quit IRC | 15:42 | |
*** wenlock has joined #openstack-infra | 15:42 | |
*** mriedem has quit IRC | 15:46 | |
*** rhsu has joined #openstack-infra | 15:48 | |
*** wenlock has quit IRC | 15:55 | |
*** _nadya_ has quit IRC | 16:05 | |
*** wenlock has joined #openstack-infra | 16:18 | |
*** rhsu has quit IRC | 16:24 | |
*** rhsu has joined #openstack-infra | 16:24 | |
*** zns has joined #openstack-infra | 16:26 | |
*** zns has quit IRC | 16:27 | |
*** zns has joined #openstack-infra | 16:27 | |
*** giustoXricordarl has quit IRC | 16:27 | |
*** e0ne has joined #openstack-infra | 16:31 | |
*** zns has quit IRC | 16:40 | |
*** e0ne has quit IRC | 16:42 | |
*** imcsk8 has quit IRC | 16:43 | |
*** imcsk8 has joined #openstack-infra | 16:44 | |
*** pcrews_ has joined #openstack-infra | 16:46 | |
*** zns has joined #openstack-infra | 16:47 | |
*** e0ne has joined #openstack-infra | 16:48 | |
*** _nadya_ has joined #openstack-infra | 16:50 | |
*** pcrews_ has quit IRC | 16:51 | |
*** rcarrill` has joined #openstack-infra | 16:58 | |
*** moted has joined #openstack-infra | 16:59 | |
*** rcarrillocruz has quit IRC | 17:01 | |
*** moted has quit IRC | 17:01 | |
*** yfried has joined #openstack-infra | 17:04 | |
*** wenlock has quit IRC | 17:11 | |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/devstack-gate: Capture *.failure logs from $BASE/status/stack https://review.openstack.org/91965 | 17:14 |
fungi | test volume seems minimal, so i'm taking this opportunity to resize nodepool.o.o from a 2gb instance to 8gb. once it restarts i'll probably have to bump nodepoold again on it to get reporting to graphite to resume (based on prior experiences) and do a little cleanup on lost nodes, but in general it should all pass unnoticed unless you're staring at graphs | 17:17 |
*** rhsu has quit IRC | 17:21 | |
*** _nadya_ has quit IRC | 17:21 | |
*** rcarrillocruz has joined #openstack-infra | 17:21 | |
ildikov_ | fungi: thanks for approving the netifaces patch and replying on the bug report | 17:22 |
*** rcarrill` has quit IRC | 17:23 | |
fungi | ildikov_: yw | 17:32 |
*** wenlock has joined #openstack-infra | 17:33 | |
ildikov_ | fungi: BTW: the patch is failing because of this error on the gate now: error: Namespace package problem: sphinxcontrib ... :( | 17:41 |
fungi | ildikov_: oh, fun! | 17:42 |
ildikov_ | fungi: log: https://jenkins03.openstack.org/job/gate-requirements-integration-dsvm/143/console | 17:42 |
fungi | yep, was already looking at the error... i wonder if we've hit something else newly releasing brokenness now | 17:43 |
fungi | in unrelated news, the nodepool.o.o resize stopped a few minutes in and left the instance in an error state (at least nodepool is still up and running!). i've opened a support case with rackspace so they can look into it | 17:44 |
ildikov_ | thanks fo rthe news, we have a bit bit too much for a Saturday or I'm just new to infra insides | 17:48 |
fungi | nah, this is a "slow" saturday ;) | 17:49 |
openstackgerrit | Joshua Harlow proposed a change to stackforge/gertty: Add a pbr compatible setup https://review.openstack.org/91967 | 17:49 |
fungi | mordred: dhellmann: if either of you are around, this mysterious namespace package error may be of interest... http://logs.openstack.org/15/91815/4/gate/gate-requirements-integration-dsvm/44d6cdf/console.html | 17:50 |
ildikov_ | nice :) | 17:50 |
fungi | "error: Namespace package problem: sphinxcontrib is a namespace package, but its __init__.py does not call declare_namespace()! Please fix it." | 17:50 |
ildikov_ | that sphinxcontrib issue seems to be pretty new and sphinxcontrib-docbookrestapi was not updated nowadays as I saw | 17:52 |
fungi | yeah, not since december | 17:53 |
fungi | i have a theroy... | 17:53 |
fungi | theory too | 17:53 |
fungi | nope, already disproved what i was suspecting | 17:53 |
fungi | back to the drawing board | 17:53 |
*** zns has quit IRC | 17:55 | |
fungi | aha! | 17:56 |
fungi | setuptools strikes again! | 17:56 |
fungi | setuptools 3.5 released today | 17:56 |
fungi | https://pypi.python.org/pypi/setuptools | 17:56 |
ildikov_ | well, it was included in the error message that check setuptools doc..., so I could have thought immediately | 17:57 |
*** wenlock has quit IRC | 17:57 | |
fungi | yeah, but they've had so many releases recently i guess i secretly hoped they'd have settled down finally for a while | 17:57 |
ildikov_ | that pypy gate problem was also a setuptools issue, right? or something close to it | 17:58 |
*** etoews_ has joined #openstack-infra | 17:59 | |
ildikov_ | as for netifaces it was finally set as <=0.8 to be sure that we allow installing the latest version if it finally seems stable... | 17:59 |
*** wenlock has joined #openstack-infra | 17:59 | |
fungi | ildikov_: it seemed like it at first, but later turned out to be different setuptools releases causing ordering differences which were sometimes either exposing or hiding the issue. the actual problem we had with pypy testing had to do with some py3k patches backported to pypy in the debian/ubuntu packaging | 17:59 |
*** etoews has quit IRC | 18:00 | |
openstackgerrit | Joshua Harlow proposed a change to stackforge/gertty: Add a pbr compatible setup https://review.openstack.org/91967 | 18:01 |
ildikov_ | a-ha, I see, I did not follow closely the news about it after the job was set to be non-voting | 18:02 |
yfried | fungi: jesusaurus: clarkb: I have some more logstash questions. anyone here to answer? | 18:04 |
fungi | yfried: maybe. the others grok it a little better than i do, but i may be the only one around | 18:08 |
*** mriedem has joined #openstack-infra | 18:10 | |
fungi | that was quick. rackspace got the nodepool.o.o resize back on track | 18:11 |
fungi | fanatical ;) | 18:11 |
yfried | fungi: better you. I'm looking for some more details to what you explained befoer | 18:11 |
fungi | looks like it's rebooting now | 18:11 |
ildikov_ | fungi: \o/ :) | 18:12 |
fungi | ildikov_: oh, it's also possible this is slightly older setuptools differences being exposed by new pip/virtualenv (also released today) | 18:15 |
fungi | so it may take some more digging to untangle which of those releases (if any) is exposing the issue in sphinxcontrib-docbookrestapi | 18:16 |
ildikov_ | and I naively thought that this tiny little ptach will finally get landed soon... | 18:17 |
*** mrodden has joined #openstack-infra | 18:21 | |
*** etoews_ has quit IRC | 18:22 | |
*** _nadya_ has joined #openstack-infra | 18:24 | |
*** andreykurilin_ has quit IRC | 18:27 | |
*** harlowja_at_home has joined #openstack-infra | 18:37 | |
harlowja_at_home | jeblair, https://review.openstack.org/#/c/91967/ should be much easier to install now | 18:37 |
jeblair | harlowja_at_home: thanks! that's great. i left a couple of suggestions about some imports inline | 18:44 |
harlowja_at_home | kk | 18:44 |
*** _nadya_ has quit IRC | 18:44 | |
*** bearhands is now known as comstud | 18:53 | |
*** mfer has joined #openstack-infra | 18:54 | |
openstackgerrit | Joshua Harlow proposed a change to stackforge/gertty: Add a pbr compatible setup https://review.openstack.org/91967 | 18:55 |
*** mfer has quit IRC | 18:56 | |
openstackgerrit | A change was merged to stackforge/gertty: Add a pbr compatible setup https://review.openstack.org/91967 | 18:58 |
jeblair | harlowja_at_home: woot | 18:58 |
harlowja_at_home | thx, there u go | 18:59 |
harlowja_at_home | good deed for today, ha | 18:59 |
jeblair | harlowja_at_home: it installs AND can exit! it's starting to look like a real app! | 18:59 |
harlowja_at_home | jeblair, btw i noticed u have jeblair@openstack.org as email, how do i get such an email :-P | 18:59 |
jeblair | harlowja_at_home: well, i work for the foundation | 19:00 |
harlowja_at_home | hmmm | 19:00 |
fungi | ildikov_: found the fix for https://bitbucket.org/al45tair/netifaces/issue/1/gcc-fails-while-installing-0100-0101 so hopefully if the maintainer agrees it'll show up in netifaces 0.10.2 | 19:00 |
harlowja_at_home | did mark mclain or any others bug u guys about DMARC again, seems to be causing probelms for some (at least at yahoo) | 19:01 |
ildikov_ | fungi: I've just checked my mails a minute ago, nice catch | 19:01 |
fungi | harlowja_at_home: yeah, a bit. general consensus is that you should not post to technical mailing lists from addresses at corporate mtas or mass hosting grinders which implement strong dmarc enforcement | 19:03 |
*** superdan is now known as dansmith | 19:03 | |
harlowja_at_home | fungi, boo, lol | 19:03 |
fungi | harlowja_at_home: an incorrect dkim signature is supposed to be treated no differently than a missing one, per the rfc | 19:04 |
fungi | harlowja_at_home: so while we could consider stripping dkim headers entirely from messages, or munging the sender address to be the listserv, or a number of other unsavory workarounds, i'm unconvinced it's in the best interests of the project to do so | 19:05 |
harlowja_at_home | fungi, understood, to u know what other mailing lists are doing (it would seem to be a common issue thats popping up nowadays) | 19:05 |
harlowja_at_home | *do u know | 19:05 |
ildikov_ | fungi: it seems that the netifaces fix can be ready before getting the quickfix patch landed... | 19:06 |
fungi | harlowja_at_home: i'd have to go back and pull some specific examples of which lists were doing what to address it, but those were the basic options chosen among them | 19:07 |
harlowja_at_home | fungi, np (more just curious) | 19:07 |
fungi | harlowja_at_home: the dmarc faq has some suggestions... http://dmarc.org/faq.html#s_3 (we could frame any more formal discussion around those if there's interest) | 19:10 |
fungi | basically it serves as a concise list of the various compromises you, as a list operator, can engage in to cripple your mailing list features in one way or another | 19:11 |
harlowja_at_home | intersting | 19:11 |
harlowja_at_home | fungi, ya, it seems like that :) | 19:11 |
*** rhsu has joined #openstack-infra | 19:11 | |
*** rhsu has quit IRC | 19:13 | |
harlowja_at_home | although 3.C there seems the least problematic/intrusive (i guess) | 19:13 |
fungi | yeah, though the cons are such that i'm not sure i want to have to maintain that solution :/ | 19:14 |
clarkb | use a gmail address ;) | 19:14 |
fungi | i suppose if there's a plugin for mailman somewhere which takes care of that behind the scenes, then it could be considered | 19:14 |
*** rhsu has joined #openstack-infra | 19:14 | |
harlowja_at_home | clarkb, ya i know, its just a pita to have to do all that :-P | 19:14 |
harlowja_at_home | but i guess its a pita all the ways | 19:16 |
fungi | companies which implement dmarc and enforce it on their mail gateways are basically making a statement that they don't want to participate in the public e-mail network any longer, and want to stick to using it solely for internal, b2b or mass advertising | 19:17 |
*** mriedem has quit IRC | 19:19 | |
harlowja_at_home | fungi, i reason its a little to early to tell; i think it has somewhat good intentions (sender verification and such), but might need a few more iterations to become truely 'correct' | 19:20 |
harlowja_at_home | but idk, i'm not really an expert :-P | 19:21 |
fungi | well, it's not really verifying senders, it's verifying mailservers, which i think is part of my problem with the whole idea | 19:22 |
harlowja_at_home | ah, good point, true | 19:22 |
fungi | from the earliest vestiges of domainkeys and spf, they were being pushed by the mass-mail hosters to reduce the volume of undeliverable bounces they were getting flooded with because of spoofed spam and joe-jobs | 19:23 |
fungi | dmarc effectively consists of solutions engineered to save mass mail hosters money | 19:23 |
*** _nadya_ has joined #openstack-infra | 19:29 | |
ildikov_ | fungi: your suggested netifaces fix was just approved by the author so one problem will be solved with a new release soon | 19:29 |
fungi | ildikov_: i saw! though we still need to work out what's doing on with sphinxcontrib-docbookrestapi and the namespace package error. i'll try to recreate that with a more refined test case momentarily | 19:32 |
ildikov_ | fungi: yes, I know, the Murphy factor in this that a new patch should be uploaded for netifaces too as the current one on the gate contains <=0.8 | 19:34 |
*** _nadya_ has quit IRC | 19:34 | |
fungi | yeah, options there are to either ignore that there were a couple of broken netifaces releases the first two days of may, or explicitly append ,!=0.10.0,!=0.10.1 just in case someone ever tries to use those for some reason | 19:36 |
ildikov_ | fungi: you mean checking which latest version can be the cause of that issue? | 19:37 |
*** lnxnut has joined #openstack-infra | 19:37 | |
fungi | ildikov_: well, first trying to reproduce it simply (could be as easy as trying to install sphinxcontrib-docbookrestapi in a fresh virtualenv) | 19:38 |
ildikov_ | fungi: I would go for the latter one, just to be sure, it does not worth another bug report | 19:38 |
fungi | sounds fine to me | 19:39 |
ildikov_ | fungi: the new version is released, on Monday I can propose a new patch with these limitations | 19:42 |
fungi | ildikov_: the reason i'm somewhat indifferent to those two options is that this wasn't really a "openstack doesn't work with those versions" bug, it was a "those versions are broken and uninstallable on some common platforms" bug | 19:42 |
ildikov_ | fungi: is that requirements gate job the only one that tries to install sphinxcontrib-docbookrestapi? | 19:43 |
fungi | so i'm fine with whatever option gets picked | 19:43 |
fungi | ildikov_: i'm not sure. that job may be an early warning in this case because it bypasses our pypi mirror, so it's potentially running into behaviors in new releases of things (setuptools, pip, virtualenv) which we aren't running in other jobs (yet) | 19:44 |
ildikov_ | fungi: that sounds reasonable | 19:45 |
*** harlowja_at_home has quit IRC | 19:47 | |
ildikov_ | fungi: I've just wanted to ask that is there any chance to "filter out" these new version issues somehow :) | 19:47 |
*** ArxCruz has joined #openstack-infra | 19:47 | |
fungi | ildikov_: we've discussed that at a few summits now, and the consensus has been that by doing that we potentially blind ourselves to waiting problems | 19:48 |
fungi | the best suggestion i've heard, though nobody's implemented it yet, is to have a reactionary periodic job which can find breakage like this on the already merged (and presumed working) state of projects, automatically opening bugs to alert us | 19:49 |
fungi | and if possible, diffing the installed package list against previous runs to identify contenders (perhaps with further iterations downgrading one or more of those until the actual culprit is confirmed) | 19:50 |
ildikov_ | fungi: yeap, I was thinking about something similar, but I'm not surprised that nobody has implemented it yet | 19:52 |
fungi | ildikov_: and the pain that we endure from testing the latest releases of so many popular python modules on multiple platforms is actually a great benefit to the wider community | 19:53 |
fungi | bugs get reported upstream in a timely manner, and fixes get implemented hopefully before it actually impacts anyone in a production situation | 19:54 |
ildikov_ | fungi: yes, I was smiling on it today, when you said that not just setuptools was updated recently that there is an already reported bug on a newly released package, now the new release is out | 19:57 |
ildikov_ | fungi: and also there are the new issues already on the gate on the day of the new release | 19:58 |
ildikov_ | fungi: so our gate does not only test OpenStack itself, which thing I knew, I just wasn't aware that how big the impact is | 19:59 |
fungi | ildikov_: pretty much | 20:00 |
fungi | ildikov_: so on the sphinxcontrib-docbookrestapi front, it's not setuptools 3.5 complaining | 20:00 |
*** Ryan_Lane has quit IRC | 20:00 | |
fungi | it's setuptools 3.4.4 (brought in by the new pip 1.5.5) complaining | 20:00 |
fungi | just confirmed by playing around with a couple of virtualenvs | 20:01 |
ildikov_ | fungi: I saw that version number in the doc, at least setuptools itself was a good guess | 20:03 |
fungi | also, i've confirmed the nodepool.o.o resize, everything is back up and running cleanly. i'll remove any cruft nodes later once i see which are sticking around and not deleting on their own | 20:03 |
*** Ryan_Lane has joined #openstack-infra | 20:03 | |
*** lnxnut has quit IRC | 20:04 | |
*** markwash has joined #openstack-infra | 20:05 | |
ildikov_ | sounds good :) | 20:06 |
fungi | and yep, confirmed that earlier setuptools (2.2) was complaining about this for sphinxcontrib-docbookrestapi... http://paste.openstack.org/show/78623/ | 20:08 |
*** rcarrill` has joined #openstack-infra | 20:08 | |
fungi | i wonder if cyril hangs out in any openstack irc channels | 20:09 |
ildikov_ | fungi: nice... | 20:09 |
*** luisg_ has quit IRC | 20:14 | |
ildikov_ | fungi: I do not know, I had some fixes in another sphinxcontrib extension and discussed the details with dhellmann then | 20:15 |
*** rcarrillocruz has quit IRC | 20:16 | |
fungi | ildikov_: yeah, i'm just going to take a stab at fixing it and propose a patch, then hunt down cyril since he's the only one who can officially approve patches on that stackforge project (its core reviewer group has but one lonely entry) | 20:17 |
ildikov_ | fungi: yeap, I've just checked it | 20:19 |
ildikov_ | fungi: and here I'm giving it up for today :) | 20:21 |
fungi | __import__('pkg_resources').declare_namespace(__name__) | 20:21 |
fungi | in sphinxcontrib/__init__.py | 20:21 |
fungi | that's all it needed | 20:21 |
fungi | proposing now | 20:21 |
fungi | have a good weekend ildikov_! | 20:21 |
ildikov_ | fungi: pretty easy fix :) | 20:23 |
ildikov_ | fungi: have a nice weekend too! | 20:23 |
*** rhsu1 has joined #openstack-infra | 20:24 | |
*** rhsu has quit IRC | 20:24 | |
fungi | so easy, there was already a fix proposed to it over a month ago. perhaps the latest breakage will spur cyril into reviewing/approving it | 20:27 |
ildikov_ | uh, well it seems to be the result of that lonely entry, hopefully it will be extended with at least one more | 20:33 |
*** luisg_ has joined #openstack-infra | 20:33 | |
fungi | i'll make sure to drum up some noise and get someone at enovance to bring it to his attention | 20:33 |
*** andreykurilin_ has joined #openstack-infra | 20:34 | |
ildikov_ | fair enough as it blocks the gate now too | 20:37 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/devstack-gate: Capture *.failure logs from $BASE/status/stack https://review.openstack.org/91965 | 20:38 |
*** ildikov has joined #openstack-infra | 20:52 | |
*** ildikov_ has quit IRC | 20:55 | |
sdague | man, it is way too much scrollback here for a saturday | 21:06 |
*** markwash_ has joined #openstack-infra | 21:09 | |
*** markwash has quit IRC | 21:09 | |
*** markwash_ is now known as markwash | 21:09 | |
*** mriedem has joined #openstack-infra | 21:17 | |
*** wenlock has quit IRC | 21:30 | |
*** ArxCruz has quit IRC | 21:31 | |
*** ArxCruz has joined #openstack-infra | 21:37 | |
*** ArxCruz has quit IRC | 21:37 | |
*** praneshp has joined #openstack-infra | 21:40 | |
*** markwash has quit IRC | 21:41 | |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/devstack-gate: Capture *.failure logs from $BASE/status/stack https://review.openstack.org/91965 | 21:57 |
*** yamahata has quit IRC | 22:13 | |
*** yamahata has joined #openstack-infra | 22:15 | |
*** wenlock has joined #openstack-infra | 22:29 | |
*** _nadya_ has joined #openstack-infra | 22:35 | |
*** andreykurilin_ has quit IRC | 22:38 | |
*** _nadya_ has quit IRC | 22:39 | |
*** andreykurilin_ has joined #openstack-infra | 22:39 | |
jeblair | fungi: ping | 22:42 |
jeblair | fungi: i see you have already resized nodepool. thanks! | 22:44 |
*** dripton has quit IRC | 22:48 | |
fungi | jeblair: i have--anything else? travel going well? | 22:49 |
jeblair | nope, just checking in to see if i could help with that | 22:49 |
fungi | mostly been beating my head on gate bugs today, not really infra-related | 22:49 |
jeblair | (i'm traveling on monday) | 22:50 |
fungi | oh, cool. well, enjoy your weekend in that case! | 22:50 |
jeblair | thanks, you too (but if you're working on gate bugs, i'm starting to wonder... ;) | 22:51 |
fungi | nah, about to hack some more on evacuating virtual machines from my basement to a service provider so i don't have to take all this beat-up old hardware with me to the outer banks in a month | 22:53 |
*** sweston has quit IRC | 22:57 | |
*** ArxCruz has joined #openstack-infra | 23:03 | |
*** sweston has joined #openstack-infra | 23:04 | |
*** andreykurilin_ has quit IRC | 23:05 | |
*** changbl has quit IRC | 23:05 | |
*** zhiyan_ is now known as zhiyan | 23:07 | |
*** ArxCruz has quit IRC | 23:08 | |
*** ArxCruz has joined #openstack-infra | 23:09 | |
*** rhsu1 has quit IRC | 23:12 | |
*** andreykurilin_ has joined #openstack-infra | 23:13 | |
*** praneshp has quit IRC | 23:14 | |
*** dripton has joined #openstack-infra | 23:19 | |
*** changbl has joined #openstack-infra | 23:24 | |
*** morganfainberg_Z is now known as morganfainberg | 23:28 | |
*** zhiyan is now known as zhiyan_ | 23:28 | |
*** Ryan_Lane1 has joined #openstack-infra | 23:40 | |
*** andreykurilin_ has quit IRC | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!