On 1/24/25 10:52, Riccardo Coccioli wrote:
Hi,
But this bug is also not related to Cumin in any way. Cumin doesn't have
a dependency on python-eventlet nor python3-trio, which are clearly
the culprit in the traceback.
I was able to reproduce the bug both on sid and trixie, you can see
the details in [0] (Cumin's bug tracking system).
Reporting the gist of the steps here too:
apt update
apt dist-upgrade
apt install python3-keystoneauth1
apt install python3-eventlet python3-trio
apt install openstack-clients
python3 -c 'from keystoneauth1 import session'
[0] https://phabricator.wikimedia.org/T384539#10488086 <https://
phabricator.wikimedia.org/T384539#10488086>
Hi,
I just tried, and couldn't reproduce.
Do you have recommends enabled? (I don't)
Thomas Goirand (zigo)