Ubuntu Pastebin

Paste from fazer at Tue, 15 Dec 2015 23:17:24 +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
======================================================================
ERROR: music_app.tests.test_music.TestEmptyLibrary.test_display_message_when_no_music
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)
Empty attachments:
  process-stdout (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene)

/var/log/syslog: {{{
Dec 15 18:14:00 Uchiha-Madara org.a11y.Bus[8846]: Activating service name='org.a11y.atspi.Registry'
Dec 15 18:14:00 Uchiha-Madara org.a11y.Bus[8846]: Successfully activated service 'org.a11y.atspi.Registry'
Dec 15 18:14:00 Uchiha-Madara org.a11y.atspi.Registry[8869]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 15 18:14:00 Uchiha-Madara kernel: [ 6152.443445] input: autopilot-finger as /devices/virtual/input/input22
}}}

process-return-code (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{-6}}}
process-stderr (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{
Xlib:  extension "RANDR" missing on display ":5.0".
Qt: Session management error: None of the authentication protocols specified are supported
Testability driver loaded. Wire protocol version is "1.4".
terminate called after throwing an instance of 'std::runtime_error'
  what():  unable to open database file
}}}

test-log: {{{
18:14:00.722 INFO logging:45 - TestEmptyLibrary: launch_test_local. Arguments (). Keyword arguments: {}.
18:14:00.722 WARNING base:52 - This function is deprecated. Use get_toolkit_launcher_command() instead.
18:14:00.780 INFO _launcher:389 - Attempting to launch application '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene' with arguments '/home/fazer/bzr/music-app/app/music-app.qml debug' as a normal process
18:14:00.791 INFO _launcher:447 - Launching process: ['/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene', '-testability', '/home/fazer/bzr/music-app/app/music-app.qml', 'debug']
18:14:01.932 INFO _launcher:560 - waiting for process to exit.
18:14:01.932 INFO _launcher:583 - Killing process 8899
18:14:01.932 INFO _launcher:586 - Appears process has already exited.
}}}

Traceback (most recent call last):
  File "/home/fazer/bzr/music-app/tests/autopilot/music_app/tests/test_music.py", line 24, in setUp
    super(TestEmptyLibrary, self).setUp()
  File "/home/fazer/bzr/music-app/tests/autopilot/music_app/tests/__init__.py", line 300, in setUp
    self.app = MusicApp(self.launcher())
  File "/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/home/fazer/bzr/music-app/tests/autopilot/music_app/tests/__init__.py", line 67, in launch_test_local
    emulator_base=ubuntuuitoolkit.UbuntuUIToolkitCustomProxyObjectBase)
  File "/usr/lib/python3/dist-packages/autopilot/testcase.py", line 285, in launch_test_application
    return launcher.launch(application, arguments, **launch_args)
  File "/usr/lib/python3/dist-packages/autopilot/application/_launcher.py", line 400, in launch
    pid=process.pid
  File "/usr/lib/python3/dist-packages/autopilot/introspection/_search.py", line 171, in get_proxy_object_for_existing_process
    process
  File "/usr/lib/python3/dist-packages/autopilot/introspection/_search.py", line 312, in _find_matching_connections
    _raise_if_process_has_exited(process)
  File "/usr/lib/python3/dist-packages/autopilot/introspection/_search.py", line 334, in _raise_if_process_has_exited
    % return_code
autopilot.exceptions.ProcessSearchError: Process exited with exit code: -6
Download as text