kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.09k stars 365 forks source link

Ubuntu-16.04: make check fails #1031

Open pvital opened 8 years ago

pvital commented 8 years ago

Testing make check with https://github.com/kimchi-project/kimchi/commit/77ddaa6a973ff4e60b9e62375def031ed38be042

test@kimchi-test-ubuntu:~/tmp/wok/src/wok/plugins/kimchi$ sudo make check
[sudo] password for test: 
make  check-recursive
make[1]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi'
Making check in contrib
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/contrib'
make  check-recursive
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/contrib'
Making check in DEBIAN
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/contrib/DEBIAN'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/contrib/DEBIAN'
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/contrib'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/contrib'
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/contrib'
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/contrib'
Making check in control
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/control'
Making check in vm
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/control/vm'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/control/vm'
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/control'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/control'
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/control'
Making check in distros.d
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/distros.d'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/distros.d'
Making check in docs
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/docs'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/docs'
Making check in model
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/model'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/model'
Making check in po
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/po'
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/po'
Making check in tests
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/tests'
make  check-am
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/tests'
make  check-local
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/tests'
/bin/mkdir -p ../data/screenshots
./run_tests.sh
***** Running unit test: test_mock_storagevolume...      FAILED
======================================================================
ERROR: test_storagevolume (test_mock_storagevolume.MockStorageVolumeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_mock_storagevolume.py", line 68, in test_storagevolume
    devs = [dev['path'] for dev in partitions]
TypeError: string indices must be integers

----------------------------------------------------------------------
Ran 1 test in 1.930s

FAILED (errors=1)
***** Running unit test: test_model...   FAILED
======================================================================
ERROR: test_image_based_template (test_model.ModelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model.py", line 284, in test_image_based_template
    task_id = inst.storagevolumes_create('default', params)['id']
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/storagevolumes.py", line 122, in create
    raise InvalidParameter('KCHVOL0001E', {'name': name})
InvalidParameter: KCHVOL0001E: KCHVOL0001E

======================================================================
ERROR: test_vm_edit (test_model.ModelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model.py", line 1179, in test_vm_edit
    inst.templates_create(orig_params)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/templates.py", line 115, in create
    return self.save_template(params)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/templates.py", line 126, in save_template
    t._validate_memory()
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/templates.py", line 343, in _validate_memory
    validate_memory(self.info['memory'])
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/templates.py", line 312, in validate_memory
    raise InvalidParameter("KCHVM0078E", {'memHost': host_memory})
InvalidParameter: KCHVM0078E: KCHVM0078E

======================================================================
ERROR: test_vm_memory_hotplug (test_model.ModelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model.py", line 1025, in test_vm_memory_hotplug
    inst.templates_create(orig_params)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/templates.py", line 115, in create
    return self.save_template(params)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/templates.py", line 126, in save_template
    t._validate_memory()
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/templates.py", line 343, in _validate_memory
    validate_memory(self.info['memory'])
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/templates.py", line 312, in validate_memory
    raise InvalidParameter("KCHVM0078E", {'memHost': host_memory})
InvalidParameter: KCHVM0078E: KCHVM0078E

----------------------------------------------------------------------
Ran 32 tests in 120.796s

FAILED (errors=3, skipped=1)
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callableTraceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callableTraceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
Traceback (most recent call last):
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:     cb(timer, opaque)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
TypeErrorTraceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
:   File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
TypeError'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeErrorTypeError    time.sleep(0.01)
TypeError: 
:     cb(timer, opaque)
'NoneType' object is not callable'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    : 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
    time.sleep(0.01)
TypeError  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: : 'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
    cb(timer, opaque)
'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable: 
'NoneType' object is not callable

Traceback (most recent call last):

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
TypeErrorTraceback (most recent call last):
:     time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)

Traceback (most recent call last):
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
TypeError  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
Traceback (most recent call last):
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
:     time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
: Traceback (most recent call last):
cb(timer, opaque)
:     time.sleep(0.01)
TypeError:     time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
: 'NoneType' object is not callableTraceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_runTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callable    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
time.sleep(0.01)

  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
TypeError    time.sleep(0.01)
'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callableTypeError    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
TypeError    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable: 
'NoneType' object is not callable    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):

Traceback (most recent call last):
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
:     time.sleep(0.01)
TypeError: 'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

TypeError: 'NoneType' object is not callable
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner

    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_innerException in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
: Traceback (most recent call last):
'NoneType' object is not callable  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_innerTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable'NoneType' object is not callable

Traceback (most recent call last):

     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
'NoneType' object is not callable
Traceback (most recent call last):
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
TypeError    Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

    time.sleep(0.01)

    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run

  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

 Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in runTypeError  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImplTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callableException in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeErrorTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
Traceback (most recent call last):

: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError<type 'exceptions.TypeError'>: 'NoneType' object is not callable    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
: 
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
:     time.sleep(0.01)
TypeError: 

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callable    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable    
<type 'exceptions.TypeError'>: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable'NoneType' object is not callabletime.sleep(0.01)

: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout

    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError
: 
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback

Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run<type 'exceptions.TypeError'>: 'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):

Traceback (most recent call last):
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    cb(timer, opaque)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):    cb(timer, opaque)
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
:   File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
time.sleep(0.01)

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
TypeError    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
    time.sleep(0.01)
TypeErrorTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
<type 'exceptions.TypeError'>: 'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner'NoneType' object is not callableTypeError'NoneType' object is not callable
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeErrorTypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
    Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    time.sleep(0.01)
time.sleep(0.01)
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeErrorTypeError: 'NoneType' object is not callable
Traceback (most recent call last):
: TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
: 
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeErrorTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
TypeError  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
: Traceback (most recent call last):
TypeErrorTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable:   File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run'NoneType' object is not callable

  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run: Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl'NoneType' object is not callableException in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):

  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_innerTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
