Project

General

Profile

Actions

Bug #12804

closed

teuthology ./bootstrap fails on teuthology.front.sepia.suse.com

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

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
% Done:

0%

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

Description

Following the instructions at http://tracker.ceph.com/projects/ceph-releases/wiki/HOWTO_run_integration_and_upgrade_tests#Scheduling-a-suite I did the following as smithfarm on teuthology.front.sepia.ceph.com:

$ git clone https://github.com/ceph/teuthology.git
$ cd teuthology
$ ./bootstrap

The bootstrap script fails like this: http://paste2.org/ng801gAa

Actions #1

Updated by Loïc Dachary over 8 years ago

$ git diff
diff --git a/bootstrap b/bootstrap
index 8aa9456..61f7db0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -108,7 +108,8 @@ if [ -z "$NO_CLOBBER" ] || [ ! -e ./virtualenv ]; then
     fi
     # site packages needed because libvirt python bindings are not nicely
     # packaged
-    virtualenv --system-site-packages --setuptools virtualenv
+#    virtualenv --system-site-packages --setuptools virtualenv
+    virtualenv virtualenv

     # avoid pip bugs
     ./virtualenv/bin/pip install --upgrade pip

seems to be a valid workaround
Actions #2

Updated by Loïc Dachary over 8 years ago

  • Project changed from sepia to teuthology
  • Status changed from New to 12
Actions #3

Updated by Loïc Dachary over 8 years ago

  • Subject changed from Cannot seem to install teuthology on teuthology.front.sepia.suse.com to teuthology ./bootstrap fails on teuthology.front.sepia.suse.com
Actions #4

Updated by Zack Cerza over 8 years ago

  • Status changed from 12 to Resolved
  • Assignee set to Zack Cerza

This was a symptom of having old distro packages of some of the python tools installed on that machine; I replaced them with pip-installed versions in /usr/local.

Actions

Also available in: Atom PDF