Project

General

Profile

Actions

Bug #14812

closed

s3test failure in rados suite

Added by Samuel Just about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Target version:
-
% Done:

0%

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

Description

2016-02-18T14:52:44.683 INFO:teuthology.orchestra.run.smithi028.stdout:Using /home/ubuntu/cephtest/s3-tests/virtualenv/lib/python2.7/site-packages
2016-02-18T14:52:44.683 INFO:teuthology.orchestra.run.smithi028.stdout:Finished processing dependencies for s3tests==0.0.1
2016-02-18T14:52:44.698 INFO:teuthology.orchestra.run.smithi028:Running: 'python -c \'import shutil, sys; shutil.copyfileobj(sys.stdin, file(sys.argv1, "wb"))\' /home/ubuntu/cephtest/archive/s3readwrite.client.0.config.yaml'
2016-02-18T14:52:44.871 INFO:teuthology.orchestra.run.smithi028.stderr:created pool .rgw.root snap 1
2016-02-18T14:52:44.885 INFO:teuthology.orchestra.run.smithi028:Running: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph osd pool mksnap .rgw.control 1'
2016-02-18T14:52:44.930 INFO:teuthology.orchestra.run.smithi028:Running: '/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite'
2016-02-18T14:52:45.161 INFO:teuthology.orchestra.run.smithi028.stderr:Using random seeds: {'writer': 2890343622, 'main': 4096311622, 'names': 3160953778, 'contents': 2134765304, 'reader': 2370713705}
2016-02-18T14:52:45.193 INFO:teuthology.orchestra.run.smithi028.stderr:Traceback (most recent call last):
2016-02-18T14:52:45.194 INFO:teuthology.orchestra.run.smithi028.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite", line 9, in <module>
2016-02-18T14:52:45.194 INFO:teuthology.orchestra.run.smithi028.stderr: load_entry_point('s3tests', 'console_scripts', 's3tests-test-readwrite')()
2016-02-18T14:52:45.194 INFO:teuthology.orchestra.run.smithi028.stderr: File "/home/ubuntu/cephtest/s3-tests/s3tests/readwrite.py", line 165, in main
2016-02-18T14:52:45.194 INFO:teuthology.orchestra.run.smithi028.stderr: bucket = conn.create_bucket(bucket_name)
2016-02-18T14:52:45.195 INFO:teuthology.orchestra.run.smithi028.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/lib/python2.7/site-packages/boto/s3/connection.py", line 622, in create_bucket
2016-02-18T14:52:45.195 INFO:teuthology.orchestra.run.smithi028.stderr: response.status, response.reason, body)
2016-02-18T14:52:45.195 INFO:teuthology.orchestra.run.smithi028.stderr:boto.exception.S3ResponseError: S3ResponseError: 400 Bad Request
2016-02-18T14:52:45.195 INFO:teuthology.orchestra.run.smithi028.stderr:<Error><Code>InvalidBucketName</Code><RequestId>tx000000000000000000001-0056c64b3d-100a-default</RequestId><HostId>100a-default-default</HostId></Error>
2016-02-18T14:52:45.196 INFO:teuthology.orchestra.run.smithi028.stderr:Exception KeyError: KeyError(31668816,) in <module 'threading' from '/usr/lib64/python2.7/threading.pyc'> ignored
2016-02-18T14:52:45.204 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):

ubuntu@teuthology:/a/samuelj-2016-02-18_14:40:50-rados-master-distro-basic-smithi/15566

Completely reproducible.

Actions #1

Updated by Dunrong Huang about 8 years ago

I also met this bug, see
http://tracker.ceph.com/issues/14816

and wrote a patch to fix:
https://github.com/ceph/ceph/pull/7710

Actions #2

Updated by Yehuda Sadeh about 8 years ago

  • Status changed from New to Resolved

Was an issue with validate_bucket_name() that got broken.

Actions

Also available in: Atom PDF