Skip to content

Instantly share code, notes, and snippets.

@minrk
Created July 26, 2012 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minrk/3180303 to your computer and use it in GitHub Desktop.
Save minrk/3180303 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.078s
OK
[?1034h....................................................................................................................................................................................................................S...................................................................................................................................K.........
----------------------------------------------------------------------
Ran 354 tests in 17.008s
OK (KNOWNFAIL=1, SKIP=1)
[?1034h..E.EE
======================================================================
ERROR: IPython.extensions.tests.test_cythonmagic.test_cython_inline
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/minrk/.local/lib/python3.2/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/extensions/tests/test_cythonmagic.py", line 28, in test_cython_inline
result = ip.run_cell_magic('cython_inline','','return a+b')
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/core/interactiveshell.py", line 2132, in run_cell_magic
result = fn(magic_arg_s, cell)
File "<string>", line 2, in cython_inline
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/core/magic.py", line 192, in <lambda>
call = lambda f, *a, **k: f(*a, **k)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/extensions/cythonmagic.py", line 72, in cython_inline
return Cython.inline(cell, locals=locs, globals=globs)
File "/Users/minrk/.local/lib/python3.2/site-packages/Cython/Shadow.py", line 38, in inline
return cython_inline(f, *args, **kwds)
File "/Users/minrk/.local/lib/python3.2/site-packages/Cython/Build/Inline.py", line 188, in cython_inline
module = imp.load_dynamic(module_name, module_path)
ImportError: ImportError: dlopen(/Users/minrk/.cython/inline/_cython_inline_87ed8f453232e0b1b6675f88d1d3f74f.cpython-32m.so, 2): image not found
-------------------- >> begin captured stdout << ---------------------
Compiling /Users/minrk/.cython/inline/_cython_inline_87ed8f453232e0b1b6675f88d1d3f74f.pyx because it changed.
Cythonizing /Users/minrk/.cython/inline/_cython_inline_87ed8f453232e0b1b6675f88d1d3f74f.pyx
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: IPython.extensions.tests.test_cythonmagic.test_cython
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/minrk/.local/lib/python3.2/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/extensions/tests/test_cythonmagic.py", line 44, in test_cython
ip.run_cell_magic('cython', '', code)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/core/interactiveshell.py", line 2132, in run_cell_magic
result = fn(magic_arg_s, cell)
File "<string>", line 2, in cython
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/core/magic.py", line 192, in <lambda>
call = lambda f, *a, **k: f(*a, **k)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/extensions/cythonmagic.py", line 189, in cython
module = imp.load_dynamic(module_name, module_path)
ImportError: dlopen(/var/folders/m3/5266xph92fj_9nw4v20_20h40000gn/T/tmplwvsa1/cython/_cython_magic_e98a22562399189e45f37a791601fbae.cpython-32m.so, 2): image not found
======================================================================
ERROR: IPython.extensions.tests.test_cythonmagic.test_extlibs
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/minrk/.local/lib/python3.2/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/testing/decorators.py", line 232, in skipper_func
return f(*args, **kwargs)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/extensions/tests/test_cythonmagic.py", line 56, in test_extlibs
ip.run_cell_magic('cython', '-l m', code)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/core/interactiveshell.py", line 2132, in run_cell_magic
result = fn(magic_arg_s, cell)
File "<string>", line 2, in cython
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/core/magic.py", line 192, in <lambda>
call = lambda f, *a, **k: f(*a, **k)
File "/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/extensions/cythonmagic.py", line 189, in cython
module = imp.load_dynamic(module_name, module_path)
ImportError: dlopen(/var/folders/m3/5266xph92fj_9nw4v20_20h40000gn/T/tmplwvsa1/cython/_cython_magic_54768749c84c77a78e01ee50bb69e0d6.cpython-32m.so, 2): image not found
----------------------------------------------------------------------
Ran 6 tests in 3.066s
FAILED (errors=3)
[?1034h..............
----------------------------------------------------------------------
Ran 14 tests in 3.156s
OK
[?1034h................SS...SSS.........
----------------------------------------------------------------------
Ran 33 tests in 2.192s
OK (SKIP=5)
[?1034h............................S....S....................S
----------------------------------------------------------------------
Ran 55 tests in 0.131s
OK (SKIP=3)
[?1034h.......................................................................SS...S..............S............S..S....................................................S.........S..................................................
----------------------------------------------------------------------
Ran 221 tests in 3.043s
OK (SKIP=8)
[?1034h......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.252s
OK
[?1034h................................
----------------------------------------------------------------------
Ran 32 tests in 13.257s
OK
[?1034h...............................................................................................................S..........S........................K.S.....K..................S
----------------------------------------------------------------------
Ran 175 tests in 73.436s
OK (KNOWNFAIL=2, SKIP=4)
[?1034h**********************************************************************
IPython test group: IPython.config
**********************************************************************
IPython test group: IPython.core
**********************************************************************
IPython test group: IPython.extensions
**********************************************************************
IPython test group: IPython.frontend
**********************************************************************
IPython test group: IPython.lib
**********************************************************************
IPython test group: IPython.testing
**********************************************************************
IPython test group: IPython.utils
**********************************************************************
IPython test group: IPython.nbformat
**********************************************************************
IPython test group: IPython.zmq
**********************************************************************
IPython test group: IPython.parallel
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': 'e7c54cd',
'commit_source': 'installation',
'default_encoding': 'UTF-8',
'ipython_path': '/Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython',
'ipython_version': '0.14.dev',
'os_name': 'posix',
'platform': 'Darwin-12.0.0-x86_64-i386-64bit',
'sys_executable': '/Users/minrk/.ipy_pr_tests/venv-python3.2/bin/python',
'sys_platform': 'darwin',
'sys_version': '3.2.3 (default, Jul 25 2012, 21:03:57) \n[GCC 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.57))]'}
Tools and libraries available at test time:
curses cython numpy pexpect sqlite3 tornado zmq
Tools and libraries NOT available at test time:
matplotlib oct2py pygments pymongo qt rpy2 wx wx.aui
Ran 10 test groups in 137.575s
Status:
ERROR - 1 out of 10 test groups failed.
----------------------------------------
Runner failed: IPython.extensions
You may wish to rerun this one individually, with:
/Users/minrk/.ipy_pr_tests/venv-python3.2/bin/python /Users/minrk/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/testing/iptest.py IPython.extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment