Project

General

Profile

Actions

Bug #56869

open

crash: File "mgr/prometheus/__init__.py", in <module>: from .module import Module, StandbyModule

Added by Telemetry Bot over 1 year ago. Updated over 1 year 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):

fd3fe0ef21388cb3735d46f8bbe812ea75c2871828487b3d2362dc264bce8e52


Description

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

Sanitized backtrace:

    File "mgr/prometheus/__init__.py", in <module>: from .module import Module, StandbyModule
    File "mgr/prometheus/module.py", in <module>: import cherrypy
    File "/lib/python3/dist-packages/cherrypy/__init__.py", in <module>: from . import _cprequest, _cpserver, _cptree, _cplogging, _cpconfig
    File "/lib/python3/dist-packages/cherrypy/_cprequest.py", in <module>: from cherrypy import _cpreqbody
    File "/lib/python3/dist-packages/cherrypy/_cpreqbody.py", in <module>: import cheroot.server
    File "/lib/python3/dist-packages/cheroot/__init__.py" 
    if __version__.find('
    ^^

Crash dump sample:
{
    "archived": "2022-07-12 03:57:07.468950",
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/prometheus/__init__.py\", line 2, in <module>\n    from .module import Module, StandbyModule",
        "  File \"/usr/share/ceph/mgr/prometheus/module.py\", line 1, in <module>\n    import cherrypy",
        "  File \"/lib/python3/dist-packages/cherrypy/__init__.py\", line 76, in <module>\n    from . import _cprequest, _cpserver, _cptree, _cplogging, _cpconfig",
        "  File \"/lib/python3/dist-packages/cherrypy/_cprequest.py\", line 13, in <module>\n    from cherrypy import _cpreqbody",
        "  File \"/lib/python3/dist-packages/cherrypy/_cpreqbody.py\", line 120, in <module>\n    import cheroot.server",
        "  File \"/lib/python3/dist-packages/cheroot/__init__.py\", line 14",
        "    if __version__.find('+ds') != -1:",
        "    ^^",
        "<redacted>" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-07-12T03:46:23.397664Z_f9a25361-43f9-4cb1-8f10-f882033fd073",
    "entity_name": "mgr.775326da872b5d5a2fb3d53bb666860087ba9979",
    "mgr_module": "prometheus",
    "mgr_module_caller": "PyModule::load_subclass_of",
    "mgr_python_exception": "SyntaxError",
    "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": "b269ad88f47e39f554339333454131b199e5dc1e89de3af18c4c3fc1acbe6892",
    "timestamp": "2022-07-12T03:46:23.397664Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-39-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#42-Ubuntu SMP Thu Jun 9 23:42:32 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot over 1 year ago

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

Also available in: Atom PDF