Ubuntu Pastebin

Paste from fazer at Wed, 9 Dec 2015 22:08:20 +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
======================================================================
ERROR: music_app.tests.test_music.TestMainWindow.test_select_and_delete_playlist
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)
Empty attachments:
  process-stdout (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene)

/var/log/syslog: {{{
Dec  9 17:05:43 Uchiha-Madara kernel: [ 1645.093009] input: autopilot-finger as /devices/virtual/input/input15
Dec  9 17:05:44 Uchiha-Madara dbus[654]: [system] Activating service name='com.canonical.UserMetrics' (using servicehelper)
Dec  9 17:05:44 Uchiha-Madara dbus[654]: [system] Successfully activated service 'com.canonical.UserMetrics'
}}}

process-return-code (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{-6}}}
process-stderr (/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene): {{{
/usr/share/themes/MBuntu-Y/gtk-2.0/widgets/panel.rc:18: Unable to locate image file in pixmap_path: "images/panel/panel-normal.svg"
/usr/share/themes/MBuntu-Y/gtk-2.0/widgets/panel.rc:21: Background image options specified without filename
/usr/share/themes/MBuntu-Y/gtk-2.0/widgets/panel.rc:27: Unable to locate image file in pixmap_path: "images/panel/panel-active.svg"
/usr/share/themes/MBuntu-Y/gtk-2.0/widgets/panel.rc:30: Background image options specified without filename
/usr/share/themes/MBuntu-Y/gtk-2.0/widgets/panel.rc:61: error: invalid string constant "button", expected valid string constant
Testability driver loaded. Wire protocol version is "1.4".
terminate called after throwing an instance of 'std::runtime_error'
  what():  Tried to open a db with schema version 10, while supported version is 9.
}}}

test-log: {{{
17:05:43.670 INFO logging:45 - TestMainWindow: launch_test_local. Arguments (). Keyword arguments: {}.
17:05:43.670 WARNING base:52 - This function is deprecated. Use get_toolkit_launcher_command() instead.
17:05:43.727 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
17:05:43.737 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']
17:05:45.244 INFO _launcher:560 - waiting for process to exit.
17:05:45.244 INFO _launcher:583 - Killing process 5590
17:05:45.244 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 25, in setUp
    super(TestMainWindow, self).setUp()
  File "/home/fazer/bzr/music-app/tests/autopilot/music_app/tests/__init__.py", line 222, 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 75, 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