gh-40928: Avoid swallowing AlarmInterrupt in matrix destructor #14171
Annotations
2 errors and 12 warnings
|
Test
Process completed with exit code 1.
|
|
Test:
src/sage/schemes/elliptic_curves/hom_frobenius.py#L467
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.14/site-packages/sage/doctest/forker.py", line 724, in _run
self.compile_and_execute(example, compiler, test.globs)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.14/site-packages/sage/doctest/forker.py", line 1148, in compile_and_execute
exec(compiled, globs)
~~~~^^^^^^^^^^^^^^^^^
File "<doctest sage.schemes.elliptic_curves.hom_frobenius.EllipticCurveHom_frobenius.dual[17]>", line 1, in <module>
p in (Integer(2),Integer(3)) or f.dual().dual() == f
^^^^^^^^^^^^^^^^^^^^
File "sage/structure/element.pyx", line 1099, in sage.structure.element.Element.__richcmp__
return (<Element>self)._richcmp_(other, op)
File "sage/categories/morphism.pyx", line 357, in sage.categories.morphism.Morphism._richcmp_
cpdef _richcmp_(self, other, int op):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.14/site-packages/sage/schemes/elliptic_curves/hom.py", line 294, in _richcmp_
return richcmp(self.rational_maps(), other.rational_maps(), op)
~~~~~~~~~~~~~~~~~~^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.14/site-packages/sage/schemes/elliptic_curves/hom_frobenius.py", line 335, in rational_maps
return (x**self._degree, y**self._degree)
~^^~~~~~~~~~~~~
File "sage/rings/fraction_field_element.pyx", line 918, in sage.rings.fraction_field_element.FractionFieldElement.__pow__
snum**right, sden**right,
File "sage/rings/polynomial/multi_polynomial_libsingular.pyx", line 2582, in sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.__pow__
return (self ** INT_MAX) ** (exp // INT_MAX) * self ** (exp % INT_MAX)
File "sage/rings/polynomial/multi_polynomial_libsingular.pyx", line 2586, in sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.__pow__
singular_polynomial_pow(&_p, self._poly, exp, _ring)
File "sage/libs/singular/polynomial.pyx", line 414, in sage.libs.singular.polynomial.singular_polynomial_pow
overflow_check(v, r)
File "sage/libs/singular/singular.pyx", line 1777, in sage.libs.singular.singular.overflow_check
raise OverflowError("exponent overflow (%d)" % (e))
OverflowError: exponent overflow (2014339660886)
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: hendrikmuhs/ccache-action@v1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test:
src/sage/schemes/curves/affine_curve.py#L64
slow doctest:: Test ran for 11.51s cpu, 22.59s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/rings/lazy_series_ring.py#L2756
slow doctest:: Test ran for 5.26s cpu, 7.81s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/rings/function_field/jacobian_khuri_makdisi.py#L844
slow doctest:: Test ran for 5.83s cpu, 8.31s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/groups/perm_gps/permgroup.py#L1229
slow doctest:: Test ran for 12.32s cpu, 14.77s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/groups/perm_gps/permgroup.py#L1227
slow doctest:: Test ran for 11.88s cpu, 19.40s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/graphs/connectivity.pyx#L3638
slow doctest:: Test ran for 5.26s cpu, 9.16s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/graphs/connectivity.pyx#L1888
slow doctest:: Test ran for 5.19s cpu, 7.39s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/geometry/polyhedron/palp_database.py#L8
slow doctest:: Test ran for 9.63s cpu, 17.60s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/combinat/key_polynomial.py#L1367
slow doctest:: Test ran for 8.99s cpu, 13.41s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/categories/finite_fields.py#L441
slow doctest:: Test ran for 11.01s cpu, 17.14s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Compiler cache
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|
background
wait
wait-all
cancel
parallel
Loading