Compilation was fine but sage -testall failed. This is on a brand new amd phenom machine running ubuntu hardy heron 8.04amd64:
... ---------------------------------------------------------------------- The following tests failed: sage -t devel/sage/sage/server/simple/twist.py sage -t devel/sage/sage/server/support.py Total time for all tests: 4399.3 seconds Please see /home/wdj/sagefiles/sage-3.0.2-alpha1/tmp/test.log for the complete log from this test. [EMAIL PROTECTED]:~/sagefiles/sage-3.0.2-alpha1$ ./sage -t devel/sage/sage/server/simple/twist.py sage -t devel/sage/sage/server/simple/twist.py ********************************************************************** File "/home/wdj/sagefiles/sage-3.0.2-alpha1/tmp/twist.py", line 81: sage: nb.dispose() Exception raised: Traceback (most recent call last): File "/home/wdj/sagefiles/sage-3.0.2-alpha1/local/lib/python2.5/doctest.py", line 1228, in __run compileflags, 1) in test.globs File "<doctest __main__.example_0[20]>", line 1, in <module> nb.dispose()###line 81: sage: nb.dispose() File "/home/wdj/sagefiles/sage-3.0.2-alpha1/local/lib/python2.5/site-packages/sage/server/notebook/notebook_object.py", line 195, in dispose p.expect("Press control-C again to exit") File "/home/wdj/sagefiles/sage-3.0.2-alpha1/local/lib/python2.5/site-packages/pexpect.py", line 912, in expect return self.expect_list(compiled_pattern_list, timeout, searchwindowsize) File "/home/wdj/sagefiles/sage-3.0.2-alpha1/local/lib/python2.5/site-packages/pexpect.py", line 978, in expect_list raise EOF (str(e) + '\n' + str(self)) EOF: End of File (EOF) in read_nonblocking(). Very pokey platform. <pexpect.spawn instance at 0x3950cf8> version: 2.0 ($Revision: 1.151 $) command: /home/wdj/sagefiles/sage-3.0.2-alpha1/sage args: ['/home/wdj/sagefiles/sage-3.0.2-alpha1/sage', '-twistd', '--pidfile=tmpdm5Swb/twistd.pid', '-ny', 'tmpdm5Swb/twistedconf.tac'] patterns: Press control-C again to exit buffer (last 100 chars): before (last 100 chars): 2008-05-19 11:13:54-0400 [-] Main loop terminated. 2008-05-19 11:13:54-0400 [-] Server Shut Down. after: <class 'pexpect.EOF'> match: None match_index: None exitstatus: 0 flag_eof: 1 pid: 13036 child_fd: 3 timeout: 30 delimiter: <class 'pexpect.EOF'> logfile: None maxread: 2000 searchwindowsize: None delaybeforesend: 0.1 ********************************************************************** 1 items had failures: 1 of 21 in __main__.example_0 ***Test Failed*** 1 failures. For whitespace errors, see the file /home/wdj/sagefiles/sage-3.0.2-alpha1/tmp/.doctest_twist.py [38.7 s] exit code: 1024 ---------------------------------------------------------------------- The following tests failed: sage -t devel/sage/sage/server/simple/twist.py Total time for all tests: 38.7 seconds [EMAIL PROTECTED]:~/sagefiles/sage-3.0.2-alpha1$ ./sage -t devel/sage/sage/server/support.py sage -t devel/sage/sage/server/support.py ********************************************************************** File "/home/wdj/sagefiles/sage-3.0.2-alpha1/tmp/support.py", line 85: sage: sage.server.support.help(numpy.linalg.norm) Expected: <html><table notruncate notracebacks bgcolor="#386074" cellpadding=10 cellspacing=10><tr><td bgcolor="#f5f5f5"><font color="#37546d"> Help on function norm in module numpy.linalg.linalg: ... For values ord < 0, the result is, strictly speaking, not a mathematical 'norm', but it may still be useful for numerical purposes. </font></tr></td></table></html> Got: <html><table notracebacks bgcolor="#386074" cellpadding=10 cellspacing=10><tr><td bgcolor="#f5f5f5"><font color="#37546d"> <a target='_new' href='cell://docs-0.html'>Click to open help window</a> <br></font></tr></td></table></html> ********************************************************************** 1 items had failures: 1 of 3 in __main__.example_2 ***Test Failed*** 1 failures. For whitespace errors, see the file /home/wdj/sagefiles/sage-3.0.2-alpha1/tmp/.doctest_support.py [2.5 s] exit code: 1024 ---------------------------------------------------------------------- The following tests failed: sage -t devel/sage/sage/server/support.py Total time for all tests: 2.5 seconds [EMAIL PROTECTED]:~/sagefiles/sage-3.0.2-alpha1$ On Mon, May 19, 2008 at 4:34 AM, mabshoff <[EMAIL PROTECTED]> wrote: > > Hello folks, > > the 3.0.2 release cycle so far has been a little slower than usual > and there are a couple contributing factors. While some of us are > waiting on the coercion rewrite to progress, others had obligations > with school and the end of the semester seems to have kept a lot > of people busy. 3.0.2.alpha1 contains *a lot* of porting work for > Cygwin and Mac OSX 64 bit. We also merged Dan's new Weyl > Character implementation and the usual set of bug fixes. > > Since it has been nearly two weeks it is now time to get the > release out of the door. So the plan now is to get an rc0 out > the door tomorrow and then do a release by Tuesday or Wednesday. > We will hopefully merge some more porting fixes, i.e. there are > about ten more OSX 64 bit tickets ready to be reviewed. Other > than that we have 70+ tickets with patches, so there is plenty > to review. Once I catch some sleep I will do another post with > details. > > Sources and Binaries are in the usual place: > > http://sage.math.washington.edu/home/mabshoff/release-cycles-3.0.2/sage-3.0.2-alpha1.tar > > http://sage.math.washington.edu/home/mabshoff/release-cycles-3.0.2/sage-3.0.2-alpha1-sage.math-only-x86_64-Linux.tar.gz > > Right now there are two notebook related doctest failures which > do not have tickets yet. Please build, test and report issues you > see. > > Cheers, > > Michael > > Merged in alpha1: > > #406: William Stein: notebook -- make tab completion not stick > gap. when using the notebook in gap mode > #637: William Stein: notebook improvement -- upload allow txt > worksheets. > #1733: William Stein: notebook bug -- %foo (or anything else) > in a cell by itself (with nothing else in the cell) does > not give an error but it *should* > #1864: William Stein: simple notebook bug -- typing ? in a > comment yields introspection but shouldn't > #1892: William Stein: notebook -- uploading a data file should > give some help about the DATA variable > #2359: William Stein: notebook -- make it so when you send a > kill signal to the notebook server it saves state > #2636: William Stein: notebook -- changing a cell without > evaluate should put the red line back to the left > #2860: William Stein: easy-to-fix bug in html.py > #2884: William Stein, Tom Boothby: notebook -- bug; @interact > cell eval doesn't clear out the old html output > #2992: William Stein: notebook -- help(foo) in the notebook > should not word wrap > #3024: William Stein: notebook -- parses tracebacks in the > output of docstrings of help command > #3050: Timothy Clemans: notebook -- add a "remember me" checkbox > to the login page > #3051: Dan Bump, Mike Hansen: Implement Weyl Characters > #3053: William Stein: notebook -- new cell_resize doesn't > respect %hide at the beginning of a cell > #3069: William Stein: notebook -- typeset checkbox doesn't work > after save/reload > #3137: Yi Qiang: view command in misc/latex.py -- fix to not > hardcode xdvi command > #3153: Carl Witty: make finite_field_ntl_gf2e use randstate > framework > #3155: Timothy Clemans: notebook postdata and behaviour of archive, > delete and stop buttons > #3160: Emily Kirkman, Robert Miller: change is_planar for graphs > to return bool > #3161: Michael Abshoff: sdist: #3046 seems to have broken > sage-banner > #3170: Michael Abshoff: add 64 bit OSX build support to readline > #3171: Michael Abshoff: add 64 bit OSX build support to termcap > #3172: Michael Abshoff: add 64 bit OSX build support to prereq > and bzip > #3176: Michael Abshoff: add 64 bit OSX build support to sqlite > #3177: Michael Abshoff: fix 64 bit OSX build support for python > #3178: Michael Abshoff: add 64 bit OSX build support to freetype > #3179: Michael Abshoff: more 64 bit OSX libpng fixes > #3181: Michael Abshoff: add 64 bit OSX build support to iml > #3182: Michael Abshoff: improve 64 bit OSX build support for givaro > #3183: Michael Abshoff: add 64 bit OSX build support to linbox > #3186: Michael Abshoff: fix 64 bit OSX build support for numpy > #3187: Michael Abshoff: fix 64 bit OSX build support for matplotlib > #3188: Michael Abshoff: add 64 bit OSX build support to mpfi > #3189: Michael Abshoff: add 64 bit OSX build support to pycrypto > #3190: Michael Abshoff: add 64 bit OSX build support to zodb > #3191: Michael Abshoff: add 64 bit OSX build support to quaddouble > #3192: Michael Abshoff: fix 64 bit OSX build support for python_gnutls > #3197: Michael Abshoff: fix 64 bit OSX build support for m4ri > #3198: Michael Abshoff: fix 64 bit OSX build support for ecm > #3200: Michael Abshoff: fix 64 bit OSX build support for > genus2reduction > #3213: Timothy Clemans: notebook -- Account Settings page for > changing password and e-mail address > #3220: William Stein: readline -- fix a couple of issues > #3222: William Stein: sqlite -- add cygwin support to sqlite > #3233: William Stein: cygwin -- make linbox work with cygwin > #3224: Michael Abshoff: add 64 bit OSX build support for lcalc > #3225: Michael Abshoff: add 64 bit OSX build support for cddlib > #3226: Michael Abshoff: add 64 bit OSX build support for gfan > #3234: William Stein: cygwin -- make numpy work with cygwin > #3235: William Stein, Michael Abshoff: cygwin -- mpfi; get it > to work with Cygwin by fixing configure.ac > #3236: William Stein, Michael Abshoff: cygwin -- get quaddouble > to work with cygwin > #3238: William Stein, Michael Abshoff: libfpll spkg -- update > to work with cygwin > #3239: William Stein, Michael Abshoff: cygwin polybori -- add > Cygwin build support for polybori > #3230: William Stein: cygwin -- new givaro spkg that works > around stupidity in cygwin > #3241: William Stein, Michael Abshoff: cygwin -- new rubiks > spkg that builds on cygwin > #3243: William Stein: cygwin -- get log2 to work on cygwin > #3246: William Stein: cygwin -- fix broken gsl.ode setup.py code > #3252: Yi Qiang: add kbase functionality to libsingular > > Merged in alpha0: > > #336: William Stein, Timothy Clemans: Create an option to clear > all cell output > #905: Burcin Erocal, Michael Abshoff: update ipython to 0.8.2 > #1230: William Stein: Quit worksheet behaviour > #1557: William Stein: notebook -- usability improvement after > uploading file > #2684: Jason Grout: vertices should not default to red > #2768: Jason Grout: add comparison operators to the fast_float > mechanism > #2926: Timothy Clemans: notebook -- Minimalistic change password > page for notebook user > #2983: Michael Abshoff: Itanium (RHEL 5) -- singular interface > problems in matrix_group.py > #3008: William Stein: first cell in notebook is undeletable > #3020: John Cremona, Martin Albrecht: Speed up Finite Fields of > characteristic 2 constructors > #3026: Bjarke Hammersholt Roune: multivariate polynomial rings > with no variables do not print properly > #3028: Bjarke Hammersholt Roune: Ideals in multivariate polynomial > rings with no variables raise exception on comparison > #3065: Didier Deshommes: empty matrices: frobenius() throws > RuntimeError > #3105: Francis Clark: new _latex_ and modified __repr__ for > elements of relative number fields > #3109: William Stein: elliptic curves -- implement P.divide(n) > for P a point on an elliptic curve and n an integer > #3110: Gary Furnish: fix pbuild dependency bug > #3116: Mike Hansen: 1x1 symbolic matrices don't work right > #3121: Jason Grout, William Stein: @interact grid control > #3125: Robert Miller: chromatic_polynomial incorrectly blocks > control-c > #3126: Robert Bradshaw: Cython annotation has unicode errors > (e.g. from the notebook) > #3129: Bjarke Hammersholt Roune: The singular interface should > not claim to support polynomial rings with no variables > #3136: William Stein: the readme for osx should be changed to > delete the line about inotebook() > #3138: Bjarke Roune: Singular multivariate polynomial ring has > redundant _repr_ method > #3142: Martin Albrecht: MPolynomialIdeal.homogenize bugfix > #3143: Martin Albrecht: remove references to "/home/was" > #3046: David Joyner: version option returning clone branch name > #3150: Carlo Hamalainen: Memory leak in dancing_links.pyx > #3157: Gary Furnish: Executable target for pbuild > #3158: Michael Abshoff: singular-3-0-4-2-20080405.p1 requires > flex > #3159: Tim Abbott, Francois Bissey, Michael Abshoff: Patch adding > soname to ntl shared library > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---