Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.54 KB | None | 0 0
  1. (hubs)nask0@home /mnt/004A0B094A0AFAE4/storage/src/fedora/fedora-hubs-prototype $ git pull
  2. Updating 3b93366..fff4aae
  3. Fast-forward
  4. hubs/app.py | 9 ++++++++-
  5. 1 file changed, 8 insertions(+), 1 deletion(-)
  6. (hubs)nask0@home /mnt/004A0B094A0AFAE4/storage/src/fedora/fedora-hubs-prototype $ geany hubs/app.py
  7. (hubs)nask0@home /mnt/004A0B094A0AFAE4/storage/src/fedora/fedora-hubs-prototype $ ^C
  8. (hubs)nask0@home /mnt/004A0B094A0AFAE4/storage/src/fedora/fedora-hubs-prototype $ PYTHONPATH=. python3 hubs/app.py
  9. WARNING:fedmsg.crypto.x509:Crypto disabled ImportError("No module named 'M2Crypto'",)
  10. WARNING:fedmsg.crypto.x509:Crypto disabled ImportError("No module named 'M2Crypto'",)
  11. stats sleeping artificially for 3.5914698865264536
  12. rules sleeping artificially for 1.571901486948747
  13. dummy sleeping artificially for 2.853775311009851
  14. sticky sleeping artificially for 3.0846670953328
  15. dummy sleeping artificially for 3.5797009413282486
  16. stats sleeping artificially for 2.405119462687076
  17. rules sleeping artificially for 3.6351309040936375
  18. dummy sleeping artificially for 1.5932854282790667
  19. sticky sleeping artificially for 3.4882713873532767
  20. dummy sleeping artificially for 1.3954297013608965
  21. stats sleeping artificially for 3.3565655037399273
  22. rules sleeping artificially for 3.227036785072225
  23. dummy sleeping artificially for 2.4117443770029574
  24. sticky sleeping artificially for 1.600057837936989
  25. dummy sleeping artificially for 2.002002530525417
  26. stats sleeping artificially for 3.1958864683659503
  27. rules sleeping artificially for 2.229265295707341
  28. dummy sleeping artificially for 3.9653887445955474
  29. sticky sleeping artificially for 3.358914475432134
  30. dummy sleeping artificially for 2.1136078303548596
  31. stats sleeping artificially for 2.9969206122464787
  32. rules sleeping artificially for 1.2275267737011206
  33. dummy sleeping artificially for 2.3466121576391914
  34. sticky sleeping artificially for 1.5029792906816053
  35. dummy sleeping artificially for 1.8344570623535144
  36. stats sleeping artificially for 3.3274423449026758
  37. rules sleeping artificially for 3.5043280405159596
  38. dummy sleeping artificially for 3.101537275457625
  39. sticky sleeping artificially for 3.4843971814048875
  40. dummy sleeping artificially for 2.5955577903986287
  41. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  42. Traceback (most recent call last):
  43. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  44. fairy._reset(pool)
  45. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  46. pool._dialect.do_rollback(self)
  47. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  48. dbapi_connection.rollback()
  49. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  50. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5dd71f0>
  51. Traceback (most recent call last):
  52. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  53. fairy._reset(pool)
  54. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  55. pool._dialect.do_rollback(self)
  56. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  57. dbapi_connection.rollback()
  58. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  59.  
  60. During handling of the above exception, another exception occurred:
  61.  
  62. Traceback (most recent call last):
  63. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  64. self._dialect.do_close(connection)
  65. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  66. dbapi_connection.close()
  67. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  68. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  69. Traceback (most recent call last):
  70. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  71. fairy._reset(pool)
  72. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  73. pool._dialect.do_rollback(self)
  74. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  75. dbapi_connection.rollback()
  76. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  77. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5d89490>
  78. Traceback (most recent call last):
  79. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  80. fairy._reset(pool)
  81. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  82. pool._dialect.do_rollback(self)
  83. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  84. dbapi_connection.rollback()
  85. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  86.  
  87. During handling of the above exception, another exception occurred:
  88.  
  89. Traceback (most recent call last):
  90. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  91. self._dialect.do_close(connection)
  92. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  93. dbapi_connection.close()
  94. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  95. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  96. Traceback (most recent call last):
  97. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  98. fairy._reset(pool)
  99. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  100. pool._dialect.do_rollback(self)
  101. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  102. dbapi_connection.rollback()
  103. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  104. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5d99810>
  105. Traceback (most recent call last):
  106. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  107. fairy._reset(pool)
  108. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  109. pool._dialect.do_rollback(self)
  110. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  111. dbapi_connection.rollback()
  112. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  113.  
  114. During handling of the above exception, another exception occurred:
  115.  
  116. Traceback (most recent call last):
  117. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  118. self._dialect.do_close(connection)
  119. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  120. dbapi_connection.close()
  121. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  122. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  123. Traceback (most recent call last):
  124. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  125. fairy._reset(pool)
  126. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  127. pool._dialect.do_rollback(self)
  128. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  129. dbapi_connection.rollback()
  130. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  131. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5d37490>
  132. Traceback (most recent call last):
  133. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  134. fairy._reset(pool)
  135. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  136. pool._dialect.do_rollback(self)
  137. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  138. dbapi_connection.rollback()
  139. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  140.  
  141. During handling of the above exception, another exception occurred:
  142.  
  143. Traceback (most recent call last):
  144. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  145. self._dialect.do_close(connection)
  146. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  147. dbapi_connection.close()
  148. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  149. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  150. Traceback (most recent call last):
  151. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  152. fairy._reset(pool)
  153. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  154. pool._dialect.do_rollback(self)
  155. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  156. dbapi_connection.rollback()
  157. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  158. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5d47490>
  159. Traceback (most recent call last):
  160. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  161. fairy._reset(pool)
  162. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  163. pool._dialect.do_rollback(self)
  164. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  165. dbapi_connection.rollback()
  166. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  167.  
  168. During handling of the above exception, another exception occurred:
  169.  
  170. Traceback (most recent call last):
  171. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  172. self._dialect.do_close(connection)
  173. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  174. dbapi_connection.close()
  175. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  176. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  177. Traceback (most recent call last):
  178. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  179. fairy._reset(pool)
  180. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  181. pool._dialect.do_rollback(self)
  182. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  183. dbapi_connection.rollback()
  184. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  185. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5d29490>
  186. Traceback (most recent call last):
  187. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  188. fairy._reset(pool)
  189. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  190. pool._dialect.do_rollback(self)
  191. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  192. dbapi_connection.rollback()
  193. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  194.  
  195. During handling of the above exception, another exception occurred:
  196.  
  197. Traceback (most recent call last):
  198. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  199. self._dialect.do_close(connection)
  200. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  201. dbapi_connection.close()
  202. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  203. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  204. Traceback (most recent call last):
  205. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  206. fairy._reset(pool)
  207. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  208. pool._dialect.do_rollback(self)
  209. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  210. dbapi_connection.rollback()
  211. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  212. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5d479d0>
  213. Traceback (most recent call last):
  214. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  215. fairy._reset(pool)
  216. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  217. pool._dialect.do_rollback(self)
  218. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  219. dbapi_connection.rollback()
  220. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  221.  
  222. During handling of the above exception, another exception occurred:
  223.  
  224. Traceback (most recent call last):
  225. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  226. self._dialect.do_close(connection)
  227. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  228. dbapi_connection.close()
  229. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  230. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  231. Traceback (most recent call last):
  232. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  233. fairy._reset(pool)
  234. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  235. pool._dialect.do_rollback(self)
  236. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  237. dbapi_connection.rollback()
  238. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  239. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5d68030>
  240. Traceback (most recent call last):
  241. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  242. fairy._reset(pool)
  243. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  244. pool._dialect.do_rollback(self)
  245. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  246. dbapi_connection.rollback()
  247. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  248.  
  249. During handling of the above exception, another exception occurred:
  250.  
  251. Traceback (most recent call last):
  252. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  253. self._dialect.do_close(connection)
  254. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  255. dbapi_connection.close()
  256. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  257. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  258. Traceback (most recent call last):
  259. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  260. fairy._reset(pool)
  261. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  262. pool._dialect.do_rollback(self)
  263. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  264. dbapi_connection.rollback()
  265. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  266. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5d76810>
  267. Traceback (most recent call last):
  268. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  269. fairy._reset(pool)
  270. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  271. pool._dialect.do_rollback(self)
  272. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  273. dbapi_connection.rollback()
  274. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  275.  
  276. During handling of the above exception, another exception occurred:
  277.  
  278. Traceback (most recent call last):
  279. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  280. self._dialect.do_close(connection)
  281. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  282. dbapi_connection.close()
  283. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  284. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  285. Traceback (most recent call last):
  286. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  287. fairy._reset(pool)
  288. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  289. pool._dialect.do_rollback(self)
  290. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  291. dbapi_connection.rollback()
  292. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  293. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5ddc9d0>
  294. Traceback (most recent call last):
  295. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  296. fairy._reset(pool)
  297. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  298. pool._dialect.do_rollback(self)
  299. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  300. dbapi_connection.rollback()
  301. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  302.  
  303. During handling of the above exception, another exception occurred:
  304.  
  305. Traceback (most recent call last):
  306. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  307. self._dialect.do_close(connection)
  308. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  309. dbapi_connection.close()
  310. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  311. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  312. Traceback (most recent call last):
  313. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  314. fairy._reset(pool)
  315. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  316. pool._dialect.do_rollback(self)
  317. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  318. dbapi_connection.rollback()
  319. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  320. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5dd7f10>
  321. Traceback (most recent call last):
  322. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  323. fairy._reset(pool)
  324. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  325. pool._dialect.do_rollback(self)
  326. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  327. dbapi_connection.rollback()
  328. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  329.  
  330. During handling of the above exception, another exception occurred:
  331.  
  332. Traceback (most recent call last):
  333. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  334. self._dialect.do_close(connection)
  335. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  336. dbapi_connection.close()
  337. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  338. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  339. Traceback (most recent call last):
  340. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  341. fairy._reset(pool)
  342. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  343. pool._dialect.do_rollback(self)
  344. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  345. dbapi_connection.rollback()
  346. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  347. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5db8490>
  348. Traceback (most recent call last):
  349. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  350. fairy._reset(pool)
  351. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  352. pool._dialect.do_rollback(self)
  353. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  354. dbapi_connection.rollback()
  355. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  356.  
  357. During handling of the above exception, another exception occurred:
  358.  
  359. Traceback (most recent call last):
  360. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  361. self._dialect.do_close(connection)
  362. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  363. dbapi_connection.close()
  364. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  365. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  366. Traceback (most recent call last):
  367. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  368. fairy._reset(pool)
  369. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  370. pool._dialect.do_rollback(self)
  371. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  372. dbapi_connection.rollback()
  373. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  374. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fd0e5db8110>
  375. Traceback (most recent call last):
  376. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  377. fairy._reset(pool)
  378. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  379. pool._dialect.do_rollback(self)
  380. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  381. dbapi_connection.rollback()
  382. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  383.  
  384. During handling of the above exception, another exception occurred:
  385.  
  386. Traceback (most recent call last):
  387. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  388. self._dialect.do_close(connection)
  389. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  390. dbapi_connection.close()
  391. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140535206934272 and this is thread id 140535489943296
  392. WARNING:fedmsg.crypto.x509:Crypto disabled ImportError("No module named 'M2Crypto'",)
  393. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  394. Traceback (most recent call last):
  395. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  396. fairy._reset(pool)
  397. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  398. pool._dialect.do_rollback(self)
  399. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  400. dbapi_connection.rollback()
  401. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140585603921664 and this is thread id 140585887266560
  402. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fdca2072ab0>
  403. Traceback (most recent call last):
  404. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  405. fairy._reset(pool)
  406. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  407. pool._dialect.do_rollback(self)
  408. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  409. dbapi_connection.rollback()
  410. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140585603921664 and this is thread id 140585887266560
  411.  
  412. During handling of the above exception, another exception occurred:
  413.  
  414. Traceback (most recent call last):
  415. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  416. self._dialect.do_close(connection)
  417. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  418. dbapi_connection.close()
  419. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140585603921664 and this is thread id 140585887266560
  420. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  421. Traceback (most recent call last):
  422. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  423. fairy._reset(pool)
  424. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  425. pool._dialect.do_rollback(self)
  426. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  427. dbapi_connection.rollback()
  428. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140585603921664 and this is thread id 140585887266560
  429. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7fdca2582d50>
  430. Traceback (most recent call last):
  431. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  432. fairy._reset(pool)
  433. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  434. pool._dialect.do_rollback(self)
  435. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  436. dbapi_connection.rollback()
  437. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140585603921664 and this is thread id 140585887266560
  438.  
  439. During handling of the above exception, another exception occurred:
  440.  
  441. Traceback (most recent call last):
  442. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  443. self._dialect.do_close(connection)
  444. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  445. dbapi_connection.close()
  446. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140585603921664 and this is thread id 140585887266560
  447. WARNING:fedmsg.crypto.x509:Crypto disabled ImportError("No module named 'M2Crypto'",)
  448. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  449. Traceback (most recent call last):
  450. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  451. fairy._reset(pool)
  452. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  453. pool._dialect.do_rollback(self)
  454. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  455. dbapi_connection.rollback()
  456. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140242781533952 and this is thread id 140243064878848
  457. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7f8cd0389ab0>
  458. Traceback (most recent call last):
  459. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  460. fairy._reset(pool)
  461. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  462. pool._dialect.do_rollback(self)
  463. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  464. dbapi_connection.rollback()
  465. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140242781533952 and this is thread id 140243064878848
  466.  
  467. During handling of the above exception, another exception occurred:
  468.  
  469. Traceback (most recent call last):
  470. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  471. self._dialect.do_close(connection)
  472. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  473. dbapi_connection.close()
  474. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140242781533952 and this is thread id 140243064878848
  475. ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
  476. Traceback (most recent call last):
  477. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  478. fairy._reset(pool)
  479. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  480. pool._dialect.do_rollback(self)
  481. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  482. dbapi_connection.rollback()
  483. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140242781533952 and this is thread id 140243064878848
  484. ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x7f8cd089ad50>
  485. Traceback (most recent call last):
  486. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
  487. fairy._reset(pool)
  488. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 765, in _reset
  489. pool._dialect.do_rollback(self)
  490. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
  491. dbapi_connection.rollback()
  492. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140242781533952 and this is thread id 140243064878848
  493.  
  494. During handling of the above exception, another exception occurred:
  495.  
  496. Traceback (most recent call last):
  497. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/pool.py", line 290, in _close_connection
  498. self._dialect.do_close(connection)
  499. File "/home/nask0/.virtualenvs/hubs/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 418, in do_close
  500. dbapi_connection.close()
  501. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140242781533952 and this is thread id 140243064878848
  502. WARNING:fedmsg.crypto.x509:Crypto disabled ImportError("No module named 'M2Crypto'",)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement