Ubuntu Pastebin

Paste from MatthewAllen at Tue, 8 Dec 2015 15:22:48 +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
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
918 INFO _launcher:567 - Killing process 5032
}}}

Traceback (most recent call last):
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/test_new_event.py", line 105, in test_new_event_must_start_with_default_values
    self.assertThat(new_event_page.get_calendar_name(), Equals('Personal'))
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 894, in get_calendar_name
    return self._get_calendar().get_current_label().text
  File "/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_optionselector.py", line 49, in get_current_label
    'OptionSelectorDelegate', focus='True')
  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 'OptionSelectorDelegate' and properties {'focus': 'True'}.

Tips on minimizing the occurrence of this failureare available here: http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot/faq/troubleshooting.html
======================================================================
ERROR: calendar_app.tests.test_custom_proxy_objects.NewEventFormTestCase.test_fill_form
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)
Empty attachments:
  /var/log/syslog
  process-stdout (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene)

process-return-code (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{-15}}}
process-stderr (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{
Qt: Session management error: None of the authentication protocols specified are supported
Testability driver loaded. Wire protocol version is "1.4".
UCUriHandler: Empty "APP_ID" environment variable, ignoring.
Fail to connect with sync monitor: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.canonical.SyncMonitor was not provided by any .service files")
QQmlComponent: Created graphical object was not placed in the graphics scene.
qml: Personal ---- undefined
qml: Birthdays & Anniversaries ---- undefined
qml: Personal ---- undefined
qml: Personal ---- undefined
}}}

test-log: {{{
01:46:43.099 INFO logging:45 - NewEventFormTestCase: launch_test_local. Arguments (). Keyword arguments: {}.
01:46:43.099 WARNING base:52 - This function is deprecated. Use get_toolkit_launcher_command() instead.
01:46:43.099 INFO _launcher:373 - Attempting to launch application '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene' with arguments '/home/matthew/ubuntu-calendar-app/calendar.qml' as a normal process
01:46:43.102 INFO _launcher:431 - Launching process: ['/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene', '-testability', '/home/matthew/ubuntu-calendar-app/calendar.qml']
01:46:44.495 INFO logging:45 - MainView: Open the page to add a new event. Arguments (). Keyword arguments: {}.
01:46:44.495 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:46:48.884 INFO _launcher:544 - waiting for process to exit.
01:46:48.884 INFO _launcher:567 - Killing process 5090
}}}

Traceback (most recent call last):
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/test_custom_proxy_objects.py", line 27, in test_fill_form
    new_event_page._fill_form(test_event)
  File "/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 818, in _fill_form
    self._select_calendar(event_information.calendar)
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 876, in _select_calendar
    self._get_calendar().select_option('Label', text=calendar)
  File "/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_optionselector.py", line 88, in select_option
    'found'.format(args, kwargs)
ubuntuuitoolkit._custom_proxy_objects._common.ToolkitException: OptionSelectorDelegate with args ('Label',) and kwargs {'text': 'Personal'} not found
======================================================================
ERROR: calendar_app.tests.test_agendaview.TestAgendaView.test_selecting_event_opens_it
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)
Empty attachments:
  /var/log/syslog
  process-stdout (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene)

process-return-code (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{-15}}}
process-stderr (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{
Qt: Session management error: None of the authentication protocols specified are supported
Testability driver loaded. Wire protocol version is "1.4".
UCUriHandler: Empty "APP_ID" environment variable, ignoring.
Fail to connect with sync monitor: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.canonical.SyncMonitor was not provided by any .service files")
QQmlComponent: Created graphical object was not placed in the graphics scene.
qml: Personal ---- undefined
qml: Personal ---- undefined
qml: Birthdays & Anniversaries ---- undefined
qml: Personal ---- undefined
}}}

