On Ubuntu 24.04 running under WSL2/Windows11 on core i7 + 32 GB RAM, the
upgrade of 10.6.beta5 to 10.6.beta7 is uneventful. ptestlong gives the
following results :
sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/libs/gap/element.pyx # Killed due to segmentation fault.
Permanent. Already reported. Last successful test :
sage: for i in range(100): rnd = [ randint(-10,10) for i in
range(randint(0,7)) ] # compute the sum in GAP _ = libgap.Sum(rnd) try:
libgap.Sum(*rnd) print('This should have triggered a ValueError')
print('because Sum needs a list as argument') except ValueError: pass ##
line 2483 ## sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/rings/integer.pyx # 1 doctest failed
Permanent. Failure :
File "src/sage/rings/integer.pyx", line 7118, in
sage.rings.integer.Integer.binomial Failed example: for i in [1..10]: #
long time (5s) # needs sage.libs.pari with
ensure_interruptible_after(i/11): (2^100).binomial(2^22, algorithm='pari')
Exception raised: cysignals.signals.AlarmInterrupt During handling of the
above exception, another exception occurred: Traceback (most recent call
last): File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/forker.py",
line 728, in _run self.compile_and_execute(example, compiler, test.globs)
File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/forker.py",
line 1152, in compile_and_execute exec(compiled, globs) File "<doctest
sage.rings.integer.Integer.binomial[15]>", line 2, in <module> with
ensure_interruptible_after(i/Integer(11)): File
"/usr/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value) File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/util.py",
line 894, in ensure_interruptible_after raise RuntimeError( RuntimeError:
Function is not interruptible within 0.2727 seconds, only after 5.6641
seconds
********************************************************************** sage
-t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/rings/qqbar.py # 1 doctest failed
Transient.
sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/doctest/forker.py # 5 doctests failed
Transient
sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/matrix/matrix_integer_dense.pyx # 1 doctest failed
Permanent. Failure :
File "src/sage/matrix/matrix_integer_dense.pyx", line 4389, in
sage.matrix.matrix_integer_dense.Matrix_integer_dense._solve_iml Failed
example: with ensure_interruptible_after(2, max_wait_after_interrupt=8):
A._solve_iml(B) Exception raised: cysignals.signals.AlarmInterrupt During
handling of the above exception, another exception occurred: Traceback
(most recent call last): File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/forker.py",
line 728, in _run self.compile_and_execute(example, compiler, test.globs)
File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/forker.py",
line 1152, in compile_and_execute exec(compiled, globs) File "<doctest
sage.matrix.matrix_integer_dense.Matrix_integer_dense._solve_iml[19]>",
line 1, in <module> with ensure_interruptible_after(Integer(2),
max_wait_after_interrupt=Integer(8)): A._solve_iml(B) File
"/usr/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value) File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/util.py",
line 900, in ensure_interruptible_after raise RuntimeError(f"Interrupted
too early: {elapsed:.4f} < {seconds:.4f}, this should not happen")
RuntimeError: Interrupted too early: -5.2366 < 2.0000, this should not
happen
********************************************************************** sage
-t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/doc/en/developer/coding_basics.rst # 1 doctest failed
Transient.
sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/rings/polynomial/polynomial_zmod_flint.pyx # 1 doctest failed
Transient.
sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/doctest/control.py # 7 doctests failed
Transient.
sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/schemes/elliptic_curves/descent_two_isogeny.pyx # 1 doctest failed
Transient.
sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/rings/real_mpfr.pyx # 1 doctest failed
Permanent. Archi-multi-reported.
sage -t --long --warn-long 30.0
--random-seed=216726477933468160153103774510788998532
src/sage/doctest/util.py # 4 doctests failed
Permanent. (Cosmetic ?) failures :
********************************************************************** File
"src/sage/doctest/util.py", line 810, in
sage.doctest.util.inaccuracy_tolerance Failed example: with
ensure_interruptible_after(2) as data: sleep(1) Expected: Traceback (most
recent call last): ... RuntimeError: Function terminates early after 1... <
2.0000 seconds Got: <BLANKLINE> Traceback (most recent call last): File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/forker.py",
line 728, in _run self.compile_and_execute(example, compiler, test.globs)
File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/forker.py",
line 1152, in compile_and_execute exec(compiled, globs) File "<doctest
sage.doctest.util.inaccuracy_tolerance[6]>", line 1, in <module> with
ensure_interruptible_after(Integer(2)) as data: sleep(Integer(1)) File
"/usr/lib/python3.12/contextlib.py", line 144, in __exit__ next(self.gen)
File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/util.py",
line 902, in ensure_interruptible_after raise RuntimeError(f"Function
terminates early after {elapsed:.4f} < {seconds:.4f} seconds")
RuntimeError: Function terminates early after 0.9616 < 2.0000 seconds
********************************************************************** File
"src/sage/doctest/util.py", line 856, in
sage.doctest.util.inaccuracy_tolerance Failed example: with
ensure_interruptible_after(1): uninterruptible_sleep(2r); raise
RuntimeError Expected: Traceback (most recent call last): ... RuntimeError:
Function is not interruptible within 1.0000 seconds, only after 2.00...
seconds Got: <BLANKLINE> Traceback (most recent call last): File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/forker.py",
line 728, in _run self.compile_and_execute(example, compiler, test.globs)
File
"/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/sage/doctest/forker.py",
line 1152, in compile_and_execute exec(compiled, globs) File "<doctest
sage.doctest.util.inaccuracy_tolerance[12]>", line 1, in <module> with
ensure_interruptible_after(Integer(1)): uninterruptible_sleep(2); raise
RuntimeError ^^^^^^^^^^^^^^^^^^ RuntimeError
**********************************************************************
HTH,
Le samedi 22 février 2025 à 00:40:17 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
>
>
> 9cd86e9596a (tag: 10.6.beta7, github/develop) Updated SageMath version to
> 10.6.beta7
> c2766d1f625 gh-39541: Remove dead mailing lists.
> 54951498178 gh-39536: Fix a nonfunctional long time doctest tag
> 5289298248a gh-39533: build/pkgs: update eclib to version 20250122
> 7420a272382 gh-39530: Improvement to flint_autogen reader
> cee1e2b52f9 gh-39527: Test on CI that update-meson is properly ran
> a007379b910 gh-39523: multi polynomial element/repr
> 850493472d5 gh-39521: rename also set-like species
> bd626efc02f gh-39518: line_graph for multigraphs
> 72c6188116a gh-39513: Show test failures of ci-meson as annotations
> 4f4c1203415 gh-39510: add of the function rank_support_of_vector
> 2af3de6fa6e gh-39509: Add a doctest for
> HomsetsCategory._make_named_class_key
> d8b7cdfcecb gh-39508: Fix some typo
> b567299fbbb gh-39506: New algorithm for cuts of a Poset
> 88672d71a29 gh-39505: Improve handling of strings supplied as matrix
> entries
> 935232df552 gh-39504: Implement im_gens in the class fraction_field_FpT
> a01815fda00 gh-39499: Improve sage_getfile by looking at __init__
> b7da8f23c43 gh-39498: Apply sort and filter of walk_packages consistently
> 3500f616037 gh-39497: moving random_element to category of rings
> e368fa71812 gh-39496: Add deformation cones and checking for regularity
> for Point Configurations and normal fans of Polyhedra
> 8978ff83f52 gh-39495: Add documentation of Gabidulin codes in the
> reference manual
> 98eec5d86fe gh-39494: Fix more doctests in meson_editable install
> cfbaaf16be2 gh-39491: fixing doctests failures in misc/latex*.py
> a2737325c19 gh-39489: fix several oeis related doctests
> 8a44c7365b7 gh-39488: Fix issue on matrix construction over integer mod
> ring for large coefficients
> 78a3eede92c gh-39487: Improvement of the rendering of the documentation in
> polynomial sequence
> 34b7f9050fb gh-39486: Finish changing Rational's round method default
> rounding to even
> 04afcf71552 gh-39485: Implement conversion from laurent series to
> rational function field
> ae158663847 gh-39482: fix one typo
> 83f7d065286 gh-39481: Fixed issue in list_plot where it assumed data had
> been enumerated when it might not have been
> 8e204dde3b3 gh-39479: Fixed crash when exp(0) of p-adic numbers is called
> 11ee7ca4e19 gh-39477: typing and details in tableaux files
> c61e562de76 gh-39476: typing annotation for gens method in rings and
> groups (pyx files)
> 85ce297ff2c gh-39474: convert gens method in modular to return tuple
> c732c6552e4 gh-39473: add tuple typing to gens methods in algebras
> 556d5f0eb80 gh-39466: remove some deprecations in groups
> c22e48480c3 gh-39456: Trivial simplifications for arccos
> 68744be391e gh-39454: remove deprecated stuff in permutation.py
> 784ff00867a gh-39449: Magma padics
> 897e722c74e gh-39423: Use import_module instead of find_spec
> 870aba20786 gh-39397: details in braid groups
> e6975bebe80 gh-39381: Allow system python 3.13
> b57e33797cf gh-39366: Add documentation to LaurentSeries point to accessors
> 357f95e088c gh-39365: Allow coercion from Frac(QQ[x]) to
> LaurentSeriesRing(QQ)
> 041336691f6 gh-39266: add parameter immutable to generators in
> `sage/graphs/digraph_generators.py` (part 2)
> e0806107d60 gh-39251: Require Python 3.11 or newer; remove outdated
> workarounds
> ac8406fba6a gh-39248: introduce new apozeta polynomial for posets
> 10edc54de0a gh-39215: Class polynomial for Drinfeld modules
> 2e0d6d201bf gh-39214: Add keyword prec for exponential and logarithm of
> Drinfeld modules
> b5c26156430 gh-39212: Refactor period lattice
> d0e72a61433 gh-39128: Add note about makeflags and ninja parallelism
> 067ebbd0c8c gh-39093: Improve hack used in debug_options
> a89c57b64f8 gh-39092: Remove erroneous member declaration in farey_symbol
> cc231ef0353 gh-39061: Fix some errors in documentation of cachefunc
> f0581cbe397 gh-39025: Add reseed_rng option to p_iter_fork
> 290b261bc4f gh-38986: Allow CRT_list() to be called with one argument
> 0a278fc918e gh-38824: Turn some doctests in `ell_rational_field.py` into
> long tests
> c43cd23ee83 gh-38650: Add support for pseudomorphisms
> 6e82ee51eb9 gh-38108: Implicit function solver for lazy series
> 42d00ed27b3 gh-37173: Implemented `.ramified_places` and modified further
> methods to extend quaternion algebra functionality to number fields
> 8d7107c1aab gh-37158: use Parent in quotient rings too
> 766c7a0c5b8 (tag: 10.6.beta6) Updated SageMath version to 10.6.beta6
>
--
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/045833d6-2be3-44f2-b311-e181e770a470n%40googlegroups.com.