--
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 sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/413a5049-e3b9-4032-b392-c0d45a7457e2n%40googlegroups.com.
On Debian testing running on core I7 + 16 GB RAM, upgrading 10.1.beta4 to 10.1.beta5 and running ptestlong gives one transient failure :
---------------------------------------------------------------------- sage -t --long --warn-long 221.1 --random-seed=130377515764620631234099015408919010647 src/sage/libs/giac/__init__.py # Timed out ----------------------------------------------------------------------whch passes when ran standalone :
charpent@zen-book-flip:/usr/local/sage-10$ sage -t --long --warn-long 221.1 --random-seed=130377515764620631234099015408919010647 src/sage/libs/giac/__init__.py # Timed out Running doctests with ID 2023-07-02-11-51-35-32047324. Git branch: develop Git ref: 10.1.beta0-863-g853d07099c 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,saclib,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,pyparsing,python_igraph,requests,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.flint,sage.libs.gap,sage.libs.ntl,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modular,sage.modules,sage.plot,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.schemes,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sphinx,sympy,tdlib Doctesting 1 file. sage -t --long --warn-long 221.1 --random-seed=130377515764620631234099015408919010647 src/sage/libs/giac/__init__.py ********************************************************************** File "src/sage/libs/giac/__init__.py", line 208, in sage.libs.giac.? Warning, slow doctest: B1.is_groebner() # long time (20s) Test ran for 904.08 s, check ran for 0.00 s [62 tests, 932.11 s] ---------------------------------------------------------------------- All tests passed! ---------------------------------------------------------------------- Total time for all tests: 937.2 seconds cpu time: 934.1 seconds cumulative wall time: 932.1 secondsOne notes that this test needed more than 4 times the --warn-long time…
HTH,