[sage-release] Re: Sage 10.1.beta7 released

2023-07-22 Thread Dave Morris
fwiw: Emmanuel's random seed gives me an AssertionError in beta2 and beta6, 
so I don't think this bug is new in beta7 (but maybe it got worse).

On Saturday, July 22, 2023 at 3:44:06 AM UTC-6 Emmanuel Charpentier wrote:

> 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 " sage.groups.perm_gps.partn_ref.data_structures.SC_test_list_perms[24]>", 
> line 5, in  test_stab_chain_fns_4(n, Integer(3), Integer(1), 
> Integer(1)) File " 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, 
> ​
> Le vendredi 21 juillet 2023 à 21:16:55 UTC+2, Volker Braun a écrit :
>
>> As always, you can get the latest beta version from the "develop" git 
>> branch. Alternatively, the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html
>>
>>
>> 543f8d62b08 (tag: 10.1.beta7, github/develop) Updated SageMath version to 
>> 10.1.beta7
>> 98520945e06 

[sage-release] Re: Sage 10.1.beta7 released

2023-07-22 Thread Emmanuel Charpentier


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 "", 
line 5, in  test_stab_chain_fns_4(n, Integer(3), Integer(1), 
Integer(1)) File "", 
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, 
​
Le vendredi 21 juillet 2023 à 21:16:55 UTC+2, Volker Braun a écrit :

> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
>
> 543f8d62b08 (tag: 10.1.beta7, github/develop) Updated SageMath version to 
> 10.1.beta7
> 98520945e06 gh-35955: links for Python standard errors using class role in 
> src/doc
> 25eb67128d7 gh-35951: `sage.combinat.cluster_algebra_quiver`: 
> Modularization fixes, update `# needs`
> 67e9079539c gh-35950: `bootstrap`: Accept SPKG arguments
> c7ca6b39628 gh-35940: fix and activate pycodestyle E252
> 6e617a36dd3 gh-35937: cython-lint for imports in rings
> 32342493879 gh-35931: cython-lint: full fix in cpython/ probability/ 
> media/ and sat/ folders
> 48b56d28882 gh-35929: update 

[sage-release] Re: Sage 10.1.beta7 released

2023-07-21 Thread Matthias Köppe
For the "# needs" tags (and block-scoped # optional tags) to have an 
effect, we need #35749, of course.
But I prepared #35919 and #35951 in a way that all tests of the monolithic 
Sage library pass.

On Friday, July 21, 2023 at 1:03:29 PM UTC-7 Kwankyu Lee wrote:

> #35919 and #35951 merged here are dependent on #35749 not merged yet. 
> #35749 is ready to be merged.
>
> It's a mistake that #35919 and #35951 did not declare #35749 as a 
> dependency.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/7c62d9b1-fc44-42e8-8d28-440213fb3d60n%40googlegroups.com.


[sage-release] Re: Sage 10.1.beta7 released

2023-07-21 Thread Kwankyu Lee
#35919 and #35951 merged here are dependent on #35749 not merged yet. 
#35749 is ready to be merged.

It's a mistake that #35919 and #35951 did not declare #35749 as a 
dependency.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/6c77a024-8edc-4d3d-a634-f36fbc944a58n%40googlegroups.com.