FWIW, on Debian testing running on a smaller machine (core i5 + 8 GB RAM, no gap_packages installed), upgrading a Python 3-based 9.0.beta2 to 9.0.beta3 gives the usual ptestalllong failures:
Permanent failures : File | Result --------------------------------------------------------+----------------- src/sage/rings/polynomial/polynomial_rational_flint.pyx | 1 doctest failed Transient failures : File | Result --------------------------------------------------------+------------------ src/sage/combinat/posets/posets.py | 1 doctest failed src/sage/plot/animate.py | 7 doctests failed src/sage/combinat/matrices/hadamard_matrix.py | 2 doctests failed src/sage/misc/latex.py | 1 doctest failed src/sage/misc/persist.pyx | 2 doctests failed src/sage/coding/databases.py | 2 doctests failed src/sage/repl/load.py | 1 doctest failed src/sage/graphs/graph_latex.py | 2 doctests failed src/sage/misc/remote_file.py | 2 doctests failed src/sage/databases/findstat.py | 9 doctests failed src/sage/interfaces/magma_free.py | 2 doctests failed HTH, Le dimanche 27 octobre 2019 19:16:12 UTC+1, Emmanuel Charpentier a écrit : > > On Debian testing running on core i7 + 16 GB RAM, the upgrade of a Python > 3-base 9.0.beta2 to 9.0.beta3 gives results close to those already reported: > > Permanent failures : > > File | Result > --------------------------------------------------------+----------------- > src/sage/tests/gap_packages.py | 1 doctest failed > src/sage/rings/polynomial/polynomial_rational_flint.pyx | 1 doctest failed > > Transient failures : > > File | Result > --------------------------------------------------------+------------------ > src/sage/graphs/generators/smallgraphs.py | 6 doctests failed > src/sage/combinat/posets/posets.py | 1 doctest failed > src/sage/plot/animate.py | 7 doctests failed > src/sage/combinat/matrices/hadamard_matrix.py | 2 doctests failed > src/sage/modular/ssmod/ssmod.py | 2 doctests failed > src/sage/coding/databases.py | 2 doctests failed > src/sage/misc/latex.py | 1 doctest failed > src/sage/misc/persist.pyx | 2 doctests failed > src/sage/repl/load.py | 1 doctest failed > src/sage/graphs/graph_latex.py | 2 doctests failed > src/sage/combinat/designs/ext_rep.py | 1 doctest failed > src/sage/misc/remote_file.py | 2 doctests failed > src/sage/databases/findstat.py | 9 doctests failed > > The transient failure on ssmod.py wasn't seen previously. OTOH, I've > fiddled with the CPU speed control of the machine... > > HTH, > > > > Le dimanche 27 octobre 2019 01:48:46 UTC+2, 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 >> >> >> 906b12b1e2 (tag: 9.0.beta3, trac/develop) Updated SageMath version to >> 9.0.beta3 >> 4e12d998bc Trac #28562: Tensor Fields: Better Zero Treatment >> 78d7905fc3 Trac #28531: bliss canonical labels ignores edge labels >> 9b8f10e98f Trac #28642: Silence pyflakes warning >> 3a0581721d Trac #28601: some typos and https >> ceee1d48ad Trac #28463: .neighbors() error in polyhedron.representation >> c4738d71aa Trac #28159: Vector Bundles >> 7f4acc39f8 Trac #20264: Hasse-Weil Zeta function of a cyclic cover of P1 >> over finite fields. >> 1ece1cfe12 Trac #28636: refresh the pieri_factors file >> 6d35e3a139 Trac #28619: Reference manual doesn't build with >> --include-tests-blocks >> 0bdecde0d4 Trac #28637: remove deprecated alias for algebraic dependency >> 948658943c Trac #28631: Implement polynomial factorization over universal >> cyclotomic field >> f2e5a05dd9 Trac #28625: Let CombinatorialPolyhedron handle f_vector of >> polyhedra >> c07209551d Trac #28621: Add CombinatorialPolyhedron method to Polyhedron >> objects >> e745a8cb7c Trac #28604: CombinatorialPolyhedron: ridge_graph -> >> facet_graph >> 847b27812f Trac #28603: CombinatorialPolyhedron: edge_graph -> >> vertex_graph >> adf7c6f30a Trac #28600: Use standard notation for pullback and >> pushforward on manifolds >> dafcaac1cb Trac #28155: Check for formality of GCDA's >> b81bb55ef2 Trac #27813: Implement _im_gens_ for LaurentPolynomial_mpair >> 76b7fdd115 (tag: 9.0.beta2) Updated SageMath version to 9.0.beta2 >> >> -- 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/74de48ce-0c0b-4c4a-9a7b-1351ec999ab6%40googlegroups.com.
