On 64-bit linux, built fine. Long tests revealed only one problem
(reported already I think) in
/sage/rings/polynomial/multi_polynomial_libsingular.pyx # 6 doctests
failed (details below in [1]).
On 32-bit linux, built fine but 2 failures: [1] again and also
sage/libs/cremona/newforms.pyx (see [2] below). This looks like what
was supposedly fixed in #8042.
John
[1]
j...@selmer%./sage -t -long
devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx
sage -t -long
"devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx"
**********************************************************************
File
"/home/jec/sage-4.3.2.alpha0/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
line 4405:
sage: f.numerator()
Exception raised:
Traceback (most recent call last):
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_87[4]>", line 1, in <module>
f.numerator()###line 4405:
sage: f.numerator()
File "multi_polynomial_libsingular.pyx", line 4444, in
sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.numerator
(sage/rings/polynomial/multi_polynomial_libsingular.cpp:27745)
File "element.pyx", line 305, in
sage.structure.element.Element.__getattr__
(sage/structure/element.c:2725)
File "parent.pyx", line 237, in
sage.structure.parent.getattr_from_other_class
(sage/structure/parent.c:2832)
File "parent.pyx", line 169, in
sage.structure.parent.raise_attribute_error
(sage/structure/parent.c:2599)
AttributeError:
'sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular'
object has no attribute 'denominator'
**********************************************************************
File
"/home/jec/sage-4.3.2.alpha0/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
line 4407:
sage: f == f.numerator()
Exception raised:
Traceback (most recent call last):
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_87[5]>", line 1, in <module>
f == f.numerator()###line 4407:
sage: f == f.numerator()
File "multi_polynomial_libsingular.pyx", line 4444, in
sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.numerator
(sage/rings/polynomial/multi_polynomial_libsingular.cpp:27745)
File "element.pyx", line 305, in
sage.structure.element.Element.__getattr__
(sage/structure/element.c:2725)
File "parent.pyx", line 237, in
sage.structure.parent.getattr_from_other_class
(sage/structure/parent.c:2832)
File "parent.pyx", line 169, in
sage.structure.parent.raise_attribute_error
(sage/structure/parent.c:2599)
AttributeError:
'sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular'
object has no attribute 'denominator'
**********************************************************************
File
"/home/jec/sage-4.3.2.alpha0/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
line 4418:
sage: f.numerator()
Exception raised:
Traceback (most recent call last):
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_87[8]>", line 1, in <module>
f.numerator()###line 4418:
sage: f.numerator()
File "multi_polynomial_libsingular.pyx", line 4442, in
sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.numerator
(sage/rings/polynomial/multi_polynomial_libsingular.cpp:27714)
File "element.pyx", line 305, in
sage.structure.element.Element.__getattr__
(sage/structure/element.c:2725)
File "parent.pyx", line 237, in
sage.structure.parent.getattr_from_other_class
(sage/structure/parent.c:2832)
File "parent.pyx", line 169, in
sage.structure.parent.raise_attribute_error
(sage/structure/parent.c:2599)
AttributeError:
'sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular'
object has no attribute 'denominator'
**********************************************************************
File
"/home/jec/sage-4.3.2.alpha0/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
line 4420:
sage: f == f.numerator()
Exception raised:
Traceback (most recent call last):
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_87[9]>", line 1, in <module>
f == f.numerator()###line 4420:
sage: f == f.numerator()
File "multi_polynomial_libsingular.pyx", line 4442, in
sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.numerator
(sage/rings/polynomial/multi_polynomial_libsingular.cpp:27714)
File "element.pyx", line 305, in
sage.structure.element.Element.__getattr__
(sage/structure/element.c:2725)
File "parent.pyx", line 237, in
sage.structure.parent.getattr_from_other_class
(sage/structure/parent.c:2832)
File "parent.pyx", line 169, in
sage.structure.parent.raise_attribute_error
(sage/structure/parent.c:2599)
AttributeError:
'sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular'
object has no attribute 'denominator'
**********************************************************************
File
"/home/jec/sage-4.3.2.alpha0/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
line 4422:
sage: f.numerator().base_ring()
Exception raised:
Traceback (most recent call last):
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_87[10]>", line 1, in <module>
f.numerator().base_ring()###line 4422:
sage: f.numerator().base_ring()
File "multi_polynomial_libsingular.pyx", line 4442, in
sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.numerator
(sage/rings/polynomial/multi_polynomial_libsingular.cpp:27714)
File "element.pyx", line 305, in
sage.structure.element.Element.__getattr__
(sage/structure/element.c:2725)
File "parent.pyx", line 237, in
sage.structure.parent.getattr_from_other_class
(sage/structure/parent.c:2832)
File "parent.pyx", line 169, in
sage.structure.parent.raise_attribute_error
(sage/structure/parent.c:2599)
AttributeError:
'sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular'
object has no attribute 'denominator'
**********************************************************************
File
"/home/jec/sage-4.3.2.alpha0/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
line 4432:
sage: f.numerator() / f.denominator() == f
Exception raised:
Traceback (most recent call last):
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/jec/sage-4.3.2.alpha0/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_87[13]>", line 1, in <module>
f.numerator() / f.denominator() == f###line 4432:
sage: f.numerator() / f.denominator() == f
File "multi_polynomial_libsingular.pyx", line 4442, in
sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.numerator
(sage/rings/polynomial/multi_polynomial_libsingular.cpp:27714)
File "element.pyx", line 305, in
sage.structure.element.Element.__getattr__
(sage/structure/element.c:2725)
File "parent.pyx", line 237, in
sage.structure.parent.getattr_from_other_class
(sage/structure/parent.c:2832)
File "parent.pyx", line 169, in
sage.structure.parent.raise_attribute_error
(sage/structure/parent.c:2599)
AttributeError:
'sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular'
object has no attribute 'denominator'
**********************************************************************
1 items had failures:
6 of 14 in __main__.example_87
***Test Failed*** 6 failures.
For whitespace errors, see the file
/home/jec/.sage//tmp/.doctest_multi_polynomial_libsingular.py
[4.4 s]
[2]
mas...@host-56-150%./sage -t devel/sage/sage/libs/cremona/newforms.pyx
sage -t "devel/sage/sage/libs/cremona/newforms.pyx"
**********************************************************************
File "/local/jec/sage-4.3.2.alpha0/devel/sage/sage/libs/cremona/newforms.pyx",
line 55:
sage: M = ECModularSymbol(E)
Exception raised:
Traceback (most recent call last):
File "/home/masgaj/local/sage-4.3.2.alpha0/local/bin/ncadoctest.py",
line 1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/masgaj/local/sage-4.3.2.alpha0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/masgaj/local/sage-4.3.2.alpha0/local/bin/ncadoctest.py",
line 1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_1[10]>", line 1, in <module>
M = ECModularSymbol(E)###line 55:
sage: M = ECModularSymbol(E)
File "newforms.pyx", line 69, in
sage.libs.cremona.newforms.ECModularSymbol.__init__
(sage/libs/cremona/newforms.cpp:1804)
OverflowError: long int too large to convert to int
**********************************************************************
1 items had failures:
1 of 11 in __main__.example_1
***Test Failed*** 1 failures.
For whitespace errors, see the file /home/masgaj/.sage//tmp/.doctest_newforms.py
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org