On Debian testing running on cote i7 + 16 GB RAM, updating 10.0.rc1 to 10.0.rc2 and running ptestlong gives three permanent failures :
---------------------------------------------------------------------- sage -t --long --warn-long 218.7 --random-seed=32321170849686825780099153503009275944 src/sage/coding/linear_code.py # 2 doctests failed sage -t --long --warn-long 218.7 --random-seed=32321170849686825780099153503009275944 src/sage/coding/code_constructions.py # 1 doctest failed sage -t --long --warn-long 218.7 --random-seed=32321170849686825780099153503009275944 src/sage/repl/ipython_kernel/kernel.py # 1 doctest failed ----------------------------------------------------------------------The first two have already been reported a few time and appear to be cosmetic. The third one is new :
charpent@zen-book-flip:/usr/local/sage-10$ sage -t --long --warn-long 218.7 --random-seed=32321170849686825780099153503009275944 src/sage/repl/ipython_kernel/kernel.py # 1 doctest failed Running doctests with ID 2023-05-09-12-51-15-14240ff8. Git branch: develop Git ref: 10.0.beta6-985-g8aa721379a Running with SAGE_LOCAL='/usr/local/sage-10/local' and SAGE_VENV='/usr/local/sage-10/local/var/lib/sage/venv-python3.11' Using --optional=debian,dot2tex,fricas,gap_jupyter,gap_packages,libsemigroups,msolve,pip,pysingular,sage,sage_spkg,singular_jupyter Features to be detected: 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,fpylll,gfan,graphviz,imagemagick,ipython,jupymake,kenzo,latte_int,lrcalc_python,lrslib,mcqd,meataxe,mpmath,msolve,nauty,networkx,numpy,palp,pandoc,pdf2svg,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pynormaliz,python_igraph,requests,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.gap,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modules,sage.plot,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.rings.real_mpfr,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sphinx,sympy,tdlib Doctesting 1 file. sage -t --long --warn-long 218.7 --random-seed=32321170849686825780099153503009275944 src/sage/repl/ipython_kernel/kernel.py ********************************************************************** File "src/sage/repl/ipython_kernel/kernel.py", line 47, in sage.repl.ipython_kernel.kernel.SageKernel.__init__ Failed example: from sage.repl.ipython_kernel.kernel import SageKernel Expected nothing Got: 0.00s - Debugger warning: It seems that frozen modules are being used, which may 0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off 0.00s - to python to disable frozen modules. 0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation. ********************************************************************** 1 item had failures: 1 of 3 in sage.repl.ipython_kernel.kernel.SageKernel.__init__ [12 tests, 1 failure, 0.13 s] ---------------------------------------------------------------------- sage -t --long --warn-long 218.7 --random-seed=32321170849686825780099153503009275944 src/sage/repl/ipython_kernel/kernel.py # 1 doctest failed ---------------------------------------------------------------------- Total time for all tests: 0.2 seconds cpu time: 0.1 seconds cumulative wall time: 0.1 seconds Features detected for doctesting: pytest is not installed in the venv, skip checking tests that rely on itThis one seems to be cosmetic, and might have been triggered by the recent instalation in my Sage pip environment of the Jupyter
kernel for the Wolfram Engine 13.2. Which runs fine, BTW…
HTH