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