Traceback (most recent call last):
File "/home/phablet/autopilot/dialer_app/tests/test_logs.py", line 74, in test_call_log_item_opens_messaging
ListItemWithActions.HistoryDelegate, objectName='historyDelegate0')
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 295, in wait_select_single
return self.select_single(type_name, **kwargs)
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 244, in select_single
raise StateNotFoundError(type_name_str, **kwargs)
autopilot.exceptions.StateNotFoundError: Object not found with name 'HistoryDelegate' and properties {'objectName': 'historyDelegate0'}.
Tips on minimizing the occurrence of this failureare available here: http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot/faq/troubleshooting.html
================================================================================
Traceback (most recent call last):
File "/home/phablet/autopilot/dialer_app/tests/test_calls.py", line 91, in test_outgoing_noanswer
self.main_view.dialer_page.active.wait_for(True)
File "/home/phablet/autopilot/dialer_app/__init__.py", line 25, in dialer_page
return self.wait_select_single(DialerPage, greeterMode=False)
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 295, in wait_select_single
return self.select_single(type_name, **kwargs)
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 240, in select_single
instances = self._execute_query(new_query)
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 90, in _execute_query
getattr(self, '_id', None),
File "/usr/lib/python3/dist-packages/autopilot/introspection/backends.py", line 235, in execute_query_get_proxy_instances
data = self.execute_query_get_data(query)
File "/usr/lib/python3/dist-packages/autopilot/introspection/backends.py", line 221, in execute_query_get_data
query.server_query_bytes()
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
================================================================================
Traceback (most recent call last):
File "/home/phablet/autopilot/dialer_app/tests/test_calls.py", line 184, in test_last_called_number
self.main_view.dialer_page.active.wait_for(True)
File "/home/phablet/autopilot/dialer_app/__init__.py", line 25, in dialer_page
return self.wait_select_single(DialerPage, greeterMode=False)
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 295, in wait_select_single
return self.select_single(type_name, **kwargs)
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 240, in select_single
instances = self._execute_query(new_query)
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 90, in _execute_query
getattr(self, '_id', None),
File "/usr/lib/python3/dist-packages/autopilot/introspection/backends.py", line 235, in execute_query_get_proxy_instances
data = self.execute_query_get_data(query)
File "/usr/lib/python3/dist-packages/autopilot/introspection/backends.py", line 221, in execute_query_get_data
query.server_query_bytes()
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
=========================================================================
Traceback (most recent call last):
File "/home/phablet/autopilot/dialer_app/tests/test_logs.py", line 87, in test_add_new_contact_from_log
ListItemWithActions.HistoryDelegate, objectName='historyDelegate0')
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 295, in wait_select_single
return self.select_single(type_name, **kwargs)
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 244, in select_single
raise StateNotFoundError(type_name_str, **kwargs)
autopilot.exceptions.StateNotFoundError: Object not found with name 'HistoryDelegate' and properties {'objectName': 'historyDelegate0'}.
Tips on minimizing the occurrence of this failureare available here: http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot/faq/troubleshooting.html
Ran 9 tests in 160.598s
FAILED (failures=4)