A belated build/test report on a 64-bit Suse linux machine. Build ok, tests fail in devel/sage/sage/interfaces/sage0.py, not sure if this has been reported before so here's the output:
File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 435: sage: F == sage0(F)._sage_() Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_20[4]>", line 1, in <module> F == sage0(F)._sage_()###line 435: sage: F == sage0(F)._sage_() File "/home/jec/sage-3.4.alpha0/local/lib/python2.5/site- packages/sage/interfaces/sage0.py", line 445, in _sage_ return load(P._local_tmpfile()) File "sage_object.pyx", line 496, in sage.structure.sage_object.load (sage/structure/sage_object.c:4869) IOError: [Errno 2] No such file or directory: '/home/jec/.sage// temp/host_57_89/22046//interface//tmp22046.sobj' ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 453: sage: four_gcd(6) Expected: 2 Got: <BLANKLINE> ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 476: sage: sage0(4).gcd Expected: <built-in method gcd of sage.rings.integer.Integer object at 0x...> Got: <BLANKLINE> ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 502: sage: half = reduce_load_element(s); half Expected: 1/2 Got: <BLANKLINE> ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 534: sage: sage0_version() == version() Expected: True Got: False ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 174: sage: print "ignore this"; sage0.cputime() # random output Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_3[2]>", line 1, in <module> print "ignore this"; sage0.cputime() # random output###line 174: sage: print "ignore this"; sage0.cputime() # random output File "/home/jec/sage-3.4.alpha0/local/lib/python2.5/site- packages/sage/interfaces/sage0.py", line 185, in cputime return float(s) ValueError: empty string for float() ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 176: sage: sage0('factor(2^157-1)') Expected: 852133201 * 60726444167 * 1654058017289 * 2134387368610417 Got: <BLANKLINE> ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 178: sage: print "ignore this"; sage0.cputime() # random output Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_3[4]>", line 1, in <module> print "ignore this"; sage0.cputime() # random output###line 178: sage: print "ignore this"; sage0.cputime() # random output File "/home/jec/sage-3.4.alpha0/local/lib/python2.5/site- packages/sage/interfaces/sage0.py", line 185, in cputime return float(s) ValueError: invalid literal for float(): 852133201 * 60726444167 * 1654058017289 * 2134387368610417 ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 192: sage: len(t) > 100 Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_4[3]>", line 1, in <module> len(t) > Integer(100)###line 192: sage: len(t) > 100 TypeError: object of type 'float' has no len() ********************************************************************** File "/home/jec/sage-3.4.alpha0/devel/sage/sage/interfaces/sage0.py", line 194: sage: 'gcd' in t Exception raised: Traceback (most recent call last): File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jec/sage-3.4.alpha0/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_4[4]>", line 1, in <module> 'gcd' in t###line 194: sage: 'gcd' in t TypeError: argument of type 'float' is not iterable ********************************************************************** 7 items had failures: 1 of 5 in __main__.example_20 1 of 4 in __main__.example_21 1 of 3 in __main__.example_22 1 of 6 in __main__.example_24 1 of 4 in __main__.example_26 3 of 5 in __main__.example_3 2 of 5 in __main__.example_4 ***Test Failed*** 10 failures. John On 26 Feb, 19:01, "Georg S. Weber" <georgswe...@googlemail.com> wrote: > On 26 Feb., 12:57, mabshoff <mabsh...@googlemail.com> wrote: > > > > > On Feb 26, 2:51 am, "Georg S. Weber" <georgswe...@googlemail.com> > > wrote: > > > > Hi, > > > Hi Georg, > > > > is currently someone working on trac #4933 (lots of files in > > > sage.schemes.elliptic_curves are not included in the reference > > > manual)? > > > Or is it intended to get these missing files' documentation in 3.4 (as > > > opposed to 3.4.1 or even later)? > > > I do not think any such patch would make it at this state unless it > > was reviewed and mergable. > > > > If so, I kindly ask to consider first to integrate ticket #4667. > > > > Could please someone help with the rebasing? (Two of six files > > > conerned already have been ReSTified, so the patch from #4667 no > > > longer applies cleanly against 3.4.alpha0, but only against 3.3 as- > > > is). > > > Given the situation about dependencies not yet rebased against ReST > > and the tight time frame for 3.4 this is something for 3.4.x IMHO, but > > those 3.4 point releases should happen rather quickly. > > Hi, > > that's OK. > > Cheers, > gsw > > > > Cheers, > > > gsw > > > Cheers, > > > Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---