On Debian testing running on Ryzen 9 + 64 GB RAM, upgrading 10.7.beta0 to 10.7.beta4 and running ptestlong gives three permanen(t failures already reported :
sage -t --long --warn-long 30.0 --random-seed=115690044797514869384261998212648840857 src/sage/libs/gap/element.pyx # Killed due to segmentation fault sage -t --long --warn-long 30.0 --random-seed=115690044797514869384261998212648840857 src/sage/coding/linear_code.py # 4 doctests failed sage -t --long --warn-long 30.0 --random-seed=115690044797514869384261998212648840857 src/sage/rings/real_mpfr.pyx # 1 doctest failedand a new one :
sage -t --long --warn-long 30.0 --random-seed=115690044797514869384261998212648840857 src/sage/calculus/calculus.py # 1 doctest failedRe-running it :
charpent@brique:/usr/local/sage-10$ sage -t --long --warn-long 30.0 --random-seed=115690044797514869384261998212648840857 src/sage/calculus/calculus.py # 1 doctest failed Running doctests with ID 2025-05-13-17-27-23-7a9621a9. Git branch: develop Git ref: 10.6.beta7-1649-g94baf41dcd6-dirty Running with SAGE_LOCAL='/usr/local/sage-10/local' and SAGE_VENV='/usr/local/sage-10/local/var/lib/sage/venv-python3.13' Using --optional=debian,dot2tex,fricas,gap_packages,giac,libsemigroups,pip,pysingular,sage,sage_spkg,singular_jupyter Features to be detected: 4ti2,SAGE_SRC,benzene,bliss,buckygen,conway_polynomials,coxeter3,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_ellcurves,database_graphs,database_jones_numfield,database_knotinfo,dot2tex,dvipng,ecm,fpylll,fricas,gap_package_atlasrep,gap_package_design,gap_package_grape,gap_package_guava,gap_package_hap,gap_package_polenta,gap_package_polycyclic,gap_package_qpa,gap_package_quagroup,gfan,giac,glucose,graphviz,imagemagick,info,ipython,jmol,jupymake,jupyter_sphinx,kenzo,kissat,latte_int,lrcalc_python,lrslib,mathics,matroid_database,mcqd,meataxe,meson_editable,mpmath,msolve,nauty,networkx,numpy,palp,pandoc,pdf2svg,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pycosat,pycryptosat,pynormaliz,pyparsing,python_igraph,requests,rpy2,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.braiding,sage.libs.ecl,sage.libs.flint,sage.libs.gap,sage.libs.giac,sage.libs.homfly,sage.libs.linbox,sage.libs.m4ri,sage.libs.ntl,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modular,sage.modules,sage.numerical.mip,sage.plot,sage.rings.complex_double,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.polynomial.pbori,sage.rings.real_double,sage.rings.real_mpfr,sage.sat,sage.schemes,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sirocco,sloane_database,sphinx,symengine_py,sympy,tdlib,threejs,topcom Doctesting 1 file. sage -t --long --warn-long 30.0 --random-seed=115690044797514869384261998212648840857 src/sage/calculus/calculus.py ********************************************************************** File "src/sage/calculus/calculus.py", line 1395, in sage.calculus.calculus.limit Failed example: (x / (x+2^x+cos(x))).limit(x=-infinity, algorithm='fricas') # optional - fricas Exception raised: Traceback (most recent call last): File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/interfaces/expect.py", line 1518, in __init__ self._name = parent._create(value, name=name) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/interfaces/interface.py", line 520, in _create self.set(name, value) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/interfaces/fricas.py", line 681, in set self._check_errors(value, output) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/interfaces/fricas.py", line 574, in _check_errors raise RuntimeError("An error occurred when FriCAS evaluated '%s':\n%s" % (line, output)) RuntimeError: An error occurred when FriCAS evaluated '((%minusInfinity)::EXPR INT)': Cannot convert the value from type OrderedCompletion(Integer) to Expression(Integer) . During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/doctest/forker.py", line 730, in _run self.compile_and_execute(example, compiler, test.globs) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/doctest/forker.py", line 1154, in compile_and_execute exec(compiled, globs) ~~~~^^^^^^^^^^^^^^^^^ File "<doctest sage.calculus.calculus.limit[56]>", line 1, in <module> (x / (x+Integer(2)**x+cos(x))).limit(x=-infinity, algorithm='fricas') # optional - fricas ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "sage/symbolic/expression.pyx", line 13301, in sage.symbolic.expression.Expression.limit (build/cythonized/sage/symbolic/expression.cpp:120492) return limit(self, *args, **kwds) File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/calculus/calculus.py", line 1614, in limit eq = fricas.equation(v._fricas_(), a._fricas_()) ~~~~~~~~~~^^ File "sage/structure/sage_object.pyx", line 793, in sage.structure.sage_object.SageObject._fricas_ (build/cythonized/sage/structure/sage_object.c:10438) return self._interface_(G) File "sage/symbolic/expression.pyx", line 1194, in sage.symbolic.expression.Expression._interface_ (build/cythonized/sage/symbolic/expression.cpp:46826) return super()._interface_(I) File "sage/structure/sage_object.pyx", line 723, in sage.structure.sage_object.SageObject._interface_ (build/cythonized/sage/structure/sage_object.c:8223) X = I(s) File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/interfaces/interface.py", line 299, in __call__ return cls(self, x, name=name) File "/usr/local/sage-10/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/sage/interfaces/expect.py", line 1523, in __init__ raise TypeError(*x.args) TypeError: An error occurred when FriCAS evaluated '((%minusInfinity)::EXPR INT)': Cannot convert the value from type OrderedCompletion(Integer) to Expression(Integer) . ********************************************************************** 1 item had failures: 1 of 103 in sage.calculus.calculus.limit [501 tests, 1 failure, 5.15s wall] ---------------------------------------------------------------------- sage -t --long --warn-long 30.0 --random-seed=115690044797514869384261998212648840857 src/sage/calculus/calculus.py # 1 doctest failed ---------------------------------------------------------------------- Total time for all tests: 10.2 seconds cpu time: 6.3 seconds cumulative wall time: 5.2 seconds Features detected for doctesting: sage.plotHTH,