On Debian testing running on core i7 + 16bGB RAM, an upgrade of 9.0.beta0 + Python3 to 9.0.beta1 tested with ptestalllong gives extremely similar results (no failure we haven't seen already) :
Transient failures: File | Result ---------------------------------------------------------+------------------- src/sage/symbolic/integration/external.py | 1 doctest failed src/sage/doctest/forker.py | 2 doctests failed src/sage/graphs/generators/smallgraphs.py | 6 doctests failed src/sage/combinat/designs/ext_rep.py | 1 doctest failed src/sage/combinat/posets/posets.py | 1 doctest failed src/sage/combinat/matrices/hadamard_matrix.py | 2 doctests failed src/sage/plot/animate.py | 7 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/misc/remote_file.py | 2 doctests failed src/sage/databases/findstat.py | 9 doctests failed Permanent failures : File | Result ---------------------------------------------------------+------------------- src/sage/rings/polynomial/polynomial_rational_flint.pyx | 1 doctest failed src/sage/tests/gap_packages.py | 1 doctest failed Furthermore, this process leaves behind a "Puthon3" process not attached to any terminal I am aware of : charpent@zen-book-flip:/usr/local/sage-P3-2$ ps augwx | grep python3 ## Some known, unrelated processes... charpent 9809 152 2.6 9618164 441196 ? Rsl oct.12 1810:00 /usr/local/sage-P3-2/local/bin/python3 /usr/local/sage-P3-2/src/bin/sage-ipython -i ## Other unrelated processes... HTH, Le dimanche 13 octobre 2019 00:33:16 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 > > > 0f20b37ca8 (trac/develop, tag: 9.0.beta1) Updated SageMath version to > 9.0.beta1 > 58fd34e0b7 Trac #28582: some cleaning for is_ring > 6369d2b879 Trac #28579: Wedge Product with Scalar Fields > 28965d2435 Trac #28571: pass 'macaulay2' as argument to > '_macaulay2_init_()' > 36c8efff4c Trac #28566: improve conversions between Macaulay2 and Sage > 90948f459f Trac #28532: fix a bunch of warnings > 1ff91fe976 Trac #28525: use smaller doctests in PasechnikGraph to avoid > memory errors in patchbots > f8f5ac2490 Trac #26105: Support base_morphism for hom(im_gens) > 19bda2ac22 Trac #25508: Implement reconstruction of binary quintics > 8d0a41bd1c Trac #17468: Strange integration error/hang with > log(abs(sin(x))) > 77423c72c4 Trac #28570: fix matrix inversion over ZZ > f3342573ff Trac #28563: Manifolds: Dicts and Lists Copied > 5a5f172b93 Trac #28558: remove deprecation in modules > 6c3b80b24f Trac #28082: upgrade to giacpy_sage-0.6.8 > 75019f2fdb Trac #28568: implement _install_hints method for the Macaulay2 > interface > 847bba4279 Trac #28565: improve introspection of Macaulay2 interface > fcc11d6eff Trac #28560: Ignore newlines in three.js version search > 819f21a5cb Trac #28459: spkg-configure.m4 for glpk > 91a18d8806 Trac #28492: another wave of typos > 66fdef5174 Trac #28484: Implement Orlik-Terao algebras > 1de4336e9a Trac #28536: pep cleanup of Brandt modules > ac8177cba1 Trac #28510: a tiny typo ticket > 934ecf55e7 Trac #28509: Polyhedron: bounding box does not catch empty > polyhedron > 257b96dd83 Trac #28537: remove one deprecated thing in misc/cython > 4838a45450 Trac #28518: some cleanup of len(xxx) = 0 in pyx files > caf8dc81d0 Trac #28496: cleanup of continued fraction > 46243c1343 Trac #28491: still another harvest of typos > a59ec2fcc3 Trac #28470: remove deprecated is_Set > f699c82c3c Trac #28416: Add subjoinsemilattice > 05d62701df Trac #28187: Make _derivative consistent > 57b7f90e8a Trac #28074: Fix caching of Macaulay2 polynomial rings > 9c0040e888 Trac #27949: Pull out subfield() method from subfields() method. > 2647b78504 Trac #28556: fix word_problem() > 277a8b5e7c Trac #28551: slightly faster Moebius matrix for posets > 8cbe119928 Trac #28550: DeprecationWarning: invalid escape sequence in > docstrings when building with py3 > 6f6e984a8b Trac #28548: various cleaning > 5a80b3b803 Trac #28547: Remove hardcoded mathjax path in docs/conf.py > 8f38abecb9 Trac #28546: fix a javascript warning > d7642ded54 Trac #28543: Improve computation of connection coefficients > 6c55e54863 Trac #28542: change behaviour of denominator for p-adics > 17639faea5 Trac #28535: Fundamental group of simplicial sets with trivial > 1-skeleton > a384dc550f Trac #28534: Upgrade sqlite to 3.29.0 > 5f0b3488ac Trac #28528: Random minor improvements to the arb interface > 665c6e8113 Trac #28527: Character art concatenation takes quadratic time > d4d5b28df0 Trac #28526: infinite recursion in skew_hadamard_matrix when n=0 > 533fd5d6cd (tag: 9.0.beta0) Updated SageMath version to 9.0.beta0 > > -- 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/e758226c-a5bf-4e07-8688-4e4628c6f6d5%40googlegroups.com.
