Project

General

Profile

Bug #13630

Ansible Error "IndexError: list index out of range"

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

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

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

Description

Run: http://pulpito.ceph.com/teuthology-2015-10-27_10:24:08-fs-firefly-distro-basic-multi/
Jobs: 1128240,1128241
Logs: http://qa-proxy.ceph.com/teuthology/teuthology-2015-10-27_10:24:08-fs-firefly-distro-basic-multi/1128240/teuthology.log

2015-10-27T14:39:25.411 INFO:teuthology.task.ansible.out:failed: [plana81.front.sepia.ceph.com] => (item=ceph,ceph-common,ceph-debuginfo,ceph-release,libcephfs1,ceph-radosgw,python-ceph,python-rados,librbd1,librados2) => {"changed": false, "failed": true, "item": "ceph,ceph-common,ceph-debuginfo,ceph-release,libcephfs1,ceph-radosgw,python-ceph,python-rados,librbd1,librados2", "rc": 1, "results": ["ceph is not installed", "ceph-debuginfo is not installed", "ceph-release is not installed", "libcephfs1 is not installed", "ceph-radosgw is not installed", "python-ceph is not installed", "python-rados is not installed", "librbd1 is not installed", "librados2 is not installed", "Loaded plugins: fastestmirror, langpacks, priorities\n"]}
msg: Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 367, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 174, in main
    result, resultmsgs = base.doCommands()
  File "/usr/share/yum-cli/cli.py", line 571, in doCommands
    return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)
  File "/usr/share/yum-cli/yumcommands.py", line 866, in doCommand
    ret = base.erasePkgs(extcmds, pos=pos, basecmd=basecmd)
  File "/usr/share/yum-cli/cli.py", line 1196, in erasePkgs
    rms = self.remove(pattern=arg)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 5376, in remove
    (e,m,u) = self.rpmdb.matchPackageNames([kwargs['pattern']])
  File "/usr/lib/python2.7/site-packages/yum/packageSack.py", line 304, in matchPackageNames
    exactmatch.append(self.searchPkgTuple(pkgtup)[0])
IndexError: list index out of range

History

#2 Updated by Zack Cerza over 8 years ago

  • Status changed from New to Rejected

Clearly a yum bug

Also available in: Atom PDF