Ubuntu Pastebin

Paste from Saviq at Mon, 11 Jan 2016 15:41:23 +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
test-log: {{{
16:35:40.149 WARNING testcase:181 - Process manager backend unavailable, application snapshot support disabled.
16:35:40.198 INFO __init__:194 - Lib path is '/usr/lib/arm-linux-gnueabihf/unity8', binary path is '/usr/bin/unity8'
16:35:40.199 INFO __init__:248 - Setting up LightDM mock lib
16:35:40.254 INFO __init__:257 - New library path: /usr/lib/arm-linux-gnueabihf/unity8/qml/mocks/libusermetrics:/usr/lib/arm-linux-gnueabihf/unity8/qml/mocks/IntegratedLightDM/liblightdm:/vendor/lib:/system/lib
16:35:40.279 INFO __init__:84 - New QML2 import path: /usr/lib/arm-linux-gnueabihf/unity8/qml/mocks:/usr/lib/arm-linux-gnueabihf/qt5/imports
16:35:40.293 INFO __init__:231 - Starting unity
16:35:40.313 INFO logging:45 - str: Set the value of an initctl environment variable. Arguments (1,). Keyword arguments: {'global_': True}.
16:35:40.350 INFO process_helpers:93 - Starting job unity8 with arguments ('BINARY=/usr/bin/unity8', 'LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/unity8/qml/mocks/libusermetrics:/usr/lib/arm-linux-gnueabihf/unity8/qml/mocks/IntegratedLightDM/liblightdm:/vendor/lib:/system/lib', 'ARGS=--mode=full-greeter', 'XDG_DATA_DIRS=/usr/share/unity8/mocks/data:/usr/share/ubuntu-touch:/usr/local/share:/usr/share', 'QML2_IMPORT_PATH=/usr/lib/arm-linux-gnueabihf/unity8/qml/mocks:/usr/lib/arm-linux-gnueabihf/qt5/imports', 'QT_LOAD_TESTABILITY=1').
16:35:41.461 INFO process_helpers:101 - unity8 start/running, process 18657

16:35:57.105 INFO logging:45 - WizardLanguagePage: continue_. Arguments (). Keyword arguments: {}.
16:36:21.776 INFO process_helpers:149 - Stopping job unity8.
16:36:25.879 INFO process_helpers:157 - unity8 stop/waiting

16:36:25.881 INFO logging:45 - str: Remove an initctl environment variable. Arguments (). Keyword arguments: {'global_': True}.
}}}

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/unity8/settings_wizard/tests/test_settings_wizard.py", line 75, in test_skipping_through_wizard
    sim_inserted, next_page = self._test_language_page()
  File "/usr/lib/python3/dist-packages/unity8/settings_wizard/tests/test_settings_wizard.py", line 46, in _test_language_page
    return language_page.continue_()
  File "/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/unity8/settings_wizard/__init__.py", line 151, in continue_
    next_page = wizard.get_password_page()
  File "/usr/lib/python3/dist-packages/unity8/settings_wizard/__init__.py", line 63, in get_password_page
    objectName='passwdPage', visible='True')
  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 '*' and properties {'objectName': 'passwdPage', 'visible': 'True'}.

Tips on minimizing the occurrence of this failure are available here: https://developer.ubuntu.com/api/autopilot/python/1.5.0/faq-troubleshooting/

Ran 1 test in 46.222s
FAILED (failures=1)
Download as text