Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefwalter/9649cadb1afe262c98f76d74c56daad3 to your computer and use it in GitHub Desktop.
Save stefwalter/9649cadb1afe262c98f76d74c56daad3 to your computer and use it in GitHub Desktop.
+ systemctl stop libvirtd
-> wait('ph_is_present("#app .blank-slate-pf")')
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring:
> error: failed to connect to the hypervisor
error: End of file while reading data: Input/output error
> virsh event failed: virsh exited with code 1
Page error: spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: End of file while reading data: Input/output error"}", data: """"
http://10.111.123.91:9090/cockpit/$5ebe469fa96c2fe8a9408fd17ea31a4fcb110baf/machines/machines.js 26073
<- raise spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: End of file while reading data: Input/output error"}", data: """"
not ok 1 testBasic (__main__.TestMachines) duration: 17s
Traceback (most recent call last):
File "test/verify/check-machines", line 219, in testBasic
b.wait_present("#app .blank-slate-pf")
File "/data/src/cockpit/test/common/testlib.py", line 225, in wait_present
return self.wait_js_func('ph_is_present', selector)
File "/data/src/cockpit/test/common/testlib.py", line 219, in wait_js_func
return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
File "/data/src/cockpit/test/common/testlib.py", line 776, in <lambda>
return lambda *args: self._invoke(name, *args)
File "/data/src/cockpit/test/common/testlib.py", line 802, in _invoke
raise Error(res['error'])
Error: spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: End of file while reading data: Input/output error"}", data: """"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment