From arfrever.fta at gmail.com Mon Jul 25 08:03:24 2011 From: arfrever.fta at gmail.com (Arfrever Frehtes Taifersar Arahesis) Date: Mon, 25 Jul 2011 08:03:24 +0200 Subject: [Cython] Cython 0.15 release candidate In-Reply-To: References: Message-ID: <201107250804.10446.Arfrever.FTA@gmail.com> There are 4 test failures with Python 2.6, 2.7, 3.1 and 3.2. Output with Python 2.7: ====================================================================== FAIL: test_nested_break_continue (line 331) (parallel.__test__) Doctest: parallel.__test__.test_nested_break_continue (line 331) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python2.7/doctest.py", line 2166, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for parallel.__test__.test_nested_break_continue (line 331) File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-2.7/run/c/parallel.so", line unknown line number, in test_nested_break_continue (line 331) ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-2.7/run/c/parallel.so", line ?, in parallel.__test__.test_nested_break_continue (line 331) Failed example: test_nested_break_continue() Expected: 6 7 6 7 8 Got: 6 0 -1160725808 -1160725808 8 ====================================================================== FAIL: test_propagation (line 49) (parallel.__test__) Doctest: parallel.__test__.test_propagation (line 49) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python2.7/doctest.py", line 2166, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for parallel.__test__.test_propagation (line 49) File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-2.7/run/c/parallel.so", line unknown line number, in test_propagation (line 49) ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-2.7/run/c/parallel.so", line ?, in parallel.__test__.test_propagation (line 49) Failed example: test_propagation() Expected: (9, 9, 9, 9, 450, 450) Got: (9, 0, 9, -1160725808, 0, 0) ====================================================================== FAIL: test_nested_break_continue (line 331) (parallel.__test__) Doctest: parallel.__test__.test_nested_break_continue (line 331) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python2.7/doctest.py", line 2166, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for parallel.__test__.test_nested_break_continue (line 331) File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-2.7/run/cpp/parallel.so", line unknown line number, in test_nested_break_continue (line 331) ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-2.7/run/cpp/parallel.so", line ?, in parallel.__test__.test_nested_break_continue (line 331) Failed example: test_nested_break_continue() Expected: 6 7 6 7 8 Got: 6 0 -1160725808 -1160725808 8 ====================================================================== FAIL: test_propagation (line 49) (parallel.__test__) Doctest: parallel.__test__.test_propagation (line 49) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python2.7/doctest.py", line 2166, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for parallel.__test__.test_propagation (line 49) File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-2.7/run/cpp/parallel.so", line unknown line number, in test_propagation (line 49) ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-2.7/run/cpp/parallel.so", line ?, in parallel.__test__.test_propagation (line 49) Failed example: test_propagation() Expected: (9, 9, 9, 9, 450, 450) Got: (9, 0, 9, -1160725808, 0, 0) ---------------------------------------------------------------------- Ran 5554 tests in 1509.246s FAILED (failures=4) ALL DONE -- Arfrever Frehtes Taifersar Arahesis -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://codespeak.net/pipermail/cython-dev/attachments/20110725/b41bb5a1/attachment.pgp From arfrever.fta at gmail.com Mon Jul 25 08:08:18 2011 From: arfrever.fta at gmail.com (Arfrever Frehtes Taifersar Arahesis) Date: Mon, 25 Jul 2011 08:08:18 +0200 Subject: [Cython] Cython 0.15 release candidate In-Reply-To: References: Message-ID: <201107250808.19181.Arfrever.FTA@gmail.com> There are 4 NumPy-related test errors with Python 3.1 and 3.2. Output with Python 3.2: ====================================================================== ERROR: runTest (__main__.CythonRunTestCase) compiling (cpp) and running numpy_bufacc_T155 ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.2/distutils/unixccompiler.py", line 183, in _compile extra_postargs) File "/usr/lib64/python3.2/distutils/ccompiler.py", line 911, in spawn spawn(cmd, dry_run=self.dry_run) File "/usr/lib64/python3.2/distutils/spawn.py", line 34, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/usr/lib64/python3.2/distutils/spawn.py", line 165, in _spawn_posix % (cmd[0], exit_status)) distutils.errors.DistutilsExecError: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "runtests.py", line 678, in run self.runCompileTest() File "runtests.py", line 490, in runCompileTest self.test_directory, self.expect_errors, self.annotate) File "runtests.py", line 665, in compile self.run_distutils(test_directory, module, workdir, incdir) File "runtests.py", line 625, in run_distutils build_extension.run() File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 347, in run self.build_extensions() File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 456, in build_extensions self.build_extension(ext) File "runtests.py", line 257, in build_extension _build_ext.build_extension(self, ext) File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 511, in build_extension depends=ext.depends) File "/usr/lib64/python3.2/distutils/ccompiler.py", line 576, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "/usr/lib64/python3.2/distutils/unixccompiler.py", line 188, in _compile raise CompileError(msg) distutils.errors.CompileError: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 ====================================================================== ERROR: runTest (__main__.CythonRunTestCase) compiling (cpp) and running numpy_cimport ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.2/distutils/unixccompiler.py", line 183, in _compile extra_postargs) File "/usr/lib64/python3.2/distutils/ccompiler.py", line 911, in spawn spawn(cmd, dry_run=self.dry_run) File "/usr/lib64/python3.2/distutils/spawn.py", line 34, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/usr/lib64/python3.2/distutils/spawn.py", line 165, in _spawn_posix % (cmd[0], exit_status)) distutils.errors.DistutilsExecError: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "runtests.py", line 678, in run self.runCompileTest() File "runtests.py", line 490, in runCompileTest self.test_directory, self.expect_errors, self.annotate) File "runtests.py", line 665, in compile self.run_distutils(test_directory, module, workdir, incdir) File "runtests.py", line 625, in run_distutils build_extension.run() File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 347, in run self.build_extensions() File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 456, in build_extensions self.build_extension(ext) File "runtests.py", line 257, in build_extension _build_ext.build_extension(self, ext) File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 511, in build_extension depends=ext.depends) File "/usr/lib64/python3.2/distutils/ccompiler.py", line 576, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "/usr/lib64/python3.2/distutils/unixccompiler.py", line 188, in _compile raise CompileError(msg) distutils.errors.CompileError: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 ====================================================================== ERROR: runTest (__main__.CythonRunTestCase) compiling (cpp) and running numpy_parallel ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.2/distutils/unixccompiler.py", line 183, in _compile extra_postargs) File "/usr/lib64/python3.2/distutils/ccompiler.py", line 911, in spawn spawn(cmd, dry_run=self.dry_run) File "/usr/lib64/python3.2/distutils/spawn.py", line 34, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/usr/lib64/python3.2/distutils/spawn.py", line 165, in _spawn_posix % (cmd[0], exit_status)) distutils.errors.DistutilsExecError: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "runtests.py", line 678, in run self.runCompileTest() File "runtests.py", line 490, in runCompileTest self.test_directory, self.expect_errors, self.annotate) File "runtests.py", line 665, in compile self.run_distutils(test_directory, module, workdir, incdir) File "runtests.py", line 625, in run_distutils build_extension.run() File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 347, in run self.build_extensions() File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 456, in build_extensions self.build_extension(ext) File "runtests.py", line 257, in build_extension _build_ext.build_extension(self, ext) File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 511, in build_extension depends=ext.depends) File "/usr/lib64/python3.2/distutils/ccompiler.py", line 576, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "/usr/lib64/python3.2/distutils/unixccompiler.py", line 188, in _compile raise CompileError(msg) distutils.errors.CompileError: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 ====================================================================== ERROR: runTest (__main__.CythonRunTestCase) compiling (cpp) and running numpy_test ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.2/distutils/unixccompiler.py", line 183, in _compile extra_postargs) File "/usr/lib64/python3.2/distutils/ccompiler.py", line 911, in spawn spawn(cmd, dry_run=self.dry_run) File "/usr/lib64/python3.2/distutils/spawn.py", line 34, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/usr/lib64/python3.2/distutils/spawn.py", line 165, in _spawn_posix % (cmd[0], exit_status)) distutils.errors.DistutilsExecError: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "runtests.py", line 678, in run self.runCompileTest() File "runtests.py", line 490, in runCompileTest self.test_directory, self.expect_errors, self.annotate) File "runtests.py", line 665, in compile self.run_distutils(test_directory, module, workdir, incdir) File "runtests.py", line 625, in run_distutils build_extension.run() File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 347, in run self.build_extensions() File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 456, in build_extensions self.build_extension(ext) File "runtests.py", line 257, in build_extension _build_ext.build_extension(self, ext) File "/usr/lib64/python3.2/distutils/command/build_ext.py", line 511, in build_extension depends=ext.depends) File "/usr/lib64/python3.2/distutils/ccompiler.py", line 576, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "/usr/lib64/python3.2/distutils/unixccompiler.py", line 188, in _compile raise CompileError(msg) distutils.errors.CompileError: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 ====================================================================== FAIL: test_nested_break_continue (line 331) (parallel.__test__) Doctest: parallel.__test__.test_nested_break_continue (line 331) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.2/doctest.py", line 2118, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for parallel.__test__.test_nested_break_continue (line 331) File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-3.2/run/c/parallel.cpython-32.so", line unknown line number, in test_nested_break_continue (line 331) ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-3.2/run/c/parallel.cpython-32.so", line ?, in parallel.__test__.test_nested_break_continue (line 331) Failed example: test_nested_break_continue() Expected: 6 7 6 7 8 Got: 6 0 -1160725808 -1160725808 8 ====================================================================== FAIL: test_propagation (line 49) (parallel.__test__) Doctest: parallel.__test__.test_propagation (line 49) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.2/doctest.py", line 2118, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for parallel.__test__.test_propagation (line 49) File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-3.2/run/c/parallel.cpython-32.so", line unknown line number, in test_propagation (line 49) ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-3.2/run/c/parallel.cpython-32.so", line ?, in parallel.__test__.test_propagation (line 49) Failed example: test_propagation() Expected: (9, 9, 9, 9, 450, 450) Got: (9, 0, 9, -1160725808, 0, 0) ====================================================================== FAIL: test_nested_break_continue (line 331) (parallel.__test__) Doctest: parallel.__test__.test_nested_break_continue (line 331) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.2/doctest.py", line 2118, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for parallel.__test__.test_nested_break_continue (line 331) File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-3.2/run/cpp/parallel.cpython-32.so", line unknown line number, in test_nested_break_continue (line 331) ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-3.2/run/cpp/parallel.cpython-32.so", line ?, in parallel.__test__.test_nested_break_continue (line 331) Failed example: test_nested_break_continue() Expected: 6 7 6 7 8 Got: 6 0 -1160725808 -1160725808 8 ====================================================================== FAIL: test_propagation (line 49) (parallel.__test__) Doctest: parallel.__test__.test_propagation (line 49) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.2/doctest.py", line 2118, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for parallel.__test__.test_propagation (line 49) File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-3.2/run/cpp/parallel.cpython-32.so", line unknown line number, in test_propagation (line 49) ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/cython-0.15_rc0/work/Cython-0.15rc0/tests-3.2/run/cpp/parallel.cpython-32.so", line ?, in parallel.__test__.test_propagation (line 49) Failed example: test_propagation() Expected: (9, 9, 9, 9, 450, 450) Got: (9, 0, 9, -1160725808, 0, 0) ---------------------------------------------------------------------- Ran 5528 tests in 1476.755s FAILED (failures=4, errors=4) ALL DONE -- Arfrever Frehtes Taifersar Arahesis -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://codespeak.net/pipermail/cython-dev/attachments/20110725/d4aee4df/attachment-0001.pgp From stefan_ml at behnel.de Mon Jul 25 08:17:24 2011 From: stefan_ml at behnel.de (Stefan Behnel) Date: Mon, 25 Jul 2011 08:17:24 +0200 Subject: [Cython] Cython 0.15 release candidate In-Reply-To: <201107250808.19181.Arfrever.FTA@gmail.com> References: <201107250808.19181.Arfrever.FTA@gmail.com> Message-ID: <4E2D0A74.1070001@behnel.de> Arfrever Frehtes Taifersar Arahesis, 25.07.2011 08:08: > There are 4 NumPy-related test errors with Python 3.1 and 3.2. I assume that's NumPy 1.5? Could you provide the C compiler output from the test logs? This is on 64bit Linux, right? What gcc version? Stefan