test-log: {{{
01:47:20.047 INFO logging:45 - TestAgendaView: launch_test_local. Arguments (). Keyword arguments: {}.
01:47:20.048 WARNING base:52 - This function is deprecated. Use get_toolkit_launcher_command() instead.
01:47:20.048 INFO _launcher:373 - Attempting to launch application '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene' with arguments '/home/matthew/ubuntu-calendar-app/calendar.qml' as a normal process
01:47:20.053 INFO _launcher:431 - Launching process: ['/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene', '-testability', '/home/matthew/ubuntu-calendar-app/calendar.qml']
01:47:21.408 INFO logging:45 - MainView: Open the agenda view. Arguments (). Keyword arguments: {}.
01:47:22.141 INFO logging:45 - MainView: Open a tab. Arguments ('agendaTab',). Keyword arguments: {}.
01:47:22.198 INFO logging:45 - MainView: Open a tab. Arguments (4,). Keyword arguments: {}.
01:47:22.254 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:47:22.867 INFO logging:45 - AppHeader: Open a tab. This only supports the new tabs in the header. Arguments (4,). Keyword arguments: {}.
01:47:24.533 INFO logging:45 - MainView: Open the page to add a new event. Arguments (). Keyword arguments: {}.
01:47:24.533 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:47:27.959 INFO logging:45 - NewEvent: Add a new event. Arguments (<class 'calendar_app.data.Event'>({'calendar': 'Personal', 'description': 'Test desc c630b32f.', 'name': 'Test ev c630b32f', 'guests': ['UX User'], 'location': 'Test loc c630b32f'}),). Keyword arguments: {}.
01:47:28.373 INFO _launcher:544 - waiting for process to exit.
01:47:28.373 INFO _launcher:567 - Killing process 5298
}}}

Traceback (most recent call last):
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/test_agendaview.py", line 42, in test_selecting_event_opens_it
    new_event_page.add_event(test_event)
  File "/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 803, in add_event
    self._fill_form(event_information)
  File "/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 818, in _fill_form
    self._select_calendar(event_information.calendar)
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 876, in _select_calendar
    self._get_calendar().select_option('Label', text=calendar)
  File "/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_optionselector.py", line 88, in select_option
    'found'.format(args, kwargs)
ubuntuuitoolkit._custom_proxy_objects._common.ToolkitException: OptionSelectorDelegate with args ('Label',) and kwargs {'text': 'Personal'} not found
======================================================================
ERROR: calendar_app.tests.test_weekview.TestWeekView.test_selecting_a_day_switches_to_day_view
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)
Empty attachments:
  process-stdout (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene)

/var/log/syslog: {{{
Dec  9 01:50:23 mallenVM dhclient: DHCPREQUEST of 192.168.93.128 on eth0 to 192.168.93.254 port 67 (xid=0x5577d958)
Dec  9 01:50:23 mallenVM dhclient: DHCPACK of 192.168.93.128 from 192.168.93.254
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info> (eth0): DHCPv4 state changed bound -> renew
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info>   address 192.168.93.128
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info>   plen 24 (255.255.255.0)
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info>   gateway 192.168.93.2
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info>   server identifier 192.168.93.254
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info>   lease time 1800
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info>   nameserver '192.168.93.2'
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info>   domain name 'localdomain'
Dec  9 01:50:23 mallenVM NetworkManager[891]: <info>   wins '192.168.93.2'
Dec  9 01:50:23 mallenVM dbus[910]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Dec  9 01:50:23 mallenVM systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec  9 01:50:23 mallenVM dhclient: bound to 192.168.93.128 -- renewal in 740 seconds.
Dec  9 01:50:23 mallenVM dbus[910]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec  9 01:50:23 mallenVM nm-dispatcher: Dispatching action 'dhcp4-change' for eth0
Dec  9 01:50:23 mallenVM systemd[1]: Started Network Manager Script Dispatcher Service.
Dec  9 01:50:44 mallenVM systemd[1]: Starting Cleanup of Temporary Directories...
Dec  9 01:50:44 mallenVM systemd-tmpfiles[6447]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Dec  9 01:50:44 mallenVM systemd[1]: Started Cleanup of Temporary Directories.
}}}

process-return-code (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{-15}}}
process-stderr (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{
Qt: Session management error: None of the authentication protocols specified are supported
Testability driver loaded. Wire protocol version is "1.4".
UCUriHandler: Empty "APP_ID" environment variable, ignoring.
Fail to connect with sync monitor: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.canonical.SyncMonitor was not provided by any .service files")
}}}

test-log: {{{
01:50:21.803 INFO logging:45 - TestWeekView: launch_test_local. Arguments (). Keyword arguments: {}.
01:50:21.804 WARNING base:52 - This function is deprecated. Use get_toolkit_launcher_command() instead.
01:50:21.804 INFO _launcher:373 - Attempting to launch application '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene' with arguments '/home/matthew/ubuntu-calendar-app/calendar.qml' as a normal process
01:50:21.815 INFO _launcher:431 - Launching process: ['/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene', '-testability', '/home/matthew/ubuntu-calendar-app/calendar.qml']
01:50:23.369 INFO logging:45 - MainView: Open the week view. Arguments (). Keyword arguments: {}.
01:50:24.160 INFO logging:45 - MainView: Open a tab. Arguments ('weekTab',). Keyword arguments: {}.
01:50:24.216 INFO logging:45 - MainView: Open a tab. Arguments (2,). Keyword arguments: {}.
01:50:24.275 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:50:24.943 INFO logging:45 - AppHeader: Open a tab. This only supports the new tabs in the header. Arguments (2,). Keyword arguments: {}.
01:50:26.664 INFO logging:45 - WeekView: get_current_headerdatecomponent. Arguments (datetime.datetime(2015, 12, 9, 1, 50, 26, 664288),). Keyword arguments: {}.
01:50:26.684 WARNING backends:229 - Your query 'Query(b'/comubuntucalendar/QQuickView/MainView/OrientationHelper/QQuickItem/QQuickItem/PageStack/PageWrapper/Tabs/QQuickItem/Tab/WeekView[id=31]//HeaderDateComponent')' returned a lot of data (21 items). This is likely to be slow. You may want to consider optimising your query to return fewer items.
01:50:44.120 INFO _launcher:544 - waiting for process to exit.
01:50:44.120 INFO _launcher:567 - Killing process 6400
}}}

Traceback (most recent call last):
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/test_weekview.py", line 169, in test_selecting_a_day_switches_to_day_view
    day_view = self.app.main_view.get_day_view()
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 201, in get_day_view
    objectName='dayViewPage')
  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 'DayView' and properties {'objectName': 'dayViewPage'}.

Tips on minimizing the occurrence of this failureare available here: http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot/faq/troubleshooting.html
======================================================================
ERROR: calendar_app.tests.test_new_event.NewEventTestCase.test_add_new_event_with_default_values
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)
Empty attachments:
  /var/log/syslog
  process-stdout (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene)

process-return-code (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{-15}}}
process-stderr (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{
Qt: Session management error: None of the authentication protocols specified are supported
Testability driver loaded. Wire protocol version is "1.4".
UCUriHandler: Empty "APP_ID" environment variable, ignoring.
Fail to connect with sync monitor: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.canonical.SyncMonitor was not provided by any .service files")
QQmlComponent: Created graphical object was not placed in the graphics scene.
qml: Birthdays & Anniversaries ---- undefined
qml: Personal ---- undefined
qml: Personal ---- undefined
qml: Personal ---- undefined
}}}

test-log: {{{
01:51:17.094 INFO logging:45 - NewEventTestCase: launch_test_local. Arguments (). Keyword arguments: {}.
01:51:17.094 WARNING base:52 - This function is deprecated. Use get_toolkit_launcher_command() instead.
01:51:17.094 INFO _launcher:373 - Attempting to launch application '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene' with arguments '/home/matthew/ubuntu-calendar-app/calendar.qml' as a normal process
01:51:17.102 INFO _launcher:431 - Launching process: ['/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene', '-testability', '/home/matthew/ubuntu-calendar-app/calendar.qml']
01:51:18.472 INFO logging:45 - MainView: Open the page to add a new event. Arguments (). Keyword arguments: {}.
01:51:18.473 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:51:22.415 INFO logging:45 - NewEvent: Add a new event. Arguments (<class 'calendar_app.data.Event'>({'calendar': 'Personal', 'description': 'Test desc 3740cd0c.', 'name': 'Test ev 3740cd0c', 'guests': ['UX User'], 'location': 'Test loc 3740cd0c'}),). Keyword arguments: {}.
01:51:22.831 INFO _launcher:544 - waiting for process to exit.
01:51:22.831 INFO _launcher:567 - Killing process 6662
}}}

Traceback (most recent call last):
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/test_new_event.py", line 128, in test_add_new_event_with_default_values
    test_event = self._add_event()
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/test_new_event.py", line 52, in _add_event
    new_event_page.add_event(test_event)
  File "/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 803, in add_event
    self._fill_form(event_information)
  File "/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 818, in _fill_form
    self._select_calendar(event_information.calendar)
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/__init__.py", line 876, in _select_calendar
    self._get_calendar().select_option('Label', text=calendar)
  File "/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_optionselector.py", line 88, in select_option
    'found'.format(args, kwargs)
ubuntuuitoolkit._custom_proxy_objects._common.ToolkitException: OptionSelectorDelegate with args ('Label',) and kwargs {'text': 'Personal'} not found
======================================================================
FAIL: calendar_app.tests.test_weekview.TestWeekView.test_month_to_week
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)
Empty attachments:
  /var/log/syslog
  process-stdout (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene)

process-return-code (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{-15}}}
process-stderr (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{
Qt: Session management error: None of the authentication protocols specified are supported
Testability driver loaded. Wire protocol version is "1.4".
UCUriHandler: Empty "APP_ID" environment variable, ignoring.
Fail to connect with sync monitor: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.canonical.SyncMonitor was not provided by any .service files")
}}}

test-log: {{{
01:48:50.281 INFO logging:45 - TestWeekView: launch_test_local. Arguments (). Keyword arguments: {}.
01:48:50.282 WARNING base:52 - This function is deprecated. Use get_toolkit_launcher_command() instead.
01:48:50.282 INFO _launcher:373 - Attempting to launch application '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene' with arguments '/home/matthew/ubuntu-calendar-app/calendar.qml' as a normal process
01:48:50.298 INFO _launcher:431 - Launching process: ['/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene', '-testability', '/home/matthew/ubuntu-calendar-app/calendar.qml']
01:48:51.791 INFO logging:45 - MainView: Open the week view. Arguments (). Keyword arguments: {}.
01:48:52.516 INFO logging:45 - MainView: Open a tab. Arguments ('weekTab',). Keyword arguments: {}.
01:48:52.593 INFO logging:45 - MainView: Open a tab. Arguments (2,). Keyword arguments: {}.
01:48:52.669 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:48:53.540 INFO logging:45 - AppHeader: Open a tab. This only supports the new tabs in the header. Arguments (2,). Keyword arguments: {}.
01:48:55.270 INFO logging:45 - MainView: Open the month view. Arguments (). Keyword arguments: {}.
01:48:55.972 INFO logging:45 - MainView: Open a tab. Arguments ('monthTab',). Keyword arguments: {}.
01:48:56.051 INFO logging:45 - MainView: Open a tab. Arguments (1,). Keyword arguments: {}.
01:48:56.118 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:48:56.747 INFO logging:45 - AppHeader: Open a tab. This only supports the new tabs in the header. Arguments (1,). Keyword arguments: {}.
01:48:58.421 INFO logging:45 - MainView: Open the week view. Arguments (). Keyword arguments: {}.
01:48:59.399 INFO logging:45 - MainView: Open a tab. Arguments ('weekTab',). Keyword arguments: {}.
01:48:59.518 INFO logging:45 - MainView: Open a tab. Arguments (2,). Keyword arguments: {}.
01:48:59.622 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:49:00.376 INFO logging:45 - AppHeader: Open a tab. This only supports the new tabs in the header. Arguments (2,). Keyword arguments: {}.
01:49:03.054 INFO _launcher:544 - waiting for process to exit.
01:49:03.054 INFO _launcher:567 - Killing process 5827
}}}

Traceback (most recent call last):
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/test_weekview.py", line 135, in test_month_to_week
    self.assertEquals(cal_week_firstday, expected_first_dow)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: datetime.date(2015, 12, 6) != datetime.date(2015, 12, 7)
======================================================================
FAIL: calendar_app.tests.test_monthview.TestMonthView.test_days_of_week_are_correct
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)
Empty attachments:
  /var/log/syslog
  process-stdout (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene)

process-return-code (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{-15}}}
process-stderr (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{
Qt: Session management error: None of the authentication protocols specified are supported
Testability driver loaded. Wire protocol version is "1.4".
UCUriHandler: Empty "APP_ID" environment variable, ignoring.
Fail to connect with sync monitor: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.canonical.SyncMonitor was not provided by any .service files")
}}}

test-log: {{{
01:49:38.244 INFO logging:45 - TestMonthView: launch_test_local. Arguments (). Keyword arguments: {}.
01:49:38.245 WARNING base:52 - This function is deprecated. Use get_toolkit_launcher_command() instead.
01:49:38.245 INFO _launcher:373 - Attempting to launch application '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene' with arguments '/home/matthew/ubuntu-calendar-app/calendar.qml' as a normal process
01:49:38.277 INFO _launcher:431 - Launching process: ['/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene', '-testability', '/home/matthew/ubuntu-calendar-app/calendar.qml']
01:49:39.866 INFO logging:45 - MainView: Open the month view. Arguments (). Keyword arguments: {}.
01:49:40.690 INFO logging:45 - MainView: Open a tab. Arguments ('monthTab',). Keyword arguments: {}.
01:49:40.745 INFO logging:45 - MainView: Open a tab. Arguments (1,). Keyword arguments: {}.
01:49:40.802 INFO logging:45 - MainView: get_header. Arguments (). Keyword arguments: {}.
01:49:41.532 INFO logging:45 - AppHeader: Open a tab. This only supports the new tabs in the header. Arguments (1,). Keyword arguments: {}.
01:49:43.121 INFO logging:45 - MonthView: get_day_label. Arguments (0,). Keyword arguments: {}.
01:49:43.229 INFO logging:45 - MonthView: get_day_label. Arguments (1,). Keyword arguments: {}.
01:49:43.317 INFO logging:45 - MonthView: get_day_label. Arguments (2,). Keyword arguments: {}.
01:49:43.405 INFO logging:45 - MonthView: get_day_label. Arguments (3,). Keyword arguments: {}.
01:49:43.491 INFO logging:45 - MonthView: get_day_label. Arguments (4,). Keyword arguments: {}.
01:49:43.581 INFO logging:45 - MonthView: get_day_label. Arguments (5,). Keyword arguments: {}.
01:49:43.670 INFO logging:45 - MonthView: get_day_label. Arguments (6,). Keyword arguments: {}.
01:49:44.163 INFO _launcher:544 - waiting for process to exit.
01:49:44.163 INFO _launcher:567 - Killing process 6170
}}}

Traceback (most recent call last):
  File "/home/matthew/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/test_monthview.py", line 130, in test_days_of_week_are_correct
    self.assertEquals(day_0_label, first_week_day)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 'Sun' != 'Mon'

Ran 33 tests in 399.993s
FAILED (failures=10)
matthew@mallenVM:~/ubuntu-calendar-app/tests/autopilot$ 
Download as text