Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- phablet@ubuntu-phablet:~$ sudo apt-get install notes-app-autopilot
- [sudo] password for phablet:
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- notes-app-autopilot
- 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
- Need to get 10.3 kB of archives.
- After this operation, 90.1 kB of additional disk space will be used.
- Get:1 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe notes-app-autopilot all 1.4+13.10.20130731-0ubuntu1 [10.3 kB]
- Fetched 10.3 kB in 0s (14.6 kB/s)
- Selecting previously unselected package notes-app-autopilot.
- (Reading database ... 35012 files and directories currently installed.)
- Unpacking notes-app-autopilot (from .../notes-app-autopilot_1.4+13.10.20130731-0ubuntu1_all.deb) ...
- Setting up notes-app-autopilot (1.4+13.10.20130731-0ubuntu1) ...
- phablet@ubuntu-phablet:~$ autopilot run notes_app
- Loading tests from: /usr/lib/python2.7/dist-packages
- Tests running...
- ======================================================================
- ERROR: notes_app.tests.test_delete.TestDelete.test_slide_to_delete_left(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 25, in setUp
- super(TestDelete, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
- self.pointing_device = Pointer(self.input_device_class.create())
- File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
- return _pick_backend(backends, preferred_backend)
- File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
- "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
- RuntimeError: Unable to instantiate any backends
- UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
- ======================================================================
- ERROR: notes_app.tests.test_images.TestImageLargeWide.test_no_crash(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 22, in setUp
- super(BaseForTestImages, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 157, in setUp
- super(NotesTestCaseBaseWithHTTPServer, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
- self.pointing_device = Pointer(self.input_device_class.create())
- File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
- return _pick_backend(backends, preferred_backend)
- File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
- "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
- RuntimeError: Unable to instantiate any backends
- UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
- ======================================================================
- ERROR: notes_app.tests.test_images.TestImageLargeHigh.test_no_crash(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 22, in setUp
- super(BaseForTestImages, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 155, in setUp
- self.server = HTTPServerInAThread(HTTP_SERVER_PORT)
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 136, in __init__
- self.server = BaseHTTPServer.HTTPServer(("", port), HTTPRequestHandler)
- File "/usr/lib/python2.7/SocketServer.py", line 419, in __init__
- self.server_bind()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind
- SocketServer.TCPServer.server_bind(self)
- File "/usr/lib/python2.7/SocketServer.py", line 430, in server_bind
- self.socket.bind(self.server_address)
- File "/usr/lib/python2.7/socket.py", line 224, in meth
- return getattr(self._sock,name)(*args)
- error: [Errno 98] Address already in use
- ======================================================================
- ERROR: notes_app.tests.test_create.TestCreate.test_note_expand_and_unexpand(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
- super(TestCreate, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
- self.pointing_device = Pointer(self.input_device_class.create())
- File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
- return _pick_backend(backends, preferred_backend)
- File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
- "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
- RuntimeError: Unable to instantiate any backends
- UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
- ======================================================================
- ERROR: notes_app.tests.test_parts.TestFocus.test_parts_delete_when_empty(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 28, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 40, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_parts.TestFocus.test_parts_focus(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 28, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 40, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_create.TestCreate.test_note_focused_when_empty(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
- super(TestCreate, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
- self.pointing_device = Pointer(self.input_device_class.create())
- File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
- return _pick_backend(backends, preferred_backend)
- File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
- "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
- RuntimeError: Unable to instantiate any backends
- UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
- ======================================================================
- ERROR: notes_app.tests.test_delete.TestDelete.test_slide_and_put_back(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 24, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 41, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_delete.TestDelete.test_slide_to_delete_right(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 24, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 41, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_create.TestCreate.test_note_unfocused_when_collapsed(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
- super(TestCreate, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
- self.pointing_device = Pointer(self.input_device_class.create())
- File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
- return _pick_backend(backends, preferred_backend)
- File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
- "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
- RuntimeError: Unable to instantiate any backends
- UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
- ======================================================================
- ERROR: notes_app.tests.test_create.TestCreate.test_note_focus_on_second_click_inside(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
- super(TestCreate, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
- self.pointing_device = Pointer(self.input_device_class.create())
- File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
- return _pick_backend(backends, preferred_backend)
- File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
- "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
- RuntimeError: Unable to instantiate any backends
- UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
- ======================================================================
- ERROR: notes_app.tests.test_quit.TestQuit.test_save_before_quit(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_quit.py", line 66, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_quit.py", line 78, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_parts.TestFocus.test_parts_delete_empty_header(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 28, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 40, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_parts.TestFocus.test_parts_no_delete_with_text(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 28, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 40, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_quit.TestQuitNoNote.test_save_before_quit(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_quit.py", line 111, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_quit.py", line 119, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_images.TestImageSmallWide.test_no_crash(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 21, in setUp
- self.setup_db(self.IMAGE)
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 41, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_images.TestImageSmallHigh.test_no_crash(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 21, in setUp
- self.setup_db(self.IMAGE)
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 41, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_delete.TestDelete.test_slide_incomplete(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 24, in setUp
- self.setup_db()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 41, in setup_db
- cursor.execute("DELETE FROM notes")
- OperationalError: no such table: notes
- ======================================================================
- ERROR: notes_app.tests.test_create.TestCreate.test_note_focus_on_second_click_outside(with touch)
- ----------------------------------------------------------------------
- _StringException: Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
- super(TestCreate, self).setUp()
- File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
- self.pointing_device = Pointer(self.input_device_class.create())
- File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
- return _pick_backend(backends, preferred_backend)
- File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
- "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
- RuntimeError: Unable to instantiate any backends
- UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
- Ran 19 tests in 0.346s
- FAILED (failures=19)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement