On Debian testing running on core i7 + 16 GB RAM, upgrading 10.5.beta5 to 10.5.beta6 and running ptestlong gives two reproducible failures :
sage -t --long --warn-long 251.0 --random-seed=325458851928711039532352428547385105459 src/sage/rings/real_mpfr.pyx # 1 doctest failed sage -t --long --warn-long 251.0 --random-seed=325458851928711039532352428547385105459 src/sage/libs/gap/element.pyx # 1 doctest failedThe first one has been already reported a few times. Re-running the second one :
charpent@zen-book-flip:/usr/local/sage-10$ sage -t --long --warn-long 251.0 --random-seed=325458851928711039532352428547385105459 src/sage/libs/gap/element.pyx # 1 doctest failed Running doctests with ID 2024-10-03-13-12-20-d73c4df8. Git branch: develop Git ref: 10.1.beta0-14158-gb0f09d9d782 Running with SAGE_LOCAL='/usr/local/sage-10/local' and SAGE_VENV='/usr/local/sage-10/local/var/lib/sage/venv-python3.12' Using --optional=debian,dot2tex,fricas,gap_jupyter,gap_packages,jmol,jupyter_jsmol,libsemigroups,msolve,pip,pysingular,qepcad,saclib,sage,sage_spkg,singular_jupyter,symengine,symengine_py 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,dvipng,ecm,fpylll,fricas,gap_package_atlasrep,gap_package_design,gap_package_grape,gap_package_guava,gap_package_hap,gap_package_polycyclic,gap_package_qpa,gap_package_quagroup,gfan,giac,glucose,graphviz,imagemagick,ipython,jmol,jupymake,jupyter_sphinx,kenzo,kissat,latte_int,lrcalc_python,lrslib,mathics,matroid_database,mcqd,meataxe,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,sphinx,symengine_py,sympy,tdlib,threejs,topcom Doctesting 1 file. sage -t --long --warn-long 251.0 --random-seed=325458851928711039532352428547385105459 src/sage/libs/gap/element.pyx ********************************************************************** File "src/sage/libs/gap/element.pyx", line 2440, in sage.libs.gap.element.GapElement_Function.__call__ Failed example: sorted(a(b)) Expected: [Group(()), Sym( [ 1 .. 4 ] ), Alt( [ 1 .. 4 ] ), Group([ (1,4)(2,3), (1,2)(3,4) ])] Got: [Group(()), Sym( [ 1 .. 4 ] ), Alt( [ 1 .. 4 ] ), Group([ (1,4)(2,3), (1,3)(2,4) ])] ********************************************************************** 1 item had failures: 1 of 26 in sage.libs.gap.element.GapElement_Function.__call__ [519 tests, 1 failure, 2.55 s] ---------------------------------------------------------------------- sage -t --long --warn-long 251.0 --random-seed=325458851928711039532352428547385105459 src/sage/libs/gap/element.pyx # 1 doctest failed ---------------------------------------------------------------------- Total time for all tests: 7.7 seconds cpu time: 1.8 seconds cumulative wall time: 2.5 seconds Features detected for doctesting: charpent@zen-book-flip:/usr/local/sage-10$ sage --version SageMath version 10.5.beta6, Release Date: 2024-09-29HTH,
On Ubuntu 24.4 running under WSL/Windows11 on core i7+16 GB RAM :
---------------------------------------------------------------------- sage -t --long --warn-long 86.7 --random-seed=227607542310730384096660598961964682551 src/sage/combinat/tiling.py # 1 doctest failed sage -t --long --warn-long 86.7 --random-seed=227607542310730384096660598961964682551 src/sage/libs/gap/element.pyx # 1 doctest failed sage -t --long --warn-long 86.7 --random-seed=227607542310730384096660598961964682551 src/sage/rings/real_mpfr.pyx # 1 doctest failed ----------------------------------------------------------------------The second and third are permanent and have already been reported. Re-running the first succeeds, but the original run leaves open questions :
sage -t --long --warn-long 86.7 --random-seed=227607542310730384096660598961964682551 src/sage/combinat/tiling.py ********************************************************************** File "src/sage/combinat/tiling.py", line 254, in sage.combinat.tiling Failed example: a = T.animate('incremental', stop=40); a # long time, optional - imagemagick, needs sage.plot Expected: Animation with 40 frames Got: Command "['convert', '-dispose', 'Background', '-delay', '20', '-loop', '0', '*.png', '/tmp/tmpzwc3q66d/tmp_rl3gnhvx.gif']" returned nonzero exit status "1" (with stderr "convert-im6.q16: time limit exceeded `/tmp/tmpzwc3q66d/tmp_rl3gnhvx.gif' @ fatal/cache.c/GetImagePixelCache/1867." and stdout ""). doctest:warning File "<doctest sage.combinat.tiling[94]>", line 1, in <module> a = T.animate('incremental', stop=Integer(40)); a # long time, optional - imagemagick, needs sage.plot File "/usr/local/sage-10/src/sage/repl/rich_output/display_manager.py", line 799, in displayhook plain_text, rich_output = self._rich_output_formatter(obj, dict()) File "/usr/local/sage-10/src/sage/repl/rich_output/display_manager.py", line 621, in _rich_output_formatter rich_output = self._call_rich_repr(obj, rich_repr_kwds) File "/usr/local/sage-10/src/sage/repl/rich_output/display_manager.py", line 586, in _call_rich_repr warnings.warn( File "/usr/lib/python3.12/warnings.py", line 110, in _showwarnmsg sw(msg.message, msg.category, msg.filename, msg.lineno, : sage.repl.rich_output.display_manager.RichReprWarning: Exception in _rich_repr_ while displaying object: Error: Cannot generate GIF animation. The magick/convert command (ImageMagick) is present but does not seem to be functional. Verify that the objects passed to the animate command can be saved in PNG image format. See www.imagemagick.org more information. Animation with 40 frames ********************************************************************** 1 item had failures: 1 of 103 in sage.combinat.tiling [492 tests, 1 failure, 228.60 s]HTH,