Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to remote servers with non-standard ssh port fails on RHEL 7.4 #7711

Closed
martinpitt opened this issue Sep 19, 2017 · 19 comments · Fixed by #7946
Closed

Connecting to remote servers with non-standard ssh port fails on RHEL 7.4 #7711

martinpitt opened this issue Sep 19, 2017 · 19 comments · Fixed by #7946

Comments

@martinpitt
Copy link
Member

See downstream bug https://bugzilla.redhat.com/show_bug.cgi?id=1478828 for details. This got fixed upstream in version 140 in PR #6466, and is being backported to RHEL 7.4 in PR #7705. Until that happens, the corresponding test fails on rhel-7-4:

# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://10.111.118.17:9090/cockpit/$4bd46a2e94b7ce1288d0552c2abf9477d6797148/shell/index.js 93 
not ok 119 testBasic (check_multi_machine.TestMultiMachineAdd) duration: 49s
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 138, in testBasic
    add_machine(b, m3_con)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 72, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 270, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 242, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 212, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 746, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 772, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
@martinpitt
Copy link
Member Author

martinpitt commented Sep 19, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T11:41:07.296680
Times recorded: 1
Latest occurrences:

  • 2017-09-19T11:41:07.296680

Traceback (most recent call last):
  File "test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/home/martin/upstream/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T11:44:32.516367
Times recorded: 1
Latest occurrences:

  • 2017-09-19T11:44:32.516367

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T10:10:45.009521 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-19T10:10:45.009521 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T10:40:07.101134 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-19T10:40:07.101134 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T12:04:51.046126 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-19T12:04:51.046126 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T13:10:43.748860 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-19T13:10:43.748860 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T13:52:44.085550 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-19T13:52:44.085550 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T15:17:27.637687 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-19T15:17:27.637687 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-19T16:10:42.872961 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-19T16:10:42.872961 | revision 4f94a296487b9b05684b5f757bb22b9b0c42e2fc, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T02:23:15.969828 | revision 42cd3a9, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T04:19:29.618402 | revision 87904df, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T06:30:17.426529 | revision 327d355e856b722fc7a46ab99240c7f980a0d41e, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-20T06:30:17.426529 | revision 327d355e856b722fc7a46ab99240c7f980a0d41e, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T06:31:21.226466 | revision ea91e4cce8f20673fdd807b647e00d06754a3130, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-20T06:31:21.226466 | revision ea91e4cce8f20673fdd807b647e00d06754a3130, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T07:04:04.758447 | revision f5473bf, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T08:57:32.625043 | revision ea91e4cce8f20673fdd807b647e00d06754a3130, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-20T08:57:32.625043 | revision ea91e4cce8f20673fdd807b647e00d06754a3130, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T09:03:30.176187 | revision 7636e052601f35568a4117e4c2e57aad48ef93ad, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-20T09:03:30.176187 | revision 7636e052601f35568a4117e4c2e57aad48ef93ad, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T09:17:53.953452 | revision af2b19e52ceff72db16ff77e161764d1fca3641e, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-20T09:17:53.953452 | revision af2b19e52ceff72db16ff77e161764d1fca3641e, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T11:29:38.258418 | revision bd36ee59d82b2f37ae41a6f119dbb88384e4a1dc
Times recorded: 1
Latest occurrences:

  • 2017-09-20T11:29:38.258418 | revision bd36ee59d82b2f37ae41a6f119dbb88384e4a1dc

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T11:49:24.265459 | revision 36578cf231512182f3a490c0d95c0ec81b58f300
Times recorded: 1
Latest occurrences:

  • 2017-09-20T11:49:24.265459 | revision 36578cf231512182f3a490c0d95c0ec81b58f300

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T12:02:19.151664 | revision bf65aef, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T12:42:59.099857 | revision 497978d3051b6c2e8027b773deb6741c1f73ac82, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-20T12:42:59.099857 | revision 497978d3051b6c2e8027b773deb6741c1f73ac82, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T13:06:06.011933 | revision 36578cf231512182f3a490c0d95c0ec81b58f300, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-20T13:06:06.011933 | revision 36578cf231512182f3a490c0d95c0ec81b58f300, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T13:48:31.555296 | revision 36578cf231512182f3a490c0d95c0ec81b58f300, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-20T13:48:31.555296 | revision 36578cf231512182f3a490c0d95c0ec81b58f300, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T15:18:44.535711 | revision 5072a19, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T16:22:29.024463 | revision f03bc67, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T19:18:00.813250 | revision fbbfa92, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-20T21:23:34.767988 | revision fbbfa92, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T08:23:18.711398 | revision d864d2a7dfa15c7a9026a77c23c881870cd0fbc5
Times recorded: 1
Latest occurrences:

  • 2017-09-21T08:23:18.711398 | revision d864d2a7dfa15c7a9026a77c23c881870cd0fbc5

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T09:03:43.131035 | revision 621afcfe4540b547d9d82389312f3f67c3ddc013, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-21T09:03:43.131035 | revision 621afcfe4540b547d9d82389312f3f67c3ddc013, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T09:25:08.730329 | revision 83292a6f110d97f594d67bcf7cff46da5ee70f95, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-21T09:25:08.730329 | revision 83292a6f110d97f594d67bcf7cff46da5ee70f95, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T10:31:45.487450 | revision b442eaa
Times recorded: 1
Latest occurrences:

  • 2017-09-21T10:31:45.487450 | revision b442eaa

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T11:05:45.840799 | revision 66cea81f08f5b7824253049bc735dc03d504de6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-21T11:05:45.840799 | revision 66cea81f08f5b7824253049bc735dc03d504de6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T13:38:46.839633 | revision 66cea81f08f5b7824253049bc735dc03d504de6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-21T13:38:46.839633 | revision 66cea81f08f5b7824253049bc735dc03d504de6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T14:25:29.033093 | revision 66cea81f08f5b7824253049bc735dc03d504de6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-21T14:25:29.033093 | revision 66cea81f08f5b7824253049bc735dc03d504de6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T14:29:03.011293 | revision 8b92880d76f8541501fff97dad3631db89bb9ae4
Times recorded: 1
Latest occurrences:

  • 2017-09-21T14:29:03.011293 | revision 8b92880d76f8541501fff97dad3631db89bb9ae4

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T14:53:45.414156 | revision 0f7596038f8ba66d68dc7bc536a34827ca4d96fa, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-21T14:53:45.414156 | revision 0f7596038f8ba66d68dc7bc536a34827ca4d96fa, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T21:16:55.263490 | revision 6c3057a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T21:53:17.795505 | revision 15f6a22, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-21T22:57:05.008049 | revision b03b8f8, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T06:27:23.611199 | revision 774b076, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T06:35:01.181435 | revision 66cea81f08f5b7824253049bc735dc03d504de6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-22T06:35:01.181435 | revision 66cea81f08f5b7824253049bc735dc03d504de6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T07:05:06.910371 | revision b4a3a59e4476b1ad113917bf25f2676d423e332e, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-22T07:05:06.910371 | revision b4a3a59e4476b1ad113917bf25f2676d423e332e, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T08:39:35.293290 | revision f7673f7
Times recorded: 1
Latest occurrences:

  • 2017-09-22T08:39:35.293290 | revision f7673f7

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T09:41:39.686835 | revision 19d903cd83c94e5084910adb7a95e6b4a8a1173c
Times recorded: 1
Latest occurrences:

  • 2017-09-22T09:41:39.686835 | revision 19d903cd83c94e5084910adb7a95e6b4a8a1173c

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T10:00:39.493285 | revision c8ffdd2, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T10:09:40.826870 | revision c020663, logs
Times recorded: 1
Latest occurrences:

