On Debian testing running on core i7 + 16 GB RAM, upgrading from 10.6.beta4 
to 6.10. beta5 :

   - 
   
   The upgrade *builds* (make -j8 build) without problem (notwithstanding a 
   system’s upgrade to python 3.13.1, implying the installation of Sage's 
   python 3.12.5).
   - 
   
   The documentation building triggered by make -j8 ptestlong halts several 
   times, concomitant to (caused by ?) unending wolframscript -rawterm 
   calls ; killinng them allows the docbuilding process to progress, 
   eventually. to the tests. Note : *some* of these calls may eventually 
   “spontaneously” disappear in a few minutes, but some of them *must* be 
   killed (a 4 hour delay has been documented without progress).
   - 
   
   Three permanent failures, identical to those already reported for 
   10.5.beta4 (and the recompilation of 10.6.beta3) :
   
sage -t --long --warn-long 30.0 
--random-seed=152352823002530500208107636514257025259 
src/sage/libs/gap/element.pyx # Killed due to segmentation fault sage -t 
--long --warn-long 30.0 
--random-seed=152352823002530500208107636514257025259 
src/sage/coding/linear_code.py # 4 doctests failed sage -t --long 
--warn-long 30.0 --random-seed=152352823002530500208107636514257025259 
src/sage/rings/real_mpfr.pyx # 1 doctest failed 
   
   - Four transient failures (doctest pass when re-ran standalone ; already 
   reported fot the previous attempts) : 

sage -t --long --warn-long 30.0 
--random-seed=152352823002530500208107636514257025259 
src/sage/doctest/test.py # 23 doctests failed sage -t --long --warn-long 
30.0 --random-seed=152352823002530500208107636514257025259 
src/sage/tests/cmdline.py # 7 doctests failed sage -t --long --warn-long 
30.0 --random-seed=152352823002530500208107636514257025259 
src/sage/doctest/forker.py # 5 doctests failed sage -t --long --warn-long 
30.0 --random-seed=152352823002530500208107636514257025259 
src/sage/doctest/control.py # 7 doctests failed 

HTH,
​
Le lundi 27 janvier 2025 à 05:38:33 UTC+1, 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
>
>
> dc99dc846c5 (tag: 10.6.beta5, github/develop) Updated SageMath version to 
> 10.6.beta5
> efc0914cd8d gh-39377: Mark test as random to avoid failure
> 5d0d4bbef8f gh-39375: adding some annotations in polyhedral complex
> 0e3334e5dd2 gh-39368: fix doctests for singular 4.4.1
> 51fd626cfae gh-39367: Shorten pickle for matrix_mod2_dense
> 9e8b1131622 gh-39360: doc tweaks in padics
> 141f2e15165 gh-39358: upgrade `igraph` to 0.10.15 and `python_igraph` to 
> 0.11.8
> 0005416ad3f gh-39354: some fixes for PLR1716
> 22fcf6bab16 gh-39352: ⬆️ Bump dev-hanz-ops/install-gh-cli-action from 
> 0.2.0 to 0.2.1
> 8ecbe6b27bc gh-39349: fix bug for zero-dimension Ehrhart polynomial
> dfff9c16c54 gh-39348: fix details in q_numbers
> fbe6d970c05 gh-39346: some fixes after cython-lint
> 0037c7c8f92 gh-39344: Fix broken sat solvers feature tests
> efa4e78b3ca gh-39343: use Parent in Laurent series
> 4764e7b8830 gh-39342: simplify some .extend in combinat
> 17bc2c365bb gh-39341: add an iterator over the minimal separators of a 
> graph
> dc00a5bd496 gh-39340: fix pycodestyle E115 and activate this check in the 
> linter
> c3c66ff7ac6 gh-39339: fixing most of ruff-minimal outside of src/sage
> a4fb3b2bdb5 gh-39337: a few fixes for ruff PLC
> 87b3c4cfb8e gh-39335: fixes ruff PLC in categories
> a2c86f453b9 gh-39327: totally trivial space adding ticket
> 94d795cc05b gh-39326: [DOC] src/doc/fr/tutorial/conf.py: remove obsolete 
> latex work-around
> 0a483f164bf gh-39317: add parameter immutable to all methods in 
> `sage/graphs/generators/basic.py`
> be0c18ee0e3 gh-39313: Bijectionist/improve init
> d27c0411a14 gh-39311: move krull_dimension to the category framework
> 9ba8ab393bd gh-39310: expand and explain doctest of 
> _preprocess_intertwining_relations
> 26fb2cfabf4 gh-39304: ignoring one more ruff check
> 8a93f259688 gh-39300: faster method `__mul__` for graphs
> 35ba026eacd gh-39254: some details in string_ops
> 88bc18eabf4 gh-39247: add parameter immutable to generators in 
> `src/sage/graphs/graph_generators.py`
> 849ed398b39 gh-39226: Unpoison `http_proxy` for optional pkgs
> 999faf4e75e gh-39223: avoid some conversions to `short_digraph` in 
> `distances_all_pairs.pyx`
> 8612691a374 gh-39155: Salvage work on gammoids
> eb22c86b9c7 gh-39138: Fix comment on ginac NegInfinity constant
> 4a893c45f44 gh-39124: unify and simplify orientation methods
> 40c09d84a8e gh-39018: Fix Singular polynomial comparison
> 57ac591bb44 gh-39013: Replace `os.killpg` on Windows
> 14955b48ad4 gh-38924: avoid unnecessary divisions and calls to gcd
> 5188024881d (tag: 10.6.beta4) Updated SageMath version to 10.6.beta4
>
>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/sage-release/648b6a41-70fc-457f-a414-80b2ec469ad2n%40googlegroups.com.

Reply via email to