Project

General

Profile

Actions

Bug #9615

closed

"ERROR: test suite for <module 's3tests.functional'" in upgrade:dumpling-dumpling-distro-basic-vps run

Added by Yuri Weinstein over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
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

In http://pulpito.front.sepia.ceph.com/teuthology-2014-09-27_18:45:01-upgrade:dumpling-dumpling-distro-basic-vps/ run
Same failure for jobs # '515470', '515471', '515472', '515473', '515474', '515475'

Like dupe of #9612

One log for example in http://qa-proxy.ceph.com/teuthology/teuthology-2014-09-27_18:45:01-upgrade:dumpling-dumpling-distro-basic-vps/515475/

2014-09-27T21:10:43.752 INFO:teuthology.orchestra.run.vpm136.stderr:
2014-09-27T21:10:43.752 INFO:teuthology.orchestra.run.vpm136.stderr:======================================================================
2014-09-27T21:10:43.752 INFO:teuthology.orchestra.run.vpm136.stderr:ERROR: test suite for <module 's3tests.functional' from '/home/ubuntu/cephtest/s3-tests/s3tests/functional/__init__.py'>
2014-09-27T21:10:43.753 INFO:teuthology.orchestra.run.vpm136.stderr:----------------------------------------------------------------------
2014-09-27T21:10:43.753 INFO:teuthology.orchestra.run.vpm136.stderr:Traceback (most recent call last):
2014-09-27T21:10:43.753 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/nose/suite.py", line 209, in run
2014-09-27T21:10:43.753 INFO:teuthology.orchestra.run.vpm136.stderr:    self.setUp()
2014-09-27T21:10:43.753 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/nose/suite.py", line 292, in setUp
2014-09-27T21:10:43.754 INFO:teuthology.orchestra.run.vpm136.stderr:    self.setupContext(ancestor)
2014-09-27T21:10:43.754 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/nose/suite.py", line 315, in setupContext
2014-09-27T21:10:43.754 INFO:teuthology.orchestra.run.vpm136.stderr:    try_run(context, names)
2014-09-27T21:10:43.754 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/nose/util.py", line 470, in try_run
2014-09-27T21:10:43.754 INFO:teuthology.orchestra.run.vpm136.stderr:    return func()
2014-09-27T21:10:43.755 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/s3tests/functional/__init__.py", line 320, in setup
2014-09-27T21:10:43.755 INFO:teuthology.orchestra.run.vpm136.stderr:    nuke_prefixed_buckets(prefix=prefix)
2014-09-27T21:10:43.755 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/s3tests/functional/__init__.py", line 84, in nuke_prefixed_buckets
2014-09-27T21:10:43.755 INFO:teuthology.orchestra.run.vpm136.stderr:    nuke_prefixed_buckets_on_conn(prefix, name, conn)
2014-09-27T21:10:43.755 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/s3tests/functional/__init__.py", line 59, in nuke_prefixed_buckets_on_conn
2014-09-27T21:10:43.756 INFO:teuthology.orchestra.run.vpm136.stderr:    for bucket in conn.get_all_buckets():
2014-09-27T21:10:43.756 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/connection.py", line 436, in get_all_buckets
2014-09-27T21:10:43.756 INFO:teuthology.orchestra.run.vpm136.stderr:    response = self.make_request('GET', headers=headers)
2014-09-27T21:10:43.756 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/connection.py", line 664, in make_request
2014-09-27T21:10:43.756 INFO:teuthology.orchestra.run.vpm136.stderr:    retry_handler=retry_handler
2014-09-27T21:10:43.756 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py", line 1053, in make_request
2014-09-27T21:10:43.757 INFO:teuthology.orchestra.run.vpm136.stderr:    retry_handler=retry_handler)
2014-09-27T21:10:43.757 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py", line 926, in _mexe
2014-09-27T21:10:43.757 INFO:teuthology.orchestra.run.vpm136.stderr:    request.body, request.headers)
2014-09-27T21:10:43.757 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/usr/lib/python2.7/httplib.py", line 958, in request
2014-09-27T21:10:43.757 INFO:teuthology.orchestra.run.vpm136.stderr:    self._send_request(method, url, body, headers)
2014-09-27T21:10:43.757 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/usr/lib/python2.7/httplib.py", line 992, in _send_request
2014-09-27T21:10:43.757 INFO:teuthology.orchestra.run.vpm136.stderr:    self.endheaders(body)
2014-09-27T21:10:43.757 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
2014-09-27T21:10:43.758 INFO:teuthology.orchestra.run.vpm136.stderr:    self._send_output(message_body)
2014-09-27T21:10:43.758 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
2014-09-27T21:10:43.758 INFO:teuthology.orchestra.run.vpm136.stderr:    self.send(msg)
2014-09-27T21:10:43.758 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/usr/lib/python2.7/httplib.py", line 776, in send
2014-09-27T21:10:43.758 INFO:teuthology.orchestra.run.vpm136.stderr:    self.connect()
2014-09-27T21:10:43.758 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/usr/lib/python2.7/httplib.py", line 757, in connect
2014-09-27T21:10:43.758 INFO:teuthology.orchestra.run.vpm136.stderr:    self.timeout, self.source_address)
2014-09-27T21:10:43.759 INFO:teuthology.orchestra.run.vpm136.stderr:  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
2014-09-27T21:10:43.759 INFO:teuthology.orchestra.run.vpm136.stderr:    raise err
2014-09-27T21:10:43.759 INFO:teuthology.orchestra.run.vpm136.stderr:error: [Errno 111] Connection refused
2014-09-27T21:10:43.759 INFO:teuthology.orchestra.run.vpm136.stderr:-------------------- >> begin captured stdout << ---------------------
archive_path: /var/lib/teuthworker/archive/teuthology-2014-09-27_18:45:01-upgrade:dumpling-dumpling-distro-basic-vps/515475
branch: dumpling
description: upgrade:dumpling/rgw/{0-cluster/start.yaml 1-dumpling-install/v0.67.11.yaml
  2-workload/testrgw.yaml 3-upgrade-sequence/upgrade-osd-mon-mds.yaml 4-final/swift.yaml}
