Project

General

Profile

Actions

Bug #13389

closed

KeyboardInterrupt from yum

Added by Sage Weil over 8 years ago. Updated over 8 years ago.

Status:
Duplicate
Priority:
Urgent
Assignee:
-
Category:
-
% Done:

0%

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

Description

2015-10-06T10:12:21.073 INFO:teuthology.orchestra.run.vpm004.stdout:Transaction Summary
2015-10-06T10:12:21.073 INFO:teuthology.orchestra.run.vpm004.stdout:================================================================================
2015-10-06T10:12:21.073 INFO:teuthology.orchestra.run.vpm004.stdout:Install              (  3 Dependent packages)
2015-10-06T10:12:21.073 INFO:teuthology.orchestra.run.vpm004.stdout:Upgrade  13 Packages (+12 Dependent packages)
2015-10-06T10:12:21.074 INFO:teuthology.orchestra.run.vpm004.stdout:
2015-10-06T10:12:21.074 INFO:teuthology.orchestra.run.vpm004.stdout:Total download size: 1.3 G
2015-10-06T10:12:21.074 INFO:teuthology.orchestra.run.vpm004.stdout:Downloading packages:
2015-10-06T10:12:21.074 INFO:teuthology.orchestra.run.vpm004.stdout:Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
2015-10-06T10:15:47.714 INFO:teuthology.orchestra.run.vpm004.stderr:Traceback (most recent call last):
2015-10-06T10:15:47.714 INFO:teuthology.orchestra.run.vpm004.stderr:  File "/usr/libexec/urlgrabber-ext-down", line 75, in <module>
2015-10-06T10:15:47.733 INFO:teuthology.orchestra.run.vpm004.stderr:    main()
2015-10-06T10:15:47.733 INFO:teuthology.orchestra.run.vpm004.stderr:  File "/usr/libexec/urlgrabber-ext-down", line 61, in main
2015-10-06T10:15:47.733 INFO:teuthology.orchestra.run.vpm004.stderr:    fo = PyCurlFileObject(opts.url, opts.filename, opts)
2015-10-06T10:15:47.733 INFO:teuthology.orchestra.run.vpm004.stderr:  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1258, in __init__
2015-10-06T10:15:47.756 INFO:teuthology.orchestra.run.vpm004.stderr:    self._do_open()
2015-10-06T10:15:47.756 INFO:teuthology.orchestra.run.vpm004.stderr:  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1589, in _do_open
2015-10-06T10:15:47.756 INFO:teuthology.orchestra.run.vpm004.stderr:    self._do_grab()
2015-10-06T10:15:47.756 INFO:teuthology.orchestra.run.vpm004.stderr:  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1723, in _do_grab
2015-10-06T10:15:47.757 INFO:teuthology.orchestra.run.vpm004.stderr:    self._do_perform()
2015-10-06T10:15:47.757 INFO:teuthology.orchestra.run.vpm004.stderr:  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1517, in _do_perform
2015-10-06T10:15:47.757 INFO:teuthology.orchestra.run.vpm004.stderr:    raise KeyboardInterrupt
2015-10-06T10:15:47.758 INFO:teuthology.orchestra.run.vpm004.stderr:KeyboardInterrupt
2015-10-06T10:15:47.782 INFO:teuthology.orchestra.run.vpm004.stderr:
2015-10-06T10:15:47.782 INFO:teuthology.orchestra.run.vpm004.stderr:
2015-10-06T10:15:47.782 INFO:teuthology.orchestra.run.vpm004.stderr:Exiting on user cancel
2015-10-06T10:15:47.855 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 56, 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 1027, in upgrade
    upgrade_common(ctx, config, upgrade_old_style)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 973, in upgrade_common
    deploy_style(ctx, node, remote, pkgs, system_type)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 888, in upgrade_old_style
    _upgrade_rpm_packages(ctx, node, remote, pkgs)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 878, in _upgrade_rpm_packages
    remote.run(args=args)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 156, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 378, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 114, in wait
    label=self.label)
CommandFailedError: Command failed on vpm004 with status 1: 'sudo yum -y install libcephfs_jni1 rbd-fuse ceph-radosgw librbd1 ceph-debuginfo ceph-fuse python-ceph ceph ceph-devel ceph-test librados2 cephfs-java libcephfs1'
2015-10-06T10:15:47.937 ERROR:teuthology.run_tasks: Sentry event: http://sentry.ceph.com/sepia/teuthology/search?q=de824c9f36bb419b85b3da8160b35f46
CommandFailedError: Command failed on vpm004 with status 1: 'sudo yum -y install libcephfs_jni1 rbd-fuse ceph-radosgw librbd1 ceph-debuginfo ceph-fuse python-ceph ceph ceph-devel ceph-test librados2 cephfs-java libcephfs1'
2015-10-06T10:15:47.938 DEBUG:teuthology.run_tasks:Unwinding manager install.upgrade

/a/sage-2015-10-06_09:51:56-upgrade:hammer-x-wip-13379---basic-vps/1091939
/a/sage-2015-10-06_09:51:56-upgrade:hammer-x-wip-13379---basic-vps/1091945

I seem to get lots of these on teh hammer-x upgrade suite. Not sure why....


Related issues 1 (0 open1 closed)

Is duplicate of teuthology - Bug #13229: yum install fails with KeyboardInterruptClosed09/24/2015

Actions
Actions #1

Updated by Nathan Cutler over 8 years ago

Appears to be a duplicate of #13229.

Actions #2

Updated by Sage Weil over 8 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF