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/2986547 to your computer and use it in GitHub Desktop.
Save fperez/2986547 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.090s
OK
.........................................................................................................................................................................................................S......................................................................................................................K.........
----------------------------------------------------------------------
Ran 330 tests in 15.322s
OK (KNOWNFAIL=1, SKIP=1)
.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
..............
----------------------------------------------------------------------
Ran 14 tests in 2.779s
OK
................SS......
----------------------------------------------------------------------
Ran 24 tests in 4.378s
OK (SKIP=2)
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
.........................S..S......................S
----------------------------------------------------------------------
Ran 52 tests in 0.120s
OK (SKIP=3)
.....................................................................SS...S..............S............S..S................................................S.........S..................................................
----------------------------------------------------------------------
Ran 215 tests in 1.897s
OK (SKIP=8)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.051s
OK
.........................
----------------------------------------------------------------------
Ran 25 tests in 12.318s
OK
............................................................................................................S..........S....F......F............K.S.....K..........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-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/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-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/IPython/parallel/tests/test_view.py", line 284, in test_apply_numpy
assert_array_equal(B,C)
File "/usr/lib/python3/dist-packages/numpy/testing/utils.py", line 707, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python3/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-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/IPython/parallel/tests/test_view.py", line 244, in test_scatter_gather_numpy
assert_array_equal(b, a)
File "/usr/lib/python3/dist-packages/numpy/testing/utils.py", line 707, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python3/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-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/IPython/parallel/tests/test_view.py", line 345, in test_scatter_gather_numpy_nonblocking
assert_array_equal(amr.get(), a)
File "/usr/lib/python3/dist-packages/numpy/testing/utils.py", line 707, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python3/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 172 tests in 58.515s
FAILED (KNOWNFAIL=2, SKIP=4, 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-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/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-python3.2/bin/python',
'sys_platform': 'linux2',
'sys_version': '3.2.3 (default, May 3 2012, 15:51:42) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses numpy pexpect qt sqlite3 tornado zmq
Tools and libraries NOT available at test time:
cython matplotlib oct2py pygments pymongo rpy2 wx wx.aui
Ran 11 test groups in 122.238s
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-python3.2/bin/python /home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.beta1-py3.2.egg/IPython/testing/iptest.py IPython.parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment