On Debian testing running on core i7 + 16 GB RAM, upgrading 10.1.beta6 to 10.1.beta7 and ruunning ptestlong gives one new permanent failure :
---------------------------------------------------------------------- sage -t --long --warn-long 212.6 --random-seed=194612805071128352802316091612762641901 src/sage/groups/perm_gps/partn_ref/data_structures.pyx # 1 doctest failed ----------------------------------------------------------------------Running this test standalone gives :
charpent@zen-book-flip:/usr/local/sage-10$ sage -t --long --warn-long 212.6 --random-seed=194612805071128352802316091612762641901 src/sage/groups/perm_gps/partn_ref/data_structures.pyx # 1 doctest failed Running doctests with ID 2023-07-22-11-38-11-b06fd130. Git branch: develop Git ref: 10.1.beta0-1229-g543f8d62b0 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 212.6 --random-seed=194612805071128352802316091612762641901 src/sage/groups/perm_gps/partn_ref/data_structures.pyx ********************************************************************** File "src/sage/groups/perm_gps/partn_ref/data_structures.pyx", line 1294, in sage.groups.perm_gps.partn_ref.data_structures.SC_test_list_perms Failed example: for n in range(4,8): # long time test_stab_chain_fns_4(n, 1, 1, 1) test_stab_chain_fns_4(n, 2, 1, 1) test_stab_chain_fns_4(n, 2, 1, 1) test_stab_chain_fns_4(n, 3, 1, 1) Exception raised: Traceback (most recent call last): File "/usr/local/sage-10/src/sage/doctest/forker.py", line 696, in _run self.compile_and_execute(example, compiler, test.globs) File "/usr/local/sage-10/src/sage/doctest/forker.py", line 1106, in compile_and_execute exec(compiled, globs) File "<doctest sage.groups.perm_gps.partn_ref.data_structures.SC_test_list_perms[24]>", line 5, in <module> test_stab_chain_fns_4(n, Integer(3), Integer(1), Integer(1)) File "<doctest sage.groups.perm_gps.partn_ref.data_structures.SC_test_list_perms[22]>", line 7, in test_stab_chain_fns_4 SC_test_list_perms(perms, n, limit, gap, Integer(0), contains) File "sage/groups/perm_gps/partn_ref/data_structures.pyx", line 1612, in sage.groups.perm_gps.partn_ref.data_structures.SC_test_list_perms raise File "sage/groups/perm_gps/partn_ref/data_structures.pyx", line 1470, in sage.groups.perm_gps.partn_ref.data_structures.SC_test_list_perms raise AssertionError AssertionError ********************************************************************** 1 item had failures: 1 of 46 in sage.groups.perm_gps.partn_ref.data_structures.SC_test_list_perms [49 tests, 1 failure, 5.00 s] ---------------------------------------------------------------------- sage -t --long --warn-long 212.6 --random-seed=194612805071128352802316091612762641901 src/sage/groups/perm_gps/partn_ref/data_structures.pyx # 1 doctest failed ---------------------------------------------------------------------- Total time for all tests: 10.1 seconds cpu time: 4.3 seconds cumulative wall time: 5.0 seconds Features detected for doctesting: charpent@zen-book-flip:/usr/local/sage-10$HTH,