Skip to content

Instantly share code, notes, and snippets.

@fperez
Created June 25, 2012 04:33
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/2986546 to your computer and use it in GitHub Desktop.
Save fperez/2986546 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.076s
OK
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 461 tests in 16.215s
OK (KNOWNFAIL=1)
................
----------------------------------------------------------------------
Ran 16 tests in 2.756s
OK
..............................
----------------------------------------------------------------------
Ran 30 tests in 3.090s
OK
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/frontend/qt/console/completion_html.py", line 152, in eventFilter
if obj == self._text_edit:
AttributeError: 'CompletionHtml' object has no attribute '_text_edit'
................Exception pexpect.ExceptionPexpect: ExceptionPexpect() in <bound method spawn.__del__ of <pexpect.spawn object at 0x489ef10>> ignored
.Exception pexpect.ExceptionPexpect: ExceptionPexpect() in <bound method spawn.__del__ of <pexpect.spawn object at 0x489ef50>> ignored
.....................
----------------------------------------------------------------------
Ran 39 tests in 8.932s
OK
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
...........................S..S........................S
----------------------------------------------------------------------
Ran 60 tests in 0.139s
OK (SKIP=3)
.......................................................................SS...S..............S............S..S.............................................................................................................
----------------------------------------------------------------------
Ran 218 tests in 1.524s
OK (SKIP=6)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.052s
OK
......................................................................................................................................................
----------------------------------------------------------------------
Ran 160 tests in 12.061s
OK
......................................................................................................S.............SSSSSSSSSSSSSS..F......F....................................FF......S
======================================================================
FAIL: test_ndarray_serialized (IPython.parallel.tests.test_newserialized.CanningTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 2, in test_ndarray_serialized
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/test_newserialized.py", line 93, in test_ndarray_serialized
self.assertEquals(md['dtype'], a.dtype.str)
AssertionError: [('', '<f8')] != '<f8'
"[('', '<f8')] != '<f8'" = '%s != %s' % (safe_repr([('', '<f8')]), safe_repr('<f8'))
"[('', '<f8')] != '<f8'" = self._formatMessage("[('', '<f8')] != '<f8'", "[('', '<f8')] != '<f8'")
>> raise self.failureException("[('', '<f8')] != '<f8'")
======================================================================
FAIL: view.apply(f, ndarray)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 2, in test_apply_numpy
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/test_view.py", line 284, in test_apply_numpy
assert_array_equal(B,C)
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 707, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 636, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([[0, 0, 0, ..., 0, 0, 0],
[0, 0, 0, ..., 0, 0, 0],
[0, 0, 0, ..., 0, 0, 0],...
y: array([[(0,), (0,), (0,), ..., (0,), (0,), (0,)],
[(0,), (0,), (0,), ..., (0,), (0,), (0,)],
[(0,), (0,), (0,), ..., (0,), (0,), (0,)],...
>> raise AssertionError('\nArrays are not equal\n\n(mismatch 100.0%)\n x: array([[0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],...\n y: array([[(0,), (0,), (0,), ..., (0,), (0,), (0,)],\n [(0,), (0,), (0,), ..., (0,), (0,), (0,)],\n [(0,), (0,), (0,), ..., (0,), (0,), (0,)],...')
======================================================================
FAIL: test_scatter_gather_numpy (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 2, in test_scatter_gather_numpy
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/test_view.py", line 244, in test_scatter_gather_numpy
assert_array_equal(b, a)
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 707, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 636, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([(0,), (1,), (2,), (3,), (4,), (5,), (6,), (7,), (8,), (9,), (10,),
(11,), (12,), (13,), (14,), (15,), (16,), (17,), (18,), (19,),
(20,), (21,), (22,), (23,), (24,), (25,), (26,), (27,), (28,),...
y: array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63])
>> raise AssertionError('\nArrays are not equal\n\n(mismatch 100.0%)\n x: array([(0,), (1,), (2,), (3,), (4,), (5,), (6,), (7,), (8,), (9,), (10,),\n (11,), (12,), (13,), (14,), (15,), (16,), (17,), (18,), (19,),\n (20,), (21,), (22,), (23,), (24,), (25,), (26,), (27,), (28,),...\n y: array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,\n 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,\n 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,\n 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63])')
======================================================================
FAIL: test_scatter_gather_numpy_nonblocking (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 2, in test_scatter_gather_numpy_nonblocking
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/test_view.py", line 345, in test_scatter_gather_numpy_nonblocking
assert_array_equal(amr.get(), a)
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 707, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 636, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([(0,), (1,), (2,), (3,), (4,), (5,), (6,), (7,), (8,), (9,), (10,),
(11,), (12,), (13,), (14,), (15,), (16,), (17,), (18,), (19,),
(20,), (21,), (22,), (23,), (24,), (25,), (26,), (27,), (28,),...
y: array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63])
>> raise AssertionError('\nArrays are not equal\n\n(mismatch 100.0%)\n x: array([(0,), (1,), (2,), (3,), (4,), (5,), (6,), (7,), (8,), (9,), (10,),\n (11,), (12,), (13,), (14,), (15,), (16,), (17,), (18,), (19,),\n (20,), (21,), (22,), (23,), (24,), (25,), (26,), (27,), (28,),...\n y: array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,\n 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,\n 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,\n 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63])')
----------------------------------------------------------------------
Ran 186 tests in 64.751s
FAILED (SKIP=16, failures=4)
**********************************************************************
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': 'dbcaa8b',
'commit_source': 'installation',
'default_encoding': 'UTF-8',
'ipython_path': '/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython',
'ipython_version': '0.13.beta1',
'os_name': 'posix',
'platform': 'Linux-3.2.0-25-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 oct2py pexpect pygments pymongo qt rpy2 sqlite3 tornado wx wx.aui zmq
Ran 11 test groups in 151.601s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.parallel
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.parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment