On a slightly smaller machine (Debian testing running on core i5 + 8 GB 
RAM), the same upgrade give me the same results minus the two "new" 
transient failures.

HTH,

Le lundi 18 novembre 2019 16:00:48 UTC+1, Emmanuel Charpentier a écrit :
>
> On Debian testing runninng on core i7 + 16 GB RAM, ptestalllong my Python 
> 3-based 9.0.beta5 upgraded to 9.0.beta6 gave me the same permanent ant 
> transient failures as before AND two transient failures I don't remember 
> having seen before:
>
> File                                          | Result           
> ----------------------------------------------+------------------
> src/sage/symbolic/integration/external.py     | 1 doctest failed 
> src/sage/modular/ssmod/ssmod.py               | 2 doctests failed
>
> Details:
>
> sage -t --long --warn-long 178.5 src/sage/symbolic/integration/external.py
> **********************************************************************
> File "src/sage/symbolic/integration/external.py", line 96, in 
> sage.symbolic.integration.external.mma_free_integrator
> Failed example:
>     mma_free_integrator(exp(-x^2)*log(x), x) # optional - internet
> Exception raised:
>     Traceback (most recent call last):
>       File 
> "/usr/local/sage-P3-2/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
> line 681, in _run
>         self.compile_and_execute(example, compiler, test.globs)
>       File 
> "/usr/local/sage-P3-2/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
> line 1123, in compile_and_execute
>         exec(compiled, globs)
>       File "<doctest 
> sage.symbolic.integration.external.mma_free_integrator[5]>", line 1, in 
> <module>
>         mma_free_integrator(exp(-x**Integer(2))*log(x), x) # optional - 
> internet
>       File 
> "/usr/local/sage-P3-2/local/lib/python3.7/site-packages/sage/symbolic/integration/external.py",
>  
> line 113, in mma_free_integrator
>         raise ValueError("no outputs found in the answer from Wolfram 
> Alpha")
>     ValueError: no outputs found in the answer from Wolfram Alpha
> **********************************************************************
> 1 item had failures:
>    1 of   7 in sage.symbolic.integration.external.mma_free_integrator
>     [44 tests, 1 failure, 34.49 s]
>
> sage -t --long --warn-long 178.5 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 
> "/usr/local/sage-P3-2/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:4608)
>         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:4717)
>         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 
> "/usr/local/sage-P3-2/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
> line 681, in _run
>         self.compile_and_execute(example, compiler, test.globs)
>       File 
> "/usr/local/sage-P3-2/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 
> "/usr/local/sage-P3-2/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 
> "/usr/local/sage-P3-2/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 
> "/usr/local/sage-P3-2/local/lib/python3.7/site-packages/sage/modular/ssmod/ssmod.py",
>  
> line 827, in hecke_matrix
>         SS, II = self.supersingular_points()
>       File 
> "/usr/local/sage-P3-2/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:7309)
>         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 
> "/usr/local/sage-P3-2/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
> line 681, in _run
>         self.compile_and_execute(example, compiler, test.globs)
>       File 
> "/usr/local/sage-P3-2/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, 8.11 s]
>
> HTH,
>
>
> Le lundi 18 novembre 2019 01:42:15 UTC+1, Volker Braun a écrit :
>>
>> As always, you can get the latest beta version from the "develop" git 
>> branch. Alternatively, the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html 
>>
>> This is the first Python 3 beta, so incremental builds probably aren't 
>> going to work. Use "make distclean" or the appropriate configure flag to 
>> keep using Python 2 (noooo)
>>
>>
>> 232ae1bddc (tag: 9.0.beta6) Updated SageMath version to 9.0.beta6
>> 026a216fa4 Trac #28104: Openblas build failure
>> 1e7795c1f2 Trac #28726: py3: cysignals fails its test suite
>> c53e82c055 Trac #28734: a few miscellanous details
>> a55e518077 Trac #28721: Document sage-dist-helpers
>> c87212c10b Trac #28715: remove some deprecated stuff in combinat after 
>> 23319 and 15597
>> 2adaf8bc28 Trac #28686: Demote some optional packages to experimental
>> 381ddacd15 Trac #15077: Inconsistency in polynomial .reverse(n)
>> af4d15a8e1 Trac #28725: fix lawrence_extension and lawrence_polytope for 
>> backend field
>> a8e457e711 Trac #28719: remove deprecated function aliases
>> e46f2a5383 Trac #28717: some cleanup in __init__ files
>> 9101b22829 Trac #28709: Python executable in doctest/control.py
>> 6544bf8e40 Trac #28707: More control on the numerical ODE solver for 
>> integrated curves and geodesics
>> 50034a0ae9 Trac #28652: Rework the constructor of PermutationGroupElement
>> edc1360355 Trac #28606: CombinatorialPolyhedron: unbounded -> is_bounded
>> 3a35510660 Trac #28605: CombinatorialPolyhedron: replace attributes by 
>> methods
>> 133435b38d Trac #27302: Cubic Braid Groups
>> 8d41eaeed4 Trac #27089: CPLEXBackend.solver_parameter: Handle 
>> CPX_PARAMTYPE_LONG
>> eb5d0df260 Trac #25183: Bug in the associahedron object
>> 94b6adde10 Trac #24108: quadratic_form_from_invariants()
>> e9e14ad864 Trac #28730: cvxopt fails its test suite
>> a9146cd62b Trac #28714: clarify docstring of plot.colors.float_to_integer
>> f94189b015 Trac #28708: 5 cplex doctests failed in cplex_backend.pyx
>> 92a0045e31 Trac #28700: Fixing missing optional flag in base_QQ.py
>> 6c5f93dfb4 Trac #28689: py3: fix doctests with cbc
>> 3dd1d44175 Trac #28660: Make Python 3 the default
>> 0a86718461 Trac #28382: Correct types in cplex backend
>> 82b36b2ead Trac #27761: DES Block Cipher
>> 93db4cc438 (tag: 9.0.beta5) Updated SageMath version to 9.0.beta5
>>
>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/f1f082b0-acd0-4627-af8a-fb35de7bb1a1%40googlegroups.com.

Reply via email to