Skip to content

Instantly share code, notes, and snippets.

@fperez
Created June 4, 2012 22:45
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 fperez/2871287 to your computer and use it in GitHub Desktop.
Save fperez/2871287 to your computer and use it in GitHub Desktop.
IPython test log
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.050s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
............................................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 427 tests in 26.354s
OK (KNOWNFAIL=1)
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
.........E....
======================================================================
ERROR: IPython.extensions.tests.test_cythonmagic.test_cython
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/extensions/tests/test_cythonmagic.py", line 41, in test_cython
ip.run_cell_magic('cython', '', code)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 2088, in run_cell_magic
result = fn(line, cell)
File "<string>", line 2, in cython
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/core/magic.py", line 190, in <lambda>
call = lambda f, *a, **k: f(*a, **k)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/extensions/cythonmagic.py", line 177, in cython
module = imp.load_dynamic(module_name, module_path)
ImportError: /home/fperez/.ipython/cython/_cython_magic_a19039388453d3d71cb1bf3eb553392f.so: wrong ELF class: ELFCLASS32
----------------------------------------------------------------------
Ran 14 tests in 12.206s
FAILED (errors=1)
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
..........................
----------------------------------------------------------------------
Ran 26 tests in 5.478s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
......................................
----------------------------------------------------------------------
Ran 39 tests in 8.185s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
...........................S..S........................S
----------------------------------------------------------------------
Ran 60 tests in 0.098s
OK (SKIP=3)
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
....................................................................SS...S..............S............S..S...........................................................................................................
----------------------------------------------------------------------
Ran 213 tests in 0.969s
OK (SKIP=6)
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.030s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
......................................................................................................................................................
----------------------------------------------------------------------
Ran 160 tests in 11.587s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
...............................................................................................S..........SSSSSSSSSSSSSS.....................................................S
----------------------------------------------------------------------
Ran 175 tests in 84.615s
OK (SKIP=16)
**********************************************************************
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.scripts
**********************************************************************
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': '4f3eb43',
'commit_source': 'installation',
'ipython_path': '/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython',
'ipython_version': '0.13.dev',
'os_name': 'posix',
'platform': 'Linux-3.2.0-24-generic-x86_64-with-Ubuntu-12.04-precise',
'sys_executable': '/home/fperez/.ipy_pr_tests/venv-python2.7/bin/python',
'sys_platform': 'linux2',
'sys_version': '2.7.3 (default, Apr 20 2012, 22:39:59) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses cython matplotlib numpy pexpect pygments pymongo qt rpy2 sqlite3 tornado wx zmq
Tools and libraries NOT available at test time:
wx.aui
Ran 11 test groups in 211.575s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.extensions
You may wish to rerun this one individually, with:
/home/fperez/.ipy_pr_tests/venv-python2.7/bin/python /home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment