Project

General

Profile

Actions

Bug #50553

closed

ragweed bootstrap failing in teuthology: "virtualenv: error: unrecognized arguments: --distribute"

Added by Mark Kogan almost 3 years ago. Updated almost 3 years ago.

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

0%

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

Description

example from teuthology:
http://qa-proxy.ceph.com/teuthology/mkogan-2021-04-26_15:57:20-rgw-wip-rgw-tracker-50467_i01-distro-basic-smithi/6075144/teuthology.log

│2021-04-26T21:17:57.025 INFO:teuthology.orchestra.run.smithi037.stdout:Successfully installed cffi-1.14.5 setuptools-56.0.0                                                                                                            │
│2021-04-26T21:17:57.079 INFO:teuthology.orchestra.run.smithi037.stderr:+ virtualenv -p python3 --system-site-packages --download --distribute virtualenv                                                                               │
│2021-04-26T21:17:57.478 INFO:teuthology.orchestra.run.smithi037.stderr:usage: virtualenv [--version] [--with-traceback] [-v | -q] [--app-data APP_DATA] [--clear-app-data] [--discovery {builtin}] [-p py] [--creator {builtin,cpython3│
│2021-04-26T21:17:57.478 INFO:teuthology.orchestra.run.smithi037.stderr:                  [--activators comma_sep_list] [--clear] [--system-site-packages] [--symlinks | --copies] [--download | --no-download] [--extra-search-dir d [d│
│2021-04-26T21:17:57.478 INFO:teuthology.orchestra.run.smithi037.stderr:                  [--msgpack version] [--lockfile version] [--contextlib2 version] [--CacheControl version] [--idna version] [--webencodings version] [--appdirs│
│2021-04-26T21:17:57.479 INFO:teuthology.orchestra.run.smithi037.stderr:                  [--distlib version] [--distro version] [--ipaddr version] [--pkg_resources version] [--pip version] [--html5lib version] [--chardet version] [│
│2021-04-26T21:17:57.479 INFO:teuthology.orchestra.run.smithi037.stderr:                  [--pep517 version] [--pyparsing version] [--progress version] [--no-certifi] [--no-packaging] [--no-wheel] [--no-msgpack] [--no-lockfile] [--n│
│2021-04-26T21:17:57.479 INFO:teuthology.orchestra.run.smithi037.stderr:                  [--no-appdirs] [--no-pytoml] [--no-requests] [--no-setuptools] [--no-distlib] [--no-distro] [--no-ipaddr] [--no-pkg_resources] [--no-pip] [--n│
│2021-04-26T21:17:57.479 INFO:teuthology.orchestra.run.smithi037.stderr:                  [--no-six] [--no-pep517] [--no-pyparsing] [--no-progress] [--symlink-app-data] [--prompt prompt] [-h]                                         │
│2021-04-26T21:17:57.479 INFO:teuthology.orchestra.run.smithi037.stderr:                  dest                                                                                                                                          │
│2021-04-26T21:17:57.479 INFO:teuthology.orchestra.run.smithi037.stderr:virtualenv: error: unrecognized arguments: --distribute                                                                                                         
│                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│2021-04-26T21:17:57.495 DEBUG:teuthology.orchestra.run:got remote process result: 2                                                                                                                                                    │
│2021-04-26T21:17:57.496 ERROR:teuthology.contextutil:Saw exception from nested tasks                                                                                                                                                   │
│Traceback (most recent call last):                                                                                                                                                                                                     │
│  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/contextutil.py", line 31, in nested                                                                                      │
│    vars.append(enter())                                                                                                                                                                                                               │
│  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__                                                                                                                                                                       │
│    return next(self.gen)                                                                                                                                                                                                              │
│  File "/home/teuthworker/src/github.com_ceph_ceph-c_ae00453515b17d25a5d42430e744855b020ccec6/qa/tasks/ragweed.py", line 192, in configure                                                                                             │
│    './bootstrap',                                                                                                                                                                                                                     │
│  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/orchestra/remote.py", line 215, in run                                                                                   │
│    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)                                                                                                                                                                   │
│  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/orchestra/run.py", line 455, in run                                                                                      │
│    r.wait()                                                                                                                                                                                                                           │
│  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/orchestra/run.py", line 161, in wait                                                                                     │
│    self._raise_for_status()                                                                                                                                                                                                           │
│  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/orchestra/run.py", line 183, in _raise_for_status                                                                        │
│    node=self.hostname, label=self.label                                                                                                                                                                                               │
│teuthology.exceptions.CommandFailedError: Command failed on smithi037 with status 2: 'cd /home/ubuntu/cephtest/ragweed && ./bootstrap'                                                                                                 │
│2021-04-26T21:17:57.499 INFO:tasks.ragweed:Removing ragweed...  

Related issues 1 (0 open1 closed)

Copied from rgw - Bug #49017: ragweed bootstrap failing in teuthologyResolved

Actions
Actions #1

Updated by Mark Kogan almost 3 years ago

  • Copied from Bug #49017: ragweed bootstrap failing in teuthology added
Actions #3

Updated by Casey Bodley almost 3 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF