On Sat, May 30, 2009 at 10:34, William Stein <wst...@gmail.com> wrote:
> > I have release sage-4.0. It's now available at > http://sagemath.org/src/. Binaries will follow in a day. > Sage-4.0 built OK on an EeePC 901 Linux, with Atom processor. But "make testlong" triggered three test failures. Two of them timed out, which is perhaps not surprising. Although looking at the log from the refinement_matrices.pyx test on my iMac, it only took a bit over 200 seconds, so I am surprised that it took over 1800 seconds on the EeePC. I am surprised that one of the quadratic_form__ternary_Tornaria.py test failures was because it could not allocate enough memory, as the machine has 1 GB of RAM. A handful of other applications were loaded, but none of them were being used, so it should have been able to page them out. The following tests failed: sage -t -long "devel/sage/sage/groups/perm_gps/partn_ref/refinement_matrices.pyx" sage -t -long "devel/sage/sage/quadratic_forms/quadratic_form__ternary_Tornaria.py" sage -t -long "devel/sage/sage/schemes/elliptic_curves/ell_rational_field.py" Total time for all tests: 24461.4 seconds sage -t -long "devel/sage/sage/groups/perm_gps/partn_ref/refinement_matrices.pyx" *** *** Error: TIMED OUT! PROCESS KILLED! *** *** *** *** Error: TIMED OUT! *** *** *** *** Error: TIMED OUT! *** *** [1800.2 s] sage -t -long "devel/sage/sage/quadratic_forms/quadratic_form__ternary_Tornaria.py" ********************************************************************** File "/home/user/apps/sage-4.0/devel/sage/sage/quadratic_forms/quadratic_form__ternary_Tornaria.py", line 524: sage: Q.representation_vector_list(10) Exception raised: Traceback (most recent call last): File "/home/user/apps/sage-4.0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/user/apps/sage-4.0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/user/apps/sage-4.0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_21[3]>", line 1, in <module> Q.representation_vector_list(Integer(10))###line 524: sage: Q.representation_vector_list(10) File "/home/user/apps/sage-4.0/local/lib/python2.5/site-packages/sage/quadratic_forms/quadratic_form__ternary_Tornaria.py", line 540, in representation_vector_list n, m, vs = self._pari_().qfminim(2*(B-1), maxvectors) File "gen.pyx", line 9153, in sage.libs.pari.gen._pari_trap (sage/libs/pari/gen.c:43976) File "gen.pyx", line 8496, in sage.libs.pari.gen.PariInstance.allocatemem (sage/libs/pari/gen.c:39990) File "gen.pyx", line 9002, in sage.libs.pari.gen.init_stack (sage/libs/pari/gen.c:42945) MemoryError: Unable to allocate 512000000 bytes memory for PARI. ********************************************************************** File "/home/user/apps/sage-4.0/devel/sage/sage/quadratic_forms/quadratic_form__ternary_Tornaria.py", line 535: sage: map(len, _) Exception raised: Traceback (most recent call last): File "/home/user/apps/sage-4.0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/user/apps/sage-4.0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/user/apps/sage-4.0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_21[4]>", line 1, in <module> map(len, _)###line 535: sage: map(len, _) TypeError: object of type 'sage.rings.integer.Integer' has no len() ********************************************************************** sage -t -long "devel/sage/sage/schemes/elliptic_curves/ell_rational_field.py" *** *** Error: TIMED OUT! PROCESS KILLED! *** *** *** *** Error: TIMED OUT! *** *** *** *** Error: TIMED OUT! *** *** [1800.7 s] -- Kevin Horton Ottawa, Canada --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---