Volker Braun
Volker Braun
This now breaks the `release_dist` workflow since the github runner attempts to download msolve from the closest mirror which is https://github.com/sagemath/sage/releases/download/10.6/msolve-0.7.5.tar.gz: https://github.com/sagemath/sage/actions/runs/15656638164/job/44108544612
I've created https://github.com/sagemath/sage/pull/40260
I'm getting ``` sage -t --long --warn-long 45.2 --random-seed=123 src/sage/symbolic/integration/integral.py ********************************************************************** File "src/sage/symbolic/integration/integral.py", line 64, in sage.symbolic.integration.integral.IndefiniteIntegral.__init__ Failed example: integrate(Ex, x, algorithm='giac') # long time Expected: 4*(-2*x^(1/3) + 1)^(3/4) +...
We also see this in our web app. The first time it was logged was 12.05.2025, so possibly a regression from gevent 25.4 This is right after a version assertion...
I've opened PR #2115 to remove the offending assertion, fixes the testcase for me
I'm getting ``` sage -t --long --warn-long 55.4 --random-seed=123 src/sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py ********************************************************************** File "src/sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py", line 194, in sage.tests.books.computational-mathematics-with-sagemath.lp_doctest Failed example: p.solve() Exception raised: Traceback (most recent call last): File "/home/release/Sage/src/sage/doctest/forker.py", line...
spkg-check.in doesn't work any more ``` [spkg-check] config.status: creating Makefile [spkg-check] config.status: creating gen/pkgconfig.h [spkg-check] ./config.status gen/pkgconfig.h [spkg-check] config.status: creating gen/pkgconfig.h [spkg-check] config.status: gen/pkgconfig.h is unchanged [spkg-check] echo > gen/pkgconfig.h.stamp...
There is a tolerance missing on this test ``` ********************************************************************** File "src/sage/doctest/util.py", line 846, in sage.doctest.util.inaccuracy_tolerance Failed example: with ensure_interruptible_after(2) as data: interruptible_sleep(1r) Expected: Traceback (most recent call last): ......