On Apr 17, 4:35 am, mabshoff <mabsh...@googlemail.com> wrote:
> Ok, after analyzing all reports here, the build farm on boxen and
> problems on selcted boxen on SkyNet it seems that we have a total of
> four failures introduced in 3.4.1.rc3:
>
>  * #5805: Sage 3.4.1.rc3: numerical noise in "devel/sage/sage/modular/
> dirichlet.py"
>  * #5806: Sage 3.4.1.rc3: failing test "devel/sage/sage/misc/
> sagedoc.py"
>  * #5810: Sage 3.4.1.rc3: Fedora 10/64 - unable to start Maxima issue
> in shapes.pyx
>  * #5811: Sage 3.4.1.rc3: Fedora 10/64 - type_reducible.py doctest
> failure due to '__cmp__'
>
> #5805 is trivial to fix, #5806 has some leads by Dan Drake. I got a
> suspicion on how to fix #5811, but I am clueless about #5810 at the
> moment.

For the record, I don't know what's going on with #5806.

On a linux box -- it's running ubuntu, and 'uname -a' tells me

Linux jpalmieri538 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC
2009 i686 GNU/Linux

-- I'm seeing two more unreported failures, randstate and sage0:

sage -t -long "devel/sage/sage/misc/randstate.pyx"
**********************************************************************
File "/home/palmieri/Documents/sage-3.4.1.rc3/devel/sage/sage/misc/
randstate.pyx", line 124:
    : s = ZZ(subsage('initial_seed()'))
Exception raised:
    Traceback (most recent call last):
      File "/home/palmieri/Documents/sage-3.4.1.rc3/local/bin/
ncadoctest.py", line 1231, in run_on\
e_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/palmieri/Documents/sage-3.4.1.rc3/local/bin/
sagedoctest.py", line 38, in run_one\
_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/palmieri/Documents/sage-3.4.1.rc3/local/bin/
ncadoctest.py", line 1172, in run_on\
e_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_0[32]>", line 1, in <module>
        s = ZZ(subsage('initial_seed()'))###line 124:
    : s = ZZ(subsage('initial_seed()'))
      File "parent.pyx", line 288, in
sage.structure.parent.Parent.__call__ (sage/structure/parent\
.c:4320)
      File "coerce_maps.pyx", line 155, in
sage.structure.coerce_maps.NamedConvertMap._call_ (sage\
/structure/coerce_maps.c:4225)
      File "/home/palmieri/Documents/sage-3.4.1.rc3/local/lib/
python2.5/site-packages/sage/interfa\
ces/expect.py", line 1648, in _integer_
        return sage.rings.all.Integer(repr(self))
      File "integer.pyx", line 517, in
sage.rings.integer.Integer.__init__ (sage/rings/integer.c:6\
446)
    TypeError: unable to convert x
(=-------------------------------------------------------------\
--------------
    AttributeError                            Traceback (most recent
call last)

    /home/palmieri/.sage/temp/jpalmieri538/32330/
_home_palmieri__sage_init_sage_0.py in <module>()

    /home/palmieri/Documents/sage-3.4.1.rc3/local/lib/python2.5/site-
packages/sage/misc/functional\
.pyc in gen(x)
        353     Return the generator of x.
        354     """
    --> 355     return x.gen()
        356
        357 def gens(x):

    AttributeError: 'int' object has no attribute 'gen') to an integer
**********************************************************************
File "/home/palmieri/Documents/sage-3.4.1.rc3/devel/sage/sage/misc/
randstate.pyx", line 131:
    : r == ZZ.random_element(2^200)
Expected:
    True
Got:
    False


sage -t -long "devel/sage/sage/interfaces/sage0.py"
**********************************************************************
File "/home/palmieri/Documents/sage-3.4.1.rc3/devel/sage/sage/
interfaces/sage0.py", line 55:
    sage: a^3
Expected:
    8
Got:
    <BLANKLINE>
**********************************************************************
File "/home/palmieri/Documents/sage-3.4.1.rc3/devel/sage/sage/
interfaces/sage0.py", line 62:
    sage: V.gens()
Expected:
    ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1))
Got:
    <BLANKLINE>
**********************************************************************
File "/home/palmieri/Documents/sage-3.4.1.rc3/devel/sage/sage/
interfaces/sage0.py", line 75:
    sage: g = V.0;  g
Expected:
    (1, 0, 0, 0)
Got:
    <BLANKLINE>


This one goes on for a while; the full log is at

sage.math.washington.edu/~palmieri/misc/sage0.log


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to