'NoneType' object is not callable

 TypeError    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: : 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in runTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callable<type 'exceptions.TypeError'>: 'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeErrorTraceback (most recent call last):
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
: 'NoneType' object is not callable    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:     time.sleep(0.01)
TypeError: 
    cb(timer, opaque)
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run

  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImplTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError

  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
Traceback (most recent call last):TypeError    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
:     
'NoneType' object is not callableTraceback (most recent call last):

 Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
'NoneType' object is not callable

'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_runTraceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
      File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    time.sleep(0.01)
TypeError:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 
'NoneType' object is not callable
: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: <type 'exceptions.TypeError'>: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in runtime.sleep(0.01)
TypeError: 'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:   File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImplTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
    'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError'NoneType' object is not callable<type 'exceptions.TypeError'>: 'NoneType' object is not callable
time.sleep(0.01)
TypeError: 'NoneType' object is not callableTraceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

TypeError: 'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
:   File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable    time.sleep(0.01)

TypeError

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
:     time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
: 'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout

    time.sleep(0.01)

Traceback (most recent call last):
TypeError:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callable    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeErrorTypeError    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
Traceback (most recent call last):Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
Traceback (most recent call last):
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)

  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run    time.sleep(0.01)
:   File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
TypeError: 'NoneType' object is not callable  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback

    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)
'NoneType' object is not callableTypeError: 'NoneType' object is not callable
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeErrorTypeError    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
: 'NoneType' object is not callableTraceback (most recent call last):
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callableTypeError: 'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:     time.sleep(0.01)
TypeError:   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable'NoneType' object is not callable

Traceback (most recent call last):

: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callableTraceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:     time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
'NoneType' object is not callable    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)
TypeError:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callableTraceback (most recent call last):

    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError    time.sleep(0.01)
TypeError: 'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:     time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
Traceback (most recent call last):
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    time.sleep(0.01)
TypeError:   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout

    time.sleep(0.01)
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
'NoneType' object is not callable    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
        cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)

 Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImplTypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
TypeError    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
: : 'NoneType' object is not callable

<type 'exceptions.TypeError'>: 'NoneType' object is not callable'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError:   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback

    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_innerTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner    time.sleep(0.01)
TypeError'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
: TypeError:   File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_runTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
:   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImplTypeErrorException in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):<type 'exceptions.TypeError'>: 'NoneType' object is not callableException in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):: 
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
: <type 'exceptions.TypeError'>: 'NoneType' object is not callable

'NoneType' object is not callable
Traceback (most recent call last):
'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
'NoneType' object is not callable

  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
    time.sleep(0.01)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImplTypeError: 
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)

<type 'exceptions.TypeError'>: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)

  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run

  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: TypeError: 'NoneType' object is not callable
'NoneType' object is not callable
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
TypeError:     cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
'NoneType' object is not callable
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
'NoneType' object is not callable  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 
'NoneType' object is not callable
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callableTraceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner

  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in runTraceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl'NoneType' object is not callable

<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback
    cb(timer, opaque)
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 62, in _kimchi_EventTimeout
    time.sleep(0.01)