email: ceph-qa@ceph.com
job_id: '515475'
kernel: &id001
  kdb: true
  sha1: distro
last_in_suite: false
machine_type: vps
name: teuthology-2014-09-27_18:45:01-upgrade:dumpling-dumpling-distro-basic-vps
nuke-on-error: true
os_type: ubuntu
overrides:
  admin_socket:
    branch: dumpling
  ceph:
    conf:
      global:
        osd heartbeat grace: 100
      mon:
        debug mon: 20
        debug ms: 1
        debug paxos: 20
      osd:
        debug filestore: 20
        debug journal: 20
        debug ms: 1
        debug osd: 20
    fs: xfs
    log-whitelist:
    - slow request
    - scrub
    sha1: c70331db13bdbf1f967ece48cdbec28b97c3d19c
  ceph-deploy:
    branch:
      dev: dumpling
    conf:
      client:
        log file: /var/log/ceph/ceph-$name.$pid.log
      mon:
        debug mon: 1
        debug ms: 20
        debug paxos: 20
        osd default pool size: 2
  install:
    ceph:
      sha1: c70331db13bdbf1f967ece48cdbec28b97c3d19c
  rgw:
    default_idle_timeout: 1200
  s3tests:
    branch: dumpling
    idle_timeout: 1200
  workunit:
    sha1: c70331db13bdbf1f967ece48cdbec28b97c3d19c
owner: scheduled_teuthology@teuthology
priority: 1000
roles:
- - mon.a
  - mds.a
  - osd.0
  - osd.1
  - osd.2
- - mon.b
  - mon.c
  - osd.3
  - osd.4
  - osd.5
  - client.0
suite: upgrade:dumpling
suite_branch: dumpling
suite_path: /var/lib/teuthworker/src/ceph-qa-suite_dumpling
targets:
  ubuntu@vpm020.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnz3A6E9pF58gkdqMGUf0fIfjpzY9O0KThHu1hTTO/qvbqV48qWvtyYtFMkw6Oz888EHwgNZdLOMDnELruqiSZ8Z0PrtypnU3eqAXCjxTqdaqZh+H4285QUOz8TDSLuZxnQNIR0tC9nlKivn5ucl/mz+8CIReKv9odERZM55r8vp2rUZNzs91h1nS3m2eV/7u87nG0EBIrxYoc++9xNYzZgasa1BzhW927I1WXifakGiruGRs+f+Q6zxtQQtvbEfFxSqWIU8tRzgrsAVK/RcB/19JT2G7jNLY+gbjRMNk8sn0dCjP2VZ7r4uenKGfpLNAZRpI2TZo8nRKM/molUNfr
  ubuntu@vpm136.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMWHV1NueD9WQJBkEnlUasoxvKVUOJZG9L8wHdpGVtYWEl6ZOT6AMdCExe2bE0m0/IWD8UMwU2153mKqhTLyJ7mVBKSaLA/NHK6wGH+cakd8vSq4hnHqJIEL9xKnFBmbMo+IoHXWRpNwtcYNPrvw+4RZYU40IzSNPIM03wADeHIwaMIdroK5djr2t0LP3XMfcJR7zSaihRcaZyZhnM3pip1ctqI62sRykq6O0cnXRazRyLNzXUhivEgzCdT6dr+F9rMs43BiYsv70dNeccdz+JJjUql3XU9C7DFJ+kg+wCW0mPpZcG32q4HSe0YsG29ip4iJHG/UIm6N8OkgLRZzL9
