Friday, 2018-03-30

*** adi______ has joined #openstack-powervm00:03
*** edmondsw has joined #openstack-powervm00:09
*** adreznec_ has joined #openstack-powervm00:11
*** adi_____ has quit IRC00:12
*** adreznec has quit IRC00:12
*** ChanServ has quit IRC00:12
*** adi______ is now known as adi_____00:12
*** adreznec_ is now known as adreznec00:12
*** edmondsw has quit IRC00:13
*** ChanServ has joined #openstack-powervm00:13
*** barjavel.freenode.net sets mode: +o ChanServ00:13
openstackgerritEric Fried proposed openstack/nova-powervm master: Bump pypowervm minimum to 1.1.13  https://review.openstack.org/55785400:21
openstackgerritEric Fried proposed openstack/nova-powervm master: Set volume ID as dev tag when mapping VSCSI vols  https://review.openstack.org/55217200:23
openstackgerritEric Fried proposed openstack/nova-powervm master: Add affinity score check attribute to flavor  https://review.openstack.org/55530900:23
efriededmondsw Bumped pypowervm minimum (we have to do that manually now) and rebased the two that were waiting on top of it.00:24
*** esberglu has joined #openstack-powervm00:35
*** esberglu has quit IRC00:40
*** adreznec has quit IRC01:30
*** adreznec has joined #openstack-powervm01:33
*** edmondsw has joined #openstack-powervm01:57
*** edmondsw has quit IRC02:01
*** AlexeyAbashkin has joined #openstack-powervm02:07
*** AlexeyAbashkin has quit IRC02:11
*** chhagarw has joined #openstack-powervm02:55
*** chhagarw has quit IRC03:00
*** AlexeyAbashkin has joined #openstack-powervm03:08
*** AlexeyAbashkin has quit IRC03:12
*** edmondsw has joined #openstack-powervm03:45
*** edmondsw has quit IRC03:50
*** chhagarw has joined #openstack-powervm04:17
*** edmondsw has joined #openstack-powervm07:21
*** edmondsw has quit IRC07:25
*** AlexeyAbashkin has joined #openstack-powervm07:59
*** edmondsw has joined #openstack-powervm09:10
*** edmondsw has quit IRC09:14
*** esberglu has joined #openstack-powervm09:24
*** k0da has joined #openstack-powervm09:26
*** esberglu has quit IRC09:29
*** AlexeyAbashkin has quit IRC10:30
*** AlexeyAbashkin has joined #openstack-powervm10:43
*** chhagarw has quit IRC10:51
*** edmondsw has joined #openstack-powervm12:41
edmondswefried I see noticed tox failed on https://review.openstack.org/#/c/557854/ ... have you been looking at that? figured anything out or should I start digging?12:57
efriedI haven't dug yet, noticed right before I signed off last night.12:57
efriededmondsw: It looks like we may have scrood the pooch on backward compat.12:58
efriededmondsw: BUT hopefully just for test/mock, not for prod code paths.12:58
edmondswyeah I'm hoping this is just a mock thing12:58
efriedanyway, feel free to hit it, and let me know if you need help.12:59
edmondswok digging12:59
efriedthanks12:59
*** efried is now known as fried_bunny13:10
*** esberglu has joined #openstack-powervm13:34
*** arunman has joined #openstack-powervm13:47
*** tjakobs has joined #openstack-powervm13:54
*** tjakobs has quit IRC13:59
esbergluTaking PowerVM CI down for system upgrades, should be back up by EOD13:59
*** tjakobs has joined #openstack-powervm14:01
edmondswesberglu ack14:02
*** arunman has quit IRC14:03
*** arunman has joined #openstack-powervm14:08
fried_bunnyedmondsw: word?14:22
edmondswfried_bunny broke with 1.1.12, not 1.1.13, but haven't figured out why yet14:23
fried_bunnyight14:23
*** arunman has quit IRC14:47
edmondswfried_bunny so I think I have good news14:53
edmondswI'm able to avoid the problem is I add something like this to the failing tests:14:54
edmondswself.vio_wrap.uuid = '47'14:54
edmondswI tried this because I noticed that it was hitting a KeyError like this:14:54
edmondswKeyError: "wrapper_AutospecMock name='mock.uuid' id='139908444233872'>"14:54
edmondswwhen I think there should be a "<" before "Autospec" there14:55
edmondswsince the actual uuid from the mock is <AutospecMock name='mock.uuid' id='139908444233872'>14:55
edmondswbut I have no idea what changed that led to this14:55
fried_bunnynod14:58
fried_bunnyGotta take a kid to the airport, be back in 20.14:58
edmondswI should clarify that setting the uuid on the mock fixed 3 of the 6 failing tests (the ones in test_ssp.py)15:29
edmondswI'm not sure how to do similar on the other 3, and don't really know that it's necessary since we should really figure out why we're losing that '<' and address that...15:30
edmondswand I'm not sure how to approach that...15:30
edmondswI've looked through all the commits that went into 1.1.12 and I'm not seeing anything that should have caused this15:30
edmondswfried_bunny want to take a stab at it when you get back?15:30
fried_bunnyOkay, can do.15:31
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: WIP: Having iSCSI Initiator locks per VIOS  https://review.openstack.org/55780015:33
fried_bunnyedmondsw: The problem doesn't seem to be with pypowervm.  I put 1.1.13 in my old test env and things are passing.  I suspect when I rebuild my env to pick up newer libs etc., that's when it'll break.15:49
edmondswhm interesting15:49
edmondswI didn't try just pypowervm, I did a tox recreate15:49
edmondswmakes sense15:50
fried_bunnyCan you pastebin me the dump of the lib versions you're seeing in your sandbox?15:51
fried_bunnyedmondsw: (that big block that prints out first thing when you run tox)15:52
edmondswI think it only prints that when you recreate... kicked one off15:56
edmondswfried_bunny http://paste.openstack.org/show/718029/15:58
fried_bunnyI think it prints it every time, cause mine printed and I didn't recreate.  Thanks.15:58
edmondswactually shows using 1.1.13, even though I only bumped requirements to 1.1.12... I guess because u-c15:58
edmondswmaybe it prints it every time if you run the whole suite15:59
edmondswrather than a specific test15:59
edmondswyeah, that seems to be the case15:59
edmondswfried_bunny I think some autospec changes have merged in nova recently, so it could also be from that and not pypi16:01
fried_bunnythat could be the case.  I think I can test that pretty easily...16:01
edmondswquestion is why zuul only started failing when we bump pypowervm, though...16:02
edmondswis it failing for other nova-powervm commits?16:03
fried_bunnyeasy to find out.16:05
openstackgerritEric Fried proposed openstack/nova-powervm master: DNM: Testing zuul  https://review.openstack.org/55795616:06
fried_bunnyedmondsw: ^16:06
fried_bunnyedmondsw: Yup, updating nova did the trick.16:10
fried_bunnyWhen's the last time we had a patch pass, so we can narrow the field some?16:10
edmondswnot sure16:11
edmondswfried_bunny this wasn't long ago: https://review.openstack.org/#/c/556495/16:11
fried_bunnylooking...16:12
edmondswas in, zuul passed there16:13
edmondswMar 26 8:20 AM16:13
fried_bunnyedmondsw: Bet it was https://review.openstack.org/#/c/447505/16:16
fried_bunnytrying...16:16
fried_bunnyedmondsw: Yup.16:18
fried_bunnyReverting that patch fixes us.16:18
edmondswcool16:19
fried_bunnywell, except for the part where we're broken until a nova patch happens.16:20
fried_bunnywill have to dig further into the why.16:20
fried_bunnybbiab...16:20
*** AlexeyAbashkin has quit IRC16:31
fried_bunnyedmondsw: We may have to dup this OOT: https://review.openstack.org/#/c/447505/44/nova/tests/unit/virt/powervm/disk/test_ssp.py17:00
edmondswfried_bunny yep. I don't think that would be the issue, though, right?17:01
fried_bunnyedmondsw: Only for the one failure; trying...17:01
edmondswI thought that was just an improvement, not necessary17:01
fried_bunnyhm, that code isn't in our OOT version.17:02
fried_bunnyedmondsw: Are you following this?17:38
fried_bunny(in -nova)17:39
fried_bunnyesberglu: Still no depends-on from nova-powervm, right?17:40
fried_bunnyDo we have a way to hand-patch something in from a lib, like oslotest?17:40
edmondswsorry, was afk17:48
edmondswcatching up17:48
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: WIP: Having iSCSI Initiator locks per VIOS  https://review.openstack.org/55780017:49
fried_bunnyedmondsw: Can we tolerate being broken for a week?17:49
edmondswa whole week?17:49
*** AlexeyAbashkin has joined #openstack-powervm17:49
fried_bunnyedmondsw: Probably at least.  oslotest patch needs to merge; then they need to ask for a release; then it needs to get through requirements.17:52
*** AlexeyAbashkin has quit IRC17:53
edmondswfried_bunny I guess we'll have to17:57
fried_bunnyedmondsw: Actually I may be able to fix it on our side.  I think I found those UUIDs.17:57
edmondswthe 3 in ssp.py could be fixed easily enough with one line in setup17:58
edmondswbut the other 3 in driver.py are harder17:58
esberglufried_bunny: Depends-on should work for zuul17:58
esbergluNot for powervm ci17:58
edmondswahh... interesting distinction17:58
fried_bunnyedmondsw: I got the driver.py ones.17:58
fried_bunnyworking the ssp ones now.17:58
fried_bunnyesberglu, edmondsw: Well, this doesn't break real code, just unit tests.  So we can depends-on and it'll affect tox for us?17:59
edmondswjust add something like this around line 84 of test_ssp.py:  self.vio_wrap.uuid = '47'17:59
edmondswmaybe want to give a full uuid17:59
openstackgerritEric Fried proposed openstack/nova-powervm master: DNM: Testing zuul  https://review.openstack.org/55795617:59
fried_bunnytrying ^18:00
esberglufried_bunny: I think so, not 100%18:00
fried_bunnyOkay, got 'em fixed.  Proposing in a sec...18:02
*** AlexeyAbashkin has joined #openstack-powervm18:06
*** AlexeyAbashkin has quit IRC18:10
openstackgerritEric Fried proposed openstack/nova-powervm master: Specify UUIDs in VIOS mocks for FeedTasks  https://review.openstack.org/55797518:13
fried_bunnyedmondsw, esberglu: ^18:13
edmondswfried_bunny excellent... thanks18:14
fried_bunnyesberglu: Does this help us figure out how to get Depends-On working? https://review.openstack.org/#/c/342211/14/.zuul.yaml18:15
openstackgerritClaudiu Belu proposed openstack/nova-powervm master: mock: Temporarely disables the mock autospec fixture  https://review.openstack.org/55797618:18
openstackgerritEric Fried proposed openstack/nova-powervm master: Bump pypowervm minimum to 1.1.13  https://review.openstack.org/55785418:20
openstackgerritEric Fried proposed openstack/nova-powervm master: Add affinity score check attribute to flavor  https://review.openstack.org/55530918:20
openstackgerritEric Fried proposed openstack/nova-powervm master: Set volume ID as dev tag when mapping VSCSI vols  https://review.openstack.org/55217218:20
fried_bunnyedmondsw, esberglu: Rebases ^18:21
fried_bunnyesberglu: Looks like that Depends-On didn't work: https://review.openstack.org/#/c/557956/18:21
edmondswfried_bunny how would that zuul yaml help with depends-on?18:23
esberglufried_bunny: It might not for tox18:23
esbergluSince it's using specific versions for the reqs18:23
esbergluBut upstream zuul definitely supports depends on18:24
fried_bunnyedmondsw: No idea; I don't speak zuul or yaml - but Claudiu pointed me to that and I thought it might help us understand what we would need to do in nova-powervm to get things working.18:29
edmondswwould be really nice to get depends-on working18:33
openstackgerritEric Fried proposed openstack/nova-powervm master: Introduce (empty) lower-constraints.txt  https://review.openstack.org/55798218:39
fried_bunnysigh, the hits they just keep on a-coming.18:41
openstackgerritMerged openstack/nova-powervm master: Specify UUIDs in VIOS mocks for FeedTasks  https://review.openstack.org/55797518:49
openstackgerritClaudiu Belu proposed openstack/nova-powervm master: mock: Temporarely disables the mock autospec fixture  https://review.openstack.org/55797618:55
openstackgerritEric Fried proposed openstack/nova-powervm master: Introduce (empty) lower_constraints.txt  https://review.openstack.org/55798218:55
openstackgerritEric Fried proposed openstack/nova-powervm master: Introduce (empty) lower_constraints.txt  https://review.openstack.org/55798218:56
openstackgerritEric Fried proposed openstack/nova-powervm master: Bump pypowervm minimum to 1.1.13  https://review.openstack.org/55785418:56
openstackgerritEric Fried proposed openstack/nova-powervm master: Add affinity score check attribute to flavor  https://review.openstack.org/55530918:56
openstackgerritEric Fried proposed openstack/nova-powervm master: Set volume ID as dev tag when mapping VSCSI vols  https://review.openstack.org/55217218:56
fried_bunnyrebases more ^18:57
edmondswesberglu quick look at https://review.openstack.org/#/c/557982 ?19:18
edmondswfried_bunny seems like we've still got a problem with lower_constraints if you look at the next in the series19:20
fried_bunnythat's weird19:20
edmondswyeah...19:21
fried_bunnywell, the lower_constraints patch didn't run the requirements check job.19:21
fried_bunnyfrom what I can tell.19:21
edmondswyep, was just gonna say that19:21
edmondswI guess that only triggers when you change requirements19:22
fried_bunnybut it ran on the previous patch set19:22
fried_bunnywhich is also weird.19:22
fried_bunnythe one where I misnamed it.19:22
edmondswof which commit?19:22
edmondswoh, I see it19:23
edmondswweird19:23
* fried_bunny checks the script in the requirements project...19:23
edmondswlooks like it needs - not _19:27
fried_bunnywait, wtf, is it called lower_constraints or lower-constraints?  That first patch set I used - and it bounced, with the error message complaining it wants _.19:27
edmondswI think that may be a bug in openstack/requirements... dhellmann's commit names it lower-constraints.txt19:28
*** murb839 has joined #openstack-powervm19:29
murb839.-.            .-.19:29
murb839/   \          /   \19:29
murb839|   _ \        / _   |19:29
murb839;  | \ \      / / |  ;19:29
murb839\  \ \ \_.._/ / /  /19:29
murb839'. '.;'    ';,' .'19:29
murb839'./ _    _ \.'19:30
murb839.'  a __ a  '.19:30
murb839'--./ _,   \/   ,_ \.--'19:30
murb839----|   \   /\   /   |----19:30
murb839.--'\   '-'  '-'    /'--.19:30
murb839_>.__  -- _.-  `;19:30
murb839.' _     __/     _/19:30
murb839/    '.,:".-\    /:,19:30
murb839|      \.'   `""`'.\\19:30
murb839'-,.__/  _   .-.  ;|_19:30
murb839/` `|| _/ `\/_  \_|| `\19:30
murb839|    ||/ \-./` \ / ||   |19:30
murb839\   ||__/__|___|__||  /19:30
murb839\_ |_Happy Easter_| /19:30
murb839jgs .'  \ =  _= _ = _= /`\19:30
murb839/     `-;----=--;--'   \19:31
murb839\    _.-'        '.    /19:31
murb839`""`              `""`19:31
murb839L0DE AND CHRON FROM #LRH & L0DE RADIO HOUR (IRC.EFNET.ORG) WANTED TO SAY HAPPY EASTER!!19:31
murb839tjakobs esberglu edmondsw k0da adreznec adi_____ fried_bunny openstack openstackgerrit toan tonyb mdrabe AndyWojo openstackstatus catmando19:31
*** murb839 has quit IRC19:31
edmondswfried_bunny fix proposed19:34
edmondswhttps://review.openstack.org/#/c/557927/19:34
fried_bunnyedmondsw: Cool beans19:34
fried_bunnyIt is unclear to me whether that'll mean we don't need that patch at all.19:37
edmondswfried_bunny why did you think that a lower-constraints.txt file is required now?19:37
fried_bunnybecause I saw that error19:37
edmondswyeah, I don't think we should need the file19:37
edmondswhttps://github.com/openstack/requirements/commit/1e78c974263d70cd3a15bfba779c05ab60062ae219:37
fried_bunnyI didn't think so either, but KeyError lower-constraints.txt - what was a guy to think?19:37
edmondswIf there is no lower-constraints.txt file the additional tests are skipped.”19:37
edmondswsays that "If there is no lower-constraints.txt file the additional tests are skipped."19:38
fried_bunnyyuh19:38
fried_bunnyedmondsw: Fix is merging.19:38
fried_bunnyI'll rip that patch out.19:38
edmondswsaw. cool19:38
edmondswfried_bunny so do you have to rebase again?19:39
fried_bunnyedmondsw: I don't think so; I think it's smart enough to rip it out once I abandon the predecessor.  May need to recheck once the merge goes through.19:40
edmondswfried_bunny have you booked travel to the summit yet?19:40
edmondswI'm doing that now... looks like hotel will be Pan Pacific19:41
edmondswI'll be arriving late... can't fly out til Monday19:42
fried_bunnyedmondsw: Oh, shoot, no, I should do that.19:56
fried_bunnyesberglu: Is the CI still being worked?20:00
fried_bunnyoh, tomorrow, not today.  So it's running?20:00
fried_bunnyoh, no, today, not tomorrow.  So it's not running?20:00
fried_bunnyI'm gonna give up on nova-powervm for today.20:01
*** edmondsw has quit IRC20:17
*** AlexeyAbashkin has joined #openstack-powervm21:05
*** AlexeyAbashkin has quit IRC21:09
esberglufried_bunny: Sorry was afk for a while21:13
esbergluCI is almost done redeploying but then it has to get all the images ready and stuff21:13
esbergluShould be back up in 2 hours or so21:14
esbergluI can spam recheck on everything that needs it21:14
*** edmondsw has joined #openstack-powervm21:14
fried_bunnyight21:19
*** edmondsw has quit IRC21:19
*** tjakobs has quit IRC21:45
fried_bunnyesberglu: The pypowervm bump is (finally) passing tox.  Once the CI gets going, please make sure it runs on21:58
fried_bunnyhttps://review.openstack.org/#/c/557854/21:58
fried_bunnyhttps://review.openstack.org/#/c/555309/21:58
fried_bunnyhttps://review.openstack.org/#/c/552172/21:58
fried_bunnyand, if it passes, merge those bad boys.21:58
esberglufried_bunny: ack22:16
*** edmondsw has joined #openstack-powervm23:03
*** edmondsw has quit IRC23:08
*** k0da has quit IRC23:27

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!