Tuesday, 2021-10-12

abdysnhi all, we are encountering https://bugs.launchpad.net/devstack/+bug/1946615 in our CIs, and i was wondering if this issue is also encountered on upstream pipeline?05:33
abdysnfor now i found out that using legacy dependency resolver solves the issue, any ideas or thoughts on how to solve this?05:47
fricklerabdysn: the issue is not seen in upstream CI because we use wheels built before the latest setuptools were released. I marked your bug as duplicate of the one the hopefully might be worked on08:34
abdysnfrickler, i dont think it is related to the setuptools bug08:36
abdysni debugged this further and found out that it is related to the python version08:36
abdysnfrickler, i wanted to ask you do you have a ci running on centos machines?08:37
abdysnwhen i switched to use python3.8 it worked fine08:38
abdysnfrom pyhton3.608:38
abdysnbut i started to face another issue in uwsgi using pyhton3.6 packages and it not seeing the built packages of the openstack08:39
fricklerabdysn: the bug above mentions ubuntu 20.04, not centos. however there are CI jobs running with that, too, but they also use the pre-existing wheels except for the fedora jobs which are now broken08:43
abdysnfrickler, can you drop a link to one of the broken CIs08:43
abdysn?08:43
abdysni want to check if i am facing the same issue08:43
abdysnfrickler, i guess it is probably a setup issue then if you have a centos CI running. I did try to install the setuptools less than 58 and i am still seeing the issue with slow pip installs08:45
fricklerabdysn: well https://zuul.opendev.org/t/openstack/builds?job_name=devstack-platform-fedora-latest is literally the first line in https://bugs.launchpad.net/devstack/+bug/194634008:46
abdysnof course i only see the slow pip install if i use python3.608:47
*** bauzas_ is now known as bauzas08:57
fricklerit shouldn't depend on the python version but rather on the version of pip. unless there are wheels available only for one of the python versions09:03
abdysnfrickler, i dont know why, but i found out that uninstalling all the packages in addition to clearing the pip cache solves the issue with the pip slowness 11:56
abdysnclearing the pip cache alone for some reason does not work11:56
*** thelounge94 is now known as redrobot13:02
*** redrobot is now known as thelounge9413:04
*** thelounge94 is now known as redrobot13:04
bkrahi all, how can i install a additional project into my devstack without reinstall whole devstack? can't seem to find a script for this. cheers13:10
fricklerbkra: there is no script for that. in some cases it may be enough to just run stack.sh again with the new config, but likely you need to unstack first13:14
bkrathx frickler, unstack is clean.sh right?13:20
bkraclean.sh only seems to clean basic projects (not monasca for example)13:20
fricklerbkra: no, there is unstack.sh next to stack.sh. but it may not work well for plugins, as there is no testing for that13:27
*** stevebak[m] is now known as stevebaker[m]18:11
*** efried1 is now known as efried19:31

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!