16:59:33 <knikolla> #startmeeting keystone 16:59:34 <openstack> Meeting started Tue Feb 2 16:59:33 2021 UTC and is due to finish in 60 minutes. The chair is knikolla. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:59:35 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:59:36 <knikolla> o/ 16:59:37 <openstack> The meeting name has been set to 'keystone' 17:00:06 <gagehugo> o/ 17:00:24 <lbragstad> o/ 17:01:35 <knikolla> how's everyone? 17:02:27 <lbragstad> hanging in there 17:02:50 <knikolla> same 17:03:17 <knikolla> #topic Reviews 17:03:22 <knikolla> https://review.opendev.org/c/openstack/keystone/+/760678 17:03:36 <gagehugo> same 17:03:58 <gagehugo> https://review.opendev.org/c/openstack/keystone/+/759940 17:04:46 <knikolla> https://review.opendev.org/c/openstack/keystone-tempest-plugin/+/686305 implements rbac tests in keystone_tempest_plugin. I'm almost through with it 17:05:19 <knikolla> test_grant made my head blow up 17:07:37 <knikolla> #topic Federation job possibly broken on stable/ussuri 17:08:06 <knikolla> I see this in the logs 17:08:08 <knikolla> ModuleNotFoundError: No module named 'six' 17:08:09 <lbragstad> yeah - i've been seeing that fail consistently for at least a couple weeks 17:09:59 <lbragstad> python3.9 issues? 17:10:14 <knikolla> we did remove six from our requirements last february 17:10:22 <knikolla> so it's not something super new 17:10:52 <lbragstad> http://paste.openstack.org/show/802251/ 17:11:17 <lbragstad> wasn't the upgrade to python3.9 relatively recent? 17:12:00 <knikolla> unsure when opensuse would have done that, since we're using that base image 17:12:22 <lbragstad> yeah - i'm not sure 17:14:17 <lbragstad> i wonder if cmurphy or gyee know anything about it? 17:14:49 <lbragstad> it's failing in setuptools 17:18:11 <cmurphy> python3.9? is that what's being run on the opensuse nodes? 17:18:21 <cmurphy> python3.9 isn't even on my opensuse rolling release 17:19:04 <cmurphy> did something add six back? there should be nothing using it 17:19:39 <lbragstad> maybe i'm jumping the gun on python3.9 17:19:58 <lbragstad> https://zuul.opendev.org/t/openstack/build/2d1a6796f6164d068503db8e586bbd1d is an example failure - looks like it's using python3.6? 17:20:43 <knikolla> it's using 3.6 from the logs. 17:23:50 <knikolla> i'm having trouble getting 3.6 to compile on my mac and test it out 17:25:24 <cmurphy> hmm i'm not sure what would be going on with that one 17:25:36 <lbragstad> six should definitely be in python3.6 17:26:37 <cmurphy> it might not be installed though 17:27:15 <lbragstad> yeah 17:27:44 <knikolla> it's listed by the requirements of the requirements package, which it's failing to install 17:28:55 <knikolla> i'm looking at this https://zuul.opendev.org/t/openstack/build/6b0ba1e5884242a790b516d2ac5548e4 17:29:31 <knikolla> huh, why is it doing this? sudo rm -rf /usr/lib/python3.6/site-packages/six-1.14.0-py3.6.egg-info 17:30:27 <clarkb> that is likely an uninstall step of the distro package if you are upgrading six 17:30:45 <cmurphy> devstack does that because the distro-installed egg conflicts with the pip-installed one 17:30:51 <cmurphy> maybe we don't need that anymore? 17:31:10 <clarkb> depends on if the package updated from distutils to setuptools 17:31:16 <clarkb> its possible, though unlikely within a distro release 17:31:42 <knikolla> the distro appears to be install python2-six though 17:41:15 <knikolla> anyone has some time to investigate more? 17:47:15 <lbragstad> i won't have any free cycles this week 17:51:33 <knikolla> i'll see what i can manage 17:51:44 <knikolla> #topic Open Discussion 17:55:50 <knikolla> thanks all 17:55:53 <knikolla> #endmeeting