Project

General

Profile

Actions

Bug #6911

closed

rgw test failure on the arm set up

Added by Tamilarasi muthamizhan over 10 years ago. Updated over 9 years ago.

Status:
Won't Fix
Priority:
High
Assignee:
-
Target version:
-
% Done:

0%

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

Description

logs: ubuntu@teuthology:/a/teuthology-2013-11-27_04:15:17-rgw-next---basic-saya/120813

2013-11-27T06:22:06.496 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite", line 9, in <module>
2013-11-27T06:22:06.496 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     load_entry_point('s3tests==0.0.1', 'console_scripts', 's3tests-test-readwrite')()
2013-11-27T06:22:06.496 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/s3tests/readwrite.py", line 255, in main
2013-11-27T06:22:06.496 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     trace=temp_dict['error']['traceback'])
2013-11-27T06:22:06.496 INFO:teuthology.orchestra.run.err:[10.214.143.110]: Exception: exception:
2013-11-27T06:22:06.496 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     IncompleteRead(0 bytes read, 2211541 more expected)
2013-11-27T06:22:06.496 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     Traceback (most recent call last):
2013-11-27T06:22:06.496 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/s3tests/readwrite.py", line 34, in reader
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     key.get_contents_to_file(fp)
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py", line 1578, in get_contents_to_file
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     response_headers=response_headers)
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py", line 1418, in get_file
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     query_args=None)
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py", line 1471, in _get_file_internal
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     for bytes in self:
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py", line 367, in next
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     self.close()
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py", line 349, in close
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     self.resp.read()
2013-11-27T06:22:06.497 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py", line 412, in read
2013-11-27T06:22:06.498 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     self._cached_response = httplib.HTTPResponse.read(self)
2013-11-27T06:22:06.498 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/usr/lib/python2.7/httplib.py", line 548, in read
2013-11-27T06:22:06.498 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     s = self._safe_read(self.length)
2013-11-27T06:22:06.498 INFO:teuthology.orchestra.run.err:[10.214.143.110]:   File "/usr/lib/python2.7/httplib.py", line 649, in _safe_read
2013-11-27T06:22:06.498 INFO:teuthology.orchestra.run.err:[10.214.143.110]:     raise IncompleteRead(''.join(s), amt)
2013-11-27T06:22:06.498 INFO:teuthology.orchestra.run.err:[10.214.143.110]: IncompleteRead: IncompleteRead(0 bytes read, 2211541 more expected)
2013-11-27T06:22:06.498 INFO:teuthology.orchestra.run.err:[10.214.143.110]:
2013-11-27T06:22:06.498 INFO:teuthology.orchestra.run.err:[10.214.143.110]: Exception KeyError: KeyError(3064734304L,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
2013-11-27T06:22:06.718 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/teuthology-next/teuthology/contextutil.py", line 25, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/teuthology-next/teuthology/task/s3readwrite.py", line 202, in run_tests
    stdin=conf,
  File "/home/teuthworker/teuthology-next/teuthology/orchestra/cluster.py", line 54, in run
    return [remote.run(**kwargs) for remote in remotes]
  File "/home/teuthworker/teuthology-next/teuthology/orchestra/remote.py", line 47, in run
    r = self._runner(client=self.ssh, **kwargs)
  File "/home/teuthworker/teuthology-next/teuthology/orchestra/run.py", line 271, in run
    r.exitstatus = _check_status(r.exitstatus)
  File "/home/teuthworker/teuthology-next/teuthology/orchestra/run.py", line 267, in _check_status
    raise CommandFailedError(command=r.command, exitstatus=status, node=host)
CommandFailedError: Command failed on 10.214.143.110 with status 1: '/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite'

Actions #1

Updated by Tamilarasi muthamizhan over 10 years ago

  • Project changed from Ceph to rgw

log: ubuntu@teuthology:/a/teuthology-2013-12-02_04:10:14-rgw-master---basic-saya/127052

Actions #2

Updated by Sage Weil over 10 years ago

  • Priority changed from Urgent to High
Actions #3

Updated by Sage Weil about 10 years ago

this sounds like a 32 bit int (size_t?) overflow

Actions #4

Updated by Sage Weil about 10 years ago

  • Assignee deleted (Yehuda Sadeh)
Actions #5

Updated by Sage Weil over 9 years ago

  • Status changed from New to Won't Fix
Actions

Also available in: Atom PDF