Ubuntu Pastebin

Paste from None at Thu, 12 Mar 2015 13:12:13 +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
./get-libs
warning: no files found matching 'plainbox/impl/providers/stubbox/README.md'
building local plainbox
Getting qchart.js from github
Getting information about packages for i386 arch.
Getting information about packages for amd64 arch.
Getting information about packages for armhf arch.
retrieving http://archive.ubuntu.com/ubuntu/pool/main/p/python3.4/libpython3.4_3.4.2-1_i386.deb
retrieving http://archive.ubuntu.com/ubuntu/pool/main/p/python3.4/libpython3.4_3.4.2-1_amd64.deb
retrieving http://ports.ubuntu.com/ubuntu-ports/pool/main/p/python3.4/libpython3.4_3.4.2-1_armhf.deb
retrieving http://archive.ubuntu.com/ubuntu/pool/main/l/lxml/python3-lxml_3.3.6-0ubuntu1_i386.deb
retrieving http://archive.ubuntu.com/ubuntu/pool/universe/x/xlsxwriter/python3-xlsxwriter_0.5.2-1_all.deb
retrieving http://archive.ubuntu.com/ubuntu/pool/main/l/lxml/python3-lxml_3.3.6-0ubuntu1_amd64.deb
retrieving http://archive.ubuntu.com/ubuntu/pool/universe/x/xlsxwriter/python3-xlsxwriter_0.5.2-1_all.deb
retrieving http://ports.ubuntu.com/ubuntu-ports/pool/main/l/lxml/python3-lxml_3.3.6-0ubuntu1_armhf.deb
retrieving http://ports.ubuntu.com/ubuntu-ports/pool/universe/x/xlsxwriter/python3-xlsxwriter_0.5.2-1_all.deb
retrieving http://archive.ubuntu.com/ubuntu/pool/universe/p/pyotherside/pyotherside_1.2.0-1_i386.deb
retrieving http://archive.ubuntu.com/ubuntu/pool/universe/p/pyotherside/pyotherside_1.2.0-1_amd64.deb
retrieving http://ports.ubuntu.com/ubuntu-ports/pool/universe/p/pyotherside/pyotherside_1.2.0-1_armhf.deb
chmod +x tests/autopilot/run
tests/autopilot/run
~/src/checkbox-touch/tests/autopilot ~/src/checkbox-touch
Loading tests from: /tmp/tarmac/branch.e5zrec/checkbox-touch/tests/autopilot

Tests running...
======================================================================
ERROR: checkbox_touch.test_checkbox_touch.TestCheckboxTouch.test_launches
----------------------------------------------------------------------
Empty attachments:
  /var/log/syslog
  process-stdout

process-return-code: {{{1}}}
process-stderr: {{{
Testability driver loaded. Wire protocol version is "1.4".
qml: Pyotherside version 1.2.0
qml: Python version 3.4.1rc1
LLVM ERROR: Cannot select: intrinsic %llvm.x86.sse41.pblendvb
INFO:root:environ: environ({'SUDO_UID': '1000', '_': '/usr/bin/autopilot', 'OLDPWD': '/home/ubuntu/src/checkbox-touch', 'MAKELEVEL': '1', 'SUDO_USER': 'ubuntu', 'PWD': '/home/ubuntu/src/checkbox-touch/tests/autopilot', 'SHELL': '/bin/bash', 'container': 'lxc', 'USER': 'root', 'HOME': '/home/ubuntu', 'XAUTHORITY': '/tmp/xvfb-run.SuMaQg/Xauthority', 'MAIL': '/var/mail/root', 'LOGNAME': 'root', 'USERNAME': 'root', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'DISPLAY': ':99', 'deb_host_multiarch': 'i386-linux-gnu', 'MFLAGS': '', 'MAKEFLAGS': '', 'SHLVL': '3', 'TERM': 'linux', 'SUDO_COMMAND': '/usr/bin/lxc-attach --keep-env -n utopic-testing -- bash -c cd $HOME/src/./checkbox-touch && ./requirements/container-tests-touch-autopilot', 'SUDO_GID': '1000'})
INFO:root:path: ['/tmp/tarmac/branch.e5zrec/checkbox-touch/lib/py', '/tmp/tarmac/branch.e5zrec/checkbox-touch/py/', '/tmp/tarmac/branch.e5zrec/plainbox', '/tmp/tarmac/branch.e5zrec/checkbox-support', '/usr/lib/python3/dist-packages', '/tmp/tarmac/branch.e5zrec/checkbox-ng', '/usr/lib/python3.4', '/usr/lib/python3.4/plat-i386-linux-gnu', '/usr/lib/python3.4/lib-dynload']
}}}

Traceback (most recent call last):
  File "/tmp/tarmac/branch.e5zrec/checkbox-touch/tests/autopilot/checkbox_touch/__init__.py", line 33, in setUp
    self.launch_application()
  File "/tmp/tarmac/branch.e5zrec/checkbox-touch/tests/autopilot/checkbox_touch/__init__.py", line 39, in launch_application
    self._launch_application_from_desktop()
  File "/tmp/tarmac/branch.e5zrec/checkbox-touch/tests/autopilot/checkbox_touch/__init__.py", line 52, in _launch_application_from_desktop
    emulator_base=emulators.UbuntuUIToolkitEmulatorBase)
  File "/usr/lib/python2.7/dist-packages/autopilot/testcase.py", line 264, in launch_test_application
    return self._launch_test_application(launcher, application, *arguments)
  File "/usr/lib/python2.7/dist-packages/autopilot/testcase.py", line 367, in _launch_test_application
    application_name=application_name,
  File "/usr/lib/python2.7/dist-packages/autopilot/introspection/__init__.py", line 154, in get_proxy_object_for_existing_process
    process
  File "/usr/lib/python2.7/dist-packages/autopilot/introspection/__init__.py", line 274, in _get_dbus_addresses_from_search_parameters
    % return_code
ProcessSearchError: Process exited with exit code: 1

Ran 1 test in 2.432s
FAILED (failures=1)
~/src/checkbox-touch
Makefile:14: recipe for target 'autopilot' failed
make: *** [autopilot] Error 1
Download as text