Project

General

Profile

Actions

Bug #40304

closed

"/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus

Added by Yuri Weinstein almost 5 years ago. Updated almost 5 years ago.

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

0%

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

Description

Run: http://pulpito.ceph.com/yuriw-2019-06-12_00:25:58-upgrade:nautilus-p2p-nautilus-distro-basic-smithi/
Jobs: all on rhel 7.6
Logs: /a/yuriw-2019-06-12_00:25:58-upgrade:nautilus-p2p-nautilus-distro-basic-smithi/4023260/teuthology.log

2019-06-12T02:20:20.961 INFO:teuthology.orchestra.run.smithi177.stdout:}
2019-06-12T02:20:20.962 INFO:teuthology.orchestra.run.smithi177.stdout:
2019-06-12T02:20:21.066 INFO:tasks.swift:Configuring testswift...
2019-06-12T02:20:21.066 INFO:tasks.swift:client=client.0
2019-06-12T02:20:21.066 INFO:tasks.swift:config={'clients': {'client.0': {'rgw_server': 'client.0'}}, 'testswift_conf': {'client.0': ConfigObj({'func_test': {'auth_port': 7280, 'auth_prefix': '/auth/', 'auth_ssl': 'no', 'account': 'foo.client.0', 'username': 'foo', 'email': 'foo.client.0+test@test.test', 'display_name': 'Mr. foo.client.0 foo', 'password': 'swQ0qSyPTpKQrYaZU+1ShHee6yNC3/c1mrnEQFsLo76xq+GpjJxfDg==', 'account2': 'bar.client.0', 'username2': 'bar', 'email2': 'bar.client.0+test@test.test', 'display_name2': 'Mr. bar.client.0 bar', 'password2': 'zRCwyg3ajyNcOaR1yKVU5jYbxGz/dhIyD53TFS1d56QB9nRkMrBDKA=='}})}}
2019-06-12T02:20:21.066 INFO:tasks.swift:roles: ['mon.a', 'mon.b', 'mon.c', 'mgr.x', 'osd.0', 'osd.1', 'osd.2', 'osd.3']
2019-06-12T02:20:21.066 INFO:tasks.swift:target: smithi074.front.sepia.ceph.com
2019-06-12T02:20:21.067 INFO:tasks.swift:roles: ['osd.4', 'osd.5', 'osd.6', 'osd.7']
2019-06-12T02:20:21.067 INFO:tasks.swift:target: smithi089.front.sepia.ceph.com
2019-06-12T02:20:21.067 INFO:tasks.swift:roles: ['client.0']
2019-06-12T02:20:21.067 INFO:tasks.swift:target: smithi177.front.sepia.ceph.com
2019-06-12T02:20:21.067 INFO:tasks.swift:client.0
2019-06-12T02:20:21.067 INFO:teuthology.orchestra.run.smithi177:Running:
2019-06-12T02:20:21.068 INFO:teuthology.orchestra.run.smithi177:> cd /home/ubuntu/cephtest/swift && ./bootstrap
2019-06-12T02:20:22.984 INFO:teuthology.orchestra.run.smithi177.stderr:./bootstrap: missing required packages, please install them:
2019-06-12T02:20:22.984 INFO:teuthology.orchestra.run.smithi177.stdout:  sudo yum install libev-devel
2019-06-12T02:20:22.984 DEBUG:teuthology.orchestra.run:got remote process result: 1
2019-06-12T02:20:22.985 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_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/github.com_yuriw_ceph_wip-yuriw-40181-nautilus/qa/tasks/swift.py", line 148, in configure
    './bootstrap',
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 205, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 437, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 162, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 184, in _raise_for_status
    node=self.hostname, label=self.label
CommandFailedError: Command failed on smithi177 with status 1: 'cd /home/ubuntu/cephtest/swift && ./bootstrap'
2019-06-12T02:20:22.986 INFO:teuthology.orchestra.run.smithi177:Running:
2019-06-12T02:20:22.986 INFO:teuthology.orchestra.run.smithi177:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin -n client.0 --cluster ceph user rm --uid foo.client.0 --purge-data

Related issues 1 (0 open1 closed)

Copied to rgw - Backport #40402: nautilus: "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilusResolvedCasey BodleyActions
Actions #2

Updated by Casey Bodley almost 5 years ago

unless we can get libev-devel from some other repo, i'd recommend skipping the swift task when run against rhel7.6

Actions #3

Updated by Yuri Weinstein almost 5 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Casey Bodley almost 5 years ago

  • Status changed from In Progress to 7
Actions #5

Updated by Casey Bodley almost 5 years ago

  • Status changed from 7 to Pending Backport
  • Backport set to nautilus
Actions #6

Updated by Casey Bodley almost 5 years ago

  • Copied to Backport #40402: nautilus: "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus added
Actions #8

Updated by Nathan Cutler almost 5 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF