Project

General

Profile

Actions

Bug #13436

closed

AnsibleFailedError 'Group cm does not exist'

Added by Yuri Weinstein over 8 years ago. Updated over 8 years ago.

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

0%

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

Description

Run: http://pulpito.ceph.com/teuthology-2015-10-08_13:18:09-upgrade:firefly-hammer-x-infernalis-distro-basic-multi/
Jobs: ['1095412', '1095415']
Logs: http://qa-proxy.ceph.com/teuthology/teuthology-2015-10-08_13:18:09-upgrade:firefly-hammer-x-infernalis-distro-basic-multi/1095412/teuthology.log

FATAL: all hosts have already failed -- aborting[0m

2015-10-09T09:53:52.795 INFO:teuthology.task.ansible.out:
PLAY RECAP ******************************************************************** 
           to retry, use: --limit @/var/lib/teuthworker/cephlab.retry

[0;31mmira038.front.sepia.ceph.com[0m : [0;32mok[0m[0;32m=[0m[0;32m7[0m    changed=0    unreachable=0    [0;31mfailed[0m[0;31m=[0m[0;31m1[0m   
[0;31mplana42.front.sepia.ceph.com[0m : [0;32mok[0m[0;32m=[0m[0;32m7[0m    changed=0    unreachable=0    [0;31mfailed[0m[0;31m=[0m[0;31m1[0m   
[0;31mplana61.front.sepia.ceph.com[0m : [0;32mok[0m[0;32m=[0m[0;32m2[0m    changed=0    unreachable=0    [0;31mfailed[0m[0;31m=[0m[0;31m1[0m   

2015-10-09T09:53:53.026 INFO:teuthology.task.ansible:Archiving ansible failure log at: /var/lib/teuthworker/archive/teuthology-2015-10-08_13:18:09-upgrade:firefly-hammer-x-infernalis-distro-basic-multi/1095412/ansible_failures.yaml
2015-10-09T09:53:53.030 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 "/home/teuthworker/src/teuthology_master/teuthology/task/__init__.py", line 121, in __enter__
    self.begin()
  File "/home/teuthworker/src/teuthology_master/teuthology/task/ansible.py", line 231, in begin
    self.execute_playbook()
  File "/home/teuthworker/src/teuthology_master/teuthology/task/ansible.py", line 256, in execute_playbook
    self._handle_failure(command, status)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/ansible.py", line 279, in _handle_failure
    raise AnsibleFailedError(failures)
AnsibleFailedError: {'mira038.front.sepia.ceph.com': {'invocation': {'module_name': 'user', 'module_args': ''}, 'failed': True, 'item': {'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet'}, 'msg': 'Group tserlin does not exist'}, 'plana42.front.sepia.ceph.com': {'invocation': {'module_name': 'user', 'module_args': ''}, 'failed': True, 'item': {'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet'}, 'msg': 'Group tserlin does not exist'}, 'plana61.front.sepia.ceph.com': {'invocation': {'module_name': 'user', 'module_args': ''}, 'failed': True, 'msg': 'Group cm does not exist'}}
2015-10-09T09:53:53.071 ERROR:teuthology.run_tasks: Sentry event: http://sentry.ceph.com/sepia/teuthology/search?q=4778c57a089f433c8f78b9f431daeaff
AnsibleFailedError: {'mira038.front.sepia.ceph.com': {'invocation': {'module_name': 'user', 'module_args': ''}, 'failed': True, 'item': {'name': 'tserlin', 'key': 'ssh-rsa 
Actions #1

Updated by Greg Farnum over 8 years ago

We're also seeing this with tserlin, and it doesn't seem to be everywhere but it's widespread. http://qa-proxy.ceph.com/teuthology/teuthology-2015-10-06_23:04:02-fs-infernalis---basic-multi/1093423/ for instance

Actions #2

Updated by Dan Mick over 8 years ago

Yep, this was my bad; I merged Zack's
fix this morning

Actions #3

Updated by Dan Mick over 8 years ago

  • Status changed from New to Resolved
  • Assignee set to Zack Cerza
Actions

Also available in: Atom PDF