Advertisement
epikvision

autopilot notes_app UInputError

Aug 1st, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.49 KB | None | 0 0
  1. phablet@ubuntu-phablet:~$ sudo apt-get install notes-app-autopilot
  2. [sudo] password for phablet:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following NEW packages will be installed:
  7. notes-app-autopilot
  8. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  9. Need to get 10.3 kB of archives.
  10. After this operation, 90.1 kB of additional disk space will be used.
  11. Get:1 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe notes-app-autopilot all 1.4+13.10.20130731-0ubuntu1 [10.3 kB]
  12. Fetched 10.3 kB in 0s (14.6 kB/s)
  13. Selecting previously unselected package notes-app-autopilot.
  14. (Reading database ... 35012 files and directories currently installed.)
  15. Unpacking notes-app-autopilot (from .../notes-app-autopilot_1.4+13.10.20130731-0ubuntu1_all.deb) ...
  16. Setting up notes-app-autopilot (1.4+13.10.20130731-0ubuntu1) ...
  17. phablet@ubuntu-phablet:~$ autopilot run notes_app
  18. Loading tests from: /usr/lib/python2.7/dist-packages
  19.  
  20. Tests running...
  21. ======================================================================
  22. ERROR: notes_app.tests.test_delete.TestDelete.test_slide_to_delete_left(with touch)
  23. ----------------------------------------------------------------------
  24. _StringException: Traceback (most recent call last):
  25. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 25, in setUp
  26. super(TestDelete, self).setUp()
  27. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
  28. self.pointing_device = Pointer(self.input_device_class.create())
  29. File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
  30. return _pick_backend(backends, preferred_backend)
  31. File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
  32. "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
  33. RuntimeError: Unable to instantiate any backends
  34. UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
  35.  
  36. ======================================================================
  37. ERROR: notes_app.tests.test_images.TestImageLargeWide.test_no_crash(with touch)
  38. ----------------------------------------------------------------------
  39. _StringException: Traceback (most recent call last):
  40. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 22, in setUp
  41. super(BaseForTestImages, self).setUp()
  42. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 157, in setUp
  43. super(NotesTestCaseBaseWithHTTPServer, self).setUp()
  44. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
  45. self.pointing_device = Pointer(self.input_device_class.create())
  46. File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
  47. return _pick_backend(backends, preferred_backend)
  48. File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
  49. "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
  50. RuntimeError: Unable to instantiate any backends
  51. UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
  52.  
  53. ======================================================================
  54. ERROR: notes_app.tests.test_images.TestImageLargeHigh.test_no_crash(with touch)
  55. ----------------------------------------------------------------------
  56. _StringException: Traceback (most recent call last):
  57. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 22, in setUp
  58. super(BaseForTestImages, self).setUp()
  59. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 155, in setUp
  60. self.server = HTTPServerInAThread(HTTP_SERVER_PORT)
  61. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 136, in __init__
  62. self.server = BaseHTTPServer.HTTPServer(("", port), HTTPRequestHandler)
  63. File "/usr/lib/python2.7/SocketServer.py", line 419, in __init__
  64. self.server_bind()
  65. File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind
  66. SocketServer.TCPServer.server_bind(self)
  67. File "/usr/lib/python2.7/SocketServer.py", line 430, in server_bind
  68. self.socket.bind(self.server_address)
  69. File "/usr/lib/python2.7/socket.py", line 224, in meth
  70. return getattr(self._sock,name)(*args)
  71. error: [Errno 98] Address already in use
  72.  
  73. ======================================================================
  74. ERROR: notes_app.tests.test_create.TestCreate.test_note_expand_and_unexpand(with touch)
  75. ----------------------------------------------------------------------
  76. _StringException: Traceback (most recent call last):
  77. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
  78. super(TestCreate, self).setUp()
  79. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
  80. self.pointing_device = Pointer(self.input_device_class.create())
  81. File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
  82. return _pick_backend(backends, preferred_backend)
  83. File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
  84. "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
  85. RuntimeError: Unable to instantiate any backends
  86. UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
  87.  
  88. ======================================================================
  89. ERROR: notes_app.tests.test_parts.TestFocus.test_parts_delete_when_empty(with touch)
  90. ----------------------------------------------------------------------
  91. _StringException: Traceback (most recent call last):
  92. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 28, in setUp
  93. self.setup_db()
  94. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 40, in setup_db
  95. cursor.execute("DELETE FROM notes")
  96. OperationalError: no such table: notes
  97.  
  98. ======================================================================
  99. ERROR: notes_app.tests.test_parts.TestFocus.test_parts_focus(with touch)
  100. ----------------------------------------------------------------------
  101. _StringException: Traceback (most recent call last):
  102. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 28, in setUp
  103. self.setup_db()
  104. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 40, in setup_db
  105. cursor.execute("DELETE FROM notes")
  106. OperationalError: no such table: notes
  107.  
  108. ======================================================================
  109. ERROR: notes_app.tests.test_create.TestCreate.test_note_focused_when_empty(with touch)
  110. ----------------------------------------------------------------------
  111. _StringException: Traceback (most recent call last):
  112. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
  113. super(TestCreate, self).setUp()
  114. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
  115. self.pointing_device = Pointer(self.input_device_class.create())
  116. File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
  117. return _pick_backend(backends, preferred_backend)
  118. File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
  119. "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
  120. RuntimeError: Unable to instantiate any backends
  121. UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
  122.  
  123. ======================================================================
  124. ERROR: notes_app.tests.test_delete.TestDelete.test_slide_and_put_back(with touch)
  125. ----------------------------------------------------------------------
  126. _StringException: Traceback (most recent call last):
  127. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 24, in setUp
  128. self.setup_db()
  129. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 41, in setup_db
  130. cursor.execute("DELETE FROM notes")
  131. OperationalError: no such table: notes
  132.  
  133. ======================================================================
  134. ERROR: notes_app.tests.test_delete.TestDelete.test_slide_to_delete_right(with touch)
  135. ----------------------------------------------------------------------
  136. _StringException: Traceback (most recent call last):
  137. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 24, in setUp
  138. self.setup_db()
  139. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 41, in setup_db
  140. cursor.execute("DELETE FROM notes")
  141. OperationalError: no such table: notes
  142.  
  143. ======================================================================
  144. ERROR: notes_app.tests.test_create.TestCreate.test_note_unfocused_when_collapsed(with touch)
  145. ----------------------------------------------------------------------
  146. _StringException: Traceback (most recent call last):
  147. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
  148. super(TestCreate, self).setUp()
  149. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
  150. self.pointing_device = Pointer(self.input_device_class.create())
  151. File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
  152. return _pick_backend(backends, preferred_backend)
  153. File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
  154. "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
  155. RuntimeError: Unable to instantiate any backends
  156. UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
  157.  
  158. ======================================================================
  159. ERROR: notes_app.tests.test_create.TestCreate.test_note_focus_on_second_click_inside(with touch)
  160. ----------------------------------------------------------------------
  161. _StringException: Traceback (most recent call last):
  162. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
  163. super(TestCreate, self).setUp()
  164. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
  165. self.pointing_device = Pointer(self.input_device_class.create())
  166. File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
  167. return _pick_backend(backends, preferred_backend)
  168. File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
  169. "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
  170. RuntimeError: Unable to instantiate any backends
  171. UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
  172.  
  173. ======================================================================
  174. ERROR: notes_app.tests.test_quit.TestQuit.test_save_before_quit(with touch)
  175. ----------------------------------------------------------------------
  176. _StringException: Traceback (most recent call last):
  177. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_quit.py", line 66, in setUp
  178. self.setup_db()
  179. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_quit.py", line 78, in setup_db
  180. cursor.execute("DELETE FROM notes")
  181. OperationalError: no such table: notes
  182.  
  183. ======================================================================
  184. ERROR: notes_app.tests.test_parts.TestFocus.test_parts_delete_empty_header(with touch)
  185. ----------------------------------------------------------------------
  186. _StringException: Traceback (most recent call last):
  187. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 28, in setUp
  188. self.setup_db()
  189. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 40, in setup_db
  190. cursor.execute("DELETE FROM notes")
  191. OperationalError: no such table: notes
  192.  
  193. ======================================================================
  194. ERROR: notes_app.tests.test_parts.TestFocus.test_parts_no_delete_with_text(with touch)
  195. ----------------------------------------------------------------------
  196. _StringException: Traceback (most recent call last):
  197. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 28, in setUp
  198. self.setup_db()
  199. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_parts.py", line 40, in setup_db
  200. cursor.execute("DELETE FROM notes")
  201. OperationalError: no such table: notes
  202.  
  203. ======================================================================
  204. ERROR: notes_app.tests.test_quit.TestQuitNoNote.test_save_before_quit(with touch)
  205. ----------------------------------------------------------------------
  206. _StringException: Traceback (most recent call last):
  207. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_quit.py", line 111, in setUp
  208. self.setup_db()
  209. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_quit.py", line 119, in setup_db
  210. cursor.execute("DELETE FROM notes")
  211. OperationalError: no such table: notes
  212.  
  213. ======================================================================
  214. ERROR: notes_app.tests.test_images.TestImageSmallWide.test_no_crash(with touch)
  215. ----------------------------------------------------------------------
  216. _StringException: Traceback (most recent call last):
  217. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 21, in setUp
  218. self.setup_db(self.IMAGE)
  219. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 41, in setup_db
  220. cursor.execute("DELETE FROM notes")
  221. OperationalError: no such table: notes
  222.  
  223. ======================================================================
  224. ERROR: notes_app.tests.test_images.TestImageSmallHigh.test_no_crash(with touch)
  225. ----------------------------------------------------------------------
  226. _StringException: Traceback (most recent call last):
  227. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 21, in setUp
  228. self.setup_db(self.IMAGE)
  229. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_images.py", line 41, in setup_db
  230. cursor.execute("DELETE FROM notes")
  231. OperationalError: no such table: notes
  232.  
  233. ======================================================================
  234. ERROR: notes_app.tests.test_delete.TestDelete.test_slide_incomplete(with touch)
  235. ----------------------------------------------------------------------
  236. _StringException: Traceback (most recent call last):
  237. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 24, in setUp
  238. self.setup_db()
  239. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_delete.py", line 41, in setup_db
  240. cursor.execute("DELETE FROM notes")
  241. OperationalError: no such table: notes
  242.  
  243. ======================================================================
  244. ERROR: notes_app.tests.test_create.TestCreate.test_note_focus_on_second_click_outside(with touch)
  245. ----------------------------------------------------------------------
  246. _StringException: Traceback (most recent call last):
  247. File "/usr/lib/python2.7/dist-packages/notes_app/tests/test_create.py", line 27, in setUp
  248. super(TestCreate, self).setUp()
  249. File "/usr/lib/python2.7/dist-packages/notes_app/tests/__init__.py", line 42, in setUp
  250. self.pointing_device = Pointer(self.input_device_class.create())
  251. File "/usr/lib/python2.7/dist-packages/autopilot/input/__init__.py", line 354, in create
  252. return _pick_backend(backends, preferred_backend)
  253. File "/usr/lib/python2.7/dist-packages/autopilot/utilities.py", line 56, in _pick_backend
  254. "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons))
  255. RuntimeError: Unable to instantiate any backends
  256. UInput: UInputError('"/dev/uinput" cannot be opened for writing',)
  257.  
  258.  
  259. Ran 19 tests in 0.346s
  260. FAILED (failures=19)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement