Le mardi 24 décembre 2019 18:03:53 UTC+1, John Cremona a écrit :
>
> On behalf of all Sage users and deleopers I would like to thank Volker for 
> all his efforts over yet another year as release manager.  Your work is 
> much appreciated 
>

+1 
Thank you Volker!

Here is my report:

On Ubuntu 18.04 running on Core i7-6700HQ + 16 GB RAM:
- incremental build (-j8) from 9.0.beta9 OK
- all tests from ptestlong passed, except for a transient failure (reported 
by Emmanuel as well):
sage -t --long --warn-long 80.9 src/sage/modular/ssmod/ssmod.py  # 2 
doctests failed
(details are attached)
The test is passed when run standalone.

Best wishes,

Eric.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/b85c78ef-f8ad-4c9c-a568-5c2764b67661%40googlegroups.com.
sage -t --long --warn-long 80.9 src/sage/modular/ssmod/ssmod.py
**********************************************************************
File "src/sage/modular/ssmod/ssmod.py", line 38, in sage.modular.ssmod.ssmod
Failed example:
    t = X.T(2).matrix()            # long time (21s on sage.math, 2011)
Exception raised:
    Traceback (most recent call last):
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/modular/hecke/hecke_operator.py",
 line 749, in matrix
        return self.__matrix
      File "sage/structure/element.pyx", line 487, in 
sage.structure.element.Element.__getattr__ 
(build/cythonized/sage/structure/element.c:4609)
        return self.getattr_from_category(name)
      File "sage/structure/element.pyx", line 500, in 
sage.structure.element.Element.getattr_from_category 
(build/cythonized/sage/structure/element.c:4718)
        return getattr_from_other_class(self, cls, name)
      File "sage/cpython/getattr.pyx", line 394, in 
sage.cpython.getattr.getattr_from_other_class 
(build/cythonized/sage/cpython/getattr.c:2614)
        raise AttributeError(dummy_error_message)
    AttributeError: 'sage.rings.polynomial.polynomial_zz_pex.Polynomial_ZZ_pEX' 
object has no attribute 'dimension'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 681, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 1123, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.modular.ssmod.ssmod[7]>", line 1, in <module>
        t = X.T(Integer(2)).matrix()            # long time (21s on sage.math, 
2011)
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/modular/hecke/hecke_operator.py",
 line 751, in matrix
        self.__matrix = self.parent().hecke_matrix(self.__n, *args, **kwds)
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/modular/hecke/algebra.py",
 line 528, in hecke_matrix
        return self.__M.hecke_matrix(n, *args, **kwds)
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/modular/ssmod/ssmod.py",
 line 827, in hecke_matrix
        SS, II = self.supersingular_points()
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/modular/ssmod/ssmod.py",
 line 705, in supersingular_points
        T2_matrix[pos, j] += ej
      File "sage/matrix/matrix0.pyx", line 970, in 
sage.matrix.matrix0.Matrix.__getitem__ 
(build/cythonized/sage/matrix/matrix0.c:7311)
        raise IndexError("matrix index out of range")
    IndexError: matrix index out of range
**********************************************************************
File "src/sage/modular/ssmod/ssmod.py", line 39, in sage.modular.ssmod.ssmod
Failed example:
    t.nrows()                      # long time
Exception raised:
    Traceback (most recent call last):
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 681, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 1123, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.modular.ssmod.ssmod[8]>", line 1, in <module>
        t.nrows()                      # long time
    NameError: name 't' is not defined
**********************************************************************
1 item had failures:
   2 of  17 in sage.modular.ssmod.ssmod
    [79 tests, 2 failures, 4.34 s]

Reply via email to