*** bobh has joined #openstack-mistral | 00:15 | |
*** bobh has quit IRC | 00:20 | |
*** bobh has joined #openstack-mistral | 00:53 | |
*** bobh has quit IRC | 01:25 | |
*** bobh has joined #openstack-mistral | 01:26 | |
*** bobh has quit IRC | 01:40 | |
*** bobh has joined #openstack-mistral | 01:54 | |
openstackgerrit | Bob Haddleton proposed openstack/python-mistralclient master: Provide consistent options and return latest execution entries https://review.openstack.org/554950 | 02:51 |
---|---|---|
*** bobh has quit IRC | 04:06 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Remove those copy words occured twice times in wf_lang_v2.rst https://review.openstack.org/617540 | 06:56 |
openstackgerrit | Merged openstack/mistral-dashboard master: Change openstack-dev to openstack-discuss https://review.openstack.org/622559 | 07:06 |
*** pgaxatte has joined #openstack-mistral | 07:07 | |
openstackgerrit | Merged openstack/mistral-lib master: Change openstack-dev to openstack-discuss https://review.openstack.org/622557 | 07:09 |
openstackgerrit | Merged openstack/mistral-extra master: Update home-page URL https://review.openstack.org/604590 | 07:15 |
*** gkadam has joined #openstack-mistral | 07:49 | |
openstackgerrit | Merged openstack/mistral-tempest-plugin master: Change openstack-dev to openstack-discuss https://review.openstack.org/622555 | 07:52 |
rakhmerov | d0ugal, vgvoleg, all: hey, any idea on why this is happening? http://logs.openstack.org/40/617540/2/check/openstack-tox-docs/801686a/job-output.txt.gz#_2018-12-20_07_03_12_283241 | 08:13 |
rakhmerov | it blocks our CI | 08:13 |
*** shardy has joined #openstack-mistral | 09:24 | |
d0ugal | rakhmerov: https://github.com/openstack/openstacksdk/commit/fd61b546796af5847a92774b064eb21e2f0a22e1 | 09:27 |
d0ugal | Looks related | 09:27 |
d0ugal | It looks like we need <0.7, but something is pulling in the new version? | 09:28 |
rakhmerov | d0ugal: we don't seem to have an explicit dependency at all | 09:29 |
d0ugal | Indeed. It is probably somewhere in the chain - I am trying to find it | 09:29 |
rakhmerov | but yes, seems related | 09:29 |
rakhmerov | d0ugal: after cursing at dogpile.cache it then mentions openstacksdk for some reasone | 09:30 |
rakhmerov | although "mistral" doesn't depend on openstacksdk directly too | 09:30 |
d0ugal | Right, but it is all in the tree | 09:30 |
rakhmerov | yeah.. | 09:30 |
rakhmerov | so I guess we need to list dogpile.cache explicitly for the time being? | 09:30 |
d0ugal | I hope not... but that might help | 09:31 |
rakhmerov | ok | 09:31 |
rakhmerov | we need a solution anyway | 09:31 |
d0ugal | Sure | 09:31 |
d0ugal | It seems to be only a problem with docs? So maybe a docs dep? | 09:31 |
rakhmerov | sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD | 09:32 |
rakhmerov | sphinxcontrib-httpdomain>=1.3.0 # BSD | 09:32 |
rakhmerov | sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 | 09:32 |
rakhmerov | openstackdocstheme>=1.18.1 # Apache-2.0 | 09:32 |
rakhmerov | reno>=2.5.0 # Apache-2.0 | 09:32 |
rakhmerov | these are the all docs deps | 09:32 |
d0ugal | Yup | 09:32 |
d0ugal | I am trying to find it with pipdeptree | 09:32 |
rakhmerov | okay | 09:32 |
d0ugal | oslo.cache | 09:33 |
d0ugal | maybe | 09:33 |
d0ugal | https://github.com/openstack/oslo.cache/blob/master/requirements.txt#L5 | 09:33 |
d0ugal | rakhmerov: http://paste.openstack.org/show/737776/ | 09:34 |
rakhmerov | aah.. | 09:34 |
rakhmerov | interesting | 09:34 |
d0ugal | That is the result for pipdeptree in the 'tox -e docs' virtualenv | 09:34 |
rakhmerov | hah.. how come? dogpile.cache [required: >=0.6.2,<0.7.0, installed: 0.7.1] | 09:35 |
d0ugal | rakhmerov: looks further down for the second time it is mentioned | 09:35 |
rakhmerov | it should be less than 0.7.0 but installed 0.7.1 | 09:35 |
d0ugal | I guess for some reason oslo.cache is installed first? | 09:35 |
rakhmerov | oooh! | 09:36 |
rakhmerov | yeah | 09:36 |
d0ugal | pip should be able to figure this out, but I guess it fails for some reason | 09:36 |
rakhmerov | it very much looks like it | 09:36 |
rakhmerov | yeah.. | 09:36 |
d0ugal | since there are some common versions that would work with both requirements | 09:36 |
rakhmerov | hah.. | 09:36 |
d0ugal | 0.6.8 for example would be good | 09:36 |
rakhmerov | yep | 09:36 |
rakhmerov | I'm wondering now how we can bypass that | 09:36 |
d0ugal | https://github.com/openstack/requirements/blob/master/global-requirements.txt#L53 | 09:37 |
d0ugal | That is the global requirements | 09:37 |
d0ugal | so I guess oslo.cache should be updated to match that | 09:37 |
d0ugal | That is probably the "correct" fix. The quick fix would be to add dogpile to our requirements with that version, I think that should fix it | 09:37 |
rakhmerov | sure, it is | 09:38 |
d0ugal | then we can remove it later once this is resolved | 09:38 |
rakhmerov | yes, let's try | 09:38 |
rakhmerov | hopefully it'll help | 09:38 |
rakhmerov | would you please do that? | 09:38 |
d0ugal | Sure | 09:38 |
rakhmerov | thnx | 09:38 |
rakhmerov | d0ugal: I decided to approve some trivial patches so that they don't hang further on review | 09:39 |
d0ugal | Greay | 09:39 |
d0ugal | Great | 09:39 |
openstackgerrit | Dougal Matthews proposed openstack/mistral master: Add a explicit version dep on dogpile.cache https://review.openstack.org/626531 | 09:41 |
openstackgerrit | Dougal Matthews proposed openstack/mistral master: Add a explicit version dep on dogpile.cache https://review.openstack.org/626531 | 09:44 |
d0ugal | rakhmerov: also, FYI: https://review.openstack.org/#/c/626532/ | 09:45 |
d0ugal | If my patch fixes it and is merged, I'll add a revert with a depends-on ^ | 09:46 |
rakhmerov | great | 10:07 |
rakhmerov | d0ugal: requirements-check is failing | 10:14 |
rakhmerov | you need to also add it to low constraint | 10:14 |
rakhmerov | I guess | 10:15 |
rakhmerov | if "Requirement for package dogpile.cache has no lower bound" means that | 10:15 |
*** gkadam has quit IRC | 13:25 | |
d0ugal | rakhmerov: oh yeah, good point | 13:34 |
d0ugal | I'll update it. | 13:34 |
*** jrist has quit IRC | 14:05 | |
*** jrist has joined #openstack-mistral | 14:22 | |
*** mmethot has quit IRC | 14:27 | |
*** mmethot has joined #openstack-mistral | 14:29 | |
*** pgaxatte has quit IRC | 15:44 | |
openstackgerrit | Xavier Hardy proposed openstack/mistral master: Fix input, params, output, published filters https://review.openstack.org/505206 | 15:53 |
jlejeune | hello everyone | 16:00 |
jlejeune | I've a new issue since we upgrade mistral in rocky | 16:00 |
jlejeune | maybe someone can help me :) | 16:00 |
jlejeune | in some requests, I have this error: "Authorization failed: Cannot authenticate without an auth_url" | 16:01 |
jlejeune | but it's quite ramdom and I can't reproduce it | 16:01 |
jlejeune | I found this bug which seems to be related : https://bugs.launchpad.net/mistral/+bug/1788174 | 16:02 |
openstack | Launchpad bug 1788174 in Mistral "Mistral uses deprecated option keystone_authtoken/auth_uri for keystoneclient creation" [Medium,In progress] | 16:02 |
jlejeune | are you aware about that ? | 16:02 |
*** shardy has quit IRC | 18:37 | |
*** bobh has joined #openstack-mistral | 19:58 | |
openstackgerrit | Andreas Jaeger proposed openstack/mistral-lib master: Use template for lower-constraints https://review.openstack.org/626695 | 20:06 |
openstackgerrit | Andreas Jaeger proposed openstack/python-mistralclient master: Use template for lower-constraints https://review.openstack.org/626738 | 20:49 |
*** bobh has quit IRC | 21:09 | |
*** bobh has joined #openstack-mistral | 21:47 | |
*** bobh has quit IRC | 21:52 | |
*** bobh has joined #openstack-mistral | 22:33 | |
*** bobh has quit IRC | 22:34 | |
*** bobh_ has joined #openstack-mistral | 22:35 | |
*** bobh_ has quit IRC | 22:39 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!