Actions
Bug #74591
openrgw/singleton: No module named 'boto.vendored.six.moves'
% Done:
0%
Source:
Backport:
squid tentacle
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v20.3.0-5693-ga9b2f32657
Released In:
Upkeep Timestamp:
2026-02-27T00:56:38+00:00
Description
2026-01-22T19:13:15.852 INFO:teuthology.run_tasks:Running task radosgw-admin...
2026-01-22T19:13:15.901 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
File "/home/teuthworker/src/git.ceph.com_teuthology_f3df5a3a3153828dd8c0051ee630419067f719ee/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_f3df5a3a3153828dd8c0051ee630419067f719ee/teuthology/run_tasks.py", line 82, in run_one_task
task = get_task(taskname)
^^^^^^^^^^^^^^^^^^
File "/home/teuthworker/src/git.ceph.com_teuthology_f3df5a3a3153828dd8c0051ee630419067f719ee/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_f3df5a3a3153828dd8c0051ee630419067f719ee/teuthology/run_tasks.py", line 54, in _import
module = __import__(
^^^^^^^^^^^
File "/home/teuthworker/src/github.com_ceph_ceph_fa32e7e9f8679e38151d876e0ad4d2dd37119ed1/qa/tasks/radosgw_admin.py", line 24, in <module>
import boto.exception
File "/home/teuthworker/src/git.ceph.com_teuthology_f3df5a3a3153828dd8c0051ee630419067f719ee/virtualenv/lib/python3.12/site-packages/boto/__init__.py", line 27, in <module>
from boto.pyami.config import Config, BotoConfigLocations
File "/home/teuthworker/src/git.ceph.com_teuthology_f3df5a3a3153828dd8c0051ee630419067f719ee/virtualenv/lib/python3.12/site-packages/boto/pyami/config.py", line 29, in <module>
from boto.compat import expanduser, ConfigParser, NoOptionError, NoSectionError, StringIO
File "/home/teuthworker/src/git.ceph.com_teuthology_f3df5a3a3153828dd8c0051ee630419067f719ee/virtualenv/lib/python3.12/site-packages/boto/compat.py", line 52, in <module>
from boto.vendored.six.moves import filter, http_client, map, _thread, \
ModuleNotFoundError: No module named 'boto.vendored.six.moves'
boto2 used in both qa/tasks/radosgw_admin.py and qa/tasks/radosgw_admin_rest.py
Updated by Casey Bodley about 2 months ago
- Status changed from New to In Progress
- Assignee set to Casey Bodley
- Pull request ID set to 67095
Updated by Casey Bodley about 2 months ago
- Blocks Bug #73355: rgw/singleton: qa/tasks/radosgw_admin.py failing check for 'usage show' added
Updated by Casey Bodley 28 days ago
- Status changed from In Progress to Fix Under Review
Updated by Casey Bodley 25 days ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot 25 days ago
- Copied to Backport #75224: squid: rgw/singleton: No module named 'boto.vendored.six.moves' added
Updated by Upkeep Bot 25 days ago
- Copied to Backport #75225: tentacle: rgw/singleton: No module named 'boto.vendored.six.moves' added
Updated by Upkeep Bot 24 days ago
- Merge Commit set to a9b2f326574092dbfa363a7c1ce556fbd05f541b
- Fixed In set to v20.3.0-5693-ga9b2f32657
- Upkeep Timestamp set to 2026-02-27T00:56:38+00:00
Actions