Your message dated Mon, 12 Dec 2022 10:07:03 +0000
with message-id <e1p4fib-00eoqj...@fasolo.debian.org>
and subject line Bug#1024958: fixed in mistral-dashboard 15.0.0-2
has caused the Debian Bug report #1024958,
regarding mistral-dashboard: (autopkgtest) needs update for python3.11: module 
'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
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.)


-- 
1024958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024958
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mistral-dashboard
Version: 15.0.0-1
Severity: serious
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.11
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of adding python3.11 as a supported Python version [0]. With a recent upload of python3-defaults the autopkgtest of mistral-dashboard fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
python3-defaults       from testing    3.10.6-3
mistral-dashboard      from testing    15.0.0-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults to testing [1]. https://docs.python.org/3/whatsnew/3.11.html lists what's new in Python3.11, it may help to identify what needs to be updated.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/1021984
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/m/mistral-dashboard/28711966/log.gz

/tmp/autopkgtest-lxc._qtzsg39/downtmp/build.uyw/src/debian/tests/unittests: 11: CURDIR: not found + PYTHONPATH=/debian/tmp/usr/lib/python3/dist-packages NOSE_WITH_OPENSTACK=1 NOSE_OPENSTACK_COLOR=1 NOSE_OPENSTACK_RED=0.05 NOSE_OPENSTACK_YELLOW=0.025 NOSE_OPENSTACK_SHOW_ELAPSED=1 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.11 python3.11 -m coverage run manage.py test mistraldashboard --settings=mistraldashboard.test.settings
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc._qtzsg39/downtmp/build.uyw/src/manage.py", line 23, in <module>
    execute_from_command_line(sys.argv)
File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
    utility.execute()
File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 413, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", line 23, in run_from_argv
    super().run_from_argv(argv)
File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 354, in run_from_argv
    self.execute(*args, **cmd_options)
File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 398, in execute
    output = self.handle(*args, **options)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", line 55, in handle
    failures = test_runner.run_tests(test_labels)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/test/runner.py", line 728, in run_tests
    self.run_checks(databases)
File "/usr/lib/python3/dist-packages/django/test/runner.py", line 665, in run_checks
    call_command('check', verbosity=self.verbosity, databases=databases)
File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 181, in call_command
    return command.execute(*args, **defaults)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 398, in execute
    output = self.handle(*args, **options)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/core/management/commands/check.py", line 63, in handle
    self.check(
File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 419, in check
    all_issues = checks.run_checks(
                 ^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/core/checks/registry.py", line 76, in run_checks
    new_errors = check(app_configs=app_configs, databases=databases)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/core/checks/urls.py", line 13, in check_url_config
    return check_resolver(resolver)
           ^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/core/checks/urls.py", line 23, in check_resolver
    return check_method()
           ^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 417, in check
    messages.extend(check_resolver(pattern))
                    ^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/core/checks/urls.py", line 23, in check_resolver
    return check_method()
           ^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 416, in check
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 604, in url_patterns
    iter(patterns)
File "/usr/lib/python3/dist-packages/horizon/base.py", line 679, in __iter__
    self._setup()
File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 382, in _setup
    self._wrapped = self._setupfunc()
                    ^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/horizon/base.py", line 842, in url_patterns
    return self._urls()[0]
           ^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/horizon/base.py", line 877, in _urls
    _wrapped_include(dash._decorated_urls)))
                     ^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/horizon/base.py", line 555, in _decorated_urls
    _wrapped_include(panel._decorated_urls)))
                     ^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/horizon/base.py", line 328, in _decorated_urls
    urlpatterns = self._get_default_urlpatterns()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/horizon/base.py", line 132, in _get_default_urlpatterns
    urls_mod = import_module('.urls', package_string)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/tmp/autopkgtest-lxc._qtzsg39/downtmp/build.uyw/src/mistraldashboard/workbooks/urls.py", line 17, in <module>
    from mistraldashboard.workbooks import views
File "/tmp/autopkgtest-lxc._qtzsg39/downtmp/build.uyw/src/mistraldashboard/workbooks/views.py", line 24, in <module>
    from mistraldashboard import api
