Build testing of sage-3.0.1.rc0:

Powerpc OS X 10.5:
        sage -t  devel/sage/sage/dsage/tests/testdoc.py
        sage -t  devel/sage/sage/modular/abvar/abvar.py
        sage -t  devel/sage/sage/modular/abvar/homspace.py
        sage -t  devel/sage/sage/server/simple/twist.py
Total time for all tests: 22484.4 seconds

WOW, that took a long time to test!    Basically all the above
failures are timeout-ish issues.  The poor machine in question
has a runaway process by another user...  Another OS X PPc
machine has almost the same failures.

Arch Linux 32-bit:

        sage -t  devel/sage/sage/rings/polynomial/pbori.pyx
        sage -t  devel/sage/sage/rings/ring.pyx


Ubuntu and Debian 32-bit and 64-bit Linux:The following tests failed:
        sage -t  devel/sage/sage/rings/ring.pyx

The error is:
sage -t  devel/sage/sage/rings/ring.pyx
*********************************************************
*************
File "/home/was/build/sage-3.0.1.rc0/tmp/ring.py", line 879:
    sage: S.<a,b> = R.quotient_ring((x^2, y))
Exception raised:
    Traceback (most recent call last):
      File "/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run        compileflags, 1) in test.globs      File
"<doctest __main__.example_39[6]>", line 1, in <module>        S =
R.quotient_ring((x**Integer(2), y),names=('a', 'b')); (a, b,) =
S._first_ngens(Integer(2))###line 879:    sage: S.<a,b> =
R.quotient_ring((x^2, y))      File "parent_gens.pyx", line 200, in
sage.structure.parent_gens.ParentWithGens._first_ngens
(sage/structure/parent_gens.c:1377)
      File "parent_gens.pyx", line 283, in
sage.structure.parent_gens.ParentWithGens.gens
(sage/structure/parent_gens.c:1916)      File
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/rings/quotient_ring.py",
line 496,
in gen          return self(self.__R.gen(i))      File
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/rings/quotient_ring.py",
line 404,
in __call__        return
quotient_ring_element.QuotientRingElement(self, x)      File
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/rings/quotient_ring_element.py",
li
ne 74, in __init__        self._reduce_()      File
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/rings/quotient_ring_element.py",
li
ne 78, in _reduce_         self.__rep = I.reduce(self.__rep)      File
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/rings/polynomial/multi_polynomial_i
deal.py", line 1919, in reduce        gb = self.groebner_basis()
File 
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/rings/polynomial/multi_polynomial_i
deal.py", line 1835, in groebner_basis        gb =
self._groebner_basis_using_singular("groebner", *args, **kwds)
File 
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/rings/polynomial/multi_polynomial_i
deal.py", line 326, in wrapper        return func(*args, **kwds)
File 
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/rings/polynomial/multi_polynomial_i
deal.py", line 312, in __exit__
self.singular.option("set",self.o)      File
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/interfaces/singular.py",
line 803,
in option
        self.eval("option(set,%s)"%val.name())
      File 
"/home/was/build/sage-3.0.1.rc0/local/lib/python2.5/site-packages/sage/interfaces/singular.py",
line 423,
in eval
        raise RuntimeError, 'Singular error:\n%s'%s
    RuntimeError: Singular error:
       ? unknown option `set`
       ? unknown option `sage33`
       ? error occurred in STDIN line 3: `option(set,sage33);`

-----------------

OS X 10.5 Intel,  sage.math, RHEL 5 32-bit, :
    everything passes

sagemath.org (opteron ubuntu):
          sage -t  devel/sage/sage/server/simple/twist.py
Total time for all tests: 3208.3 seconds

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to