Open ramonmedeiros opened 7 years ago
root@fedora gingerbase]# make check make check-recursive make[1]: Entering directory '/root/WOK/src/wok/plugins/gingerbase' Making check in contrib make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/contrib' make check-recursive make[3]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/contrib' Making check in DEBIAN make[4]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/contrib/DEBIAN' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/contrib/DEBIAN' make[4]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/contrib' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/contrib' make[3]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/contrib' make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/contrib' Making check in control make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/control' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/control' Making check in docs make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/docs' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/docs' Making check in model make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/model' make check-am make[3]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/model' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/model' make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/model' Making check in po make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/po' make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/po' Making check in tests make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/tests' make check-am make[3]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/tests' make check-local make[4]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/tests' ./run_tests.sh WARNING: no 'numpy' module, HyBi protocol will be slower Cannot upgrade objectstore schema: no such table: objects *** Ginger Base: Running capabilities tests *** System Report Tool ...: True System Update Tool ...: False GGBREPOS0014E: GGBREPOS0014E Repo Management Tool .: None *** Ginger Base: Capabilities tests completed *** GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E .Cannot upgrade objectstore schema: no such table: objects *** Ginger Base: Running capabilities tests *** System Report Tool ...: True System Update Tool ...: False GGBREPOS0014E: GGBREPOS0014E Repo Management Tool .: None *** Ginger Base: Capabilities tests completed *** GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E .Cannot upgrade objectstore schema: no such table: objects GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E .Cannot upgrade objectstore schema: no such table: objects GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E .GGBDISK00002E: GGBDISK00002E .GGBDISK00001E: GGBDISK00001E ..Push server created on address /run/user/0/woknotifications Process Process-1: Traceback (most recent call last): File "/usr/lib64/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib64/python2.7/multiprocessing/process.py", line 114, in run self._target(*self._args, **self._kwargs) File "/root/WOK/src/wok/websocket.py", line 96, in start_proxy server.start_server() File "/usr/lib/python2.7/site-packages/websockify/websocket.py", line 973, in start_server tcp_keepintvl=self.tcp_keepintvl) File "/usr/lib/python2.7/site-packages/websockify/websocket.py", line 741, in socket sock.bind(addrs[0][4]) File "/usr/lib64/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 98] Address already in use ^CTraceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/lib64/python2.7/unittest/__main__.py", line 12, in <module> main(module=None) File "/usr/lib64/python2.7/unittest/main.py", line 95, in __init__ self.runTests() File "/usr/lib64/python2.7/unittest/main.py", line 232, in runTests self.result = testRunner.run(self.test) File "/usr/lib64/python2.7/unittest/runner.py", line 151, in run test(result) File "/usr/lib64/python2.7/unittest/suite.py", line 70, in __call__ return self.run(*args, **kwds) File "/usr/lib64/python2.7/unittest/suite.py", line 108, in run test(result) File "/usr/lib64/python2.7/unittest/suite.py", line 70, in __call__ return self.run(*args, **kwds) File "/usr/lib64/python2.7/unittest/suite.py", line 108, in run test(result) File "/usr/lib64/python2.7/unittest/suite.py", line 70, in __call__ return self.run(*args, **kwds) File "/usr/lib64/python2.7/unittest/suite.py", line 99, in run self._handleModuleFixture(test, result) File "/usr/lib64/python2.7/unittest/suite.py", line 182, in _handleModuleFixture setUpModule() File "test_host.py", line 47, in setUpModule test_server = run_server(test_mode=True) File "/root/WOK/tests/utils.py", line 102, in run_server s = wok.server.Server(args) File "/root/WOK/src/wok/server.py", line 165, in __init__ self._load_plugins() File "/root/WOK/src/wok/server.py", line 175, in _load_plugins load_plugin(plugin_name, plugin_config) File "/root/WOK/src/wok/utils.py", line 222, in load_plugin plugin_app = import_class(plugin_class)(options) File "/root/WOK/src/wok/plugins/ginger/ginger.py", line 38, in __init__ self.model = GingerModel() File "/root/WOK/src/wok/plugins/ginger/model/model.py", line 38, in __init__ models = get_all_model_instances(__name__, __file__, kargs) File "/root/WOK/src/wok/utils.py", line 550, in get_all_model_instances models.append(instance()) File "/root/WOK/src/wok/plugins/ginger/model/capabilities.py", line 35, in __init__ instances = get_model_instances(pckg_namespace + '.' + mod_name) File "/root/WOK/src/wok/utils.py", line 495, in get_model_instances module = import_module(module_name) File "/root/WOK/src/wok/utils.py", line 331, in import_module return __import__(module_name, globals(), locals(), [class_name]) File "/root/WOK/src/wok/plugins/ginger/model/network.py", line 35, in <module> parser = augeas.Augeas("/") File "/usr/lib/python2.7/site-packages/augeas.py", line 118, in __init__ self.__handle = Augeas._libaugeas.aug_init(enc(root), enc(loadpath), flags) KeyboardInterrupt Exception AttributeError: "'Augeas' object has no attribute '_Augeas__handle'" in <bound method Augeas.__del__ of <augeas.Augeas object at 0x7f95640726d0>> ignored Makefile:493: recipe for target 'check-local' failed make[4]: *** [check-local] Error 1 Makefile:365: recipe for target 'check-am' failed make[3]: *** [check-am] Interrupt Makefile:367: recipe for target 'check' failed make[2]: *** [check] Interrupt Makefile:605: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Interrupt Makefile:895: recipe for target 'check' failed make: *** [check] Interrupt [root@fedora gingerbase]# ps -elf ^C [root@fedora gingerbase]# systemctl stop wokd [root@fedora gingerbase]# [root@fedora gingerbase]# make check make check-recursive make[1]: Entering directory '/root/WOK/src/wok/plugins/gingerbase' Making check in contrib make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/contrib' make check-recursive make[3]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/contrib' Making check in DEBIAN make[4]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/contrib/DEBIAN' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/contrib/DEBIAN' make[4]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/contrib' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/contrib' make[3]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/contrib' make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/contrib' Making check in control make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/control' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/control' Making check in docs make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/docs' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/docs' Making check in model make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/model' make check-am make[3]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/model' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/model' make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/model' Making check in po make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/po' make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/po' Making check in tests make[2]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/tests' make check-am make[3]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/tests' make check-local make[4]: Entering directory '/root/WOK/src/wok/plugins/gingerbase/tests' ./run_tests.sh WARNING: no 'numpy' module, HyBi protocol will be slower *** Ginger Base: Running capabilities tests *** System Report Tool ...: True System Update Tool ...: False GGBREPOS0014E: GGBREPOS0014E Repo Management Tool .: None *** Ginger Base: Capabilities tests completed *** GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E .Cannot upgrade objectstore schema: no such table: objects *** Ginger Base: Running capabilities tests *** System Report Tool ...: True System Update Tool ...: False GGBREPOS0014E: GGBREPOS0014E Repo Management Tool .: None *** Ginger Base: Capabilities tests completed *** GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E .Cannot upgrade objectstore schema: no such table: objects GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E .Cannot upgrade objectstore schema: no such table: objects GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E .GGBDISK00002E: GGBDISK00002E .GGBDISK00001E: GGBDISK00001E ..Push server created on address /run/user/0/woknotifications Run command: 'tuned-adm active' out: No current active profile. rc: 1 error: Cannot talk to Tuned daemon via DBus. Is Tuned daemon running? returned from cmd: tuned-adm active Cannot upgrade objectstore schema: no such table: objects GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E Impossible to execute 'zypper --help' Impossible to execute 'zypper --help' Impossible to execute 'zypper --help' Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Test Driver error : Domain not found libvirt: Test Driver error : Storage pool not found *** Kimchi: Running feature tests *** Run command: 'systemctl is-active libvirtd.service' out: active Service Libvirtd running ...: True Run command: 'systemctl is-active libvirtd.service' out: active NFS Target Probe support ...: True Fibre Channel Host support .: True Run command: 'modprobe vfio-pci' Kernel VFIO support ........: True Run command: 'nmcli dev status' out: DEVICE TYPE STATE CONNECTION virbr0 bridge connected virbr0 ens3 ethernet connected ens3 ens7 ethernet disconnected -- lo loopback unmanaged -- virbr0-nic tun unmanaged -- Network Manager running ....: True libvirt: Domain Config error : unsupported configuration: memory hotplug tunables <maxMemory> are not supported by this hypervisor driver Memory Hotplug support .....: False *** Kimchi: Feature tests completed *** Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Capabilities Utils error : invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm Failed to import plugin plugins.kimchi.Kimchi, error: invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm [16/Mar/2017:10:26:54] ENGINE Bus STARTING Frus __init [16/Mar/2017:10:26:54] ENGINE Started monitor thread 'Autoreloader'. [16/Mar/2017:10:26:54] ENGINE Serving on http://127.0.0.1:8010 *** Kimchi: Running dependable feature tests *** Run command: 'systemctl is-active libvirtd.service' out: active [16/Mar/2017:10:26:54] ENGINE Started monitor thread 'Session cleanup'. 127.0.0.1 - - [16/Mar/2017:10:26:54] "HEAD /plugins/kimchi/images/icon-fedora.png HTTP/1.1" 404 1598 "" "" QEMU stream support .......: False Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp'] *** Kimchi: Dependable feature tests completed *** [16/Mar/2017:10:26:54] ENGINE Bus STARTED .The host system will be shutted down 127.0.0.1 - - [16/Mar/2017:10:26:54] "GET /plugins/gingerbase/host/ HTTP/1.1" 200 369 "" "" The host system will be rebooted 127.0.0.1 - - [16/Mar/2017:10:26:54] "GET /plugins/gingerbase/host/ HTTP/1.1" 200 369 "" "" .127.0.0.1 - - [16/Mar/2017:10:26:54] "GET /plugins/gingerbase/host HTTP/1.1" 200 369 "" "" .127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/stats HTTP/1.1" 200 257 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/stats/history HTTP/1.1" 200 890 "" "" .127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate HTTP/1.1" 200 643 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/libzypp HTTP/1.1" 200 115 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/libzypp/deps HTTP/1.1" 200 2 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/udevmountd HTTP/1.1" 200 118 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/udevmountd/deps HTTP/1.1" 200 2 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/ginger HTTP/1.1" 200 108 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/ginger/deps HTTP/1.1" 200 11 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/wok HTTP/1.1" 200 105 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/wok/deps HTTP/1.1" 200 2 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/sysconfig-network HTTP/1.1" 200 125 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/host/packagesupdate/sysconfig-network/deps HTTP/1.1" 200 2 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "POST /plugins/gingerbase/host/packagesupdate/ginger/upgrade HTTP/1.1" 202 192 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/tasks/39a20f62-0a4c-11e7-b75c-52540008036b HTTP/1.1" 200 192 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:55] "GET /plugins/gingerbase/tasks/39a20f62-0a4c-11e7-b75c-52540008036b HTTP/1.1" 200 192 "" "" Waiting task 39a20f62-0a4c-11e7-b75c-52540008036b, message: The request is being processing. 127.0.0.1 - - [16/Mar/2017:10:26:56] "GET /plugins/gingerbase/tasks/39a20f62-0a4c-11e7-b75c-52540008036b HTTP/1.1" 200 205 "" "" Waiting task 39a20f62-0a4c-11e7-b75c-52540008036b, message: Updating package ginger Updating package wok 127.0.0.1 - - [16/Mar/2017:10:26:57] "GET /plugins/gingerbase/tasks/39a20f62-0a4c-11e7-b75c-52540008036b HTTP/1.1" 200 205 "" "" Waiting task 39a20f62-0a4c-11e7-b75c-52540008036b, message: Updating package ginger Updating package wok 127.0.0.1 - - [16/Mar/2017:10:26:58] "GET /plugins/gingerbase/tasks/39a20f62-0a4c-11e7-b75c-52540008036b HTTP/1.1" 200 205 "" "" Waiting task 39a20f62-0a4c-11e7-b75c-52540008036b, message: Updating package ginger Updating package wok 127.0.0.1 - - [16/Mar/2017:10:26:59] "GET /plugins/gingerbase/tasks/39a20f62-0a4c-11e7-b75c-52540008036b HTTP/1.1" 200 228 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:59] "GET /plugins/gingerbase/tasks/39a20f62-0a4c-11e7-b75c-52540008036b HTTP/1.1" 200 228 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:59] "POST /plugins/gingerbase/host/swupdate HTTP/1.1" 202 171 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:59] "GET /tasks/3c096250-0a4c-11e7-9e8d-52540008036b HTTP/1.1" 200 171 "" "" 127.0.0.1 - - [16/Mar/2017:10:26:59] "GET /plugins/gingerbase/tasks/3c096250-0a4c-11e7-9e8d-52540008036b HTTP/1.1" 200 171 "" "" Waiting task 3c096250-0a4c-11e7-9e8d-52540008036b, message: The request is being processing. 127.0.0.1 - - [16/Mar/2017:10:27:00] "GET /plugins/gingerbase/tasks/3c096250-0a4c-11e7-9e8d-52540008036b HTTP/1.1" 200 192 "" "" Waiting task 3c096250-0a4c-11e7-9e8d-52540008036b, message: Updating package libzypp Updating package udevmountd 127.0.0.1 - - [16/Mar/2017:10:27:01] "GET /plugins/gingerbase/tasks/3c096250-0a4c-11e7-9e8d-52540008036b HTTP/1.1" 200 228 "" "" Waiting task 3c096250-0a4c-11e7-9e8d-52540008036b, message: Updating package libzypp Updating package udevmountd Updating package sysconfig-network 127.0.0.1 - - [16/Mar/2017:10:27:02] "GET /plugins/gingerbase/tasks/3c096250-0a4c-11e7-9e8d-52540008036b HTTP/1.1" 200 228 "" "" Waiting task 3c096250-0a4c-11e7-9e8d-52540008036b, message: Updating package libzypp Updating package udevmountd Updating package sysconfig-network 127.0.0.1 - - [16/Mar/2017:10:27:03] "GET /plugins/gingerbase/tasks/3c096250-0a4c-11e7-9e8d-52540008036b HTTP/1.1" 200 228 "" "" Waiting task 3c096250-0a4c-11e7-9e8d-52540008036b, message: Updating package libzypp Updating package udevmountd Updating package sysconfig-network 127.0.0.1 - - [16/Mar/2017:10:27:04] "GET /plugins/gingerbase/tasks/3c096250-0a4c-11e7-9e8d-52540008036b HTTP/1.1" 200 251 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:04] "GET /tasks/3c096250-0a4c-11e7-9e8d-52540008036b HTTP/1.1" 200 251 "" "" .127.0.0.1 - - [16/Mar/2017:10:27:04] "GET /plugins/gingerbase/host/swupdateprogress HTTP/1.1" 202 179 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:04] "GET /tasks/3f0ae3d4-0a4c-11e7-8d11-52540008036b HTTP/1.1" 200 179 "" "" FImpossible to execute 'zypper --help' Error in async_task 3f0ae3d4-0a4c-11e7-8d11-52540008036b Traceback (most recent call last): File "/root/WOK/src/wok/asynctask.py", line 107, in _run_helper self.fn(cb, opaque) File "/root/WOK/src/wok/plugins/gingerbase/mockmodel.py", line 228, in doSlowUpdate sw_update = swupdate.SoftwareUpdate() File "/root/WOK/src/wok/basemodel.py", line 54, in __call__ inst = super(Singleton, cls).__call__(*args, **kwargs) File "/root/WOK/src/wok/plugins/gingerbase/swupdate.py", line 69, in __init__ raise Exception("There is no compatible package " Exception: There is no compatible package manager for this system. .[16/Mar/2017:10:27:04] ENGINE Bus STOPPING [16/Mar/2017:10:27:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down [16/Mar/2017:10:27:04] ENGINE Stopped thread 'Session cleanup'. [16/Mar/2017:10:27:04] ENGINE Stopped thread 'Autoreloader'. Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Test Driver error : Domain not found libvirt: Test Driver error : Storage pool not found [16/Mar/2017:10:27:05] ENGINE Bus STOPPED [16/Mar/2017:10:27:05] ENGINE Bus EXITING [16/Mar/2017:10:27:05] ENGINE Bus EXITED ..................Run command: 'tuned-adm active' [16/Mar/2017:10:27:05] ENGINE Waiting for child threads to terminate... out: No current active profile. rc: 1 error: Cannot talk to Tuned daemon via DBus. Is Tuned daemon running? returned from cmd: tuned-adm active Cannot upgrade objectstore schema: no such table: objects GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E Impossible to execute 'zypper --help' Impossible to execute 'zypper --help' Impossible to execute 'zypper --help' Run command: 'systemctl is-active libvirtd.service' out: active libvirt: error : invalid argument: event callback already tracked Register of ENOSPC event failed: invalid argument: event callback already tracked Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Capabilities Utils error : invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm Failed to import plugin plugins.kimchi.Kimchi, error: invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm [16/Mar/2017:10:27:05] ENGINE Bus STARTING Frus __init [16/Mar/2017:10:27:05] ENGINE Started monitor thread 'Session cleanup'. [16/Mar/2017:10:27:05] ENGINE Started monitor thread 'Autoreloader'. [16/Mar/2017:10:27:05] ENGINE Serving on http://127.0.0.1:8010 *** Kimchi: Running dependable feature tests *** Run command: 'systemctl is-active libvirtd.service' out: active 127.0.0.1 - - [16/Mar/2017:10:27:05] "HEAD /plugins/kimchi/images/icon-fedora.png HTTP/1.1" 404 1598 "" "" QEMU stream support .......: False Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp'] *** Kimchi: Dependable feature tests completed *** [16/Mar/2017:10:27:05] ENGINE Bus STARTED 127.0.0.1 - - [16/Mar/2017:10:27:05] "POST /plugins/gingerbase/debugreports HTTP/1.1" 202 188 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:05] "GET /tasks/3f933d92-0a4c-11e7-8e60-52540008036b HTTP/1.1" 200 188 "" "" Waiting task 3f933d92-0a4c-11e7-8e60-52540008036b, message: The request is being processing. 127.0.0.1 - - [16/Mar/2017:10:27:06] "GET /tasks/3f933d92-0a4c-11e7-8e60-52540008036b HTTP/1.1" 200 159 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:06] "GET /plugins/gingerbase/debugreports/test_rest_report1 HTTP/1.1" 200 134 "" "" /root/WOK/src/wok/plugins/gingerbase/data/debugreports/test_rest_report1.txt renamed to /root/WOK/src/wok/plugins/gingerbase/data/debugreports/test_rest_report2.txt 127.0.0.1 - - [16/Mar/2017:10:27:06] "PUT /plugins/gingerbase/debugreports/test_rest_report1 HTTP/1.1" 303 188 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:06] "DELETE /plugins/gingerbase/debugreports/test_rest_report2 HTTP/1.1" 204 - "" "" .127.0.0.1 - - [16/Mar/2017:10:27:06] "POST /plugins/gingerbase/debugreports HTTP/1.1" 202 188 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:06] "GET /tasks/4032213c-0a4c-11e7-af3d-52540008036b HTTP/1.1" 200 188 "" "" Waiting task 4032213c-0a4c-11e7-af3d-52540008036b, message: The request is being processing. 127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /tasks/4032213c-0a4c-11e7-af3d-52540008036b HTTP/1.1" 200 159 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /plugins/gingerbase/debugreports/test_rest_report1 HTTP/1.1" 200 134 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /plugins/gingerbase/data/debugreports/test_rest_report1.txt HTTP/1.1" 200 39875 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /plugins/gingerbase/debugreports/test_rest_report1 HTTP/1.1" 200 134 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /plugins/gingerbase/data/debugreports/test_rest_report1.txt HTTP/1.1" 200 39875 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "DELETE /plugins/gingerbase/debugreports/test_rest_report1 HTTP/1.1" 204 - "" "" .127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /plugins/gingerbase/debugreports HTTP/1.1" 200 2 "" "" .127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /plugins/gingerbase/host/repositories HTTP/1.1" 200 247 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "POST /plugins/gingerbase/host/repositories HTTP/1.1" 201 191 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /plugins/gingerbase/host/repositories/fedora-fake HTTP/1.1" 200 191 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "PUT /plugins/gingerbase/host/repositories/fedora-fake HTTP/1.1" 200 198 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "GET /plugins/gingerbase/host/repositories/fedora-fake HTTP/1.1" 200 198 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:07] "DELETE /plugins/gingerbase/host/repositories/fedora-fake HTTP/1.1" 204 - "" "" .[16/Mar/2017:10:27:07] ENGINE Bus STOPPING [16/Mar/2017:10:27:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down [16/Mar/2017:10:27:07] ENGINE Stopped thread 'Session cleanup'. [16/Mar/2017:10:27:07] ENGINE Stopped thread 'Autoreloader'. Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Test Driver error : Domain not found libvirt: Test Driver error : Storage pool not found [16/Mar/2017:10:27:08] ENGINE Bus STOPPED [16/Mar/2017:10:27:08] ENGINE Bus EXITING [16/Mar/2017:10:27:08] ENGINE Bus EXITED GINSMT0005E: GINSMT0005E .Successfully disabled SMT settings. .GINSMT0004E: GINSMT0004E .Successfully enabled SMT settings. ..GINSMT0006E: GINSMT0006E ..Successfully applied SMT settings. ............s...[16/Mar/2017:10:27:08] ENGINE Waiting for child threads to terminate... Run command: 'tuned-adm active' out: No current active profile. rc: 1 error: Cannot talk to Tuned daemon via DBus. Is Tuned daemon running? returned from cmd: tuned-adm active Cannot upgrade objectstore schema: no such table: objects GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E Impossible to execute 'zypper --help' Impossible to execute 'zypper --help' Impossible to execute 'zypper --help' Run command: 'systemctl is-active libvirtd.service' out: active libvirt: error : invalid argument: event callback already tracked Register of ENOSPC event failed: invalid argument: event callback already tracked Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Node Device Driver error : this function is not supported by the connection driver: virConnectListAllNodeDevices Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Capabilities Utils error : invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm Failed to import plugin plugins.kimchi.Kimchi, error: invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm [16/Mar/2017:10:27:08] ENGINE Bus STARTING Frus __init [16/Mar/2017:10:27:08] ENGINE Started monitor thread 'Session cleanup'. [16/Mar/2017:10:27:08] ENGINE Started monitor thread 'Autoreloader'. [16/Mar/2017:10:27:09] ENGINE Serving on http://127.0.0.1:8010 *** Kimchi: Running dependable feature tests *** Run command: 'systemctl is-active libvirtd.service' out: active 127.0.0.1 - - [16/Mar/2017:10:27:09] "HEAD /plugins/kimchi/images/icon-fedora.png HTTP/1.1" 404 1598 "" "" QEMU stream support .......: False Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp'] *** Kimchi: Dependable feature tests completed *** [16/Mar/2017:10:27:09] ENGINE Bus STARTED 127.0.0.1 - - [16/Mar/2017:10:27:09] "GET /plugins/gingerbase/host HTTP/1.1" 200 369 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:09] "GET /plugins/gingerbase/host/stats HTTP/1.1" 200 253 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:09] "POST /plugins/gingerbase/host/reboot HTTP/1.1" 403 813 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:09] "POST /plugins/gingerbase/host/shutdown HTTP/1.1" 403 813 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:09] "POST /plugins/gingerbase/host/packagesupdate/ginger/upgrade HTTP/1.1" 403 813 "" "" 127.0.0.1 - - [16/Mar/2017:10:27:09] "POST /plugins/gingerbase/host/swupdate HTTP/1.1" 403 813 "" "" .[16/Mar/2017:10:27:09] ENGINE Bus STOPPING [16/Mar/2017:10:27:09] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down [16/Mar/2017:10:27:09] ENGINE Stopped thread 'Session cleanup'. [16/Mar/2017:10:27:09] ENGINE Stopped thread 'Autoreloader'. Run command: 'systemctl is-active libvirtd.service' out: active libvirt: Test Driver error : Domain not found libvirt: Test Driver error : Storage pool not found [16/Mar/2017:10:27:09] ENGINE Bus STOPPED [16/Mar/2017:10:27:09] ENGINE Bus EXITING [16/Mar/2017:10:27:09] ENGINE Bus EXITED ====================================================================== FAIL: test_swupdateprogress (test_host.HostTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_host.py", line 187, in test_swupdateprogress self.assertIn('*', task['message'].rstrip('\n')) AssertionError: '*' not found in u'The request is being processing.' ---------------------------------------------------------------------- Ran 59 tests in 19.630s FAILED (failures=1, skipped=1) [16/Mar/2017:10:27:09] ENGINE Waiting for child threads to terminate... Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback Traceback (most recent call last): cb(timer, opaque) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback File "/root/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/lib64/python2.7/site-packages/libvirt.py", line 183, in _dispatchEventTimeoutCallback cb(timer, opaque) File "/root/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/lib64/python2.7/threading.py", line 804, in __bootstrap_inner File "/usr/lib/python2.7/site-packages/cherrypy/process/plugins.py", line 500, in run File "/root/WOK/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run File "/usr/lib64/python2.7/site-packages/libvirt.py", line 350, in virEventRunDefaultImpl <type 'exceptions.TypeError'>: 'NoneType' object is not callable cb(timer, opaque) File "/root/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/lib64/python2.7/threading.py", line 804, in __bootstrap_inner File "/usr/lib/python2.7/site-packages/cherrypy/process/plugins.py", line 500, in run File "/root/WOK/src/wok/plugins/kimchi/model/libvirtevents.py", line 54, in _event_loop_run File "/usr/lib64/python2.7/site-packages/libvirt.py", line 350, in virEventRunDefaultImpl <type 'exceptions.TypeError'>: 'NoneType' object is not callable Makefile:493: recipe for target 'check-local' failed make[4]: *** [check-local] Error 1 make[4]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/tests' Makefile:365: recipe for target 'check-am' failed make[3]: *** [check-am] Error 2 make[3]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/tests' Makefile:367: recipe for target 'check' failed make[2]: *** [check] Error 2 make[2]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase/tests' Makefile:605: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory '/root/WOK/src/wok/plugins/gingerbase' Makefile:895: recipe for target 'check' failed make: *** [check] Error 2