Project

General

Profile

Actions

Bug #10310

closed

Error "'sudo yum install ceph-devel-0.XXX -y'" across nighties runs

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

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
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 Octo lab several jobs failed.

Logs are in http://magna002.ceph.redhat.com/teuthology-2014-12-13_12:33:46-rados-dumpling-distro-basic-magna/3394/ for one

2014-12-13T12:49:09.050 INFO:teuthology.orchestra.run.magna088.stderr:Error: Package: 1:ceph-common-0.80.7-2.el7.x86_64 (download.devel.redhat.com_rel-eng_RHEL-7.1-20141204.2_compose_Server_x86_64_os_)
2014-12-13T12:49:09.051 INFO:teuthology.orchestra.run.magna088.stderr:           Requires: librbd1 = 1:0.80.7-2.el7
2014-12-13T12:49:09.090 INFO:teuthology.orchestra.run.magna088.stderr:           Installed: librbd1-0.67.11-60.g9bca077.el7.x86_64 (@Ceph)
2014-12-13T12:49:09.091 INFO:teuthology.orchestra.run.magna088.stderr:               librbd1 = 0.67.11-60.g9bca077.el7
2014-12-13T12:49:09.092 INFO:teuthology.orchestra.run.magna088.stderr:Error: Package: 1:python-rbd-0.80.7-2.el7.x86_64 (download.devel.redhat.com_rel-eng_RHEL-7.1-20141204.2_compose_Server_x86_64_os_)
2014-12-13T12:49:09.093 INFO:teuthology.orchestra.run.magna088.stderr:           Requires: librbd1 = 1:0.80.7-2.el7
2014-12-13T12:49:09.094 INFO:teuthology.orchestra.run.magna088.stderr:           Installed: librbd1-0.67.11-60.g9bca077.el7.x86_64 (@Ceph)
2014-12-13T12:49:09.095 INFO:teuthology.orchestra.run.magna088.stderr:               librbd1 = 0.67.11-60.g9bca077.el7
2014-12-13T12:49:09.096 INFO:teuthology.orchestra.run.magna088.stderr:Error: Package: 1:ceph-common-0.80.7-2.el7.x86_64 (download.devel.redhat.com_rel-eng_RHEL-7.1-20141204.2_compose_Server_x86_64_os_)
2014-12-13T12:49:09.097 INFO:teuthology.orchestra.run.magna088.stderr:           Requires: librados2 = 1:0.80.7-2.el7
2014-12-13T12:49:09.098 INFO:teuthology.orchestra.run.magna088.stderr:           Installed: librados2-0.67.11-60.g9bca077.el7.x86_64 (@Ceph)
2014-12-13T12:49:09.099 INFO:teuthology.orchestra.run.magna088.stderr:               librados2 = 0.67.11-60.g9bca077.el7
2014-12-13T12:49:09.100 INFO:teuthology.orchestra.run.magna088.stderr:Error: Package: 1:python-rados-0.80.7-2.el7.x86_64 (download.devel.redhat.com_rel-eng_RHEL-7.1-20141204.2_compose_Server_x86_64_os_)
2014-12-13T12:49:09.101 INFO:teuthology.orchestra.run.magna088.stderr:           Requires: librados2 = 1:0.80.7-2.el7
2014-12-13T12:49:09.102 INFO:teuthology.orchestra.run.magna088.stderr:           Installed: librados2-0.67.11-60.g9bca077.el7.x86_64 (@Ceph)
2014-12-13T12:49:09.103 INFO:teuthology.orchestra.run.magna088.stderr:               librados2 = 0.67.11-60.g9bca077.el7
2014-12-13T12:49:09.104 INFO:teuthology.orchestra.run.magna088.stdout: You could try using --skip-broken to work around the problem
2014-12-13T12:49:09.933 INFO:teuthology.orchestra.run.magna088.stdout: You could try running: rpm -Va --nofiles --nodigest
2014-12-13T12:49:10.074 ERROR:teuthology.parallel:Exception in parallel execution
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 82, in __exit__
    for result in self:
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 101, in next
    resurrect_traceback(result)
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 19, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 494, in _update_rpm_package_list_and_install
    remote.run(args=['sudo', 'yum', 'install', pkg2add, '-y'])
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 128, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 368, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 106, in wait
    exitstatus=status, node=self.hostname)
CommandFailedError: Command failed on magna088 with status 1: 'sudo yum install ceph-devel-0.67.11 -y'
2014-12-13T12:49:10.077 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 28, 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/install.py", line 808, in install
    install_packages(ctx, install_info, config)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 558, in install_packages
    ctx, remote, pkgs[system_type], config)
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 82, in __exit__
    for result in self:
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 101, in next
    resurrect_traceback(result)
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 19, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 494, in _update_rpm_package_list_and_install
    remote.run(args=['sudo', 'yum', 'install', pkg2add, '-y'])
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 128, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 368, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 106, in wait
    exitstatus=status, node=self.hostname)
CommandFailedError: Command failed on magna088 with status 1: 'sudo yum install ceph-devel-0.67.11 -y'
2014-12-13T12:49:10.079 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 55, in run_tasks
    manager.__enter__()
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 1280, in task
    lambda: ship_utilities(ctx=ctx, config=None),
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 28, 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/install.py", line 808, in install
    install_packages(ctx, install_info, config)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 558, in install_packages
    ctx, remote, pkgs[system_type], config)
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 82, in __exit__
    for result in self:
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 101, in next
    resurrect_traceback(result)
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 19, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 494, in _update_rpm_package_list_and_install
    remote.run(args=['sudo', 'yum', 'install', pkg2add, '-y'])
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 128, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 368, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 106, in wait
    exitstatus=status, node=self.hostname)
CommandFailedError: Command failed on magna088 with status 1: 'sudo yum install ceph-devel-0.67.11 -y'
Actions

Also available in: Atom PDF