Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.41 KB | None | 0 0
  1. colton@raptorcage:/tmp$ mkvirtualenv -p `which python3` clean_bugsnag_test
  2. Running virtualenv with interpreter /usr/bin/python3
  3. Using base prefix '/usr'
  4. New python executable in clean_bugsnag_test/bin/python3
  5. Also creating executable in clean_bugsnag_test/bin/python
  6. Installing setuptools, pip...done.
  7. (clean_bugsnag_test)colton@raptorcage:/tmp$ mkdir bugsnag_test
  8. (clean_bugsnag_test)colton@raptorcage:/tmp$ cd bugsnag_test/
  9. (clean_bugsnag_test)colton@raptorcage:/tmp/bugsnag_test$ git clone https://github.com/bugsnag/bugsnag-python.git
  10. Cloning into 'bugsnag-python'...
  11. remote: Counting objects: 750, done.
  12. remote: Total 750 (delta 0), reused 0 (delta 0)
  13. Receiving objects: 100% (750/750), 126.75 KiB | 0 bytes/s, done.
  14. Resolving deltas: 100% (425/425), done.
  15. Checking connectivity... done.
  16. (clean_bugsnag_test)colton@raptorcage:/tmp/bugsnag_test$ cd bugsnag-python/
  17. (clean_bugsnag_test)colton@raptorcage:/tmp/bugsnag_test/bugsnag-python (master)$ python --version
  18. Python 3.4.0
  19. (clean_bugsnag_test)colton@raptorcage:/tmp/bugsnag_test/bugsnag-python (master)$ python setup.py test
  20. running test
  21. Searching for webob
  22. Reading https://pypi.python.org/simple/webob/
  23. Best match: WebOb 1.4
  24. Downloading https://pypi.python.org/packages/source/W/WebOb/WebOb-1.4.tar.gz#md5=8437607c0cc00c35f658f972516ffb55
  25. Processing WebOb-1.4.tar.gz
  26. Writing /tmp/easy_install-omia0x4q/WebOb-1.4/setup.cfg
  27. Running WebOb-1.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-omia0x4q/WebOb-1.4/egg-dist-tmp-tk09jxc_
  28. no previously-included directories found matching '*.pyc'
  29. no previously-included directories found matching '*.pyo'
  30.  
  31. Installed /tmp/bugsnag_test/bugsnag-python/WebOb-1.4-py3.4.egg
  32. Searching for nose
  33. Reading https://pypi.python.org/simple/nose/
  34. Best match: nose 1.3.4
  35. Downloading https://pypi.python.org/packages/source/n/nose/nose-1.3.4.tar.gz#md5=6ed7169887580ddc9a8e16048d38274d
  36. Processing nose-1.3.4.tar.gz
  37. Writing /tmp/easy_install-ldo4c7yj/nose-1.3.4/setup.cfg
  38. Running nose-1.3.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ldo4c7yj/nose-1.3.4/egg-dist-tmp-9qbbgg2d
  39. no previously-included directories found matching 'doc/.build'
  40.  
  41. Installed /tmp/bugsnag_test/bugsnag-python/nose-1.3.4-py3.4.egg
  42. Searching for mock
  43. Reading https://pypi.python.org/simple/mock/
  44. Best match: mock 1.0.1
  45. Downloading https://pypi.python.org/packages/source/m/mock/mock-1.0.1.zip#md5=869f08d003c289a97c1a6610faf5e913
  46. Processing mock-1.0.1.zip
  47. Writing /tmp/easy_install-j0e8_7s4/mock-1.0.1/setup.cfg
  48. Running mock-1.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-j0e8_7s4/mock-1.0.1/egg-dist-tmp-nnjhpmn2
  49. warning: no files found matching '*.png' under directory 'docs'
  50. warning: no files found matching '*.css' under directory 'docs'
  51. warning: no files found matching '*.html' under directory 'docs'
  52. warning: no files found matching '*.js' under directory 'docs'
  53. zip_safe flag not set; analyzing archive contents...
  54.  
  55. Installed /tmp/bugsnag_test/bugsnag-python/mock-1.0.1-py3.4.egg
  56. Searching for webtest
  57. Reading https://pypi.python.org/simple/webtest/
  58. Best match: WebTest 2.0.16
  59. Downloading https://pypi.python.org/packages/source/W/WebTest/WebTest-2.0.16.zip#md5=eac96492c398f61ed47f936426849aec
  60. Processing WebTest-2.0.16.zip
  61. Writing /tmp/easy_install-ic8m8f2x/WebTest-2.0.16/setup.cfg
  62. Running WebTest-2.0.16/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ic8m8f2x/WebTest-2.0.16/egg-dist-tmp-1v_l1vqz
  63. no previously-included directories found matching 'docs/_build'
  64. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  65. warning: no previously-included files matching '__pycache__' found anywhere in distribution
  66.  
  67. Installed /tmp/bugsnag_test/bugsnag-python/WebTest-2.0.16-py3.4.egg
  68. Searching for celery
  69. Reading https://pypi.python.org/simple/celery/
  70. Best match: celery 3.1.17
  71. Downloading https://pypi.python.org/packages/source/c/celery/celery-3.1.17.tar.gz#md5=e37f5d93b960bf68fc26c1325f30fd16
  72. Processing celery-3.1.17.tar.gz
  73. Writing /tmp/easy_install-8lyp79f6/celery-3.1.17/setup.cfg
  74. Running celery-3.1.17/setup.py -q bdist_egg --dist-dir /tmp/easy_install-8lyp79f6/celery-3.1.17/egg-dist-tmp-7g9uem6z
  75. - Trying to upgrade 'task' in 'celery.app'
  76. - upgrade task: no old version found.
  77. no previously-included directories found matching '*.pyc'
  78. no previously-included directories found matching '*.sw*'
  79.  
  80. Installed /tmp/bugsnag_test/bugsnag-python/celery-3.1.17-py3.4.egg
  81. Searching for django
  82. Reading https://pypi.python.org/simple/django/
  83. Best match: Django 1.7.1
  84. Downloading https://pypi.python.org/packages/source/D/Django/Django-1.7.1.tar.gz#md5=81dae89f21647b9aa5c46c6b7dbfa349
  85. Processing Django-1.7.1.tar.gz
  86. Writing /tmp/easy_install-1ffx65tw/Django-1.7.1/setup.cfg
  87. Running Django-1.7.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1ffx65tw/Django-1.7.1/egg-dist-tmp-8te951bb
  88. warning: no previously-included files matching '__pycache__' found under directory '*'
  89. warning: no previously-included files matching '*.py[co]' found under directory '*'
  90.  
  91. Installed /tmp/bugsnag_test/bugsnag-python/Django-1.7.1-py3.4.egg
  92. Searching for blinker
  93. Reading https://pypi.python.org/simple/blinker/
  94. Best match: blinker 1.3
  95. Downloading https://pypi.python.org/packages/source/b/blinker/blinker-1.3.tar.gz#md5=66e9688f2d287593a0e698cd8a5fbc57
  96. Processing blinker-1.3.tar.gz
  97. Writing /tmp/easy_install-8u4dp3kd/blinker-1.3/setup.cfg
  98. Running blinker-1.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-8u4dp3kd/blinker-1.3/egg-dist-tmp-7trn2qcq
  99. zip_safe flag not set; analyzing archive contents...
  100.  
  101. Installed /tmp/bugsnag_test/bugsnag-python/blinker-1.3-py3.4.egg
  102. Searching for flask
  103. Reading https://pypi.python.org/simple/flask/
  104. Best match: Flask 0.10.1
  105. Downloading https://pypi.python.org/packages/source/F/Flask/Flask-0.10.1.tar.gz#md5=378670fe456957eb3c27ddaef60b2b24
  106. Processing Flask-0.10.1.tar.gz
  107. Writing /tmp/easy_install-asubrir2/Flask-0.10.1/setup.cfg
  108. Running Flask-0.10.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-asubrir2/Flask-0.10.1/egg-dist-tmp-ljszvjvw
  109. warning: no files found matching '*' under directory 'tests'
  110. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  111. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  112. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  113. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  114. warning: no previously-included files matching '*.pyc' found under directory 'examples'
  115. warning: no previously-included files matching '*.pyo' found under directory 'examples'
  116. no previously-included directories found matching 'docs/_build'
  117. no previously-included directories found matching 'docs/_themes/.git'
  118.  
  119. Installed /tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg
  120. Searching for tornado
  121. Reading https://pypi.python.org/simple/tornado/
  122. Best match: tornado 4.0.2
  123. Downloading https://pypi.python.org/packages/source/t/tornado/tornado-4.0.2.tar.gz#md5=985c0e704b765c33a6193d49d1935588
  124. Processing tornado-4.0.2.tar.gz
  125. Writing /tmp/easy_install-huogw9uz/tornado-4.0.2/setup.cfg
  126. Running tornado-4.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-huogw9uz/tornado-4.0.2/egg-dist-tmp-0daddh6x
  127. tornado/speedups.c:44:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  128. PyInit_speedups() {
  129. ^
  130. zip_safe flag not set; analyzing archive contents...
  131. tornado.test.__pycache__.httpserver_test.cpython-34: module references __file__
  132. tornado.test.__pycache__.iostream_test.cpython-34: module references __file__
  133. tornado.test.__pycache__.locale_test.cpython-34: module references __file__
  134. tornado.test.__pycache__.options_test.cpython-34: module references __file__
  135. tornado.test.__pycache__.template_test.cpython-34: module references __file__
  136. tornado.test.__pycache__.web_test.cpython-34: module references __file__
  137. tornado.__pycache__.autoreload.cpython-34: module references __file__
  138. tornado.__pycache__.testing.cpython-34: module references __file__
  139. tornado.__pycache__.speedups.cpython-34: module references __file__
  140.  
  141. Installed /tmp/bugsnag_test/bugsnag-python/tornado-4.0.2-py3.4-linux-x86_64.egg
  142. Searching for beautifulsoup4
  143. Reading https://pypi.python.org/simple/beautifulsoup4/
  144. Best match: beautifulsoup4 4.3.2
  145. Downloading https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-4.3.2.tar.gz#md5=b8d157a204d56512a4cc196e53e7d8ee
  146. Processing beautifulsoup4-4.3.2.tar.gz
  147. Writing /tmp/easy_install-1f6i9ww0/beautifulsoup4-4.3.2/setup.cfg
  148. Running beautifulsoup4-4.3.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1f6i9ww0/beautifulsoup4-4.3.2/egg-dist-tmp-0npg_kij
  149. zip_safe flag not set; analyzing archive contents...
  150.  
  151. Installed /tmp/bugsnag_test/bugsnag-python/beautifulsoup4-4.3.2-py3.4.egg
  152. Searching for waitress>=0.8.5
  153. Reading https://pypi.python.org/simple/waitress/
  154. Best match: waitress 0.8.9
  155. Downloading https://pypi.python.org/packages/source/w/waitress/waitress-0.8.9.tar.gz#md5=da3f2e62b3676be5dd630703a68e2a04
  156. Processing waitress-0.8.9.tar.gz
  157. Writing /tmp/easy_install-t9ykx1ye/waitress-0.8.9/setup.cfg
  158. Running waitress-0.8.9/setup.py -q bdist_egg --dist-dir /tmp/easy_install-t9ykx1ye/waitress-0.8.9/egg-dist-tmp-t7b8ie0f
  159.  
  160. Installed /tmp/bugsnag_test/bugsnag-python/waitress-0.8.9-py3.4.egg
  161. Searching for six
  162. Reading https://pypi.python.org/simple/six/
  163. Best match: six 1.8.0
  164. Downloading https://pypi.python.org/packages/source/s/six/six-1.8.0.tar.gz#md5=1626eb24cc889110c38f7e786ec69885
  165. Processing six-1.8.0.tar.gz
  166. Writing /tmp/easy_install-uggbaxvy/six-1.8.0/setup.cfg
  167. Running six-1.8.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-uggbaxvy/six-1.8.0/egg-dist-tmp-otif2z82
  168. no previously-included directories found matching 'documentation/_build'
  169. zip_safe flag not set; analyzing archive contents...
  170. __pycache__.six.cpython-34: module references __path__
  171.  
  172. Installed /tmp/bugsnag_test/bugsnag-python/six-1.8.0-py3.4.egg
  173. Searching for kombu>=3.0.24,<3.1
  174. Reading https://pypi.python.org/simple/kombu/
  175. Best match: kombu 3.0.24
  176. Downloading https://pypi.python.org/packages/source/k/kombu/kombu-3.0.24.tar.gz#md5=37c8b5084ac83b8a6f5ff9f157cac0e9
  177. Processing kombu-3.0.24.tar.gz
  178. Writing /tmp/easy_install-vl1w1ty5/kombu-3.0.24/setup.cfg
  179. Running kombu-3.0.24/setup.py -q bdist_egg --dist-dir /tmp/easy_install-vl1w1ty5/kombu-3.0.24/egg-dist-tmp-lafhrzni
  180. warning: no files found matching 'README'
  181.  
  182. Installed /tmp/bugsnag_test/bugsnag-python/kombu-3.0.24-py3.4.egg
  183. Searching for billiard>=3.3.0.19,<3.4
  184. Reading https://pypi.python.org/simple/billiard/
  185. Best match: billiard 3.3.0.19
  186. Downloading https://pypi.python.org/packages/source/b/billiard/billiard-3.3.0.19.tar.gz#md5=7e473b9da01956ce91a650f99fe8d4ad
  187. Processing billiard-3.3.0.19.tar.gz
  188. Writing /tmp/easy_install-1c3oed89/billiard-3.3.0.19/setup.cfg
  189. Running billiard-3.3.0.19/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1c3oed89/billiard-3.3.0.19/egg-dist-tmp-40vmeqbq
  190. warning: no files found matching '*.py' under directory 'Lib'
  191.  
  192. Installed /tmp/bugsnag_test/bugsnag-python/billiard-3.3.0.19-py3.4.egg
  193. Searching for pytz>dev
  194. Reading https://pypi.python.org/simple/pytz/
  195. Best match: pytz 2014.9
  196. Downloading https://pypi.python.org/packages/3.4/p/pytz/pytz-2014.9-py3.4.egg#md5=50837352c4fa3c9d18ccd19794a05431
  197. Processing pytz-2014.9-py3.4.egg
  198. Moving pytz-2014.9-py3.4.egg to /tmp/bugsnag_test/bugsnag-python
  199.  
  200. Installed /tmp/bugsnag_test/bugsnag-python/pytz-2014.9-py3.4.egg
  201. Searching for itsdangerous>=0.21
  202. Reading https://pypi.python.org/simple/itsdangerous/
  203. Best match: itsdangerous 0.24
  204. Downloading https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-0.24.tar.gz#md5=a3d55aa79369aef5345c036a8a26307f
  205. Processing itsdangerous-0.24.tar.gz
  206. Writing /tmp/easy_install-a_xw8bgj/itsdangerous-0.24/setup.cfg
  207. Running itsdangerous-0.24/setup.py -q bdist_egg --dist-dir /tmp/easy_install-a_xw8bgj/itsdangerous-0.24/egg-dist-tmp-a80__yb5
  208. warning: no previously-included files matching '*' found under directory 'docs/_build'
  209.  
  210. Installed /tmp/bugsnag_test/bugsnag-python/itsdangerous-0.24-py3.4.egg
  211. Searching for Jinja2>=2.4
  212. Reading https://pypi.python.org/simple/Jinja2/
  213. Best match: Jinja2 2.7.3
  214. Downloading https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.3.tar.gz#md5=b9dffd2f3b43d673802fe857c8445b1a
  215. Processing Jinja2-2.7.3.tar.gz
  216. Writing /tmp/easy_install-zhn0cpw0/Jinja2-2.7.3/setup.cfg
  217. Running Jinja2-2.7.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-zhn0cpw0/Jinja2-2.7.3/egg-dist-tmp-f4jpp0_m
  218. warning: no files found matching '*' under directory 'custom_fixers'
  219. warning: no previously-included files matching '*' found under directory 'docs/_build'
  220. warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
  221. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  222. warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
  223. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  224.  
  225. Installed /tmp/bugsnag_test/bugsnag-python/Jinja2-2.7.3-py3.4.egg
  226. Searching for Werkzeug>=0.7
  227. Reading https://pypi.python.org/simple/Werkzeug/
  228. Best match: Werkzeug 0.9.6
  229. Downloading https://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.9.6.tar.gz#md5=f7afcadc03b0f2267bdc156c34586043
  230. Processing Werkzeug-0.9.6.tar.gz
  231. Writing /tmp/easy_install-glhkm_yp/Werkzeug-0.9.6/setup.cfg
  232. Running Werkzeug-0.9.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-glhkm_yp/Werkzeug-0.9.6/egg-dist-tmp-1vq_1w8o
  233. warning: no files found matching '*' under directory 'werkzeug/debug/templates'
  234. warning: no files found matching '*' under directory 'tests'
  235. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  236. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  237. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  238. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  239. warning: no previously-included files matching '*.pyc' found under directory 'examples'
  240. warning: no previously-included files matching '*.pyo' found under directory 'examples'
  241. no previously-included directories found matching 'docs/_build'
  242.  
  243. Installed /tmp/bugsnag_test/bugsnag-python/Werkzeug-0.9.6-py3.4.egg
  244. Searching for certifi
  245. Reading https://pypi.python.org/simple/certifi/
  246. Best match: certifi 14.05.14
  247. Downloading https://pypi.python.org/packages/source/c/certifi/certifi-14.05.14.tar.gz#md5=315ea4e50673a16ab047099f816fd32a
  248. Processing certifi-14.05.14.tar.gz
  249. Writing /tmp/easy_install-9iwynn_q/certifi-14.05.14/setup.cfg
  250. Running certifi-14.05.14/setup.py -q bdist_egg --dist-dir /tmp/easy_install-9iwynn_q/certifi-14.05.14/egg-dist-tmp-02jqtnnk
  251. zip_safe flag not set; analyzing archive contents...
  252. certifi.__pycache__.core.cpython-34: module references __file__
  253.  
  254. Installed /tmp/bugsnag_test/bugsnag-python/certifi-14.05.14-py3.4.egg
  255. Searching for amqp>=1.4.6,<2.0
  256. Reading https://pypi.python.org/simple/amqp/
  257. Best match: amqp 1.4.6
  258. Downloading https://pypi.python.org/packages/source/a/amqp/amqp-1.4.6.tar.gz#md5=a061581b6864f838bffd62b6a3d0fb9f
  259. Processing amqp-1.4.6.tar.gz
  260. Writing /tmp/easy_install-96bhllra/amqp-1.4.6/setup.cfg
  261. Running amqp-1.4.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-96bhllra/amqp-1.4.6/egg-dist-tmp-gw27h6qs
  262.  
  263. Installed /tmp/bugsnag_test/bugsnag-python/amqp-1.4.6-py3.4.egg
  264. Searching for anyjson>=0.3.3
  265. Reading https://pypi.python.org/simple/anyjson/
  266. Best match: anyjson 0.3.3
  267. Downloading https://pypi.python.org/packages/source/a/anyjson/anyjson-0.3.3.tar.gz#md5=2ea28d6ec311aeeebaf993cb3008b27c
  268. Processing anyjson-0.3.3.tar.gz
  269. Writing /tmp/easy_install-wn8g09tb/anyjson-0.3.3/setup.cfg
  270. Running anyjson-0.3.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-wn8g09tb/anyjson-0.3.3/egg-dist-tmp-ost12d0x
  271.  
  272. Installed /tmp/bugsnag_test/bugsnag-python/anyjson-0.3.3-py3.4.egg
  273. Searching for markupsafe
  274. Reading https://pypi.python.org/simple/markupsafe/
  275. Best match: MarkupSafe 0.23
  276. Downloading https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.23.tar.gz#md5=f5ab3deee4c37cd6a922fb81e730da6e
  277. Processing MarkupSafe-0.23.tar.gz
  278. Writing /tmp/easy_install-q6xh3_go/MarkupSafe-0.23/setup.cfg
  279. Running MarkupSafe-0.23/setup.py -q bdist_egg --dist-dir /tmp/easy_install-q6xh3_go/MarkupSafe-0.23/egg-dist-tmp-y4co08wp
  280.  
  281. Installed /tmp/bugsnag_test/bugsnag-python/MarkupSafe-0.23-py3.4-linux-x86_64.egg
  282. running egg_info
  283. creating bugsnag.egg-info
  284. writing dependency_links to bugsnag.egg-info/dependency_links.txt
  285. writing bugsnag.egg-info/PKG-INFO
  286. writing requirements to bugsnag.egg-info/requires.txt
  287. writing top-level names to bugsnag.egg-info/top_level.txt
  288. writing manifest file 'bugsnag.egg-info/SOURCES.txt'
  289. reading manifest file 'bugsnag.egg-info/SOURCES.txt'
  290. writing manifest file 'bugsnag.egg-info/SOURCES.txt'
  291. running build_ext
  292. test_configuration.test_get_endpoint ... ok
  293. test_configuration.test_environment_defaults ... ok
  294. test_configuration.test_should_notify ... ok
  295. test_configuration.test_ignore_classes ... ok
  296. test_configuration.test_hostname ... ok
  297. /tmp/bugsnag_test/bugsnag-python/WebTest-2.0.16-py3.4.egg/webtest/utils.py:10: DeprecationWarning: The value of convert_charrefs will become True in 3.5. You are encouraged to set the value explicitly.
  298. unescape_html = html_parser.HTMLParser().unescape
  299. test_flask.test_bugsnag_crash ... ERROR
  300. test_flask.test_bugsnag_custom_data ... ERROR
  301. test_flask.test_bugsnag_middleware_working ... ERROR
  302. test_flask.test_bugsnag_notify ... ERROR
  303. test_middleware.test_order_of_middleware ... ok
  304. test_middleware.test_before_notify_returning_false ... ok
  305. test_middleware.test_before_exception_handling ... ok
  306. test_middleware.test_after_exception_handling ... ok
  307. test_notification.test_sanitize
  308. It should sanitize request data ... ok
  309. test_utils.test_sanitize_object ... ok
  310. test_utils.test_json_encode ... ok
  311. test_wsgi.test_bugsnag_middleware_closes_iterables ... ok
  312. test_wsgi.test_bugsnag_middleware_crash_on_close ... ok
  313. test_wsgi.test_bugsnag_middleware_crash_on_iter ... ok
  314. test_wsgi.test_bugsnag_middleware_crash_on_start ... ok
  315. test_wsgi.test_bugsnag_middleware_respects_meta_data ... ok
  316. test_wsgi.test_bugsnag_middleware_respects_user_id ... ok
  317. test_wsgi.test_bugsnag_middleware_working ... ok
  318.  
  319. ======================================================================
  320. ERROR: test_flask.test_bugsnag_crash
  321. ----------------------------------------------------------------------
  322. Traceback (most recent call last):
  323. File "/tmp/bugsnag_test/bugsnag-python/nose-1.3.4-py3.4.egg/nose/case.py", line 198, in runTest
  324. self.test(*self.arg)
  325. File "/tmp/bugsnag_test/bugsnag-python/mock-1.0.1-py3.4.egg/mock.py", line 1201, in patched
  326. return func(*args, **keywargs)
  327. File "/tmp/bugsnag_test/bugsnag-python/tests/test_flask.py", line 37, in test_bugsnag_crash
  328. app = Flask("crashing")
  329. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/app.py", line 319, in __init__
  330. template_folder=template_folder)
  331. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/helpers.py", line 741, in __init__
  332. self.root_path = get_root_path(self.import_name)
  333. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/helpers.py", line 631, in get_root_path
  334. loader = pkgutil.get_loader(import_name)
  335. File "/usr/lib/python3.4/pkgutil.py", line 467, in get_loader
  336. return find_loader(fullname)
  337. File "/usr/lib/python3.4/pkgutil.py", line 488, in find_loader
  338. return spec.loader
  339. AttributeError: 'NoneType' object has no attribute 'loader'
  340.  
  341. ======================================================================
  342. ERROR: test_flask.test_bugsnag_custom_data
  343. ----------------------------------------------------------------------
  344. Traceback (most recent call last):
  345. File "/tmp/bugsnag_test/bugsnag-python/nose-1.3.4-py3.4.egg/nose/case.py", line 198, in runTest
  346. self.test(*self.arg)
  347. File "/tmp/bugsnag_test/bugsnag-python/mock-1.0.1-py3.4.egg/mock.py", line 1201, in patched
  348. return func(*args, **keywargs)
  349. File "/tmp/bugsnag_test/bugsnag-python/tests/test_flask.py", line 69, in test_bugsnag_custom_data
  350. app = Flask("custom")
  351. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/app.py", line 319, in __init__
  352. template_folder=template_folder)
  353. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/helpers.py", line 741, in __init__
  354. self.root_path = get_root_path(self.import_name)
  355. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/helpers.py", line 631, in get_root_path
  356. loader = pkgutil.get_loader(import_name)
  357. File "/usr/lib/python3.4/pkgutil.py", line 467, in get_loader
  358. return find_loader(fullname)
  359. File "/usr/lib/python3.4/pkgutil.py", line 488, in find_loader
  360. return spec.loader
  361. AttributeError: 'NoneType' object has no attribute 'loader'
  362.  
  363. ======================================================================
  364. ERROR: test_flask.test_bugsnag_middleware_working
  365. ----------------------------------------------------------------------
  366. Traceback (most recent call last):
  367. File "/tmp/bugsnag_test/bugsnag-python/nose-1.3.4-py3.4.egg/nose/case.py", line 198, in runTest
  368. self.test(*self.arg)
  369. File "/tmp/bugsnag_test/bugsnag-python/mock-1.0.1-py3.4.egg/mock.py", line 1201, in patched
  370. return func(*args, **keywargs)
  371. File "/tmp/bugsnag_test/bugsnag-python/tests/test_flask.py", line 23, in test_bugsnag_middleware_working
  372. app = Flask("working")
  373. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/app.py", line 319, in __init__
  374. template_folder=template_folder)
  375. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/helpers.py", line 741, in __init__
  376. self.root_path = get_root_path(self.import_name)
  377. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/helpers.py", line 631, in get_root_path
  378. loader = pkgutil.get_loader(import_name)
  379. File "/usr/lib/python3.4/pkgutil.py", line 467, in get_loader
  380. return find_loader(fullname)
  381. File "/usr/lib/python3.4/pkgutil.py", line 488, in find_loader
  382. return spec.loader
  383. AttributeError: 'NoneType' object has no attribute 'loader'
  384.  
  385. ======================================================================
  386. ERROR: test_flask.test_bugsnag_notify
  387. ----------------------------------------------------------------------
  388. Traceback (most recent call last):
  389. File "/tmp/bugsnag_test/bugsnag-python/nose-1.3.4-py3.4.egg/nose/case.py", line 198, in runTest
  390. self.test(*self.arg)
  391. File "/tmp/bugsnag_test/bugsnag-python/mock-1.0.1-py3.4.egg/mock.py", line 1201, in patched
  392. return func(*args, **keywargs)
  393. File "/tmp/bugsnag_test/bugsnag-python/tests/test_flask.py", line 52, in test_bugsnag_notify
  394. app = Flask("notifying")
  395. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/app.py", line 319, in __init__
  396. template_folder=template_folder)
  397. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/helpers.py", line 741, in __init__
  398. self.root_path = get_root_path(self.import_name)
  399. File "/tmp/bugsnag_test/bugsnag-python/Flask-0.10.1-py3.4.egg/flask/helpers.py", line 631, in get_root_path
  400. loader = pkgutil.get_loader(import_name)
  401. File "/usr/lib/python3.4/pkgutil.py", line 467, in get_loader
  402. return find_loader(fullname)
  403. File "/usr/lib/python3.4/pkgutil.py", line 488, in find_loader
  404. return spec.loader
  405. AttributeError: 'NoneType' object has no attribute 'loader'
  406.  
  407. ----------------------------------------------------------------------
  408. Ran 23 tests in 1.137s
  409.  
  410. FAILED (errors=4)
  411. (clean_bugsnag_test)colton@raptorcage:/tmp/bugsnag_test/bugsnag-python (master)$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement