--
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 visit https://groups.google.com/d/msgid/sage-release/b3f5a625-b474-4d1b-b2b0-0e4beda7366dn%40googlegroups.com.
On Debian testing running on Ryzen 9 + 64 GB RAM, merging 10.6.beta8 on top of 10.6.beta7+#39571+#39602 and running ptestlong gives seven permanent failures. Four of them have already been reported :
sage -t --long --warn-long 30.0 --random-seed=196058676819998484465353070183641529824 src/sage/libs/gap/element.pyx # Killed due to segmentation fault sage -t --long --warn-long 30.0 --random-seed=196058676819998484465353070183641529824 src/sage/rings/integer.pyx # 1 doctest failed sage -t --long --warn-long 30.0 --random-seed=196058676819998484465353070183641529824 src/sage/coding/linear_code.py # 4 doctests failed sage -t --long --warn-long 30.0 --random-seed=196058676819998484465353070183641529824 src/sage/rings/real_mpfr.pyx # 1 doctest failedTwo of them are new and purely cosmetic (variations on the order of reporting identical solutions) :
sage -t --long --warn-long 30.0 --random-seed=196058676819998484465353070183641529824 src/sage/rings/polynomial/multi_polynomial_ideal.py # 1 doctest failed sage -t --long --warn-long 30.0 --random-seed=196058676819998484465353070183641529824 src/sage/rings/polynomial/msolve.py # 14 doctests failedand one is new, bound to exception caching in `cysignals.Signals.SignalError :
sage -t --long --warn-long 30.0 --random-seed=196058676819998484465353070183641529824 src/sage/rings/polynomial/plural.pyx # SignalError in doctesting frameworkHTH,
Are you able to make parallel computation with this beta? I can with the stable version and I could use it in previous betas, I make check which was the last version that worked. Enrique.
Did you try the PR for upgrading cysignals and Pari, to version 2.17 ?
It would probably fix the last of the errors you saw.