martinpitt added a commit to martinpitt/cockpit that referenced this issue Sep 19, 2017
These two special cases covered known bugs in RHEL 7.4 base's cockpit
138 packages. These are more suitable as known issues (cockpit-project#7710 and cockpit-project#7711),
particularly as they are being fixed in RHEL too (PR cockpit-project#7705).

Closes cockpit-project#7712
petervo pushed a commit that referenced this issue Sep 20, 2017
These two special cases covered known bugs in RHEL 7.4 base's cockpit
138 packages. These are more suitable as known issues (#7710 and #7711),
particularly as they are being fixed in RHEL too (PR #7705).

Closes #7712
@cockpituous
Copy link
Contributor

cockpituous commented Sep 22, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T11:27:39.341810 | revision 306fedf, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T13:46:09.899007 | revision 7c1e788, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T14:10:22.587578 | revision 0444bec
Times recorded: 1
Latest occurrences:

  • 2017-09-22T14:10:22.587578 | revision 0444bec

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T17:36:10.998389 | revision 73f0c7aeb875154a121edbc7ab191e36aa05d493, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-22T17:36:10.998389 | revision 73f0c7aeb875154a121edbc7ab191e36aa05d493, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-22T18:31:28.636842 | revision 7838777
Times recorded: 1
Latest occurrences:

  • 2017-09-22T18:31:28.636842 | revision 7838777

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-23T09:39:20.365549 | revision 3baac23, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-23T20:12:59.604100 | revision 3baac23, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T09:50:42.343477 | revision dabdfd0, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T10:23:54.083266 | revision 61d15ff
Times recorded: 1
Latest occurrences:

  • 2017-09-25T10:23:54.083266 | revision 61d15ff

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T11:13:04.768484 | revision dabdfd0, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T11:45:48.489342 | revision dabdfd0, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T11:52:37.488042 | revision 0444bec, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T12:41:23.212172 | revision 9098dfcb3ed8e3861195290193b8d987abe9d016
Times recorded: 1
Latest occurrences:

  • 2017-09-25T12:41:23.212172 | revision 9098dfcb3ed8e3861195290193b8d987abe9d016

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T13:31:38.830422 | revision 76ff13c87eabce8583c8c96f5d14dbb76da4a987, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-25T13:31:38.830422 | revision 76ff13c87eabce8583c8c96f5d14dbb76da4a987, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T14:03:16.160432 | revision e42686b, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T14:05:02.570630 | revision ebd19c6, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T14:46:42.407814 | revision 0bd5132, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T14:55:20.909619 | revision a007d16, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T15:21:59.265580 | revision a007d16, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T15:33:23.652641 | revision 0bd5132, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T17:01:04.998996 | revision a56cb1b47f44e87ce448ff372f021d31c535c19f, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-25T17:01:04.998996 | revision a56cb1b47f44e87ce448ff372f021d31c535c19f, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T17:50:31.154292 | revision a007d16, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T17:59:54.322096 | revision 0bd5132, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-25T18:54:08.181379 | revision a007d16, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T06:43:58.570876 | revision a2489c0, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T07:46:22.918206 | revision 9e2c6d8, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T08:31:55.084663 | revision fd06d93, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T08:41:25.303741 | revision 9e2c6d8, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T09:21:32.589803 | revision fd06d93, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T09:29:31.664741 | revision d1063e9decb6cabdef6c448e19aeba4b60dd3014, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T09:29:31.664741 | revision d1063e9decb6cabdef6c448e19aeba4b60dd3014, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T10:13:50.124270 | revision 9e2c6d8, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T10:28:58.123752 | revision fd06d93, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T11:21:59.183898 | revision ce9f7a1, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T11:52:43.821839 | revision 48f9d87bd7ff621cbbd3ffd593ff082d9b6c3c35, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T11:52:43.821839 | revision 48f9d87bd7ff621cbbd3ffd593ff082d9b6c3c35, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T12:18:40.294936 | revision 3804b09a9110a1f4c9ab367246c1d462b7e3e0c3, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T12:18:40.294936 | revision 3804b09a9110a1f4c9ab367246c1d462b7e3e0c3, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T12:22:13.282669 | revision d43cad12a6c6e3c828314cf5b49591ee59ddcb95, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T12:22:13.282669 | revision d43cad12a6c6e3c828314cf5b49591ee59ddcb95, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T12:50:18.513606 | revision 48f9d87bd7ff621cbbd3ffd593ff082d9b6c3c35, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T12:50:18.513606 | revision 48f9d87bd7ff621cbbd3ffd593ff082d9b6c3c35, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T13:14:15.458826 | revision 8bd2123, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T13:57:22.679234 | revision 8df1c4a6d99f506d3d20ccf703ec7ef1da4ac4b1, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T13:57:22.679234 | revision 8df1c4a6d99f506d3d20ccf703ec7ef1da4ac4b1, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T14:05:18.896009 | revision 3804b09a9110a1f4c9ab367246c1d462b7e3e0c3, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T14:05:18.896009 | revision 3804b09a9110a1f4c9ab367246c1d462b7e3e0c3, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T14:46:40.296484 | revision f740f3583709fbbee5508cf8941957ce5b89f618, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T14:46:40.296484 | revision f740f3583709fbbee5508cf8941957ce5b89f618, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T14:49:00.713879 | revision ce9f7a1, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T15:24:55.347472 | revision afefb62b6075130d632dce4735ddea18d8deca85, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T15:24:55.347472 | revision afefb62b6075130d632dce4735ddea18d8deca85, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T16:04:42.449539 | revision ad2b552f0db0e1e997a669ed905b364b029e6f67, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T16:04:42.449539 | revision ad2b552f0db0e1e997a669ed905b364b029e6f67, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T16:30:25.755642 | revision 04cbb0f0eeee11ff73c0cc9e5ed728b02505701b, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T16:30:25.755642 | revision 04cbb0f0eeee11ff73c0cc9e5ed728b02505701b, logs

@cockpituous
Copy link
Contributor

cockpituous commented Sep 26, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T16:41:04.681890 | revision d55aef55136efc04a9b95f95af03aed1d676f94c, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T16:41:04.681890 | revision d55aef55136efc04a9b95f95af03aed1d676f94c, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T16:51:34.743043 | revision 43cc5fb243556bdb53ac5f86251b847c92500e8b, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T16:51:34.743043 | revision 43cc5fb243556bdb53ac5f86251b847c92500e8b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T17:11:52.786001 | revision fbd8265, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T17:29:08.204775 | revision 04cbb0f0eeee11ff73c0cc9e5ed728b02505701b, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T17:29:08.204775 | revision 04cbb0f0eeee11ff73c0cc9e5ed728b02505701b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T17:37:52.028849 | revision f740f3583709fbbee5508cf8941957ce5b89f618, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T17:37:52.028849 | revision f740f3583709fbbee5508cf8941957ce5b89f618, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T19:29:48.035501 | revision a979399, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T19:43:26.254639 | revision 04cbb0f0eeee11ff73c0cc9e5ed728b02505701b, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T19:43:26.254639 | revision 04cbb0f0eeee11ff73c0cc9e5ed728b02505701b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T20:08:13.191162 | revision f740f3583709fbbee5508cf8941957ce5b89f618, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T20:08:13.191162 | revision f740f3583709fbbee5508cf8941957ce5b89f618, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T20:14:11.611414 | revision a979399, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T20:43:22.406855 | revision c59b2c2d67dc79499e037df21bf20541df40e74f, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T20:43:22.406855 | revision c59b2c2d67dc79499e037df21bf20541df40e74f, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T21:17:13.583355 | revision fa71306, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T21:33:41.624372 | revision a979399, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T21:51:13.483157 | revision 8bd2123, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T21:56:12.412932 | revision fa71306, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T23:01:23.541500 | revision 6be4695, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T23:30:35.212679 | revision 8bd2123, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T23:50:06.237666 | revision c59b2c2d67dc79499e037df21bf20541df40e74f, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T23:50:06.237666 | revision c59b2c2d67dc79499e037df21bf20541df40e74f, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-26T23:58:08.206127 | revision d55aef55136efc04a9b95f95af03aed1d676f94c, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-26T23:58:08.206127 | revision d55aef55136efc04a9b95f95af03aed1d676f94c, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T00:01:05.196185 | revision a979399, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T00:06:02.373772 | revision 94699a38a323416940d13d983b65d43558e8227b, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T00:06:02.373772 | revision 94699a38a323416940d13d983b65d43558e8227b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T00:26:19.395896 | revision fa71306, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T00:46:49.091679 | revision 8bd2123, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T00:49:15.259842 | revision e2863ad13be343808e6422354421ebcc64524725, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T00:49:15.259842 | revision e2863ad13be343808e6422354421ebcc64524725, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T02:56:32.994466 | revision a979399, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T02:58:19.014728 | revision fa71306, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T03:30:03.777751 | revision 1d9ad3f
Times recorded: 1
Latest occurrences:

  • 2017-09-27T03:30:03.777751 | revision 1d9ad3f

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T03:29:51.778554 | revision a979399, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T03:33:04.137596 | revision 8bd2123, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T03:34:10.995946 | revision fa71306, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T04:52:32.269122 | revision 1d9ad3f
Times recorded: 1
Latest occurrences:

  • 2017-09-27T04:52:32.269122 | revision 1d9ad3f

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T05:00:34.841606 | revision a979399, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T06:48:35.962900 | revision 1d9ad3f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T06:50:53.680880 | revision b1f4523, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T07:08:25.500188 | revision a979399, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T07:23:06.082747 | revision 1fc533d, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T07:44:38.202728 | revision 1d9ad3f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T08:00:59.231821 | revision 2eaa2df, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T08:07:51.614571 | revision b6dde12, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T08:28:57.241611 | revision 4b6427d, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T08:35:57.121219 | revision ea91e4cce8f20673fdd807b647e00d06754a3130, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T08:35:57.121219 | revision ea91e4cce8f20673fdd807b647e00d06754a3130, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T08:55:33.501056 | revision 1fc533d, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T09:12:20.039362 | revision b6dde12, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T09:24:17.070336 | revision 1d9ad3f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T09:52:33.781022 | revision b6dde12, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T10:05:35.144895 | revision 1d9ad3f, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Sep 27, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T11:38:10.069573 | revision b6dde12, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T12:04:33.415909 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T12:04:33.415909 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T12:52:40.412160 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T12:52:40.412160 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T13:29:24.507931 | revision b0f5cb3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T14:13:44.352793 | revision 168d7d1, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T15:03:16.205667 | revision b4917ff4449e977314ed3d5efa665a3e51d63fbe, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T15:03:16.205667 | revision b4917ff4449e977314ed3d5efa665a3e51d63fbe, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T15:38:56.177017 | revision 21dd0ad211efacc31c21bf120e584dd797a5c0ca, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T15:38:56.177017 | revision 21dd0ad211efacc31c21bf120e584dd797a5c0ca, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T16:32:31.152016 | revision 08af3c44f4982b3f6cfd6f8fd4b62b3c3947481a, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T16:32:31.152016 | revision 08af3c44f4982b3f6cfd6f8fd4b62b3c3947481a, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T16:56:51.365333 | revision 429ebc88592d66fd990c75ee2eac6b258feacd7e, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T16:56:51.365333 | revision 429ebc88592d66fd990c75ee2eac6b258feacd7e, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T17:07:22.230320 | revision 10a737b2a2cb66c1441e2d61903fddc2f552a451, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T17:07:22.230320 | revision 10a737b2a2cb66c1441e2d61903fddc2f552a451, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-27T22:08:50.611319 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-27T22:08:50.611319 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T01:02:57.467931 | revision 10a737b2a2cb66c1441e2d61903fddc2f552a451, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T01:02:57.467931 | revision 10a737b2a2cb66c1441e2d61903fddc2f552a451, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T07:20:05.297064 | revision fb7be66, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T09:04:31.561528 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T09:04:31.561528 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T09:25:50.842552 | revision 9399019, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T09:29:01.810541 | revision ca634fe, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T11:40:17.264375 | revision 03066608fb60e926ba50a7ef9481536c1e51fc1b, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T11:40:17.264375 | revision 03066608fb60e926ba50a7ef9481536c1e51fc1b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T12:09:16.635972 | revision 2f4532e8fe33a510722a1eb43deb66cbfbbd91a7, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T12:09:16.635972 | revision 2f4532e8fe33a510722a1eb43deb66cbfbbd91a7, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T12:42:05.162896 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d
Times recorded: 1
Latest occurrences:

  • 2017-09-28T12:42:05.162896 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T12:59:15.974774 | revision 8a535db
Times recorded: 1
Latest occurrences:

  • 2017-09-28T12:59:15.974774 | revision 8a535db

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T13:50:45.094934 | revision 8a535db
Times recorded: 1
Latest occurrences:

  • 2017-09-28T13:50:45.094934 | revision 8a535db

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T14:00:17.060657 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T14:00:17.060657 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T15:01:32.664478 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T15:01:32.664478 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T15:11:14.757648 | revision 7704dfa649a6c3313d04cc249c7ed815c8497851, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T15:11:14.757648 | revision 7704dfa649a6c3313d04cc249c7ed815c8497851, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T15:13:08.852345 | revision 8a535db, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T15:13:36.962429 | revision 16e9f1fff69bccad1d7cf642e4b19e0127bed7f1, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T15:13:36.962429 | revision 16e9f1fff69bccad1d7cf642e4b19e0127bed7f1, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T15:51:26.403360 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T15:51:26.403360 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T15:57:55.960662 | revision a27ad34cb9f7264d27ea8b05bd1a4f177d968a5a, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T15:57:55.960662 | revision a27ad34cb9f7264d27ea8b05bd1a4f177d968a5a, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T16:32:22.904530 | revision 162aa4a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T16:46:33.845556 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T16:46:33.845556 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T16:50:28.188619 | revision f4395dc8fc2725a64a680ae5f5d989bf80f82c51, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T16:50:28.188619 | revision f4395dc8fc2725a64a680ae5f5d989bf80f82c51, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T17:03:39.150103 | revision f8721f6780f26e148b8aa8df46ced842b4752534, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T17:03:39.150103 | revision f8721f6780f26e148b8aa8df46ced842b4752534, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T17:35:27.990995 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T17:35:27.990995 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T17:50:34.553526 | revision 0a4802c96b3edb0303d83ea1d12a52ce52483685, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T17:50:34.553526 | revision 0a4802c96b3edb0303d83ea1d12a52ce52483685, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T18:24:22.565064 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T18:24:22.565064 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T18:31:26.377662 | revision f8721f6780f26e148b8aa8df46ced842b4752534, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T18:31:26.377662 | revision f8721f6780f26e148b8aa8df46ced842b4752534, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T19:12:36.788912 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T19:12:36.788912 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T19:52:06.384240 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T19:52:06.384240 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T20:04:54.185268 | revision 16daa34, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T20:27:13.136498 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T20:27:13.136498 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T21:09:35.994484 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T21:09:35.994484 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T21:13:20.679830 | revision 16daa34, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T21:51:37.752989 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T21:51:37.752989 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T22:28:46.692651 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T22:28:46.692651 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T22:50:35.468708 | revision dbce8fa, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Sep 28, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T23:14:46.409580 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T23:14:46.409580 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-28T23:54:37.391437 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-28T23:54:37.391437 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T05:44:11.106059 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-29T05:44:11.106059 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T06:56:49.533953 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-29T06:56:49.533953 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T07:04:31.400063 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T07:32:52.499620 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-29T07:32:52.499620 | revision 147bd3dc39c5afd32e93775cad8356f5c054bf40, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T07:40:09.468488 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T07:56:27.417566 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-29T07:56:27.417566 | revision 0edfd504e2ce02c0b63584658dce0d694fa4ab6d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T08:26:06.003360 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T09:09:17.121958 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T09:40:28.884016 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T10:08:03.046763 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T10:27:00.133561 | revision ce9f7a1, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T10:32:41.258192 | revision 2a49f1a
Times recorded: 1
Latest occurrences:

  • 2017-09-29T10:32:41.258192 | revision 2a49f1a

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T10:42:40.044527 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T11:10:30.691726 | revision 4ed5c9d9b175d60f2fde40494e8ac263d48f06a8, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-29T11:10:30.691726 | revision 4ed5c9d9b175d60f2fde40494e8ac263d48f06a8, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T11:27:11.351990 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T11:36:01.354749 | revision b83f44b0f6a1319c11043207be2193567a5215f0, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-29T11:36:01.354749 | revision b83f44b0f6a1319c11043207be2193567a5215f0, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T11:40:20.008310 | revision 2a49f1a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T11:44:39.114442 | revision 0ed27bd3adff06b84e01b1f64dc4799792619ecb, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-29T11:44:39.114442 | revision 0ed27bd3adff06b84e01b1f64dc4799792619ecb, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T12:20:00.085743 | revision 2a49f1a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T12:25:43.221065 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T12:37:55.323994 | revision ce9f7a1, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T13:06:59.660044 | revision 2a49f1a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T13:09:29.598233 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T13:33:57.183927 | revision 0f0ce04, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-29T21:42:30.266826 | revision 666cb04ecad9c8137f9ba3159e734250320e001b, logs
Times recorded: 1
Latest occurrences:

  • 2017-09-29T21:42:30.266826 | revision 666cb04ecad9c8137f9ba3159e734250320e001b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-30T04:56:27.341198 | revision 8e29560, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-09-30T07:29:32.912216 | revision 2afa350, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T06:55:25.465568 | revision afefb62b6075130d632dce4735ddea18d8deca85, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-02T06:55:25.465568 | revision afefb62b6075130d632dce4735ddea18d8deca85, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T07:10:53.010418 | revision 8e29560, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T07:12:34.491939 | revision 456cadc, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T12:25:39.328917 | revision 5740f08
Times recorded: 1
Latest occurrences:

  • 2017-10-02T12:25:39.328917 | revision 5740f08

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T13:14:47.739845 | revision 0ed27bd3adff06b84e01b1f64dc4799792619ecb, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-02T13:14:47.739845 | revision 0ed27bd3adff06b84e01b1f64dc4799792619ecb, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T13:35:28.927885 | revision 5740f08, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T13:55:30.620667 | revision 76f2c2f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T14:05:15.946448 | revision 2afa350, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-02T20:30:24.630932 | revision 2afa350, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T07:22:39.051891 | revision b230d3b, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T07:31:55.337142 | revision 7ab95d3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T14:15:55.493133 | revision 7ab95d3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T14:23:33.241095 | revision 2afa350, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T14:39:01.928724 | revision 02add6d, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T15:44:46.730742 | revision 96f3b16, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T15:52:42.226923 | revision 7ab95d3, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Oct 3, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T16:25:06.607728 | revision 7ab95d3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T16:53:35.394013 | revision b288f03
Times recorded: 1
Latest occurrences:

  • 2017-10-03T16:53:35.394013 | revision b288f03

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T18:18:48.672746 | revision 7ab95d3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T18:21:08.500422 | revision b288f03, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T19:27:47.380356 | revision b288f03, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T20:14:17.767584 | revision cfce9b7, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T20:20:57.624311 | revision 1f31f22, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-03T20:34:39.821299 | revision 4f82133, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T07:53:04.987495 | revision 77dac44, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T08:14:21.664398 | revision da5e107ce059a15f74dc8c137126fa4d83fbab83, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-04T08:14:21.664398 | revision da5e107ce059a15f74dc8c137126fa4d83fbab83, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T08:24:29.638196 | revision 51d9aff, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T08:47:23.270217 | revision 53c4fb2, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T09:10:39.522509 | revision 77dac44, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T09:15:23.966916 | revision 51d9aff, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T09:27:17.603048 | revision 664cb14, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T10:11:54.812174 | revision 77dac44, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T10:15:28.552598 | revision c528beb, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T10:35:05.206938 | revision 76b620e, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T11:07:36.586251 | revision 0e64de9c21aae5790780bcca44c061e9a4ee5c3a, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-04T11:07:36.586251 | revision 0e64de9c21aae5790780bcca44c061e9a4ee5c3a, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T11:32:01.661582 | revision 77dac44, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T12:42:01.385015 | revision 4f48e0a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T12:55:20.899267 | revision 77dac44, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$e5a3d1b4039df67c8b60c595b503211dc2eeb633/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 121 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-04T12:56:05.241539 | revision d485cfb567b70d90218e3417bee4b44d02093575, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-04T12:56:05.241539 | revision d485cfb567b70d90218e3417bee4b44d02093575, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T12:55:57.596770 | revision d83e3ed19c783e917a22aca4e0c6805511ea82b9, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-04T12:55:57.596770 | revision d83e3ed19c783e917a22aca4e0c6805511ea82b9, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T13:20:22.858433 | revision 71ad68f
Times recorded: 1
Latest occurrences:

  • 2017-10-04T13:20:22.858433 | revision 71ad68f

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T13:50:43.990327 | revision 77dac44, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$e5a3d1b4039df67c8b60c595b503211dc2eeb633/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 121 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-04T13:58:27.894458 | revision d485cfb567b70d90218e3417bee4b44d02093575, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-04T13:58:27.894458 | revision d485cfb567b70d90218e3417bee4b44d02093575, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T14:05:48.039186 | revision 71ad68f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T14:10:23.053429 | revision 4f48e0a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T15:15:01.064525 | revision 5e1025e, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T15:18:55.814263 | revision 53ebd1274cc2c3521f007c2ca6b3fc1b61862d8a, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-04T15:18:55.814263 | revision 53ebd1274cc2c3521f007c2ca6b3fc1b61862d8a, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T15:20:09.273884 | revision 77dac44, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T17:21:05.686844 | revision 1584bd8, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T20:46:30.183112 | revision 630e292, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T21:41:14.869929 | revision 2aa0ad6, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T22:56:02.653952 | revision c334606, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T23:00:36.623169 | revision 4f48e0a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-04T23:47:21.704809 | revision 4f48e0a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T00:04:39.850509 | revision ac0f6a4, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T02:34:08.441547 | revision 4f48e0a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T03:46:32.947824 | revision 4f48e0a, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T04:23:52.855507 | revision b06f2e0, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T07:23:39.888645 | revision 0e64de9c21aae5790780bcca44c061e9a4ee5c3a, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T07:23:39.888645 | revision 0e64de9c21aae5790780bcca44c061e9a4ee5c3a, logs

@cockpituous
Copy link
Contributor

cockpituous commented Oct 5, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T07:57:24.769943 | revision 3debb56effdc2e40d707ee495264f437605fa6b4, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T07:57:24.769943 | revision 3debb56effdc2e40d707ee495264f437605fa6b4, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T07:58:26.134644 | revision 73589cd4f7ff53a4214429acd68e0b0349348665, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T07:58:26.134644 | revision 73589cd4f7ff53a4214429acd68e0b0349348665, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T08:48:21.392289 | revision 73589cd4f7ff53a4214429acd68e0b0349348665, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T08:48:21.392289 | revision 73589cd4f7ff53a4214429acd68e0b0349348665, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T09:21:29.063752 | revision cbd04fb699c0f5079530abbf0e108ae6ac7d7a19, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T09:21:29.063752 | revision cbd04fb699c0f5079530abbf0e108ae6ac7d7a19, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T09:27:16.751395 | revision 8cd03b1dda80ce39ee72eda4d2000495b0fd6082, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T09:27:16.751395 | revision 8cd03b1dda80ce39ee72eda4d2000495b0fd6082, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T09:54:07.878247 | revision 73589cd4f7ff53a4214429acd68e0b0349348665, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T09:54:07.878247 | revision 73589cd4f7ff53a4214429acd68e0b0349348665, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T10:35:00.456842 | revision 1e1438a4836350cfd8191ca71651d0422c33ce9e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T10:35:00.456842 | revision 1e1438a4836350cfd8191ca71651d0422c33ce9e, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T11:05:16.843598 | revision 73589cd4f7ff53a4214429acd68e0b0349348665, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T11:05:16.843598 | revision 73589cd4f7ff53a4214429acd68e0b0349348665, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$362f07d267f66a6eec461f16f48fd022d845e826/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 10 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-05T11:31:03.882706 | revision d485cfb567b70d90218e3417bee4b44d02093575, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T11:31:03.882706 | revision d485cfb567b70d90218e3417bee4b44d02093575, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T12:28:57.265575 | revision 1e1438a4836350cfd8191ca71651d0422c33ce9e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T12:28:57.265575 | revision 1e1438a4836350cfd8191ca71651d0422c33ce9e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$362f07d267f66a6eec461f16f48fd022d845e826/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 118 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-05T13:38:30.417861 | revision 65a91d6b05962c206ec3611b952cd9be8badbd3b, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T13:38:30.417861 | revision 65a91d6b05962c206ec3611b952cd9be8badbd3b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T13:50:22.189727 | revision 135ba5f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$362f07d267f66a6eec461f16f48fd022d845e826/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 10 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 55s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-05T14:31:10.227691 | revision 65a91d6b05962c206ec3611b952cd9be8badbd3b, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T14:31:10.227691 | revision 65a91d6b05962c206ec3611b952cd9be8badbd3b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T15:06:12.867091 | revision 137af60c5220d52a914f20ea23e9be9f553b21e2, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T15:06:12.867091 | revision 137af60c5220d52a914f20ea23e9be9f553b21e2, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T15:26:37.210833 | revision 135ba5f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T15:28:33.315848 | revision b3d1f2a458f8fbc7746a2143dfaa6760950df967, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T15:28:33.315848 | revision b3d1f2a458f8fbc7746a2143dfaa6760950df967, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T15:47:06.952384 | revision fabe810, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T16:20:50.844069 | revision 135ba5f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$8ae514e1295fb3e8bc7c6aa8b8c654b4f0ef83f9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 112 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-05T16:32:16.776069 | revision 65a91d6b05962c206ec3611b952cd9be8badbd3b, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T16:32:16.776069 | revision 65a91d6b05962c206ec3611b952cd9be8badbd3b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T17:08:07.566469 | revision 9fb604d, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T17:10:35.860890 | revision 4dab6a1, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T17:21:03.050681 | revision 135ba5f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T18:32:39.662852 | revision 989ead0c507646fc8a9d788d317f636916b05f06, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T18:32:39.662852 | revision 989ead0c507646fc8a9d788d317f636916b05f06, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T18:34:45.178167 | revision 135ba5f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T19:07:57.628509 | revision 135ba5f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$8ae514e1295fb3e8bc7c6aa8b8c654b4f0ef83f9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 137 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-05T19:16:01.881063 | revision 65a91d6b05962c206ec3611b952cd9be8badbd3b, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T19:16:01.881063 | revision 65a91d6b05962c206ec3611b952cd9be8badbd3b, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T19:53:18.050947 | revision 135ba5f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$8ae514e1295fb3e8bc7c6aa8b8c654b4f0ef83f9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 10 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-05T19:55:50.392132 | revision b1d1a31d95f8e10c2181f2e2a0fb16443f71bf4d, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-05T19:55:50.392132 | revision b1d1a31d95f8e10c2181f2e2a0fb16443f71bf4d, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-05T20:45:27.048646 | revision 5fdfee3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T05:15:32.368287 | revision 7977b60, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T06:28:59.957263 | revision aa015a7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$f414a40560efc62436b5156e4001e3644d7c69bc/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 10 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 44s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-06T07:13:15.169563 | revision 96d7708485b8eec291afa2eeef8214a1e3bac8e7, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T07:13:15.169563 | revision 96d7708485b8eec291afa2eeef8214a1e3bac8e7, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T07:18:45.556203 | revision 137af60c5220d52a914f20ea23e9be9f553b21e2, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T07:18:45.556203 | revision 137af60c5220d52a914f20ea23e9be9f553b21e2, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T08:13:31.719591 | revision 0496f75, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T08:17:08.813418 | revision 13bf5943b447ef817ae4bf9ca1a3c1a4b2a816fb, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T08:17:08.813418 | revision 13bf5943b447ef817ae4bf9ca1a3c1a4b2a816fb, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T09:11:34.394847 | revision 0fb8c77
Times recorded: 1
Latest occurrences:

  • 2017-10-06T09:11:34.394847 | revision 0fb8c77

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T09:36:46.866186 | revision 0792c5e
Times recorded: 1
Latest occurrences:

  • 2017-10-06T09:36:46.866186 | revision 0792c5e

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T09:52:26.883442 | revision 2e56ac69d4965bdbe2fdb976c091150bdd03bb18, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T09:52:26.883442 | revision 2e56ac69d4965bdbe2fdb976c091150bdd03bb18, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T10:37:38.536390 | revision 0fb8c77, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T10:41:27.531108 | revision 6ddb37e9a9eaa19f2f8173d39eaff3c84d75e0ea, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T10:41:27.531108 | revision 6ddb37e9a9eaa19f2f8173d39eaff3c84d75e0ea, logs

@cockpituous
Copy link
Contributor

cockpituous commented Oct 6, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T10:47:52.311041 | revision 2acc5920259105322e71e0af17c35813c4244ea2, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T10:47:52.311041 | revision 2acc5920259105322e71e0af17c35813c4244ea2, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T10:55:51.003518 | revision 8d5e755, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T11:59:32.012163 | revision 8d5e755, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T12:06:54.979914 | revision af2e934, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T13:07:28.323418 | revision 8d5e755, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T13:33:42.439003 | revision 9717ab0, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T13:35:08.555305 | revision 3e0aa290601330e7fa38a14a42a8ac3de42fff16
Times recorded: 1
Latest occurrences:

  • 2017-10-06T13:35:08.555305 | revision 3e0aa290601330e7fa38a14a42a8ac3de42fff16

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$29938d6a7917bb547e1446ce5b80227ea7a82998/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 10 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-06T13:38:09.767238 | revision 96d7708485b8eec291afa2eeef8214a1e3bac8e7, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T13:38:09.767238 | revision 96d7708485b8eec291afa2eeef8214a1e3bac8e7, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T14:31:40.488257 | revision 0fb8c77, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T15:21:07.254703 | revision 302f5878bed2d10b59ca4b2b35dda70b8248ebe1, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T15:21:07.254703 | revision 302f5878bed2d10b59ca4b2b35dda70b8248ebe1, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T15:38:11.272271 | revision 10adec8ea7ebb4d509ee78a078f0c41e7f0aaaf9, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-06T15:38:11.272271 | revision 10adec8ea7ebb4d509ee78a078f0c41e7f0aaaf9, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T15:56:07.409165 | revision 75774b3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T16:34:06.358948 | revision 0fb8c77, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T17:28:26.305085 | revision 92bb454, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T17:35:08.526643 | revision f8a96d3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T18:53:02.705764 | revision 0fb8c77, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T19:29:14.056849 | revision 92bb454, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T20:04:49.945104 | revision 0fb8c77, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T22:54:43.974356 | revision 466f461, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T23:12:04.570419 | revision cde745f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-06T23:39:18.527391 | revision 466f461, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-07T00:21:34.147120 | revision bebaa6b, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-07T00:25:08.443970 | revision 466f461, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 10 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-07T06:22:58.448744 | revision e53e8ab5bf847487313825b82ee3a99d68a4c4e1, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-07T06:22:58.448744 | revision e53e8ab5bf847487313825b82ee3a99d68a4c4e1, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-07T07:43:18.715292 | revision 3debb56effdc2e40d707ee495264f437605fa6b4, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-07T07:43:18.715292 | revision 3debb56effdc2e40d707ee495264f437605fa6b4, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-07T08:05:52.077386 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-07T08:05:52.077386 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 48s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-07T08:29:39.354635 | revision d4d8c97149f17b1d09fd8d3fc77e155b0f876f0f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-07T08:29:39.354635 | revision d4d8c97149f17b1d09fd8d3fc77e155b0f876f0f, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 10 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-07T13:26:05.763362 | revision 0597d539c71e47adce2c635509eaa26389e552dc, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-07T13:26:05.763362 | revision 0597d539c71e47adce2c635509eaa26389e552dc, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 65s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-07T19:41:46.214375 | revision 26e3c37177095425353b3e40b09e6f96f481668a, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-07T19:41:46.214375 | revision 26e3c37177095425353b3e40b09e6f96f481668a, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-07T20:05:25.591611 | revision ed37d4a34e44ee85c6d7c9103c01a5bbb30e26be, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-07T20:05:25.591611 | revision ed37d4a34e44ee85c6d7c9103c01a5bbb30e26be, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-07T20:22:25.371205 | revision 95994a7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 167 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 27s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-07T21:04:34.770630 | revision 67d6d7194e4c0adbab980abd76127d93cb127b89
Times recorded: 1
Latest occurrences:

  • 2017-10-07T21:04:34.770630 | revision 67d6d7194e4c0adbab980abd76127d93cb127b89

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T06:05:09.772113 | revision 8c546c3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T07:34:41.919064 | revision 6ddb37e9a9eaa19f2f8173d39eaff3c84d75e0ea, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T07:34:41.919064 | revision 6ddb37e9a9eaa19f2f8173d39eaff3c84d75e0ea, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T07:56:37.965939 | revision d418f4d, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T09:26:07.934161 | revision 5cbb4e5ef54bbc4da6697a19ef2a300aab23cf1f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T09:26:07.934161 | revision 5cbb4e5ef54bbc4da6697a19ef2a300aab23cf1f, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T10:04:57.711751 | revision d54e488, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T10:11:08.643771 | revision 1d28699
Times recorded: 1
Latest occurrences:

  • 2017-10-09T10:11:08.643771 | revision 1d28699

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-09T10:48:32.292881 | revision 922253ea1b3dc360ce46f08189c9efe062ec1d18, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T10:48:32.292881 | revision 922253ea1b3dc360ce46f08189c9efe062ec1d18, logs

@cockpituous
Copy link
Contributor

cockpituous commented Oct 9, 2017

verify/rhel-7-4
Ooops, it happened again


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T11:21:23.904695 | revision 1d28699, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T11:22:03.357721 | revision d54e488, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T11:27:01.066729 | revision 0181df1b80ae9f793317819f4a76d313a1b47d25, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T11:27:01.066729 | revision 0181df1b80ae9f793317819f4a76d313a1b47d25, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T11:53:01.707524 | revision 01964ae443c1d3b4263f8417af1528b2d5d0800f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T11:53:01.707524 | revision 01964ae443c1d3b4263f8417af1528b2d5d0800f, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T12:21:43.267574 | revision b0bc7c68c3450b75f9bc1ad3b1550e1f89883993, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T12:21:43.267574 | revision b0bc7c68c3450b75f9bc1ad3b1550e1f89883993, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T13:26:05.624171 | revision 137af60c5220d52a914f20ea23e9be9f553b21e2, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T13:26:05.624171 | revision 137af60c5220d52a914f20ea23e9be9f553b21e2, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T14:45:12.066030 | revision c6ad6f3, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T15:55:03.312812 | revision e4f499bcb9e0a94adfa9da77cd84860b992e2970, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T15:55:03.312812 | revision e4f499bcb9e0a94adfa9da77cd84860b992e2970, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T16:20:37.176809 | revision 3355fd5, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T16:45:35.813165 | revision c2a8131e0d6bbab5c33a52ac1f9999e17fecd1f5, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-09T16:45:35.813165 | revision c2a8131e0d6bbab5c33a52ac1f9999e17fecd1f5, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T21:26:50.272023 | revision 3d35d2e, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-09T21:39:21.618855 | revision 130c132, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T06:49:33.092609 | revision 86b57fe, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T06:54:24.984229 | revision 3d35d2e, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T07:28:37.310762 | revision d418f4d, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T08:27:48.206530 | revision aea7c90, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T09:31:56.587597 | revision 3d6d58d, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T10:07:56.829757 | revision 3d35d2e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-10T10:34:20.762467 | revision 8773278, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T10:45:55.891508 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T10:45:55.891508 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 167 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 27s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-10T11:07:39.628887 | revision a231f23919acc75ed70723e901a1fc3086ab1d02, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T11:07:39.628887 | revision a231f23919acc75ed70723e901a1fc3086ab1d02, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 34s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-10T11:16:54.276574 | revision 8773278, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T11:22:54.316744 | revision 137af60c5220d52a914f20ea23e9be9f553b21e2, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T11:22:54.316744 | revision 137af60c5220d52a914f20ea23e9be9f553b21e2, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T11:28:35.051541 | revision 3d6d58d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 41s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-10T11:37:49.776262 | revision f56112a1661e36b5037317516a866c4b7c46e298, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T11:37:49.776262 | revision f56112a1661e36b5037317516a866c4b7c46e298, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T12:14:44.516735 | revision b019bbc921b1d8949555741675a86abeee8df460, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T12:14:44.516735 | revision b019bbc921b1d8949555741675a86abeee8df460, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-10T12:19:21.195604 | revision 8773278, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T12:40:39.487149 | revision 2191f6f31c44a21ab41f3f1ac9890afe9edf8f94, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T12:40:39.487149 | revision 2191f6f31c44a21ab41f3f1ac9890afe9edf8f94, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T12:50:53.193450 | revision 3d6d58d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 34s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-10T13:10:51.490845 | revision a231f23919acc75ed70723e901a1fc3086ab1d02, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T13:10:51.490845 | revision a231f23919acc75ed70723e901a1fc3086ab1d02, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$16fcb89a8b69f2280a62fe512dd008e679720926/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 142 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-10T13:22:48.198605 | revision a231f23919acc75ed70723e901a1fc3086ab1d02, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T13:22:48.198605 | revision a231f23919acc75ed70723e901a1fc3086ab1d02, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T13:33:49.607650 | revision 93a759c5b0323e0fb7bf62d25e421caaa72d2a91
Times recorded: 1
Latest occurrences:

  • 2017-10-10T13:33:49.607650 | revision 93a759c5b0323e0fb7bf62d25e421caaa72d2a91

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T14:13:55.173198 | revision b3f9364d4a0602e7289e493eeab00726b12a6c23
Times recorded: 1
Latest occurrences:

  • 2017-10-10T14:13:55.173198 | revision b3f9364d4a0602e7289e493eeab00726b12a6c23

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T15:16:22.745851 | revision ac0b34d6efa6df614b0f5a906b67f0e6ec4e34a5, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-10T15:16:22.745851 | revision ac0b34d6efa6df614b0f5a906b67f0e6ec4e34a5, logs

Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T20:07:48.005262 | revision d18fa81, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T20:13:22.609484 | revision 3d35d2e, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T20:32:44.585374 | revision 75a8a6f, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T20:55:43.682672 | revision 3d35d2e, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-10T21:47:35.690176 | revision cab6abd, logs
Times recorded: 1
Latest occurrences:


Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

First occurrence: 2017-10-11T06:34:29.498454 | revision a02a99b, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Oct 11, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$7685e438ba9d654c77898d3e47600557bc69dc75/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 167 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 27s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-11T07:44:18.226794 | revision 534026a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.

(process:1135): GLib-GIO-WARNING **: gdbusobjectmanagerclient.c:1585: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Settings/4 but no object proxy exists
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$6207b6afe3c772dc4c7bad3c1342cc305102c509/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 52s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-11T08:02:10.022275 | revision ee3de10e77c7a0c6e9b0d1e158313332e8b9e85f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-11T08:02:10.022275 | revision ee3de10e77c7a0c6e9b0d1e158313332e8b9e85f, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$7685e438ba9d654c77898d3e47600557bc69dc75/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 47s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-11T08:27:56.717314 | revision f4455eb, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-11T08:46:26.509990 | revision c5be84b, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 55s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-11T08:51:42.933939 | revision 6f6dbbd, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$0294e16362164374fa2b9f349c87fec1ebbb876e/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 47s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-11T09:19:22.025502 | revision bfa057f228e93b21668c74e2e39a738a488f63b1, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-11T09:19:22.025502 | revision bfa057f228e93b21668c74e2e39a738a488f63b1, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$cba6d6e62f132bb0d262bfca7b0751bddb5c101b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 60s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-11T09:19:18.302060 | revision 2883b31e65ff9f14e242dc59b72dba219326deb4, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-11T09:19:18.302060 | revision 2883b31e65ff9f14e242dc59b72dba219326deb4, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-11T10:01:41.192736 | revision 6f6dbbd, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 65s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-11T10:04:34.362680 | revision c66e0ba, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$66774170728264dae38d021408d3e2ea33106967/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 64s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-11T10:09:53.800500 | revision 09c597a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-11T11:54:47.034845 | revision c94a61c6499355cdb8cf135e331594ace7e7f116, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-11T11:54:47.034845 | revision c94a61c6499355cdb8cf135e331594ace7e7f116, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 72s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-11T12:18:18.651344 | revision e97cc78, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-11T12:28:52.890774 | revision 5626f70, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-11T12:51:54.954072 | revision c94a61c6499355cdb8cf135e331594ace7e7f116, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-11T12:51:54.954072 | revision c94a61c6499355cdb8cf135e331594ace7e7f116, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 130 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-11T12:59:46.298276 | revision e97cc78, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$1df752e539edf359cd48d7ebb10e14b7872aeee2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 135 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-11T13:22:10.352933 | revision 743fa85c8b1a28b129375b087fb389f87cf6b14f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-11T13:22:10.352933 | revision 743fa85c8b1a28b129375b087fb389f87cf6b14f, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-11T13:35:23.656915 | revision 7c35552, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 167 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 26s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-11T13:39:03.785443 | revision e97cc78, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 120 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 35s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-11T15:04:43.499981 | revision 1d91fa6, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 45s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-12T08:45:28.120367 | revision 1d91fa6, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$cba6d6e62f132bb0d262bfca7b0751bddb5c101b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-12T09:06:51.729092 | revision 2883b31e65ff9f14e242dc59b72dba219326deb4, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T09:06:51.729092 | revision 2883b31e65ff9f14e242dc59b72dba219326deb4, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$0294e16362164374fa2b9f349c87fec1ebbb876e/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 40s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-12T09:13:16.561592 | revision bfa057f228e93b21668c74e2e39a738a488f63b1, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T09:13:16.561592 | revision bfa057f228e93b21668c74e2e39a738a488f63b1, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-12T09:23:32.728209 | revision 1d91fa6, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$8487675646b064bba41f2b13a3178667d89c28be/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 156 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-12T09:50:57.011451 | revision b6154cb4e889747bed804d2abc115ae89ed041a5, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T09:50:57.011451 | revision b6154cb4e889747bed804d2abc115ae89ed041a5, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$0294e16362164374fa2b9f349c87fec1ebbb876e/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 110 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-12T10:21:17.914274 | revision bfa057f228e93b21668c74e2e39a738a488f63b1, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T10:21:17.914274 | revision bfa057f228e93b21668c74e2e39a738a488f63b1, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$b902774080363e6b4ae968059592593886498b9a/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-12T11:00:42.968187 | revision 8da246dfeb1c67feed04df443bf2ecf7f3bcc2c1, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T11:00:42.968187 | revision 8da246dfeb1c67feed04df443bf2ecf7f3bcc2c1, logs

@cockpituous
Copy link
Contributor

cockpituous commented Oct 12, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$1064c09d20715655719c15527a924f450a4c1d83/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 124 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-12T11:09:02.434791 | revision a5edcc463e01ed18738642e89f3055a20335651e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T11:09:02.434791 | revision a5edcc463e01ed18738642e89f3055a20335651e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$8487675646b064bba41f2b13a3178667d89c28be/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 158 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 54s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-12T11:24:02.724557 | revision b6154cb4e889747bed804d2abc115ae89ed041a5, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T11:24:02.724557 | revision b6154cb4e889747bed804d2abc115ae89ed041a5, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$b902774080363e6b4ae968059592593886498b9a/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 115 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-12T11:47:09.099382 | revision fc2b6a6, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 149 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 59s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-12T12:05:06.877744 | revision 82874a3, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$b902774080363e6b4ae968059592593886498b9a/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 40s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-12T12:43:39.080145 | revision fc2b6a6, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 158 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 44s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-12T12:55:40.482567 | revision 4fe1b0e4214d4bbca19f14a0d1f4a59b6516b9aa, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T12:55:40.482567 | revision 4fe1b0e4214d4bbca19f14a0d1f4a59b6516b9aa, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$eba56b7cb5d264d46a4075f1fc2f452dc6efb394/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 150 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-12T13:08:21.731417 | revision 2958c60ea3106a1b5317e7b3fc87ad8d2982b02d, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T13:08:21.731417 | revision 2958c60ea3106a1b5317e7b3fc87ad8d2982b02d, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.

(process:1075): libnm-WARNING **: no object known for /org/freedesktop/NetworkManager/ActiveConnection/3

Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$ce3d6b8a6e41d897aa8cf5af090aac4c94149c5e/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 121 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 53s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-12T13:52:37.934088 | revision fccb1e5d9dfb5e9627b0493421c9cdf9d51292c9, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T13:52:37.934088 | revision fccb1e5d9dfb5e9627b0493421c9cdf9d51292c9, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$b902774080363e6b4ae968059592593886498b9a/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 140 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-12T14:11:45.715688 | revision fc2b6a6, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$a05773332e9c14ead1a3b78d4f07911c691d3944/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 158 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 53s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-12T14:34:50.231793 | revision 0e424eadbeeda82ec27bff49886c5ff313326b91, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T14:34:50.231793 | revision 0e424eadbeeda82ec27bff49886c5ff313326b91, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$da0bbe01ddeea85c5336c4fcb151edae0f2e73c1/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 82 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 49s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-12T15:31:04.276574 | revision 7a0e368a1c5f52ed220d4f00d61641dcce08163c, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T15:31:04.276574 | revision 7a0e368a1c5f52ed220d4f00d61641dcce08163c, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-12T19:32:22.463638 | revision 0474d1d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$77d5a264471f996b0ffea54ef5545a6f5b0ba60f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-12T19:35:01.855388 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T19:35:01.855388 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-12T20:10:45.364989 | revision e1446ce, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-12T20:55:20.207264 | revision eea0e3ac946cff22c079c0847ae540db69477184, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T20:55:20.207264 | revision eea0e3ac946cff22c079c0847ae540db69477184, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$bdc49e431ae0741b7cf425bc224b855b9b90a029/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-12T22:09:25.639274 | revision eea0e3ac946cff22c079c0847ae540db69477184, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-12T22:09:25.639274 | revision eea0e3ac946cff22c079c0847ae540db69477184, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-13T06:06:23.916512 | revision 3df0694, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 76s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-13T06:43:05.580845 | revision bedf82a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-13T07:22:08.803530 | revision bedf82a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 161 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 26s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-13T07:32:26.157460 | revision bedf82a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 47s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-13T09:51:56.916904 | revision 1a775c7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$d68f6c5733e5040eddf62c0226073d37f87c6e42/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 35s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-13T09:59:20.292132 | revision bc1df1c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 28s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-13T10:21:21.454495 | revision 1a775c7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-13T11:41:33.612182 | revision 72c3d51, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$ff120dacd09e8753909da22ef35d80fae2c2f754/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 49s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-13T12:03:32.851689 | revision b6154cb4e889747bed804d2abc115ae89ed041a5, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-13T12:03:32.851689 | revision b6154cb4e889747bed804d2abc115ae89ed041a5, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$92426bcb4401cc718dc0fba2116c7fcc4d27b227/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-13T14:22:43.245158 | revision e2ad895, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Oct 13, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$cb4c0b147929ece21e8d465dc98dea3e3e5d81ce/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 45s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-13T15:31:56.594880 | revision 8fd812d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$b31072d0490665906b4e7e57de5026b2e15b384d/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-14T01:51:20.962272 | revision 25dc616, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$cb4c0b147929ece21e8d465dc98dea3e3e5d81ce/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 40s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-14T22:36:36.852119 | revision 5a74f85cee90438645d123d7a4b4ece1d7d8deb5
Times recorded: 1
Latest occurrences:

  • 2017-10-14T22:36:36.852119 | revision 5a74f85cee90438645d123d7a4b4ece1d7d8deb5

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$257b8ec8e5e5e6b743b8599a95c628a0c7398a6a/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-14T22:44:02.195000 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-14T22:44:02.195000 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$a36bfc386c248b177dc6abac12636365c6d16979/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-14T22:46:05.902997 | revision bc1df1c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 98s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-14T23:16:54.548820 | revision 1561eaa, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$5fbfbf5c4da9db4233324cf0adedbb130aa64980/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-14T23:24:10.616176 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-14T23:24:10.616176 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-14T23:27:10.139145 | revision b403aa5
Times recorded: 1
Latest occurrences:

  • 2017-10-14T23:27:10.139145 | revision b403aa5

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$7e7b770da87f463bed6b798457771d12586b9291/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-14T23:30:03.792369 | revision bc1df1c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 159 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 42s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-15T12:01:29.641335 | revision b403aa5, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$5fbfbf5c4da9db4233324cf0adedbb130aa64980/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-15T12:17:25.138475 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-15T12:17:25.138475 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-15T15:21:50.474842 | revision 307ca27, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 52s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-16T08:11:19.100205 | revision 58e857a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 48s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-16T08:45:18.170439 | revision 7649f70e314702a5e18593fa36de5e7c68fbc64c
Times recorded: 1
Latest occurrences:

  • 2017-10-16T08:45:18.170439 | revision 7649f70e314702a5e18593fa36de5e7c68fbc64c

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-16T09:13:24.934454 | revision b403aa5, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 56s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-16T09:17:39.870572 | revision 2993c44, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$5fbfbf5c4da9db4233324cf0adedbb130aa64980/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-16T09:21:39.217076 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-16T09:21:39.217076 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-16T10:08:33.683246 | revision 2993c44, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$b53b21270bb51adc0d18f19addaf8e29e92cd684/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-16T10:25:39.399259 | revision 20809ad50549756f4c11b082c15eae3ac0767bee, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-16T10:25:39.399259 | revision 20809ad50549756f4c11b082c15eae3ac0767bee, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$94b310f4dd08776f4861387b6806e57a633f4a05/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 51s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-16T13:25:39.602838 | revision 51f13e85069de1b52e5a710fc29d2799f302263e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-16T13:25:39.602838 | revision 51f13e85069de1b52e5a710fc29d2799f302263e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 42s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-16T14:11:14.438574 | revision b403aa5, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$0a3426cb855e508a4b5bf8f1d3391ff7a977f3e9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-16T14:15:54.996723 | revision daa7d6556bc1eff35d5e5030fe50cc9879925fd1, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-16T14:15:54.996723 | revision daa7d6556bc1eff35d5e5030fe50cc9879925fd1, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 138 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-16T14:39:55.003044 | revision fbaff63, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 51s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-16T14:43:18.722939 | revision b403aa5, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-16T18:56:10.119328 | revision 9f6d39da17de6dee7abfd40753fb366f0358a304
Times recorded: 1
Latest occurrences:

  • 2017-10-16T18:56:10.119328 | revision 9f6d39da17de6dee7abfd40753fb366f0358a304

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 163 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-16T19:05:15.000382 | revision 0beee85a85f409fab0e806b4e6d77d7a135e2a0f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-16T19:05:15.000382 | revision 0beee85a85f409fab0e806b4e6d77d7a135e2a0f, logs

@cockpituous
Copy link
Contributor

cockpituous commented Oct 16, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-16T20:20:02.843695 | revision 0beee85a85f409fab0e806b4e6d77d7a135e2a0f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-16T20:20:02.843695 | revision 0beee85a85f409fab0e806b4e6d77d7a135e2a0f, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-16T20:39:42.467519 | revision ece401677458aa97faed8627514a4d17aef57bd3, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-16T20:39:42.467519 | revision ece401677458aa97faed8627514a4d17aef57bd3, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-17T07:46:29.128479 | revision d100b2e3c06b713346dc077fba2b56fb2687b404, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T07:46:29.128479 | revision d100b2e3c06b713346dc077fba2b56fb2687b404, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.

(process:1053): libnm-WARNING **: no object known for /org/freedesktop/NetworkManager/ActiveConnection/3

Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$5be2f6fb918016d3f2c420592d701e5b9463b55f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 55s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-17T07:49:38.530763 | revision 4779073
Times recorded: 1
Latest occurrences:

  • 2017-10-17T07:49:38.530763 | revision 4779073

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$f51d137d9f40f753128a222bfb467a699f6bb92b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 42s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-17T08:07:21.875460 | revision 597c46e
Times recorded: 1
Latest occurrences:

  • 2017-10-17T08:07:21.875460 | revision 597c46e

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$f51d137d9f40f753128a222bfb467a699f6bb92b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 45s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T08:20:29.180258 | revision acca2615065b4b7810a333456440c0eacd38b0c6, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T08:20:29.180258 | revision acca2615065b4b7810a333456440c0eacd38b0c6, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$f51d137d9f40f753128a222bfb467a699f6bb92b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 39s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-17T08:28:04.296726 | revision 4779073, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$f51d137d9f40f753128a222bfb467a699f6bb92b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 40s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-17T08:52:15.846087 | revision 5161f75375182953daa31322fe3853d11ba85034, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T08:52:15.846087 | revision 5161f75375182953daa31322fe3853d11ba85034, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$f51d137d9f40f753128a222bfb467a699f6bb92b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 51s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-17T09:16:23.620385 | revision 4779073, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.

(process:1071): libnm-WARNING **: no object known for /org/freedesktop/NetworkManager/ActiveConnection/3

Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$f51d137d9f40f753128a222bfb467a699f6bb92b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 61s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-17T09:18:29.359399 | revision aa9e136, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$b4b8953fbac2c3b554f890a114c9501caaad4d39/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-17T09:30:25.111911 | revision 4a86fa684c82c1b416163d8258366b3eee3bf294, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T09:30:25.111911 | revision 4a86fa684c82c1b416163d8258366b3eee3bf294, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 57s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T09:43:36.402147 | revision acca2615065b4b7810a333456440c0eacd38b0c6, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T09:43:36.402147 | revision acca2615065b4b7810a333456440c0eacd38b0c6, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T09:50:38.628219 | revision aa9e136, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 49s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-17T10:22:25.142378 | revision b241985, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 86s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-17T10:28:16.762482 | revision 597c46e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$698bf9caebe8afcb575d94964b9de1a43f009bde/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 49s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T10:35:12.945809 | revision 0b0215c5db7938def4d02819039417394cb4248f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T10:35:12.945809 | revision 0b0215c5db7938def4d02819039417394cb4248f, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 92s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T10:55:50.606674 | revision b403aa5, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-17T11:16:59.775656 | revision 597c46e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$78afd287d44988789f07ebe1c96d7cafc62385c6/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 53s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-17T11:18:19.154698 | revision 2ef98ac5586677cad9f902f10933548bc15667bb, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T11:18:19.154698 | revision 2ef98ac5586677cad9f902f10933548bc15667bb, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.

(process:1070): GLib-GIO-WARNING **: gdbusobjectmanagerclient.c:1585: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/3 but no object proxy exists
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$3b0691f925a16fcc9a9228224b7c9c2900f29ca4/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 9 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T11:21:38.172090 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T11:21:38.172090 | revision c9a11eba4a8a51f1537eb4c1a3688bf62676d9ed, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-17T11:36:47.427472 | revision 18010d92f58b05ca5d84423d3acf27dcc9a9f750, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T11:36:47.427472 | revision 18010d92f58b05ca5d84423d3acf27dcc9a9f750, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-17T12:00:12.593542 | revision 597c46e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 164 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 27s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-17T12:20:58.023865 | revision 597c46e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.

(process:1104): GLib-GIO-WARNING **: gdbusobjectmanagerclient.c:1585: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Settings/4 but no object proxy exists
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$3fbef710b11e963a0fb19de2d6e35ce1a265c9c6/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-17T13:32:49.492292 | revision 098da73ede4e08be9a0459ca897119556855568f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T13:32:49.492292 | revision 098da73ede4e08be9a0459ca897119556855568f, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 47s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-17T13:45:23.980318 | revision 597c46e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 60s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T13:54:35.957099 | revision 18010d92f58b05ca5d84423d3acf27dcc9a9f750, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T13:54:35.957099 | revision 18010d92f58b05ca5d84423d3acf27dcc9a9f750, logs

@cockpituous
Copy link
Contributor

cockpituous commented Oct 17, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-17T13:59:13.276439 | revision d0d2fc7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 35s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-17T14:26:56.749217 | revision 597c46e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-17T14:36:23.156365 | revision 792757a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Error: unknown connection 'static-52:54:01'.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$95cc2898bd711574dc638666c70adc556407a2f2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 55s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-17T15:23:28.452003 | revision 69aa8ec45bf6eea16110e8d5169832a1b9226b30, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T15:23:28.452003 | revision 69aa8ec45bf6eea16110e8d5169832a1b9226b30, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T15:30:25.704213 | revision d0d2fc7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 40s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T15:34:27.118109 | revision 792757a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 52s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-17T16:10:17.500414 | revision 792757a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$78afd287d44988789f07ebe1c96d7cafc62385c6/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 51s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-17T16:13:20.748316 | revision 2ef98ac5586677cad9f902f10933548bc15667bb, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T16:13:20.748316 | revision 2ef98ac5586677cad9f902f10933548bc15667bb, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$95cc2898bd711574dc638666c70adc556407a2f2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T16:45:45.495110 | revision 69aa8ec45bf6eea16110e8d5169832a1b9226b30, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T16:45:45.495110 | revision 69aa8ec45bf6eea16110e8d5169832a1b9226b30, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T17:52:13.102298 | revision fb358af, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-17T17:54:44.602131 | revision d0d2fc7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-17T19:01:35.137252 | revision d0d2fc7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$6f2b5822fb8749e5b10cb3605c2a0278a0a7081b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 40s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-17T19:11:43.361725 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$1c0a9d3e2dea3835fae8f3ff2ed6271400c9ecc4/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 50s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-17T19:10:03.318063 | revision efd5309, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 34s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T19:20:59.114931 | revision 1260f0c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$95cc2898bd711574dc638666c70adc556407a2f2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 41s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T20:03:27.976918 | revision 69aa8ec45bf6eea16110e8d5169832a1b9226b30, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T20:03:27.976918 | revision 69aa8ec45bf6eea16110e8d5169832a1b9226b30, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 39s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T20:26:28.800651 | revision 1260f0c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$6f2b5822fb8749e5b10cb3605c2a0278a0a7081b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-17T20:32:33.424130 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$6f2b5822fb8749e5b10cb3605c2a0278a0a7081b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 49s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T21:27:07.173598 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 39s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-17T21:28:54.008153 | revision d0d2fc7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T21:31:33.135302 | revision 8cb916e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 41s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-17T21:41:19.562513 | revision 18010d92f58b05ca5d84423d3acf27dcc9a9f750, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-17T21:41:19.562513 | revision 18010d92f58b05ca5d84423d3acf27dcc9a9f750, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 57s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-17T22:10:36.368516 | revision 260e189, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$6f2b5822fb8749e5b10cb3605c2a0278a0a7081b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T22:19:12.923619 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-17T22:38:39.160831 | revision 8cb916e, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$6f2b5822fb8749e5b10cb3605c2a0278a0a7081b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-17T22:52:08.392305 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Oct 17, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$6f2b5822fb8749e5b10cb3605c2a0278a0a7081b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 44s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-17T23:31:56.075943 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$fca7368fbc53b77d042c1f0ff77d38e67dfb95c2/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-17T23:51:53.442064 | revision fbda06f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$6f2b5822fb8749e5b10cb3605c2a0278a0a7081b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-18T00:11:00.202900 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$3ee9541d3be23fe38f6fdbf16019fb6584e01af1/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 26s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-18T00:30:23.090488 | revision 9a5466b86f35de9da42fb4a6567d93822c1a42e4, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T00:30:23.090488 | revision 9a5466b86f35de9da42fb4a6567d93822c1a42e4, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$a1efeff5bc45a61e80175d6fd054a65c1e8b92ce/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 159 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-18T00:39:22.015324 | revision a8dd50b42cf93f6ab28117c1eb70825cbd140306, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T00:39:22.015324 | revision a8dd50b42cf93f6ab28117c1eb70825cbd140306, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$6f2b5822fb8749e5b10cb3605c2a0278a0a7081b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-18T02:48:53.126190 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$1c0a9d3e2dea3835fae8f3ff2ed6271400c9ecc4/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 43s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-18T02:54:07.102721 | revision da32485, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$8680439752c35cfb01c9ca4d5470d5581d1583f8/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 167 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 27s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-18T03:01:24.031103 | revision 4545c2d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$1c0a9d3e2dea3835fae8f3ff2ed6271400c9ecc4/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 52s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-18T06:12:39.364610 | revision 329305f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$1c0a9d3e2dea3835fae8f3ff2ed6271400c9ecc4/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 55s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-18T06:16:56.322827 | revision bacbad4, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$9f78517e1c0cee1eb14fe151b8f65f902b287050/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 62s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-18T08:12:59.932078 | revision 4a86fa684c82c1b416163d8258366b3eee3bf294, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T08:12:59.932078 | revision 4a86fa684c82c1b416163d8258366b3eee3bf294, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$00fd9b6200d0096bdaab0d9ecc86b760461c763a/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 48s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-18T08:12:21.585366 | revision 14d5f2c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$584dbda11fc8ac237c3745b805dc80f685140604/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-18T08:28:08.385477 | revision 05aa27c52a3d97615ebe39febc2e8451832e8b71, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T08:28:08.385477 | revision 05aa27c52a3d97615ebe39febc2e8451832e8b71, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 35s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-18T08:53:58.911892 | revision abbc7920e62dccdbd849b34e0179bdfd178fee2f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T08:53:58.911892 | revision abbc7920e62dccdbd849b34e0179bdfd178fee2f, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-18T09:50:11.032467 | revision b403aa5, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$3ab702b03c0d645d083af5be5b090609fc7096e1/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-18T10:49:21.194271 | revision 05aa27c52a3d97615ebe39febc2e8451832e8b71, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T10:49:21.194271 | revision 05aa27c52a3d97615ebe39febc2e8451832e8b71, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.

(process:1092): GLib-GIO-WARNING **: gdbusobjectmanagerclient.c:1585: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/3 but no object proxy exists
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$3c80f2d2b2272556d9b34adf4c50b810ea7687f6/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-18T10:50:59.667548 | revision c3a88ed, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$fa7b0ce8abd931a4c68cc54f52723c819886a7b5/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-18T11:26:19.051828 | revision 40d879d6d2f307e5b19d89e13a87b0bbfe4eb46a, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T11:26:19.051828 | revision 40d879d6d2f307e5b19d89e13a87b0bbfe4eb46a, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$5d0036dc6108eda10609fb5b916443b9a74441c0/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 50s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-18T11:50:28.847734 | revision 176ca18, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$41fa908227ad6e32fd09e402c5854a4a8e88f249/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-18T12:04:37.773903 | revision fbf9ac2a2a2a0aac1bfcd06a6ba97f3885ab8691, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T12:04:37.773903 | revision fbf9ac2a2a2a0aac1bfcd06a6ba97f3885ab8691, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$c864ce681bb56c5f6888e26b721b339ddfac5727/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-18T12:39:10.943231 | revision d407c0f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$95c2776b8d4d48231d91d510b57400814b15f966/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 42s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-18T13:06:44.090692 | revision 068b584, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$8a908a29f938259e9392f427f767cda4bec19539/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 51s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-18T13:41:45.391048 | revision e8f16a5, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$41fa908227ad6e32fd09e402c5854a4a8e88f249/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 34s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-18T14:07:20.109820 | revision 82db13e16f832d2197183b8e2b25ee7b48069d25, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-18T14:07:20.109820 | revision 82db13e16f832d2197183b8e2b25ee7b48069d25, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$0c911455192f6f14f6a289fbf11c1c683908d317/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 34s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-18T14:16:02.947690 | revision 14c6097, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$d48fb86fe218ffc3b1868020b3d76b5fdd96596e/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 53s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-18T15:04:48.366043 | revision b4eb12d, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Oct 18, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$6ac81eb2856af9366e111aa1b4513bbbb7aa8559/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-18T15:32:50.437530 | revision 415603b, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$bf1f6694ac7c83dc791a14701456edc29f929e97/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-18T19:55:44.276483 | revision ac5e3be, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$0112d71f9e83d9ad6ed71ed916ac351b873d6189/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-18T23:10:23.583686 | revision 668d674, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$b1eeea79fe517b4099ea612a7da497909ec4dbf3/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-19T00:01:24.116113 | revision b6627c7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$b1eeea79fe517b4099ea612a7da497909ec4dbf3/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-19T00:31:13.530020 | revision b6627c7, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-19T04:10:40.662897 | revision 93fd462
Times recorded: 1
Latest occurrences:

  • 2017-10-19T04:10:40.662897 | revision 93fd462

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$bf1f6694ac7c83dc791a14701456edc29f929e97/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 167 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 26s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-19T05:44:53.163918 | revision ac5e3be, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 43s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-19T06:11:15.047046 | revision 1140da8, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$41fa908227ad6e32fd09e402c5854a4a8e88f249/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-19T06:49:21.255774 | revision 82db13e16f832d2197183b8e2b25ee7b48069d25, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T06:49:21.255774 | revision 82db13e16f832d2197183b8e2b25ee7b48069d25, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-19T06:56:22.044972 | revision e3a7d38, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 35s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-19T07:35:13.477217 | revision 1140da8, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$41fa908227ad6e32fd09e402c5854a4a8e88f249/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-19T07:49:59.525863 | revision 82db13e16f832d2197183b8e2b25ee7b48069d25, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T07:49:59.525863 | revision 82db13e16f832d2197183b8e2b25ee7b48069d25, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$c7551142a8796e63a92e8e14bff9385e3a46bb8a/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-19T07:53:26.447776 | revision 098da73ede4e08be9a0459ca897119556855568f, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T07:53:26.447776 | revision 098da73ede4e08be9a0459ca897119556855568f, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 108 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-19T08:08:13.990590 | revision 1140da8, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$01bc800a8bc723a923979291ce12734047e798a4/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-19T08:22:44.295545 | revision 862c2441ecf9f637c8de47f123b29cddfe22f108, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T08:22:44.295545 | revision 862c2441ecf9f637c8de47f123b29cddfe22f108, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 146 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 26s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-19T08:40:18.756661 | revision b403aa5, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$96a6bc4f746320045e9ce3067ba0fd1c42c0a014/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 147 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-19T08:46:02.948936 | revision f2f5e951432ff9dcdbd02a105747bb2bacfc0488, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T08:46:02.948936 | revision f2f5e951432ff9dcdbd02a105747bb2bacfc0488, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$41fa908227ad6e32fd09e402c5854a4a8e88f249/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 138 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 50s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-19T08:54:47.727863 | revision 3729f86, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$207df547ada2c32b6292b8428e2b793427bce0b6/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 135 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 145s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-19T09:12:27.094195 | revision 0a6b7a720ff925e6d56c3d07a868cefd25683147, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T09:12:27.094195 | revision 0a6b7a720ff925e6d56c3d07a868cefd25683147, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 40s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-19T09:48:06.290283 | revision 1140da8, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 145 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-19T10:36:53.778691 | revision e71b0d3, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.

(process:1090): libnm-WARNING **: no object known for /org/freedesktop/NetworkManager/ActiveConnection/3

Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 72s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-19T10:34:22.327022 | revision 1140da8, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 76s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-19T11:24:12.987840 | revision 978a72d8f69e888ffacd364413dd170985cafdb0
Times recorded: 1
Latest occurrences:

  • 2017-10-19T11:24:12.987840 | revision 978a72d8f69e888ffacd364413dd170985cafdb0

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 47s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-19T11:27:56.120411 | revision 1140da8, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$e0a1033f7b3d2214db4ad274fcff1544d293daf8/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 76s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-19T12:14:21.358942 | revision 58fa2214c2095679c279b3c88ca7b325e131c62d, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T12:14:21.358942 | revision 58fa2214c2095679c279b3c88ca7b325e131c62d, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-19T12:17:31.269396 | revision 1140da8, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Oct 19, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 63s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-19T12:21:54.760159 | revision 978a72d8f69e888ffacd364413dd170985cafdb0, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T12:21:54.760159 | revision 978a72d8f69e888ffacd364413dd170985cafdb0, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 114 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 39s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-19T13:11:29.640591 | revision ad598ec, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$ebe82165ac5128634af4eb2d2c9187fc6b3915de/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-19T14:16:11.144948 | revision b2a8c5f10855ecb45dcb24e64d39eca25dee3bb6, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T14:16:11.144948 | revision b2a8c5f10855ecb45dcb24e64d39eca25dee3bb6, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 120 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 42s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-19T14:17:13.403993 | revision ad598ec, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$3ab702b03c0d645d083af5be5b090609fc7096e1/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 139 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-19T14:21:22.857102 | revision ac93cef8da3f91ed006029e855f2b512a10078ac, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T14:21:22.857102 | revision ac93cef8da3f91ed006029e855f2b512a10078ac, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$ebe82165ac5128634af4eb2d2c9187fc6b3915de/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-19T15:05:11.181565 | revision b2a8c5f10855ecb45dcb24e64d39eca25dee3bb6, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T15:05:11.181565 | revision b2a8c5f10855ecb45dcb24e64d39eca25dee3bb6, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-19T15:31:49.556322 | revision fa3867ee36303f11c80bad7fbc7185f47b4dfb67, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T15:31:49.556322 | revision fa3867ee36303f11c80bad7fbc7185f47b4dfb67, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 75 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 52s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-19T15:40:09.780199 | revision ad598ec, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-19T15:56:55.736305 | revision c90f39c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 118 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-19T16:30:44.035215 | revision 588ef69, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$a00c84c7ea76859fe513a01a6d8e6cb1fbab9bbe/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 121 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 25s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-19T16:49:34.663482 | revision 7adc1c7d525bc9c14ac21ca9b90fe0463c020292, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T16:49:34.663482 | revision 7adc1c7d525bc9c14ac21ca9b90fe0463c020292, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 63 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 28s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-19T17:02:46.847490 | revision ce2da51ffcbaa08b604c8be6691bc594b4b2f73e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T17:02:46.847490 | revision ce2da51ffcbaa08b604c8be6691bc594b4b2f73e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 98 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-19T17:29:49.629745 | revision ad598ec, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 158 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-19T17:53:03.196954 | revision ce2da51ffcbaa08b604c8be6691bc594b4b2f73e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T17:53:03.196954 | revision ce2da51ffcbaa08b604c8be6691bc594b4b2f73e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$cfc597006a54221bd089b98b54fd8b9f3b84faee/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 83 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 26s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-19T18:15:42.689200 | revision 09c597a, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 124 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-19T18:50:57.155612 | revision ce2da51ffcbaa08b604c8be6691bc594b4b2f73e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-19T18:50:57.155612 | revision ce2da51ffcbaa08b604c8be6691bc594b4b2f73e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 44s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-19T20:15:13.120864 | revision f4086db
Times recorded: 1
Latest occurrences:

  • 2017-10-19T20:15:13.120864 | revision f4086db

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$7be3dec136f9b1179bb4253eac90365c1338944f/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-20T00:30:05.643347 | revision 8db2912b44fbda6dab71002e0101a297aaaed93a, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-20T00:30:05.643347 | revision 8db2912b44fbda6dab71002e0101a297aaaed93a, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$4536b120e2aab680f346b68e2bbf5dabedadc84e/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 62s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-20T04:05:11.300556 | revision 525b9405c2f8663a9bd079cf2075dffe79dce3ec, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-20T04:05:11.300556 | revision 525b9405c2f8663a9bd079cf2075dffe79dce3ec, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$040d8b2e9b7409faa7c3a4654d789f58697c017d/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-20T04:44:58.966695 | revision 5e6069216d952a5b0459c051eabaa9fe48b59038, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-20T04:44:58.966695 | revision 5e6069216d952a5b0459c051eabaa9fe48b59038, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 34s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-20T07:26:30.636309 | revision ad598ec, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 47s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-20T07:42:04.497679 | revision 6fee728, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$b39980a9a733a21ed7204a6a1618b153dc37cbd9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 41s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-20T09:32:01.739782 | revision 1f1b5b0, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$b39980a9a733a21ed7204a6a1618b153dc37cbd9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-20T10:41:02.567766 | revision 1f1b5b0, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$e04005139d8f417f5966ce3350b7567fe21b75e8/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 40s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-20T12:08:26.537937 | revision b3ac18f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.

(process:1089): libnm-WARNING **: no object known for /org/freedesktop/NetworkManager/ActiveConnection/3

Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$05185d564882fe63e5d43c4a359ca53e7b7f7490/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 78s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-20T12:16:50.480032 | revision 6878395, logs
Times recorded: 1
Latest occurrences:

@cockpituous
Copy link
Contributor

cockpituous commented Oct 20, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Error: unknown connection 'static-52:54:01'.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$42bcda3b7b3987c7224dd03d2590a13b9328a191/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 79s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-20T13:02:10.103924 | revision e1f5bae, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$a957550c5cfb4397a84d4c2bae8276d78fac234b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-20T13:27:26.015012 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-20T13:27:26.015012 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$3c218fa385e1e35a1d58279cf7e153d6263603c6/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 39s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-20T14:02:36.201716 | revision a8b9c39, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$05185d564882fe63e5d43c4a359ca53e7b7f7490/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 63s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-20T14:21:35.898702 | revision 6878395, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.

(process:1079): GLib-GIO-WARNING **: gdbusobjectmanagerclient.c:1585: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Settings/4 but no object proxy exists
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$e04005139d8f417f5966ce3350b7567fe21b75e8/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-20T14:33:53.211463 | revision b3ac18f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$16e1b71f1407028a1ad4252a1c6b156c0df913b6/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 52s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-20T14:35:33.332055 | revision e41aa00, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$a957550c5cfb4397a84d4c2bae8276d78fac234b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 46s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-20T14:43:49.490603 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-20T14:43:49.490603 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$16e1b71f1407028a1ad4252a1c6b156c0df913b6/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 68s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-20T19:32:27.320156 | revision e41aa00, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$a957550c5cfb4397a84d4c2bae8276d78fac234b/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 56s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-20T19:37:30.785181 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-20T19:37:30.785181 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$b39980a9a733a21ed7204a6a1618b153dc37cbd9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-20T19:41:09.239371 | revision 4c322e6, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$c9dd7c105ddbc367a2b83469c70873814afb1ee0/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 91s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-20T20:38:22.681887 | revision 6878395, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$b39980a9a733a21ed7204a6a1618b153dc37cbd9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 100s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-20T20:43:22.966277 | revision 459fbb0, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$69a2b54edb770917b142b1f157e2520a50816935/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 39s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-20T20:48:17.962153 | revision e41aa00, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$3dfa6df95e7aadee709cd141802a1212adbd59f1/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 34s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-20T21:04:25.288882 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-20T21:04:25.288882 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$c9dd7c105ddbc367a2b83469c70873814afb1ee0/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 153 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 23s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-21T02:46:23.639715 | revision 6878395, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$69a2b54edb770917b142b1f157e2520a50816935/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-21T03:00:30.007737 | revision e41aa00, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$3dfa6df95e7aadee709cd141802a1212adbd59f1/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 36s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-21T02:59:34.443238 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-21T02:59:34.443238 | revision 687190c370d17051a3136e31c503490c4d967fd8, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$b39980a9a733a21ed7204a6a1618b153dc37cbd9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 43s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-21T03:51:49.071746 | revision af0372d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$c9dd7c105ddbc367a2b83469c70873814afb1ee0/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 32s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-21T04:30:19.267390 | revision b2ced6d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$d46beca7ca9df74ca80603406ca1feeaa13049f3/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 98s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-21T04:41:12.972849 | revision e41aa00, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$0ccfee3f94fb2b17843e54dfcd8807c214cbb0d9/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 34s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-21T05:51:13.564295 | revision 29062aac24add2b1a03566e411ba855efd3b811e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-21T05:51:13.564295 | revision 29062aac24add2b1a03566e411ba855efd3b811e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$4c9456e87e6185fa54170a8493880ecfe2c0448c/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 150 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 26s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-21T19:18:36.735838 | revision e41aa00, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$a8b4f0cc2cb7923b1fb3f1616dfe78fe9ee582ad/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 39s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-21T19:45:37.924532 | revision ee8beb3, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$7bbfb3b0fb293d765fdfdf266cc17fe5418f9e70/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-21T21:07:52.375226 | revision 29062aac24add2b1a03566e411ba855efd3b811e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-21T21:07:52.375226 | revision 29062aac24add2b1a03566e411ba855efd3b811e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$7bbfb3b0fb293d765fdfdf266cc17fe5418f9e70/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-21T21:50:44.880360 | revision 29062aac24add2b1a03566e411ba855efd3b811e, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-21T21:50:44.880360 | revision 29062aac24add2b1a03566e411ba855efd3b811e, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$66ae167b4d514d80680efb4001a83c9133b3c903/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-22T04:02:45.117140 | revision a147ca30fc89b19f325c9859eaafb9112ca89473, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-22T04:02:45.117140 | revision a147ca30fc89b19f325c9859eaafb9112ca89473, logs

@cockpituous
Copy link
Contributor

cockpituous commented Oct 22, 2017

verify/rhel-7-4
Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$66ae167b4d514d80680efb4001a83c9133b3c903/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-22T04:28:19.198376 | revision a147ca30fc89b19f325c9859eaafb9112ca89473, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-22T04:28:19.198376 | revision a147ca30fc89b19f325c9859eaafb9112ca89473, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$66ae167b4d514d80680efb4001a83c9133b3c903/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 30s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-22T04:59:12.841018 | revision a147ca30fc89b19f325c9859eaafb9112ca89473, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-22T04:59:12.841018 | revision a147ca30fc89b19f325c9859eaafb9112ca89473, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$66ae167b4d514d80680efb4001a83c9133b3c903/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-22T16:33:38.066602 | revision a147ca30fc89b19f325c9859eaafb9112ca89473, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-22T16:33:38.066602 | revision a147ca30fc89b19f325c9859eaafb9112ca89473, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$66ae167b4d514d80680efb4001a83c9133b3c903/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 26s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-22T17:58:32.807984 | revision 6b471dd9f47075ba191c0c06f032197b56818d52
Times recorded: 1
Latest occurrences:

  • 2017-10-22T17:58:32.807984 | revision 6b471dd9f47075ba191c0c06f032197b56818d52

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$a8b4f0cc2cb7923b1fb3f1616dfe78fe9ee582ad/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 55s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-22T18:44:19.450552 | revision 257d97d, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.

(process:1136): GLib-GIO-WARNING **: gdbusobjectmanagerclient.c:1585: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Settings/4 but no object proxy exists
Warning: Permanently added '[127.0.0.2]:2703' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2702' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9591/cockpit/$a8b4f0cc2cb7923b1fb3f1616dfe78fe9ee582ad/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 69s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2701-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2703-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2702-FAIL.log

First occurrence: 2017-10-23T10:20:01.287340 | revision 1865a4f
Times recorded: 1
Latest occurrences:

  • 2017-10-23T10:20:01.287340 | revision 1865a4f

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$a8b4f0cc2cb7923b1fb3f1616dfe78fe9ee582ad/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 29s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-23T10:44:33.531097 | revision bc2bf0c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2603' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2602' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9491/cockpit/$a8b4f0cc2cb7923b1fb3f1616dfe78fe9ee582ad/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 35s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2601-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2603-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2602-FAIL.log

First occurrence: 2017-10-23T11:48:38.327042 | revision eddde77, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2803' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2802' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9691/cockpit/$c5ae6edac1aa069e1a78c1090ebe94c2aac907fd/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 92s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2801-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2803-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2802-FAIL.log

First occurrence: 2017-10-23T13:28:10.461962 | revision a671052
Times recorded: 1
Latest occurrences:

  • 2017-10-23T13:28:10.461962 | revision a671052

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.

(process:1095): GLib-GIO-WARNING **: gdbusobjectmanagerclient.c:1585: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Settings/4 but no object proxy exists
Warning: Permanently added '[127.0.0.2]:2303' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2302' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9191/cockpit/$a8b4f0cc2cb7923b1fb3f1616dfe78fe9ee582ad/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 66s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2301-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2303-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2302-FAIL.log

First occurrence: 2017-10-23T13:59:39.071709 | revision 1865a4f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$2df353cfb6f43d77eb0d221d792c5b7f752763d5/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 41s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-23T14:24:07.887859 | revision 6c6e91d9397290901ca6374a30ab9ac812139408, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-23T14:24:07.887859 | revision 6c6e91d9397290901ca6374a30ab9ac812139408, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2503' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2502' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9391/cockpit/$c5ae6edac1aa069e1a78c1090ebe94c2aac907fd/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 38s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2501-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2503-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2502-FAIL.log

First occurrence: 2017-10-23T14:32:00.977788 | revision a671052, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$a8b4f0cc2cb7923b1fb3f1616dfe78fe9ee582ad/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 37s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-23T14:54:12.928652 | revision 1865a4f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$3cce09a00cbea00e111acc3705b6996e3f9a67fd/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 69s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-23T15:53:50.627601 | revision ef4afa3b98efb5b2e31ae5f55d4428529b287327, logs
Times recorded: 1
Latest occurrences:

  • 2017-10-23T15:53:50.627601 | revision ef4afa3b98efb5b2e31ae5f55d4428529b287327, logs

# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$a8b4f0cc2cb7923b1fb3f1616dfe78fe9ee582ad/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-23T16:15:17.323685 | revision 486ac61, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$96657a8cccb25e4d3d1ff19dbe082fda792dc2dc/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 77s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-23T20:28:12.259468 | revision a52862c, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$96657a8cccb25e4d3d1ff19dbe082fda792dc2dc/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 33s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-23T20:35:03.122041 | revision 1865a4f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2903' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2902' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9791/cockpit/$96657a8cccb25e4d3d1ff19dbe082fda792dc2dc/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 31s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2901-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2903-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2902-FAIL.log

First occurrence: 2017-10-23T21:19:12.210937 | revision 1865a4f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2403' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2402' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9291/cockpit/$96657a8cccb25e4d3d1ff19dbe082fda792dc2dc/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 15 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 28s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2401-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2403-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2402-FAIL.log

First occurrence: 2017-10-23T22:14:16.734158 | revision 1865a4f, logs
Times recorded: 1
Latest occurrences:


# ----------------------------------------------------------------------
# testBasic (check_multi_machine.TestMultiMachineAdd)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2203' (ECDSA) to the list of known hosts.
Warning: Permanently added '[127.0.0.2]:2202' (ECDSA) to the list of known hosts.
Page error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument
http://127.0.0.2:9091/cockpit/$96657a8cccb25e4d3d1ff19dbe082fda792dc2dc/shell/index.js 93 
Traceback (most recent call last):
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 143, in testBasic
    add_machine(b, m3_host)
  File "/build/cockpit/bots/../test/verify/check-multi-machine", line 83, in add_machine
    b.wait_popdown('troubleshoot-dialog')
  File "/build/cockpit/test/common/testlib.py", line 282, in wait_popdown
    self.wait_not_visible('#' + id)
  File "/build/cockpit/test/common/testlib.py", line 254, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "/build/cockpit/test/common/testlib.py", line 224, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "/build/cockpit/test/common/testlib.py", line 825, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "/build/cockpit/test/common/testlib.py", line 851, in _invoke
    raise Error(res['error'])
Error: failed to call cockpit.Machines.Update():  Unexpected type 'int' in argument

not ok 167 testBasic (check_multi_machine.TestMultiMachineAdd) # duration: 27s
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.png
Wrote TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.html
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2201-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2203-FAIL.log
Journal extracted to TestMultiMachineAdd-testBasic-rhel-7-4-127.0.0.2-2202-FAIL.log

First occurrence: 2017-10-23T23:28:00.204967 | revision 1865a4f, logs
Times recorded: 1
Latest occurrences:

martinpitt added a commit to martinpitt/cockpit that referenced this issue Oct 24, 2017
138-10 fixes the broken timers and non-standard SSH ports, so now that
RHEL 7.4.2 is released we can drop the quirks.

Fixes cockpit-project#7710
Fixes cockpit-project#7711
larskarlitski pushed a commit that referenced this issue Oct 24, 2017
138-10 fixes the broken timers and non-standard SSH ports, so now that
RHEL 7.4.2 is released we can drop the quirks.

Fixes #7710
Fixes #7711
sabbaka pushed a commit to sabbaka/cockpit that referenced this issue Nov 15, 2017
138-10 fixes the broken timers and non-standard SSH ports, so now that
RHEL 7.4.2 is released we can drop the quirks.

Fixes cockpit-project#7710
Fixes cockpit-project#7711
sabbaka pushed a commit to sabbaka/cockpit that referenced this issue Nov 27, 2017
138-10 fixes the broken timers and non-standard SSH ports, so now that
RHEL 7.4.2 is released we can drop the quirks.

Fixes cockpit-project#7710
Fixes cockpit-project#7711
sabbaka pushed a commit to sabbaka/cockpit that referenced this issue Jan 12, 2018
138-10 fixes the broken timers and non-standard SSH ports, so now that
RHEL 7.4.2 is released we can drop the quirks.

Fixes cockpit-project#7710
Fixes cockpit-project#7711
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants