Project

General

Profile

Actions

Bug #6084

closed

nightlies: do not attempt to try apt-key list on rhel or centos

Added by Tamilarasi muthamizhan over 10 years ago. Updated over 10 years ago.

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

0%

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

Description

logs: ubuntu@teuthology:/a/teuthology-2013-08-21_01:35:03-upgrade-parallel-next-testing-basic-vps/5241

ubuntu@teuthology:/a/teuthology-2013-08-21_01:35:03-upgrade-parallel-next-testing-basic-vps/5241$ cat summary.yaml 
description: collection:stress-split 0-cluster:start.yaml 1-dumpling-install:dumpling.yaml
  2-partial-upgrade:firsthalf.yaml 3-thrash:default.yaml 4-mon:more.yaml 5-workload:rados_api_tests.yaml
  6-next-mon:monb.yaml 7-workload:rados_api_tests.yaml distro:rhel_6.3.yaml
duration: 832.2083120346069
failure_reason: 'Command failed on 10.214.138.61 with status 1: ''sudo apt-key list
  | grep Ceph'''
flavor: basic
owner: scheduled_teuthology@teuthology
success: false

2013-08-21T04:30:50.057 DEBUG:teuthology.orchestra.run:Running [10.214.138.61]: 'sudo lsb_release -is'
2013-08-21T04:30:50.117 DEBUG:teuthology.misc:System to be installed: RedHatEnterpriseServer
2013-08-21T04:30:50.117 DEBUG:teuthology.orchestra.run:Running [10.214.138.61]: 'sudo apt-key list | grep Ceph'
2013-08-21T04:30:50.144 INFO:teuthology.orchestra.run.err:[10.214.138.61]: sudo: apt-key: command not found
2013-08-21T04:30:50.145 ERROR:teuthology.run_tasks:Saw exception from tasks
Traceback (most recent call last):
  File "/home/teuthworker/teuthology-next/teuthology/run_tasks.py", line 27, in run_tasks
    manager.__enter__()
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/teuthology-next/teuthology/task/install.py", line 823, in upgrade
    _upgrade_deb_packages(ctx, config, remote, pkgs, branch)
  File "/home/teuthworker/teuthology-next/teuthology/task/install.py", line 621, in _upgrade_deb_packages
    stdout=StringIO(),
  File "/home/teuthworker/teuthology-next/teuthology/orchestra/remote.py", line 47, in run
    r = self._runner(client=self.ssh, **kwargs)
  File "/home/teuthworker/teuthology-next/teuthology/orchestra/run.py", line 267, in run
    r.exitstatus = _check_status(r.exitstatus)
  File "/home/teuthworker/teuthology-next/teuthology/orchestra/run.py", line 263, in _check_status
    raise CommandFailedError(command=r.command, exitstatus=status, node=host)
CommandFailedError: Command failed on 10.214.138.61 with status 1: 'sudo apt-key list | grep Ceph'


Related issues 1 (0 open1 closed)

Has duplicate teuthology - Bug #6144: install.upgrade task has to be fixed for rpms, when a role is upgradedResolvedZack Cerza08/28/2013

Actions
Actions #1

Updated by Zack Cerza over 10 years ago

  • Status changed from New to Resolved

Fix merged into master.

Actions

Also available in: Atom PDF