Built fine on OS 10.4, intel, but the dsage test failed.

sage -t  devel/sage/sage/dsage/interface/dsage_interface.py
**************************************************
********************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 461:
    sage: d.is_connected()
Expected:
    True
Got:
    False
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 466:
    sage: j = d.block_on_jobs(d.map(f, [25,12,25,32,12]))
Exception raised:
    Traceback (most recent call last):
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_13[10]>", line 1, in <module>
        j = d.block_on_jobs(d.map(f,
[Integer(25),Integer(12),Integer(25),Integer(32),Integer(12)]))###line
46
6:
    sage: j = d.block_on_jobs(d.map(f, [25,12,25,32,12]))
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 518, in map
        for a in izip(*args)]
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 609, in eval_function
        wrapped_job = BlockingJobWrapper(self._remoteobj, job)
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 982, in __init__
        self.job_id = blockingCallFromThread(reactor,
self._remoteobj.callRemote,
    AttributeError: 'NoneType' object has no attribute 'callRemote'
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 467:
    sage: print "ignore this";  j # random
Exception raised:
    Traceback (most recent call last):
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_13[11]>", line 1, in <module>
        print "ignore this";  j # random###line 467:
    sage: print "ignore this";  j # random
    NameError: name 'j' is not defined
**********************************************************************

File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 501:
    sage: d.is_connected()
Expected:
    True
Got:
    False
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 506:
    sage: j = d.map(f, [25,12,25,32,12])
Exception raised:
    Traceback (most recent call last):
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_14[10]>", line 1, in <module>
        j = d.map(f,
[Integer(25),Integer(12),Integer(25),Integer(32),Integer(12)])###line
506:
    sage: j = d.map(f, [25,12,25,32,12])
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 518, in map
        for a in izip(*args)]
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 609, in eval_function
        wrapped_job = BlockingJobWrapper(self._remoteobj, job)
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 982, in __init__
        self.job_id = blockingCallFromThread(reactor,
self._remoteobj.callRemote,
    AttributeError: 'NoneType' object has no attribute 'callRemote'
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 507:
    sage: j
Exception raised:
    Traceback (most recent call last):
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_14[11]>", line 1, in <module>
        j###line 507:
    sage: j
    NameError: name 'j' is not defined
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 545:
    sage: d.is_connected()
Expected:
    True
Got:
    False
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 552:
    sage: print "ignore this";  list(f([(1,2), (5, 10/3)])) # random
Exception raised:
    Traceback (most recent call last):
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_15[11]>", line 1, in <module>
        print "ignore this";  list(f([(Integer(1),Integer(2)),
(Integer(5), Integer(10)/Integer(3))])) # rando
m###line 552:
    sage: print "ignore this";  list(f([(1,2), (5, 10/3)])) # random
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/parallel/decorate.py", line 110, i
n g
        return self.p_iter(f, (normalize_input(a) for a in args[0]))
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 558, in parallel_iter
        job = self.eval_function(f, x, job_name=f.__name__)
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 609, in eval_function
        wrapped_job = BlockingJobWrapper(self._remoteobj, job)
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 982, in __init__
        self.job_id = blockingCallFromThread(reactor,
self._remoteobj.callRemote,
    AttributeError: 'NoneType' object has no attribute 'callRemote'
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 584:
    sage: d.is_connected()
Expected:
    True
Got:
    False
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 589:
    sage: j = d.eval_function(f, ((25,),{}), job_name='square')
Exception raised:
    Traceback (most recent call last):
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_16[10]>", line 1, in <module>
        j = d.eval_function(f, ((Integer(25),),{}),
job_name='square')###line 589:
    sage: j = d.eval_function(f, ((25,),{}), job_name='square')
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 609, in eval_function
        wrapped_job = BlockingJobWrapper(self._remoteobj, job)
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/site-packages/
sage/dsage/interface/dsage_interface.py
", line 982, in __init__
        self.job_id = blockingCallFromThread(reactor,
self._remoteobj.callRemote,
    AttributeError: 'NoneType' object has no attribute 'callRemote'
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 590:
    sage: j.wait()
Exception raised:
    Traceback (most recent call last):
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_16[11]>", line 1, in <module>
        j.wait()###line 590:
    sage: j.wait()
    NameError: name 'j' is not defined
**********************************************************************
File "/Users/mh/sage-3.0.4.rc0/tmp/dsage_interface.py", line 591:
    sage: j
Exception raised:
    Traceback (most recent call last):
      File "/Users/mh/sage-3.0.4.rc0/local/lib/python2.5/doctest.py",
line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_16[12]>", line 1, in <module>
        j###line 591:
    sage: j
    NameError: name 'j' is not defined
**********************************************************************
4 items had failures:
   3 of  12 in __main__.example_13
   3 of  12 in __main__.example_14
   2 of  12 in __main__.example_15
   4 of  13 in __main__.example_16
***Test Failed*** 12 failures.


On Jul 8, 12:18 pm, "David Joyner" <[EMAIL PROTECTED]> wrote:
> Builds fine and all tests passed on amd64 hardy heron, phenom chip.
>
> On Mon, Jul 7, 2008 at 10:16 PM, mabshoff <[EMAIL PROTECTED]> wrote:
>
> > Hello folks,
>
> > Sage 3.0.4.rc0 is out. We merged only bug fixes and hope that this
> > will be identical to the final release. This time we have a source
> > tarball at
>
> >http://sage.math.washington.edu/home/was/tmp/sage-3.0.4.rc0.tar
>
> > There might or might not be a sage.math binary since the release was
> > put together on sagemath.org.
>
> > Please build and report any issues.
>
> > Cheers,
>
> > Michael
>
> > Merged in Sage 3.0.4.rc0:
>
> > #1839: William Stein: sage-crap: incorporate this script into sage and
> > start using it before each release. [Reviewed by Michael Abshoff]
> > #3477: Michael Abshoff: clisp spkg-install has bad hard-coded error
> > message [Reviewed by William Stein]
> > #3519: Michael Abshoff: Update clisp to 2.46 release [Reviewed by
> > William Stein]
> > #3581: William Stein: The new pbuild pyhon files are not copied on
> > sdist [Reviewed by Michael Abshoff]
> > #3582: Michael Abshoff: clisp 2.46 cannot deal with parallel make
> > [Reviewed by William Stein]
> > #3583: William Stein: randomness in some worksheet doctests [Reviewed
> > by Nick Alexander]
> > #3584: Craig Citro: cython.py -- randomness in doctests [Reviewed by
> > William Stein]
> > #3585: Craig Citro: time_series -- lots of numerical noise in the
> > doctests [Reviewed by William Stein]
> > #3586: William Stein: twist.py -- doctest doesn't work on some
> > machines due to ports not being open-able [Reviewed by Willem Jan
> > Palenstijn]
> > #3589: William Stein: numerical noise -- number_field.py [Reviewed by
> > Craig Citro]
> > #3590: William Stein: dage_interfaces -- port detection code hangs
> > solid [Reviewed by Nick Alexander]
> > #3594: Michael Abshoff: lisp -- impossible to run command line!
> > [Reviewed by William Stein]
> > #3595: William Stein: the matplotlibrc file is missing [Reviewed by
> > Michael Abshoff]
> > #3596: William Stein: can't build tut.tex; latex errors in ref.tex
> > [Reviewed by Michael Abshoff]
> > #3597: William Stein: building sage on opensuse x86_64 fails with
> > readline detection error [Reviewed by Michael Abshoff]
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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