Ubuntu Pastebin

Paste from rhuddie at Fri, 13 Feb 2015 16:23:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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)
Download as text