Project

General

Profile

Actions

Bug #16836

closed

hammer-backports: cephtest/{swift,s3-tests} fail to bootstrap

Added by Nathan Cutler over 7 years ago. Updated over 7 years ago.

Status:
Can't reproduce
Priority:
Urgent
Assignee:
-
Target version:
-
% Done:

0%

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

Description

This happened in a bunch of jobs in hammer-backports testing - see
http://pulpito.ceph.com/smithfarm-2016-07-25_05:04:48-rgw-hammer-backports---basic-smithi/

2016-07-25T07:13:00.214 INFO:teuthology.orchestra.run.smithi065:Running: 'cd /home/ubuntu/cephtest/swift && ./bootstrap'
2016-07-25T07:13:00.597 INFO:teuthology.orchestra.run.smithi065.stdout:New python executable in virtualenv/bin/python
2016-07-25T07:13:01.819 INFO:teuthology.orchestra.run.smithi065.stdout:Installing setuptools, pip...done.
2016-07-25T07:13:02.043 INFO:teuthology.orchestra.run.smithi065.stdout:Downloading/unpacking pip from https://pypi.python.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#md5=0570520434c5b600d89ec95393b2650b
2016-07-25T07:13:02.140 INFO:teuthology.orchestra.run.smithi065.stdout:Installing collected packages: pip
2016-07-25T07:13:02.141 INFO:teuthology.orchestra.run.smithi065.stdout:  Found existing installation: pip 1.5.4
2016-07-25T07:13:02.175 INFO:teuthology.orchestra.run.smithi065.stdout:    Uninstalling pip:
2016-07-25T07:13:02.200 INFO:teuthology.orchestra.run.smithi065.stdout:      Successfully uninstalled pip
2016-07-25T07:13:02.555 INFO:teuthology.orchestra.run.smithi065.stdout:Successfully installed pip
2016-07-25T07:13:02.556 INFO:teuthology.orchestra.run.smithi065.stdout:Cleaning up...
2016-07-25T07:13:02.834 INFO:teuthology.orchestra.run.smithi065.stderr:DEPRECATION: --no-use-wheel is deprecated and will be removed in the future.  Please use --no-binary :all: instead.
2016-07-25T07:13:03.093 INFO:teuthology.orchestra.run.smithi065.stderr:/home/ubuntu/cephtest/swift/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
2016-07-25T07:13:03.093 INFO:teuthology.orchestra.run.smithi065.stderr:  SNIMissingWarning
2016-07-25T07:13:03.093 INFO:teuthology.orchestra.run.smithi065.stderr:/home/ubuntu/cephtest/swift/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
2016-07-25T07:13:03.093 INFO:teuthology.orchestra.run.smithi065.stderr:  InsecurePlatformWarning
2016-07-25T07:13:03.270 INFO:teuthology.orchestra.run.smithi065.stdout:Collecting setuptools
2016-07-25T07:13:03.391 INFO:teuthology.orchestra.run.smithi065.stdout:  Downloading setuptools-25.0.1.zip (657kB)
2016-07-25T07:13:03.641 INFO:teuthology.orchestra.run.smithi065.stdout:    Complete output from command python setup.py egg_info:
2016-07-25T07:13:03.641 INFO:teuthology.orchestra.run.smithi065.stdout:    Traceback (most recent call last):
2016-07-25T07:13:03.641 INFO:teuthology.orchestra.run.smithi065.stdout:      File "<string>", line 1, in <module>
2016-07-25T07:13:03.642 INFO:teuthology.orchestra.run.smithi065.stdout:      File "/tmp/pip-build-nJUwJi/setuptools/setup.py", line 194, in <module>
2016-07-25T07:13:03.642 INFO:teuthology.orchestra.run.smithi065.stdout:        here and os.path.chdir(here)
2016-07-25T07:13:03.642 INFO:teuthology.orchestra.run.smithi065.stdout:    AttributeError: 'module' object has no attribute 'chdir'
2016-07-25T07:13:03.642 INFO:teuthology.orchestra.run.smithi065.stdout:
2016-07-25T07:13:03.643 INFO:teuthology.orchestra.run.smithi065.stdout:    ----------------------------------------
2016-07-25T07:13:03.650 INFO:teuthology.orchestra.run.smithi065.stderr:Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-nJUwJi/setuptools/
2016-07-25T07:13:03.812 INFO:teuthology.orchestra.run.smithi065.stderr:/home/ubuntu/cephtest/swift/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
2016-07-25T07:13:03.812 INFO:teuthology.orchestra.run.smithi065.stderr:  InsecurePlatformWarning
2016-07-25T07:13:03.893 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 30, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/src/teuthology_master/teuthology/task/swift.py", line 143, in configure
    './bootstrap',
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 196, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 394, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 121, in wait
    label=self.label)
CommandFailedError: Command failed on smithi065 with status 1: 'cd /home/ubuntu/cephtest/swift && ./bootstrap'
Actions #1

Updated by Nathan Cutler over 7 years ago

  • Subject changed from hammer-backports: cephtest/swift fails to bootstrap to hammer-backports: cephtest/{swift,s3-tests} fail to bootstrap
Actions #2

Updated by Nathan Cutler over 7 years ago

  • Status changed from New to Can't reproduce

Not reproducible.

Actions

Also available in: Atom PDF