Ubuntu Pastebin

Paste from MacSlow at Tue, 14 Apr 2015 16:26:38 +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
18:24:34 - Dienstag, 14.04.2015 - logged on ubuntu-phablet as phablet

/home/phablet/src/unity8-shellRotation/builddir

2> LC_ALL=C PYTHONPATH=../tests/autopilot autopilot3 run unity8.shell.tests.test_rotation.RotationBase
Loading tests from: /home/phablet/src/unity8-shellRotation/tests/autopilot

Tests running...
unsupported orientation TOP-DOWN. skipped.
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/psutil/_pslinux.py", line 694, in wrapper
    return fun(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/psutil/_pslinux.py", line 844, in create_time
    f = open("/proc/%s/stat" % self.pid, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/proc/27730/stat'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/psutil/__init__.py", line 322, in _init
    self.create_time()
  File "/usr/lib/python3/dist-packages/psutil/__init__.py", line 576, in create_time
    self._create_time = self._proc.create_time()
  File "/usr/lib/python3/dist-packages/psutil/_pslinux.py", line 704, in wrapper
    raise NoSuchProcess(self.pid, self._name)
psutil.NoSuchProcess: process no longer exists (pid=27730)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/home/phablet/src/unity8-shellRotation/tests/autopilot/unity8/fixture_setup.py", line 133, in _restart_unity_with_testability
    self.unity_proxy = process_helpers.restart_unity_with_testability(*args)
  File "/home/phablet/src/unity8-shellRotation/tests/autopilot/unity8/process_helpers.py", line 115, in restart_unity_with_testability
    return restart_unity(*args)
  File "/home/phablet/src/unity8-shellRotation/tests/autopilot/unity8/process_helpers.py", line 132, in restart_unity
    return _get_unity_proxy_object(pid)
  File "/home/phablet/src/unity8-shellRotation/tests/autopilot/unity8/process_helpers.py", line 241, in _get_unity_proxy_object
    emulator_base=emulators.UnityEmulatorBase,
  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 318, in _find_matching_connections
    in connections
  File "/usr/lib/python3/dist-packages/autopilot/introspection/_search.py", line 319, in <listcomp>
    if connection_matcher((bus, c))
  File "/usr/lib/python3/dist-packages/autopilot/introspection/_search.py", line 292, in _filter_runner
    for f in filter_list
  File "/usr/lib/python3/dist-packages/autopilot/introspection/_search.py", line 292, in <genexpr>
    for f in filter_list
  File "/usr/lib/python3/dist-packages/autopilot/introspection/_search.py", line 758, in matches
    eligible_pids = [pid] + _get_child_pids(pid)
  File "/usr/lib/python3/dist-packages/autopilot/introspection/_search.py", line 660, in __call__
    p.pid for p in psutil.Process(pid).get_children(recursive=True)
  File "/usr/lib/python3/dist-packages/psutil/__init__.py", line 296, in __init__
    self._init(pid)
  File "/usr/lib/python3/dist-packages/psutil/__init__.py", line 331, in _init
    raise NoSuchProcess(pid, None, msg)
psutil.NoSuchProcess: no process found with pid 27730

[1429028756.220941] Loader: Loading modules from: /usr/lib/arm-linux-gnueabihf/mir/client-platform/
[1429028756.222223] Loader: Loading module: /usr/lib/arm-linux-gnueabihf/mir/client-platform/dummy.so
[1429028756.224329] Loader: Loading module: /usr/lib/arm-linux-gnueabihf/mir/client-platform/mesa.so.2
[1429028756.225153] Loader: Loading module: /usr/lib/arm-linux-gnueabihf/mir/client-platform/android.so.2
[1429028756.461106] <ERROR> mircommon: Caught exception at Mir/EGL driver boundary (in setSwapInterval): /build/buildd/mir-0.12.1+15.04.20150324/src/client/buffer_stream.cpp(283): Throw in function virtual void mir::client::BufferStream::request_and_wait_for_configure(MirSurfaceAttrib, int)
Dynamic exception type: N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE
std::exception::what: Attempt to set swap interval on screencast is invalid
Download as text