Saturday, 2022-03-26

elodilleshmmm, it seems that 'Yoga final release for cycle-with-rc projects' patch validation is failing due to 'setuptools issue 3197': https://zuul.opendev.org/t/openstack/build/223f3ae0652947d9990a53cdaa228dc210:42
elodillesit affects 3 deliverables: ansible-role-atos-hsm ansible-role-thales-hsm sahara-image-elements10:43
elodillesthese are unfortunately quite abandoned deliverables...10:43
elodillesi've proposed workaround for them but the gates have other issue for them: https://review.opendev.org/q/topic:setuptools-issue-319710:44
elodillessummery of 'setuptools issue 3197' is that with setuptools 61.0.0 release (came out during Thursday, and 61.1.0 came out on Friday) setuptools changed its package discovery and now the packages without real python package content fail to build10:46
elodillesso now we have to figure out what to do with these 3 deliverables in Yoga final release10:47
smcginniselodilles: This seems to indicate that changing from `python setup.py` to `python -m pip install` gets around it: https://github.com/open-mmlab/OpenPCDet/issues/78215:32
*** ianw is now known as ianw_pto20:27
elodillessmcginnis: in validator there is an explicit test that tests whether 'python setup.py sdist bdist_wheel' builds the bdist. can we build it with 'python -m pip install' command as well?20:36
elodillessmcginnis: on the other hand i was able to fix the deliverables: https://review.opendev.org/q/topic:setuptools-issue-319720:39
elodillessmcginnis: though i don't know how good it is to re-release these deliverables in the coming days...20:39

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