Project

General

Profile

Actions

Bug #57220

closed

pacific: mgr/dashboard: cherrypy_backports: ValueError: invalid version number '8.5.2+ds1'

Added by Ernesto Puerta over 1 year ago. Updated about 1 year ago.

Status:
Duplicate
Priority:
Normal
Assignee:
Category:
Build, CI, Dependencies & Tools
Target version:
-
% Done:

0%

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

Description

Failing (Pacific) Jenkins job: https://jenkins.ceph.com/job/ceph-api-nightly-pacific-backend/579/
Log failure: https://jenkins.ceph.com/job/ceph-api-nightly-pacific-backend/579/artifact/build/out/mgr.x.log

2022-08-22T00:23:49.821+0000 7feed34ba500 -1 mgr[py] Module not found: 'dashboard'
2022-08-22T00:23:49.821+0000 7feed34ba500 -1 mgr[py] Traceback (most recent call last):
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-pacific-backend/src/pybind/mgr/dashboard/__init__.py", line 61, in <module>
    from .module import Module, StandbyModule  # noqa: F401
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-pacific-backend/src/pybind/mgr/dashboard/module.py", line 51, in <module>
    patch_cherrypy(cherrypy.__version__)
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-pacific-backend/src/pybind/mgr/dashboard/cherrypy_backports.py", line 197, in patch_cherrypy
    accept_socket_error_0(v)
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-pacific-backend/src/pybind/mgr/dashboard/cherrypy_backports.py", line 124, in accept_socket_error_0
    if v < StrictVersion("9.0.0") or cheroot_version < StrictVersion("6.5.5"):
  File "/usr/lib/python3.10/distutils/version.py", line 64, in __gt__
    c = self._cmp(other)
  File "/usr/lib/python3.10/distutils/version.py", line 168, in _cmp
    other = StrictVersion(other)
  File "/usr/lib/python3.10/distutils/version.py", line 40, in __init__
    self.parse(vstring)
  File "/usr/lib/python3.10/distutils/version.py", line 137, in parse
    raise ValueError("invalid version number '%s'" % vstring)
ValueError: invalid version number '8.5.2+ds1'

Related issues 1 (0 open1 closed)

Is duplicate of Ceph - Bug #57229: pacific: ImportError: cannot import name 'sysconfig' from 'distutils'Resolved

Actions
Actions #1

Updated by Kefu Chai over 1 year ago

  • Status changed from New to Fix Under Review
  • Assignee changed from Kefu Chai to Tim Serong
  • Pull request ID set to 47696
Actions #2

Updated by Ernesto Puerta over 1 year ago

  • Translation missing: en.field_tag_list set to test-failure
Actions #3

Updated by Ernesto Puerta about 1 year ago

  • Status changed from Fix Under Review to Duplicate
Actions #4

Updated by Ernesto Puerta about 1 year ago

  • Is duplicate of Bug #57229: pacific: ImportError: cannot import name 'sysconfig' from 'distutils' added
Actions

Also available in: Atom PDF