Created
October 27, 2013 11:33
-
-
Save Carreau/7180717 to your computer and use it in GitHub Desktop.
iptest error for single code base
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iptest --all 12:27:49 | |
| IPython test group: parallel | |
| .....................................................................................................E.E..............................................S....S....S..S...................................E................................................................ | |
| ====================================================================== | |
| ERROR: test_require_function (IPython.parallel.tests.test_dependency.DependencyTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/bussonniermatthias/ipython/IPython/parallel/tests/test_dependency.py", line 126, in test_require_function | |
| self.assertEqual(ar.get(5), func(5)) | |
| File "/Users/bussonniermatthias/ipython/IPython/parallel/client/asyncresult.py", line 118, in get | |
| raise self._exception | |
| RemoteError: RuntimeError(maximum recursion depth exceeded) | |
| >> begin captured subprocess output << | |
| 2013-10-27 12:28:51.282 [IPControllerApp] client::client '\x00\x80\x00A\xfa' requested u'connection_request' | |
| 2013-10-27 12:28:51.282 [IPControllerApp] client::client ['\x00\x80\x00A\xfa'] connected | |
| 2013-10-27 12:28:51.362 [IPControllerApp] task::task u'86979fbe-ef8f-4f39-a456-e85154cd4d6b' arrived on 7 | |
| 2013-10-27 12:28:51.504 [IPControllerApp] task::task u'86979fbe-ef8f-4f39-a456-e85154cd4d6b' finished on 7 | |
| 2013-10-27 12:28:51.508 [IPControllerApp] task::task u'b0110078-c08b-4dcf-83d7-47bb80d41184' arrived on 8 | |
| >> end captured subprocess output << | |
| ====================================================================== | |
| ERROR: test_require_object (IPython.parallel.tests.test_dependency.DependencyTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/bussonniermatthias/ipython/IPython/parallel/tests/test_dependency.py", line 136, in test_require_object | |
| self.assertEqual(ar.get(5), func(5)) | |
| File "/Users/bussonniermatthias/ipython/IPython/parallel/client/asyncresult.py", line 118, in get | |
| raise self._exception | |
| RemoteError: RuntimeError(maximum recursion depth exceeded) | |
| >> begin captured subprocess output << | |
| 2013-10-27 12:28:52.198 [IPControllerApp] client::client '\x00\x80\x00A\xfc' requested u'connection_request' | |
| 2013-10-27 12:28:52.198 [IPControllerApp] client::client ['\x00\x80\x00A\xfc'] connected | |
| 2013-10-27 12:28:52.278 [IPControllerApp] task::task u'7099bdbb-cac5-4656-8e94-a336a1e6ec99' arrived on 6 | |
| 2013-10-27 12:28:52.906 [IPControllerApp] task::task u'7099bdbb-cac5-4656-8e94-a336a1e6ec99' finished on 6 | |
| >> end captured subprocess output << | |
| ====================================================================== | |
| ERROR: %pylab works on engines | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/bussonniermatthias/ipython/IPython/testing/decorators.py", line 224, in skipper_func | |
| return f(*args, **kwargs) | |
| File "/Users/bussonniermatthias/ipython/IPython/parallel/tests/test_magics.py", line 313, in test_px_pylab | |
| ip.magic("px %pylab inline") | |
| File "/Users/bussonniermatthias/ipython/IPython/core/interactiveshell.py", line 2184, in magic | |
| return self.run_line_magic(magic_name, magic_arg_s) | |
| File "/Users/bussonniermatthias/ipython/IPython/core/interactiveshell.py", line 2105, in run_line_magic | |
| result = fn(*args,**kwargs) | |
| File "/Users/bussonniermatthias/ipython/IPython/parallel/client/magics.py", line 239, in px | |
| return self.parallel_execute(line) | |
| File "/Users/bussonniermatthias/ipython/IPython/parallel/client/magics.py", line 264, in parallel_execute | |
| result.get() | |
| File "/Users/bussonniermatthias/ipython/IPython/parallel/client/asyncresult.py", line 120, in get | |
| raise error.TimeoutError("Result not ready.") | |
| TimeoutError: Result not ready. | |
| >> begin captured subprocess output << | |
| 2013-10-27 12:29:02.164 [IPControllerApp] client::client '\x00\x80\x00B\x1b' requested u'connection_request' | |
| 2013-10-27 12:29:02.164 [IPControllerApp] client::client ['\x00\x80\x00B\x1b'] connected | |
| 2013-10-27 12:29:02.238 [IPControllerApp] queue::client '\x00\x06\x05\x8fK' submitted request u'f28cbf6f-1d9e-4a5b-b4ce-fbc6d162b86e' to 8 | |
| >> end captured subprocess output << | |
| ---------------------------------------------------------------------- | |
| Ran 264 tests in 89.301s | |
| FAILED (SKIP=4, errors=3) | |
| IPython test group: kernel | |
| ......../Users/bussonniermatthias/ipython/IPython/kernel/zmq/tests/test_serialize.py:89: RuntimeWarning: invalid value encountered in isnan | |
| A[field][numpy.isnan(A[field])] = 0 | |
| .......................................Exception in thread Thread-1: | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 808, in __bootstrap_inner | |
| self.run() | |
| File "/Users/bussonniermatthias/ipython/IPython/testing/iptest.py", line 384, in run | |
| ready = select(streams, [], [], 0.5)[0] | |
| error: (9, 'Bad file descriptor') | |
| .............................. | |
| ---------------------------------------------------------------------- | |
| Ran 77 tests in 20.782s | |
| OK | |
| IPython test group: kernel.inprocess | |
| ........ | |
| ---------------------------------------------------------------------- | |
| Ran 8 tests in 1.499s | |
| OK | |
| IPython test group: config | |
| .................................................................. | |
| ---------------------------------------------------------------------- | |
| Ran 66 tests in 0.069s | |
| OK | |
| IPython test group: core | |
| ...................................................................................................................................................................................................................................F................................................................................................................................................................................ | |
| ====================================================================== | |
| FAIL: test_exit_code_signal (IPython.core.tests.test_interactiveshell.TestSystemPipedExitCode) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/bussonniermatthias/ipython/IPython/testing/decorators.py", line 224, in skipper_func | |
| return f(*args, **kwargs) | |
| File "/Users/bussonniermatthias/ipython/IPython/core/tests/test_interactiveshell.py", line 464, in test_exit_code_signal | |
| ExitCodeChecks.test_exit_code_signal(self) | |
| File "/Users/bussonniermatthias/ipython/IPython/testing/decorators.py", line 224, in skipper_func | |
| return f(*args, **kwargs) | |
| File "/Users/bussonniermatthias/ipython/IPython/core/tests/test_interactiveshell.py", line 438, in test_exit_code_signal | |
| self.assertEqual(ip.user_ns['_exit_code'], -signal.SIGALRM) | |
| AssertionError: None != -14 | |
| 'None != -14' = '%s != %s' % (safe_repr(None), safe_repr(-14)) | |
| 'None != -14' = self._formatMessage('None != -14', 'None != -14') | |
| >> raise self.failureException('None != -14') | |
| ---------------------------------------------------------------------- | |
| Ran 404 tests in 19.650s | |
| FAILED (failures=1) | |
| IPython test group: extensions | |
| ........ | |
| ---------------------------------------------------------------------- | |
| Ran 8 tests in 8.062s | |
| OK | |
| IPython test group: lib | |
| ......................................................S...... | |
| ---------------------------------------------------------------------- | |
| Ran 61 tests in 9.495s | |
| OK (SKIP=1) | |
| IPython test group: terminal | |
| ..S.................... | |
| ---------------------------------------------------------------------- | |
| Ran 23 tests in 4.532s | |
| OK (SKIP=1) | |
| IPython test group: testing | |
| ..........................S....S..................S.. | |
| ---------------------------------------------------------------------- | |
| Ran 53 tests in 2.450s | |
| OK (SKIP=3) | |
| IPython test group: utils | |
| ................................................................................................................S........SSS...S................S..............S..S....................................................................................................................... | |
| ---------------------------------------------------------------------- | |
| Ran 282 tests in 2.836s | |
| OK (SKIP=8) | |
| IPython test group: nbformat | |
| ............................................................ | |
| ---------------------------------------------------------------------- | |
| Ran 60 tests in 0.055s | |
| OK | |
| IPython test group: qt | |
| .................. | |
| ---------------------------------------------------------------------- | |
| Ran 18 tests in 6.427s | |
| OK | |
| IPython test group: html | |
| .......................................... | |
| ---------------------------------------------------------------------- | |
| Ran 42 tests in 24.005s | |
| OK | |
| IPython test group: nbconvert | |
| ............................................................[Application] WARNING | bibtex had problems, most likely because there were no citations | |
| .................S..................... | |
| ---------------------------------------------------------------------- | |
| Ran 99 tests in 25.326s | |
| OK (SKIP=1) | |
| IPython test group: autoreload | |
| ... | |
| ---------------------------------------------------------------------- | |
| Ran 3 tests in 6.595s | |
| OK | |
| IPython test group: js --------------------------------------- NOT RUN | |
| ______________________________________________________________________ | |
| Test suite completed for system with the following information: | |
| IPython version: 2.0.0-dev | |
| IPython commit : 4e7a283 (repository) | |
| IPython package: ~/ipython/IPython | |
| Python version : 2.7.5 (default, Jun 1 2013, 18:33:02) [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] | |
| sys.executable : /usr/local/opt/python/bin/python2.7 | |
| Platform : Darwin-11.4.2-x86_64-i386-64bit | |
| Tools and libraries available at test time: | |
| curses cython jinja2 matplotlib numpy pexpect pygments qt requests sphinx sqlite3 tornado zmq | |
| Tools and libraries NOT available at test time: | |
| azure casperjs oct2py pymongo rpy2 wx wx.aui | |
| Status: ERROR - 2 out of 15 test groups failed (parallel, core). Took 314.440s. | |
| You may wish to rerun these, with: | |
| iptest parallel core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment