Project

General

Profile

Actions

Bug #9092

closed

Hung job with TypeError: argument of type 'NoneType' is not iterable

Added by John Spray over 9 years ago. Updated over 9 years ago.

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

0%

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

Description

This guy: reported as dead in pulpito, actually succeeded but threw an exception to teuthology.log during teardown
http://pulpito.ceph.com/teuthology-2014-08-11_23:04:01-fs-master-testing-basic-multi/418285/

(the log is big, you'll want to SSH in and tail it)

2014-08-12T08:46:09.478 INFO:teuthology.lockstatus:GET request to 'http://teuthology.front.sepia.ceph.com/locker/lock/ubuntu@burnupi60.front.sepia.ceph.com' with body 'None' failed with response code 500
2014-08-12T08:46:09.478 ERROR:teuthology.run_tasks:Manager failed: internal.lock_machines
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 113, in run_tasks
    suppress = manager.__exit__(*exc_info)
  File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "/home/teuthworker/src/teuthology_master/teuthology/task/internal.py", line 152, in lock_machines
    lock.unlock_one(ctx, machine, ctx.owner)
  File "/home/teuthworker/src/teuthology_master/teuthology/lock.py", line 82, in unlock_one
    if not destroy_if_vm(ctx, name):
  File "/home/teuthworker/src/teuthology_master/teuthology/lock.py", line 506, in destroy_if_vm
    phys_host = status_info['vpshost']
TypeError: 'NoneType' object has no attribute '__getitem__'
2014-08-12T08:46:09.527 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: TypeError: 'NoneType' object has no attribute '__getitem__'
2014-08-12T08:46:09.529 INFO:teuthology.nuke:Checking targets against current locks
2014-08-12T08:46:10.579 CRITICAL:root:  File "/var/lib/teuthworker/src/teuthology_master/virtualenv/bin/teuthology", line 9, in <module>
    load_entry_point('teuthology==0.1.0', 'console_scripts', 'teuthology')()
  File "/home/teuthworker/src/teuthology_master/scripts/run.py", line 8, in main
    teuthology.run.main(parse_args())
  File "/home/teuthworker/src/teuthology_master/teuthology/run.py", line 178, in main
    nuke(ctx, ctx.lock)
  File "/home/teuthworker/src/teuthology_master/teuthology/nuke.py", line 334, in nuke
    if ctx.name not in lock['description']:

2014-08-12T08:46:10.579 CRITICAL:root:TypeError: argument of type 'NoneType' is not iterable
Actions

Also available in: Atom PDF