File "/tmp/autopkgtest-lxc._qtzsg39/downtmp/build.uyw/src/mistraldashboard/api.py", line 52, in <module>
    @handle_errors(_("Unable to retrieve list"), [])
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/autopkgtest-lxc._qtzsg39/downtmp/build.uyw/src/mistraldashboard/handle_errors.py", line 42, in decorator
    if _request_arg not in inspect.getargspec(func).args:
                           ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
autopkgtest [20:15:33]: test unittests

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: mistral-dashboard
Source-Version: 15.0.0-2
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mistral-dashboard, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1024...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated mistral-dashboard package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 12 Dec 2022 10:22:47 +0100
Source: mistral-dashboard
Architecture: source
Version: 15.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1024958
Changes:
 mistral-dashboard (15.0.0-2) unstable; urgency=medium
 .
   * Fix Python 3.11 compat (Closes: #1024958):
     - add py3.11-getargspec-is-removed.patch
Checksums-Sha1:
 b8535ce2f690ff87a19add4adcd3050ee2112952 2625 mistral-dashboard_15.0.0-2.dsc
 3fe20316953a0a87afd9ded432bc87137596de62 4860 
mistral-dashboard_15.0.0-2.debian.tar.xz
 16af67b7e5d4168a0179a51217f99a933080d4c1 17161 
mistral-dashboard_15.0.0-2_amd64.buildinfo
Checksums-Sha256:
 34dd52e80e9a42d805baac715d0ea49f5fd908b79b723d9f1cf88e9126d07a8f 2625 
mistral-dashboard_15.0.0-2.dsc
 c8cc38ae5d21fc6c3660709eaa63e69fd711a34debe7ef0c723b38a4c7b96dde 4860 
mistral-dashboard_15.0.0-2.debian.tar.xz
 f1348a8132efd12af62dd0e0372cfa2816277a1cd1fd9372cb0daee70a8fb049 17161 
mistral-dashboard_15.0.0-2_amd64.buildinfo
Files:
 9fa22f07f6e18bf1911b1808a71d3be5 2625 python optional 
mistral-dashboard_15.0.0-2.dsc
 c8a7a5b5334790c27eae4b4570f98327 4860 python optional 
mistral-dashboard_15.0.0-2.debian.tar.xz
 0c1b96d66965bbcbacce949dbb946434 17161 python optional 
mistral-dashboard_15.0.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmOW+UAACgkQ1BatFaxr
Q/5uuw//Sqoxcw5kGGMN3OtBG62BByyFN9eGbDUSblvIZIuOxjIZvAFL0lrzT/b/
FGLOX+XV9ijGGmVvHEr4liaFPoJRUJAo6quzaYW219ooZVkKiyYBFpVaXViKRaAa
J/LWTdKwsHzlIPg4oAOXM/nG+6DHRkzkw3tUhvMpX3f0v+O5DI+PZ8qpiUD/DpZB
uFHdEPQ2gXMAD44fURRUeJo/DxCOOkpj4lnf/880bFGrr2x+Dwn1KvUPEoGgNOHe
DRziYs4wuH5ljTXb8EZ6E8rzli2JFBd1fUrtXDGP8gq5BaShxox+V46yQG7ssSfp
tA10aLuZiBouAz3cg650y1H/wHm0pJVJ6jTtHoBlLbPPgtZPkfIZHKzVkl2akRAu
WqA234lxsw6IlWrbO6piwDJUmvIKpiDkwNXy2Js8wLi2zsyWuPgA9xByKj4r5bec
RCbwZ0kOjI0TEZNa+PoPC/iJHKKxwGwuzHewaAf5GTwpor+nv9C2WhjVKpJ8YILT
U0jaDpZTTHON6+1RRqjGkWCQhlvjqAWzLMmvatV2sZ5tqBYcHpubomrvD9eJq8Qy
OgH9gTXOM9cWEq630CbKCUTqLwkLATJZaiYqGC4jRXVu9TPe5ElWgtFFevcKxdzT
fMXF++h4LTpPfgTkR+grozrnsTuawcM/5oshkvM4eY+rmjCjufE=
=Kzmu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to