TypeError: 'NoneType' object is not callable
Exception in thread KimchiLibvirtEventLoop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/plugins.py", line 500, in run
  File "/home/test/tmp/wok/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 350, in virEventRunDefaultImpl
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
***** Running unit test: test_mock_network...    FAILED
======================================================================
ERROR: test_vlan_tag_bridge (test_mock_network.MockNetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_mock_network.py", line 75, in test_vlan_tag_bridge
    iface = interfaces[0]['name']
KeyError: 0

----------------------------------------------------------------------
Ran 1 test in 1.701s

FAILED (errors=1)
***** Running unit test: test_authorization...   FAILED
======================================================================
FAIL: test_nonroot_access (test_authorization.AuthorizationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_authorization.py", line 69, in test_nonroot_access
    self.assertEquals(200, resp.status)
AssertionError: 200 != 404

----------------------------------------------------------------------
Ran 1 test in 1.679s

FAILED (failures=1)
***** Running unit test: test_config...      PASSED - Ran 3 tests in 0.002s
***** Running unit test: test_storagepoolxml...      PASSED - Ran 1 test in 0.001s
***** Running unit test: test_rest...    FAILED
======================================================================
ERROR: test_screenshot_refresh (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1283, in test_screenshot_refresh
    wait_task(self._task_lookup, task['id'])
KeyError: 'id'

======================================================================
ERROR: test_tasks (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1351, in test_tasks
    tasks_ids = [t['id'] for t in tasks]
TypeError: string indices must be integers

======================================================================
ERROR: test_screenshot_refresh (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1283, in test_screenshot_refresh
    wait_task(self._task_lookup, task['id'])
KeyError: 'id'

======================================================================
ERROR: test_tasks (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1351, in test_tasks
    tasks_ids = [t['id'] for t in tasks]
TypeError: string indices must be integers

======================================================================
FAIL: test_capabilities (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1380, in test_capabilities
    self.assertEquals(sorted(keys), sorted(conf.keys()))
AssertionError: Lists differ: [u'kernel_vfio', u'libvirt_str... != [u'call_stack', u'code', u'rea...

First differing element 0:
u'kernel_vfio'
u'call_stack'

First list contains 5 additional elements.
First extra element 3:
u'mem_hotplug_support'

+ [u'call_stack', u'code', u'reason']
- [u'kernel_vfio',
-  u'libvirt_stream_protocols',
-  u'libvirtd_running',
-  u'mem_hotplug_support',
-  u'nm_running',
-  u'qemu_spice',
-  u'qemu_stream',
-  u'screenshot']

======================================================================
FAIL: test_config (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1371, in test_config
    self.assertEquals(keys, sorted(conf.keys()))
AssertionError: Lists differ: ['federation', 'version'] != [u'call_stack', u'code', u'rea...

First differing element 0:
'federation'
u'call_stack'

Second list contains 1 additional elements.
First extra element 2:
u'reason'

- ['federation', 'version']
+ [u'call_stack', u'code', u'reason']

======================================================================
FAIL: test_create_vm_with_bad_template_uri (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1150, in test_create_vm_with_bad_template_uri
    self.assertEquals(400, resp.status)
AssertionError: 400 != 404

======================================================================
FAIL: test_create_vm_with_img_based_template (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1160, in test_create_vm_with_img_based_template
    self.assertEquals(0, len(resp))
AssertionError: 0 != 3

======================================================================
FAIL: test_create_vm_without_template (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1142, in test_create_vm_without_template
    self.assertEquals(400, resp.status)
AssertionError: 400 != 404

======================================================================
FAIL: test_distros (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1390, in test_distros
    self.assertIn('name', distro)
AssertionError: 'name' not found in u'reason'

======================================================================
FAIL: test_edit_vm (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 140, in test_edit_vm
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_get_vms (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 106, in test_get_vms
    self.assertEquals(1, len(vms))
AssertionError: 1 != 3

======================================================================
FAIL: test_interfaces (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1327, in test_interfaces
    self.assertIn('name', resp)
AssertionError: 'name' not found in '{\n  "reason":"Nothing matches the given URI",\n  "code":"404 Not Found",\n  "call_stack":"Traceback (most recent call last):\\n  File \\"/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py\\", line 670, in respond\\n    response.body = self.handler()\\n  File \\"/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py\\", line 217, in __call__\\n    self.body = self.oldhandler(*args, **kwargs)\\n  File \\"/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py\\", line 67, in __call__\\n    raise sys.exc_info()[1]\\nHTTPError: (404, None)\\n"\n}'

======================================================================
FAIL: test_iso_scan_shallow (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1207, in test_iso_scan_shallow
    self._create_pool('pool-3')
  File "test_rest.py", line 1191, in _create_pool
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_peers (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1384, in test_peers
    self.assertEquals([], json.loads(resp))
AssertionError: [] != {u'reason': u'Nothing matches the given URI', u'code': u'404 Not Found', u'call_stack': u'Traceback (most recent call last):\n  File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 670, in respond\n    response.body = self.handler()\n  File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 217, in __call__\n    self.body = self.oldhandler(*args, **kwargs)\n  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 67, in __call__\n    raise sys.exc_info()[1]\nHTTPError: (404, None)\n'}

======================================================================
FAIL: test_scsi_fc_storage (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1066, in test_scsi_fc_storage
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_unnamed_vms (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1125, in test_unnamed_vms
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_customise_storage (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1016, in test_vm_customise_storage
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_graphics (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 617, in test_vm_graphics
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_iface (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 909, in test_vm_iface
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_lifecycle (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 321, in test_vm_lifecycle
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_netboot (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 559, in test_vm_netboot
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_storage_devices (test_rest.HttpsRestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 713, in test_vm_storage_devices
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_capabilities (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1380, in test_capabilities
    self.assertEquals(sorted(keys), sorted(conf.keys()))
AssertionError: Lists differ: [u'kernel_vfio', u'libvirt_str... != [u'call_stack', u'code', u'rea...

First differing element 0:
u'kernel_vfio'
u'call_stack'

First list contains 5 additional elements.
First extra element 3:
u'mem_hotplug_support'

+ [u'call_stack', u'code', u'reason']
- [u'kernel_vfio',
-  u'libvirt_stream_protocols',
-  u'libvirtd_running',
-  u'mem_hotplug_support',
-  u'nm_running',
-  u'qemu_spice',
-  u'qemu_stream',
-  u'screenshot']

======================================================================
FAIL: test_config (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1371, in test_config
    self.assertEquals(keys, sorted(conf.keys()))
AssertionError: Lists differ: ['federation', 'version'] != [u'call_stack', u'code', u'rea...

First differing element 0:
'federation'
u'call_stack'

Second list contains 1 additional elements.
First extra element 2:
u'reason'

- ['federation', 'version']
+ [u'call_stack', u'code', u'reason']

======================================================================
FAIL: test_create_vm_with_bad_template_uri (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1150, in test_create_vm_with_bad_template_uri
    self.assertEquals(400, resp.status)
AssertionError: 400 != 404

======================================================================
FAIL: test_create_vm_with_img_based_template (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1160, in test_create_vm_with_img_based_template
    self.assertEquals(0, len(resp))
AssertionError: 0 != 3

======================================================================
FAIL: test_create_vm_without_template (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1142, in test_create_vm_without_template
    self.assertEquals(400, resp.status)
AssertionError: 400 != 404

======================================================================
FAIL: test_distros (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1390, in test_distros
    self.assertIn('name', distro)
AssertionError: 'name' not found in u'reason'

======================================================================
FAIL: test_edit_vm (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 140, in test_edit_vm
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_get_vms (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 106, in test_get_vms
    self.assertEquals(1, len(vms))
AssertionError: 1 != 3

======================================================================
FAIL: test_interfaces (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1327, in test_interfaces
    self.assertIn('name', resp)
AssertionError: 'name' not found in '{\n  "reason":"Nothing matches the given URI",\n  "code":"404 Not Found",\n  "call_stack":"Traceback (most recent call last):\\n  File \\"/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py\\", line 670, in respond\\n    response.body = self.handler()\\n  File \\"/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py\\", line 217, in __call__\\n    self.body = self.oldhandler(*args, **kwargs)\\n  File \\"/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py\\", line 67, in __call__\\n    raise sys.exc_info()[1]\\nHTTPError: (404, None)\\n"\n}'

======================================================================
FAIL: test_iso_scan_shallow (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1207, in test_iso_scan_shallow
    self._create_pool('pool-3')
  File "test_rest.py", line 1191, in _create_pool
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_peers (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1384, in test_peers
    self.assertEquals([], json.loads(resp))
AssertionError: [] != {u'reason': u'Nothing matches the given URI', u'code': u'404 Not Found', u'call_stack': u'Traceback (most recent call last):\n  File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 670, in respond\n    response.body = self.handler()\n  File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 217, in __call__\n    self.body = self.oldhandler(*args, **kwargs)\n  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 67, in __call__\n    raise sys.exc_info()[1]\nHTTPError: (404, None)\n'}

======================================================================
FAIL: test_scsi_fc_storage (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1066, in test_scsi_fc_storage
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_unnamed_vms (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1125, in test_unnamed_vms
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_customise_storage (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 1016, in test_vm_customise_storage
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_graphics (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 617, in test_vm_graphics
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_iface (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 909, in test_vm_iface
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_lifecycle (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 321, in test_vm_lifecycle
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_netboot (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 559, in test_vm_netboot
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_vm_storage_devices (test_rest.RestTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_rest.py", line 713, in test_vm_storage_devices
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

----------------------------------------------------------------------
Ran 42 tests in 4.102s

FAILED (failures=38, errors=4)
***** Running unit test: test_model_storagepool...   FAILED
======================================================================
ERROR: test_get_storagepools (test_model_storagepool.StoragepoolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model_storagepool.py", line 70, in test_get_storagepools
    self.assertIn('default', [pool['name'] for pool in storagepools])
TypeError: string indices must be integers

----------------------------------------------------------------------
Ran 1 test in 3.550s

FAILED (errors=1)
***** Running unit test: test_model_storagevolume...     FAILED
======================================================================
FAIL: test_get_storagevolume (test_model_storagevolume.StorageVolumeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model_storagevolume.py", line 258, in test_get_storagevolume
    self.assertEquals(200, resp.status)
AssertionError: 200 != 404

======================================================================
FAIL: test_storagevolume_action (test_model_storagevolume.StorageVolumeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model_storagevolume.py", line 274, in test_storagevolume_action
    _do_volume_test(self, model, host, ssl_port, 'default')
  File "test_model_storagevolume.py", line 73, in _do_volume_test
    self.assertEquals(200, resp.status)
AssertionError: 200 != 404

----------------------------------------------------------------------
Ran 2 tests in 3.549s

FAILED (failures=2)
***** Running unit test: test_mockmodel...   FAILED
======================================================================
ERROR: test_screenshot_refresh (test_mockmodel.MockModelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_mockmodel.py", line 76, in test_screenshot_refresh
    wait_task(model.task_lookup, task['id'])
KeyError: 'id'

======================================================================
ERROR: test_vm_list_sorted (test_mockmodel.MockModelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_mockmodel.py", line 114, in test_vm_list_sorted
    add_vm(vm)
  File "test_mockmodel.py", line 110, in add_vm
    wait_task(model.task_lookup, task['id'])
KeyError: 'id'

----------------------------------------------------------------------
Ran 5 tests in 8.242s

FAILED (errors=2)
/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py:233: RuntimeWarning: The main thread is exiting, but the Bus is in the states.STARTED state; shutting it down automatically now. You must either call bus.block() after start(), or call bus.exit() before the main thread exits.
  "main thread exits." % self.state, RuntimeWarning)
[14/Sep/2016:15:20:58] ENGINE Bus STOPPING
[14/Sep/2016:15:20:58] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 42091)) shut down
libvirt: Test Driver error : Domain not found
libvirt: Test Driver error : Storage pool not found
[14/Sep/2016:15:20:58] ENGINE Stopped thread 'Autoreloader'.
[14/Sep/2016:15:20:58] ENGINE Stopped thread 'Session cleanup'.
[14/Sep/2016:15:20:58] ENGINE Bus STOPPED
[14/Sep/2016:15:20:58] ENGINE Bus EXITING
Closing any VNC/SPICE firewall ports opened by Kimchi ...
[14/Sep/2016:15:20:58] ENGINE Bus EXITED
***** Running unit test: test_livemigration...   PASSED - Ran 11 tests in 0.001s
***** Running unit test: test_host...    FAILED
======================================================================
ERROR: test_get_available_passthrough_devices (test_host.HostTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_host.py", line 115, in test_get_available_passthrough_devices
    all_devs = [dev['name'] for dev in json.loads(resp.read())]
TypeError: string indices must be integers

======================================================================
ERROR: test_host_devices (test_host.HostTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_host.py", line 76, in test_host_devices
    self.assertEquals('scsi_host2', nodedev['name'])
KeyError: 'name'

======================================================================
FAIL: test_host_partitions (test_host.HostTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_host.py", line 125, in test_host_partitions
    self.assertEquals(200, resp.status)
AssertionError: 200 != 404

----------------------------------------------------------------------
Ran 3 tests in 1.694s

FAILED (failures=1, errors=2)
***** Running unit test: test_template...    FAILED
======================================================================
FAIL: test_customized_network (test_template.TemplateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_template.py", line 362, in test_customized_network
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_customized_storagepool (test_template.TemplateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_template.py", line 399, in test_customized_storagepool
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_customized_tmpl (test_template.TemplateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_template.py", line 188, in test_customized_tmpl
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_tmpl_integrity (test_template.TemplateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_template.py", line 496, in test_tmpl_integrity
    self.assertEquals(201, resp.status)
AssertionError: 201 != 404

======================================================================
FAIL: test_tmpl_lifecycle (test_template.TemplateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_template.py", line 72, in test_tmpl_lifecycle
    self.assertEquals(200, resp.status)
AssertionError: 200 != 404

----------------------------------------------------------------------
Ran 5 tests in 1.789s

FAILED (failures=5)
***** Running unit test: test_osinfo...      PASSED - Ran 5 tests in 0.027s
***** Running unit test: test_networkxml...      PASSED - Ran 10 tests in 0.021s
***** Running unit test: test_mock_storagepool...    FAILED
======================================================================
ERROR: test_storagepool (test_mock_storagepool.MockStoragepoolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_mock_storagepool.py", line 70, in test_storagepool
    vg_names = [vg['name'] for vg in vgs]
TypeError: string indices must be integers

----------------------------------------------------------------------
Ran 1 test in 1.685s

FAILED (errors=1)
***** Running unit test: test_vmtemplate...      PASSED - Ran 7 tests in 0.012s
***** Running unit test: test_model_network...   FAILED
======================================================================
ERROR: test_get_networks (test_model_network.NetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model_network.py", line 123, in test_get_networks
    self.assertIn('default', [net['name'] for net in networks])
TypeError: string indices must be integers

======================================================================
ERROR: test_network_lifecycle (test_model_network.NetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model_network.py", line 162, in test_network_lifecycle
    iface = interfaces[0]['name']
KeyError: 0

======================================================================
FAIL: test_bridge_network_create_fails_more_than_one_interface (test_model_network.NetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model_network.py", line 195, in test_bridge_network_create_fails_more_than_one_interface
    self.assertEquals(400, resp.status)
AssertionError: 400 != 404

======================================================================
FAIL: test_macvtap_network_create_fails_more_than_one_interface (test_model_network.NetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_model_network.py", line 183, in test_macvtap_network_create_fails_more_than_one_interface
    self.assertEquals(400, resp.status)
AssertionError: 400 != 404

----------------------------------------------------------------------
Ran 4 tests in 3.428s

FAILED (failures=2, errors=2)
***** Running unit test: test_model_libvirtevents...     PASSED - Ran 1 test in 42.157s
======================================================================
===================== Kimchi Unit Tests Summary ======================
Ran 136 tests in 196.366 seconds.
test_model_network FAILED: (failures=2, errors=2) - full log available at /tmp/tmp.isC7qpxmu3
test_model_storagepool FAILED: (errors=1) - full log available at /tmp/tmp.isC7qpxmu3
test_mockmodel FAILED: (errors=2) - full log available at /tmp/tmp.isC7qpxmu3
test_mock_network FAILED: (errors=1) - full log available at /tmp/tmp.isC7qpxmu3
test_template FAILED: (failures=5) - full log available at /tmp/tmp.isC7qpxmu3
test_rest FAILED: (failures=38, errors=4) - full log available at /tmp/tmp.isC7qpxmu3
test_mock_storagepool FAILED: (errors=1) - full log available at /tmp/tmp.isC7qpxmu3
test_authorization FAILED: (failures=1) - full log available at /tmp/tmp.isC7qpxmu3
test_mock_storagevolume FAILED: (errors=1) - full log available at /tmp/tmp.isC7qpxmu3
test_model FAILED: (errors=3, skipped=1) - full log available at /tmp/tmp.isC7qpxmu3
test_host FAILED: (failures=1, errors=2) - full log available at /tmp/tmp.isC7qpxmu3
test_model_storagevolume FAILED: (failures=2) - full log available at /tmp/tmp.isC7qpxmu3
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/tests'
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/tests'
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/tests'
Making check in ui
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui'
Making check in config
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/config'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/config'
Making check in css
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/css'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/css'
Making check in images
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/images'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/images'
Making check in js
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/js'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/js'
Making check in pages
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages'
Making check in help
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help'
Making check in zh_CN
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/zh_CN'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/zh_CN'
Making check in it_IT
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/it_IT'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/it_IT'
Making check in en_US
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/en_US'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/en_US'
Making check in zh_TW
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/zh_TW'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/zh_TW'
Making check in pt_BR
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/pt_BR'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/pt_BR'
Making check in ja_JP
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/ja_JP'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/ja_JP'
Making check in ru_RU
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/ru_RU'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/ru_RU'
Making check in ko_KR
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/ko_KR'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/ko_KR'
Making check in fr_FR
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/fr_FR'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/fr_FR'
Making check in de_DE
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/de_DE'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/de_DE'
Making check in es_ES
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/es_ES'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help/es_ES'
make[5]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help'
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/help'
Making check in tabs
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/tabs'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages/tabs'
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages'
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/pages'
Making check in spice-html5
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/spice-html5'
Making check in pages
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/spice-html5/pages'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/spice-html5/pages'
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/spice-html5'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/spice-html5'
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/spice-html5'
Making check in serial
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/serial'
Making check in html
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/serial/html'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/serial/html'
Making check in libs
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/serial/libs'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/serial/libs'
make[4]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/serial'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/serial'
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui/serial'
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui'
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/ui'
Making check in xmlutils
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi/xmlutils'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi/xmlutils'
make[2]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi'
while read L && test -n "$L"; do                  \
    dir=mo/$L/LC_MESSAGES ;                       \
    /bin/mkdir -p $dir ;                             \
    ln -sf ../../../po/$L.gmo $dir/kimchi.mo ;   \
done < po/LINGUAS
make  check-local
make[3]: Entering directory '/home/test/tmp/wok/src/wok/plugins/kimchi'
contrib/check_i18n.py ./i18n.py 
Checking for invalid i18n string...
Checking for invalid i18n string successfully
/usr/bin/pep8 --version
1.7.0
/usr/bin/pep8 --filename '*.py,*.py.in' --exclude="*config.py,*i18n.py,*tests/test_config.py" .
./check_ui_code_errors.sh
/bin/bash: ./check_ui_code_errors.sh: No such file or directory
Makefile:1063: recipe for target 'check-local' failed
make[3]: *** [check-local] Error 127
make[3]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi'
Makefile:920: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi'
Makefile:632: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/test/tmp/wok/src/wok/plugins/kimchi'
Makefile:922: recipe for target 'check' failed
make: *** [check] Error 2
test@kimchi-test-ubuntu:~/tmp/wok/src/wok/plugins/kimchi$ 
lcorreia commented 7 years ago

Results for Ubuntu 16.10:

./run_tests.sh Running unit test: test_vmtemplate... PASSED - Ran 7 tests in 0.015s Running unit test: test_model_storagepool... PASSED - Ran 1 test in 8.355s ***** Running unit test: test_template... FAILED

FAIL: test_customized_network (test_template.TemplateTests)

Traceback (most recent call last): File "test_template.py", line 403, in test_customized_network self.assertEquals(200, resp.status) AssertionError: 200 != 400


Ran 5 tests in 25.524s

FAILED (failures=1) [17/Mar/2017:14:44:04] ENGINE Waiting for child threads to terminate... Running unit test: test_osinfo... PASSED - Ran 5 tests in 0.023s Running unit test: test_model_libvirtevents... PASSED - Ran 1 test in 42.040s Running unit test: test_rest... PASSED - Ran 48 tests in 196.169s Running unit test: test_model_storagevolume... PASSED - Ran 2 tests in 33.173s Running unit test: test_mockmodel... PASSED - Ran 5 tests in 24.970s Running unit test: test_model_network... PASSED - Ran 4 tests in 20.037s Running unit test: test_config... PASSED - Ran 3 tests in 0.002s Running unit test: test_mock_storagepool... PASSED - Ran 1 test in 9.344s Running unit test: test_storagepoolxml... PASSED - Ran 1 test in 0.001s Running unit test: test_networkxml... PASSED - Ran 10 tests in 0.003s Running unit test: test_host... PASSED - Ran 3 tests in 5.056s Running unit test: test_livemigration... PASSED - Ran 12 tests in 0.001s ***** Running unit test: test_model... FAILED

ERROR: test_delete_running_vm (test_model.ModelTests)

Traceback (most recent call last): File "test_model.py", line 1625, in test_delete_running_vm inst.vm_delete(u'kīмсhī-∨м') File "/home/dev/wok/src/wok/plugins/kimchi/model/vms.py", line 1495, in delete websocket.remove_proxy_token(name) File "/home/dev/wok/src/wok/websocket.py", line 121, in remove_proxy_token os.unlink(os.path.join(WS_TOKENS_DIR, name)) UnicodeEncodeError: 'ascii' codec can't encode characters in position 30-32: ordinal not in range(128)

====================================================================== ERROR: test_vm_edit (test_model.ModelTests)

Traceback (most recent call last): File "test_model.py", line 1424, in test_vm_edit self.assertEquals("no", inst.vm_lookup(u'пeω-∨м')['bootmenu']) File "/home/dev/wok/src/wok/rollbackcontext.py", line 55, in exit undo(*args, *kwargs) File "/home/dev/wok/tests/utils.py", line 191, in rollback_wrapper func(resource, args) File "/home/dev/wok/src/wok/plugins/kimchi/model/vms.py", line 1495, in delete websocket.remove_proxy_token(name) File "/home/dev/wok/src/wok/websocket.py", line 121, in remove_proxy_token os.unlink(os.path.join(WS_TOKENS_DIR, name)) UnicodeEncodeError: 'ascii' codec can't encode character u'\u043f' in position 29: ordinal not in range(128)

====================================================================== ERROR: test_vm_virtviewerfile_vmlifecycle (test_model.ModelTests)

Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched return func(*args, **keywargs) File "test_model.py", line 574, in test_vm_virtviewerfile_vmlifecycle vvmodel.lookup(vm_name.decode('utf-8')) File "/home/dev/wok/src/wok/plugins/kimchi/model/virtviewerfile.py", line 131, in lookup file_path = create_virt_viewer_file(name, graphics_info) File "/home/dev/wok/src/wok/plugins/kimchi/model/virtviewerfile.py", line 79, in create_virt_viewer_file {'name': vm_name, 'err': e.message}) OperationFailed: KCHVM0084E: KCHVM0084E

====================================================================== ERROR: test_vm_virtviewerfile_vmnotrunning (test_model.ModelTests)

Traceback (most recent call last): File "test_model.py", line 397, in test_vm_virtviewerfile_vmnotrunning vvmodel.lookup(vm_name.decode('utf-8')) File "/home/dev/wok/src/wok/rollbackcontext.py", line 55, in exit undo(*args, **kwargs) File "/home/dev/wok/src/wok/plugins/kimchi/model/vms.py", line 1495, in delete websocket.remove_proxy_token(name) File "/home/dev/wok/src/wok/websocket.py", line 121, in remove_proxy_token os.unlink(os.path.join(WS_TOKENS_DIR, name)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xec' in position 30: ordinal not in range(128)


Ran 45 tests in 214.547s

FAILED (errors=4, skipped=2) Running unit test: test_authorization... PASSED - Ran 1 test in 12.705s Running unit test: test_mock_storagevolume... FAILED

ERROR: test_storagevolume (test_mock_storagevolume.MockStorageVolumeTests)

Traceback (most recent call last): File "test_mock_storagevolume.py", line 87, in test_storagevolume _do_volume_test(self, model, pool_name) File "test_model_storagevolume.py", line 229, in _do_volume_test with open(uploaded_path) as fd: UnicodeEncodeError: 'ascii' codec can't encode characters in position 27-29: ordinal not in range(128)


Ran 1 test in 42.809s

FAILED (errors=1) [17/Mar/2017:14:54:26] ENGINE Waiting for child threads to terminate... ***** Running unit test: test_mock_network... FAILED

FAIL: test_vlan_tag_bridge (test_mock_network.MockNetworkTests)

Traceback (most recent call last): File "test_mock_network.py", line 67, in test_vlan_tag_bridge 'interface': iface, 'vlan_id': 987}) File "test_model_network.py", line 66, in _do_network_test self.assertEquals(201, resp.status) AssertionError: 201 != 400


Ran 1 test in 5.373s

FAILED (failures=1) [17/Mar/2017:14:54:32] ENGINE Waiting for child threads to terminate...

===================== Kimchi Unit Tests Summary ====================== Ran 156 tests in 640.147 seconds. test_mock_network FAILED: (failures=1) - full log available at /tmp/tmp.d4Uo0Y6yYW test_template FAILED: (failures=1) - full log available at /tmp/tmp.d4Uo0Y6yYW test_mock_storagevolume FAILED: (errors=1) - full log available at /tmp/tmp.d4Uo0Y6yYW test_model FAILED: (errors=4, skipped=2) - full log available at /tmp/tmp.d4Uo0Y6yYW

ejiektpobehuk commented 7 years ago

@lcorreia I have to ask you to put all the output in codeblock, its barely possible to read it in current state. Thanks!