Project

General

Profile

Actions

Bug #56228

open

crash: File "mgr/dashboard/__init__.py", in <module>: from .module import Module, StandbyModule # noqa: F401

Added by Telemetry Bot almost 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):

02fcfb79a1726f36f790314a453a8e91b96747163f79f5ef4c59438712ea287d
3f893983e716f2a7e368895904cf3485ac7064d3294a45ea14066a1576c818e3


Description

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=b072c746615bbdbfe460a3fc9982b10761ec8d100556ed4f398c6f7ba0c91d9f

Sanitized backtrace:

    File "mgr/dashboard/__init__.py", in <module>: from .module import Module, StandbyModule  # noqa: F401
    File "mgr/dashboard/module.py", in <module>: patch_cherrypy(cherrypy.__version__)
    File "mgr/dashboard/cherrypy_backports.py", in patch_cherrypy: accept_socket_error_0(v)
    File "mgr/dashboard/cherrypy_backports.py", in accept_socket_error_0: if v < StrictVersion("9.0.0") or cheroot_version < StrictVersion("6.5.5"):
    File "/lib/python3.10/distutils/version.py", in __gt__: c = self._cmp(other)
    File "/lib/python3.10/distutils/version.py", in _cmp: other = StrictVersion(other)
    File "/lib/python3.10/distutils/version.py", in __init__: self.parse(vstring)
    File "/lib/python3.10/distutils/version.py", in parse: raise ValueError("invalid version number '%s'" % vstring)
    ValueError: invalid version number

Crash dump sample:
{
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/dashboard/__init__.py\", line 52, in <module>\n    from .module import Module, StandbyModule  # noqa: F401",
        "  File \"/usr/share/ceph/mgr/dashboard/module.py\", line 49, in <module>\n    patch_cherrypy(cherrypy.__version__)",
        "  File \"/usr/share/ceph/mgr/dashboard/cherrypy_backports.py\", line 197, in patch_cherrypy\n    accept_socket_error_0(v)",
        "  File \"/usr/share/ceph/mgr/dashboard/cherrypy_backports.py\", line 124, in accept_socket_error_0\n    if v < StrictVersion(\"9.0.0\") or cheroot_version < StrictVersion(\"6.5.5\"):",
        "  File \"/lib/python3.10/distutils/version.py\", line 64, in __gt__\n    c = self._cmp(other)",
        "  File \"/lib/python3.10/distutils/version.py\", line 168, in _cmp\n    other = StrictVersion(other)",
        "  File \"/lib/python3.10/distutils/version.py\", line 40, in __init__\n    self.parse(vstring)",
        "  File \"/lib/python3.10/distutils/version.py\", line 137, in parse\n    raise ValueError(\"invalid version number '%s'\" % vstring)",
        "ValueError: invalid version number '8.5.2+ds1'" 
    ],
    "ceph_version": "17.1.0",
    "crash_id": "2022-05-16T09:19:20.694694Z_9efc77d8-f9a4-4f60-af7a-73fb5dd59e35",
    "entity_name": "mgr.ad8c8b57c5b39048287c77550f6d15be39df898b",
    "mgr_module": "dashboard",
    "mgr_module_caller": "PyModule::load_subclass_of",
    "mgr_python_exception": "ValueError",
    "os_id": "22.04",
    "os_name": "Ubuntu 22.04 LTS",
    "os_version": "22.04 LTS (Jammy Jellyfish)",
    "os_version_id": "22.04",
    "process_name": "ceph-mgr",
    "stack_sig": "3f893983e716f2a7e368895904cf3485ac7064d3294a45ea14066a1576c818e3",
    "timestamp": "2022-05-16T09:19:20.694694Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-27-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot almost 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.1.0 added
Actions

Also available in: Atom PDF