Project

General

Profile

Bug #50933

nautilus: qa: vstart_runner: TypeError: lstat: path should be string, bytes or os.PathLike, not NoneType

Added by Patrick Donnelly almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
-
Target version:
% Done:

0%

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

Description

Traceback (most recent call last):
  File "../qa/tasks/vstart_runner.py", line 921, in __del__
    shutil.rmtree(self.teuthology_config['test_path'])
  File "/usr/lib/python3.8/shutil.py", line 706, in rmtree
    onerror(os.lstat, path, sys.exc_info())
  File "/usr/lib/python3.8/shutil.py", line 704, in rmtree
    orig_st = os.lstat(path)
TypeError: lstat: path should be string, bytes or os.PathLike, not NoneType
Using guessed paths /home/jenkins-build/build/workspace/ceph-api/build/lib/ ['/home/jenkins-build/build/workspace/ceph-api/qa', '/home/jenkins-build/build/workspace/ceph-api/src/pybind']

From API testing on Nautilus.

History

#1 Updated by Patrick Donnelly almost 3 years ago

  • Subject changed from qa: vstart_runner: to qa: vstart_runner: TypeError: lstat: path should be string, bytes or os.PathLike, not NoneType

#2 Updated by Patrick Donnelly almost 3 years ago

  • Subject changed from qa: vstart_runner: TypeError: lstat: path should be string, bytes or os.PathLike, not NoneType to nautilus: qa: vstart_runner: TypeError: lstat: path should be string, bytes or os.PathLike, not NoneType
  • Target version deleted (v17.0.0)
  • Backport deleted (pacific,octopus,nautilus)

#3 Updated by Patrick Donnelly almost 3 years ago

  • Status changed from In Progress to Fix Under Review
  • Pull request ID set to 41485

#4 Updated by Patrick Donnelly almost 3 years ago

  • Status changed from Fix Under Review to Resolved
  • Target version set to v14.2.22

Also available in: Atom PDF