tasks:
- internal.lock_machines:
  - 2
  - vps
- internal.save_config: null
- internal.check_lock: null
- internal.connect: null
- internal.push_inventory: null
- internal.serialize_remote_roles: null
- internal.check_conflict: null
- internal.check_ceph_data: null
- internal.vm_setup: null
- kernel: *id001
- internal.base: null
- internal.archive: null
- internal.coredump: null
- internal.sudo: null
- internal.syslog: null
- internal.timer: null
- chef: null
- clock.check: null
- install:
    tag: v0.67.11
- ceph: null
- install.upgrade:
    all:
      branch: dumpling
- parallel:
  - workload
  - upgrade-sequence
- swift:
    client.0:
      rgw_server: client.0
teuthology_branch: master
tube: vps
upgrade-sequence:
  sequential:
  - ceph.restart:
    - osd.0
  - sleep:
      duration: 30
  - ceph.restart:
    - osd.1
  - sleep:
      duration: 30
  - ceph.restart:
    - osd.2
  - sleep:
      duration: 30
  - ceph.restart:
    - rgw.client.0
  - sleep:
      duration: 30
  - ceph.restart:
    - osd.3
  - sleep:
      duration: 30
  - ceph.restart:
    - osd.4
  - sleep:
      duration: 30
  - ceph.restart:
    - osd.5
  - sleep:
      duration: 60
  - ceph.restart:
    - mon.a
  - sleep:
      duration: 60
  - ceph.restart:
    - mon.b
  - sleep:
      duration: 60
  - ceph.restart:
    - mon.c
  - sleep:
      duration: 60
  - ceph.restart:
    - mds.a
  - sleep:
      duration: 60
verbose: true
worker_log: /var/lib/teuthworker/archive/worker_logs/worker.vps.3007
workload:
  sequential:
  - s3tests:
      client.0:
        rgw_server: client.0
description: upgrade:dumpling/rgw/{0-cluster/start.yaml 1-dumpling-install/v0.67.11.yaml
  2-workload/testrgw.yaml 3-upgrade-sequence/upgrade-osd-mon-mds.yaml 4-final/swift.yaml}
duration: 679.5729310512543
failure_reason: 'Command failed on vpm136 with status 1: "S3TEST_CONF=/home/ubuntu/cephtest/archive/s3-tests.client.0.conf
  BOTO_CONFIG=/home/ubuntu/cephtest/boto.cfg /home/ubuntu/cephtest/s3-tests/virtualenv/bin/nosetests
  -w /home/ubuntu/cephtest/s3-tests -v -a ''!fails_on_rgw''"'
flavor: basic
owner: scheduled_teuthology@teuthology
success: false

Related issues 1 (0 open1 closed)

Related to rgw - Bug #9612: "ERROR: test suite for <module 's3tests.functional'" in multi-version-giant-testing-basic-multi run RejectedYehuda Sadeh09/27/2014

Actions
Actions #1

Updated by Yuri Weinstein over 9 years ago

  • Project changed from Ceph to rgw
Actions #2

Updated by Yuri Weinstein over 9 years ago

Appears to be only on 1-dumpling-install/v0.67.11.yaml

Actions #3

Updated by Sage Weil over 9 years ago

  • Assignee set to Yuri Weinstein

this yaml has no 'rgw' task... that's why it gets connection refused.

Actions #4

Updated by Yuri Weinstein over 9 years ago

interesting how is it possible if I only added one yaml file v0.67.11.yaml, will look

Actions #5

Updated by Yuri Weinstein over 9 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF