Project

General

Profile

Actions

Bug #63522

open

likely PYTHONPATH mess when running cephfs tests

Added by Milind Changire 6 months ago. Updated 3 months ago.

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

0%

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

Actions #1

Updated by Milind Changire 6 months ago

2023-11-13T12:01:59.377 INFO:teuthology.run_tasks:Running task ceph-fuse...
2023-11-13T12:01:59.385 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 82, in run_one_task
    task = get_task(taskname)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 35, in get_task
    module = _import('tasks', module_name, task_name, fail_on_import_error=True)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 54, in _import
    module = __import__(
ModuleNotFoundError: No module named 'tasks.ceph_fuse'
Actions #2

Updated by Milind Changire 6 months ago

2023-11-13T12:01:43.777 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 82, in run_one_task
    task = get_task(taskname)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 35, in get_task
    module = _import('tasks', module_name, task_name, fail_on_import_error=True)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 54, in _import
    module = __import__(
ModuleNotFoundError: No module named 'tasks.kclient'
Actions #3

Updated by Milind Changire 6 months ago

2023-11-13T12:02:03.151 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested
    vars.append(enter())
  File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_ceph-c_35f0debb3cc28955b7132ef4c509cd138a09d56b/qa/tasks/ceph.py", line 474, in cephfs_setup
  File "/home/teuthworker/src/git.ceph.com_ceph-c_35f0debb3cc28955b7132ef4c509cd138a09d56b/qa/tasks/cephfs/filesystem.py", line 543, in __init__
  File "/home/teuthworker/src/git.ceph.com_ceph-c_35f0debb3cc28955b7132ef4c509cd138a09d56b/qa/tasks/cephfs/filesystem.py", line 735, in create
  File "/home/teuthworker/src/git.ceph.com_ceph-c_35f0debb3cc28955b7132ef4c509cd138a09d56b/qa/tasks/cephfs/filesystem.py", line 800, in run_client_payload
ModuleNotFoundError: No module named 'tasks.cephfs.fuse_mount'
Actions #4

Updated by Milind Changire 6 months ago

2023-11-13T12:02:08.757 INFO:teuthology.run_tasks:Running task ceph...
2023-11-13T12:02:08.769 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 82, in run_one_task
    task = get_task(taskname)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 35, in get_task
    module = _import('tasks', module_name, task_name, fail_on_import_error=True)
  File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 54, in _import
    module = __import__(
ModuleNotFoundError: No module named 'tasks.ceph'
Actions

Also available in: Atom PDF