Your message dated Wed, 13 Dec 2023 08:25:28 +0100
with message-id <df59f5e2-c983-4878-be32-9265b82e8...@debian.org>
and subject line Issue was in eventlet
has caused the Debian Bug report #1056426,
regarding mistral-dashboard's autopkg tests fail with Python 3.12
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1056426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mistral-dashboard
Version: 17.0.0-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12
374s running install_egg_info
374s Copying mistral_dashboard.egg-info to
/tmp/autopkgtest.pLcwrL/build.MZb/src/debian/tmp/usr/lib/python3/dist-packages/mistral_dashboard-17.0.0.egg-info
374s Skipping SOURCES.txt
374s running install_scripts
374s + CURDIR
374s /tmp/autopkgtest.pLcwrL/build.MZb/src/debian/tests/unittests: 11:
CURDIR: not found
374s + PYTHONPATH=/debian/tmp/usr/lib/python3/dist-packages
http_proxy=127.0.0.1:9 https_proxy=127.0.0.9:9 HTTP_PROXY=127.0.0.1:9
HTTPS_PROXY=127.0.0.1:9
DJANGO_SETTINGS_MODULE=mistraldashboard.test.settings PYTHON=python3.12
python3.12 -m coverage run manage.py test mistraldashboard
--settings=mistraldashboard.test.settings
376s Traceback (most recent call last):
376s File "/tmp/autopkgtest.pLcwrL/build.MZb/src/manage.py", line 23,
in <module>
376s execute_from_command_line(sys.argv)
376s File
"/usr/lib/python3/dist-packages/django/core/management/__init__.py",
line 442, in execute_from_command_line
376s utility.execute()
376s File
"/usr/lib/python3/dist-packages/django/core/management/__init__.py",
line 382, in execute
376s settings.INSTALLED_APPS
376s File "/usr/lib/python3/dist-packages/django/conf/__init__.py",
line 102, in __getattr__
376s self._setup(name)
376s File "/usr/lib/python3/dist-packages/django/conf/__init__.py",
line 89, in _setup
376s self._wrapped = Settings(settings_module)
376s ^^^^^^^^^^^^^^^^^^^^^^^^^
376s File "/usr/lib/python3/dist-packages/django/conf/__init__.py",
line 217, in __init__
376s mod = importlib.import_module(self.SETTINGS_MODULE)
376s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
376s File "/usr/lib/python3.12/importlib/__init__.py", line 90, in
import_module
376s return _bootstrap._gcd_import(name[level:], package, level)
376s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
376s File "<frozen importlib._bootstrap>", line 1381, in _gcd_import
376s File "<frozen importlib._bootstrap>", line 1354, in _find_and_load
376s File "<frozen importlib._bootstrap>", line 1325, in
_find_and_load_unlocked
376s File "<frozen importlib._bootstrap>", line 929, in _load_unlocked
376s File "<frozen importlib._bootstrap_external>", line 994, in
exec_module
376s File "<frozen importlib._bootstrap>", line 488, in
_call_with_frames_removed
376s File
"/tmp/autopkgtest.pLcwrL/build.MZb/src/mistraldashboard/test/settings.py",
line 17, in <module>
376s from openstack_dashboard.test.settings import * # noqa
376s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
376s File
"/usr/lib/python3/dist-packages/openstack_dashboard/test/settings.py",
line 18, in <module>
376s from horizon.utils import secret_key
376s File
"/usr/lib/python3/dist-packages/horizon/utils/secret_key.py", line 21,
in <module>
376s from oslo_concurrency import lockutils
376s File
"/usr/lib/python3/dist-packages/oslo_concurrency/lockutils.py", line 37,
in <module>
376s import eventlet
376s File "/usr/lib/python3/dist-packages/eventlet/__init__.py", line
17, in <module>
376s from eventlet import convenience
376s File "/usr/lib/python3/dist-packages/eventlet/convenience.py",
line 7, in <module>
376s from eventlet.green import socket
376s File "/usr/lib/python3/dist-packages/eventlet/green/socket.py",
line 21, in <module>
376s from eventlet.support import greendns
376s File
"/usr/lib/python3/dist-packages/eventlet/support/greendns.py", line 45,
in <module>
376s from eventlet.green import ssl
376s File "/usr/lib/python3/dist-packages/eventlet/green/ssl.py", line
25, in <module>
376s _original_wrap_socket = __ssl.wrap_socket
376s ^^^^^^^^^^^^^^^^^
376s AttributeError: module 'ssl' has no attribute 'wrap_socket'
376s autopkgtest [18:30:53]: test unittests: -----------------------]
--- End Message ---
--- Begin Message ---
Hi,
The bug was in eventlet, fixed in 0.33.3-2.1.
Cheers,
Thomas Goirand
--- End Message ---