Skip to content

Remove /pkgs

Remove /pkgs #28774

Triggered via pull request May 30, 2026 21:28
Status Failure
Total duration 2h 45m 22s
Artifacts 9

build.yml

on: pull_request
Matrix: test-long
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 27 warnings
test-long (src/sage/[g-o]*)
Process completed with exit code 16.
Killed due to abort: src/sage/libs/ecl.pyx#L0
sage: from sage.libs.ecl import test_sigint_before_ecl_sig_on ## line 122 ## sage: test_sigint_before_ecl_sig_on() ## line 123 ## sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 127 ## 0 sage: from sage.libs.ecl import test_ecl_options ## line 145 ## sage: test_ecl_options() ## line 146 ## ECL_OPT_INCREMENTAL_GC = 0 ECL_OPT_TRAP_SIGSEGV = 1 ECL_OPT_TRAP_SIGFPE = 1 ECL_OPT_TRAP_SIGINT = 1 ECL_OPT_TRAP_SIGILL = 1 ECL_OPT_TRAP_SIGBUS = 1 ECL_OPT_TRAP_SIGPIPE = 1 ECL_OPT_TRAP_INTERRUPT_SIGNAL = 1 ECL_OPT_SIGNAL_HANDLING_THREAD = 0 ECL_OPT_SIGNAL_QUEUE_SIZE = 16 ECL_OPT_BOOTED = 1 ECL_OPT_BIND_STACK_SIZE = 8192 ECL_OPT_BIND_STACK_SAFETY_AREA = 1024 ECL_OPT_FRAME_STACK_SIZE = 2048 ECL_OPT_FRAME_STACK_SAFETY_AREA = 128 ECL_OPT_LISP_STACK_SIZE = 32768 ECL_OPT_LISP_STACK_SAFETY_AREA = 128 ECL_OPT_C_STACK_SIZE = 0 ECL_OPT_C_STACK_SAFETY_AREA = 32768 ECL_OPT_HEAP_SIZE = 4294967296 ECL_OPT_HEAP_SAFETY_AREA = 1048576 ECL_OPT_THREAD_INTERRUPT_SIGNAL = 36 ECL_OPT_SET_GMP_MEMORY_FUNCTIONS = 0 sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 170 ## 0 sage: from sage.libs.ecl import * ## line 229 ## sage: init_ecl() ## line 234 ## sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 238 ## 0 sage: from sage.libs.ecl import * ## line 302 ## sage: from cysignals.tests import interrupt_after_delay ## line 303 ## sage: ecl_eval("(setf i 0)") ## line 304 ## <ECL: 0> sage: inf_loop = ecl_eval("(defun infinite() (loop (incf i)))") ## line 306 ## sage: interrupt_after_delay(1000) ## line 307 ## sage: inf_loop() ## line 308 ## Internal or unrecoverable error in: Unable to mprotect environment. [22: Invalid argument] ;;; ECL C Backtrace ;;; /usr/lib/x86_64-linux-gnu/libecl.so.24.5(_ecl_dump_c_backtrace+0x2f) [0x7fa1ab85cc1f] ;;; /usr/lib/x86_64-linux-gnu/libecl.so.24.5(ecl_internal_error+0x4e) [0x7fa1ab8047ce] ;;; /usr/lib/x86_64-linux-gnu/libecl.so.24.5(+0x202efd) [0x7fa1ab81eefd] ;;; /usr/lib/x86_64-linux-gnu/libecl.so.24.5(+0x202f6c) [0x7fa1ab81ef6c] ;;; /usr/lib/x86_64-linux-gnu/libc.so.6(+0x45cb0) [0x7fa2180c2cb0] ;;; /usr/lib/x86_64-linux-gnu/libgc.so.1(GC_malloc_kind+0x91) [0x7fa1ab5d30b1] ;;; /usr/lib/x86_64-linux-gnu/libecl.so.24.5(ecl_cons+0x2f) [0x7fa1ab864b2f] ;;; /usr/lib/x86_64-linux-gnu/libecl.so.24.5(ecl_interpret+0x1b83) [0x7fa1ab7f51d3] ;;; /usr/lib/x86_64-linux-gnu/libecl.so.24.5(ecl_apply_from_stack_frame+0xcd) [0x7fa1ab7f2b6d] ;;; /usr/lib/x86_64-linux-gnu/libecl.so.24.5(cl_apply+0x14d) [0x7fa1ab7f2f9d] ;;; /sage/build/sage-distro/src/sage/libs/ecl.cpython-314-x86_64-linux-gnu.so(+0xcff4) [0x7fa1aba28ff4] ;;; /sage/build/sage-distro/src/sage/libs/ecl.cpython-314-x86_64-linux-gnu.so(+0x178a1) [0x7fa1aba338a1] ;;; /sage/build/sage-distro/src/sage/libs/ecl.cpython-314-x86_64-linux-gnu.so(+0x17eb3) [0x7fa1aba33eb3] ;;; python3(_PyObject_MakeTpCall+0x36c) [0x52f3fc] ;;; python3(_PyEval_EvalFrameDefault+0xc547) [0x559017] ;;; python3(PyEval_EvalCode+0x106) [0x547bd6] ;;; python3() [0x5e2b5b] ;;; python3(_PyEval_EvalFrameDefault+0x3214) [0x54fce4] ;;; python3() [0x58c804] ;;; python3() [0x5368ad] ;;; python3() [0x63701a] ;;; python3(_PyObject_MakeTpCall+0x36c) [0x52f3fc] ;;; python3(_PyEval_EvalFrameDefault+0xffa0) [0x55ca70] ;;; python3(PyEval_EvalCode+0x106) [0x547bd6] ;;; python3() [0x5e2b5b] ;;; python3(PyObject_Vectorcall+0x33) [0x5355b3] ;;; python3(_PyEval_EvalFrameDefault+0x376e) [0x55023e] ;;; python3(PyEval_EvalCode+0x106) [0x547bd6] ;;; python3() [0x5e2b5b] ;;; python3(PyObject_Vectorcall+0x33) [0x5355b3] ;;; python3(_PyEval_EvalFrameDefault+0x376e) [0x55023e] ;;; python3() [0x58c804] ;;; python3() [0x6c6015] ;;; python3(Py_RunMain+0x1c2) [0x6c4f62] ;;; python3(Py_BytesMain+0x34) [0x6744b4] ;;; /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a601) [0x7fa2180a7601] ;;; /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x88) [0x7fa2180a7718] ;;; python3(_start+0x25) [0x6738b5]
test-long (src/doc src/sage_docbuild src/sage_setup build/pkgs/sagelib/tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Warning: slow doctest:: src/sage_docbuild/utils.py#L143
slow doctest:: Test ran for 32.00s cpu, 11.49s wall Check ran for 0.00s cpu, 0.00s wall
test-long (src/sage/[g-o]*)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Warning: slow doctest:: src/sage/manifolds/differentiable/affine_connection.py#L2334
slow doctest:: Test ran for 56.12s cpu, 55.90s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/groups/finitely_presented_named.py#L495
slow doctest:: Test ran for 238.83s cpu, 241.65s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/groups/matrix_gps/heisenberg.py#L128
slow doctest:: Test ran for 53.56s cpu, 53.89s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/graphs/generators/distance_regular.pyx#L719
slow doctest:: Test ran for 36.63s cpu, 36.91s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/graphs/generators/distance_regular.pyx#L714
slow doctest:: Test ran for 164.41s cpu, 166.92s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/graphs/connectivity.pyx#L3212
slow doctest:: Test ran for 63.05s cpu, 63.28s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/graphs/generators/classical_geometries.py#L1554
slow doctest:: Test ran for 34.92s cpu, 35.18s wall Check ran for 0.00s cpu, 0.00s wall
test-long (src/sage/[a-f]*)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Warning: slow doctest:: src/sage/combinat/regular_sequence.py#L1487
slow doctest:: Test ran for 193.72s cpu, 195.15s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/combinat/designs/gen_quadrangles_with_spread.pyx#L19
slow doctest:: Test ran for 122.92s cpu, 123.84s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/combinat/cluster_algebra_quiver/quiver.py#L979
slow doctest:: Test ran for 108.91s cpu, 109.36s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/combinat/cluster_algebra_quiver/quiver.py#L955
slow doctest:: Test ran for 53.45s cpu, 53.70s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/combinat/cluster_algebra_quiver/cluster_seed.py#L4167
slow doctest:: Test ran for 52.38s cpu, 52.65s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/algebras/lie_algebras/classical_lie_algebra.py#L944
slow doctest:: Test ran for 49.51s cpu, 49.70s wall Check ran for 0.00s cpu, 0.00s wall
test-long (src/sage/[p-z]*)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Warning: slow doctest:: src/sage/schemes/hyperelliptic_curves/hyperelliptic_finite_field.py#L498
slow doctest:: Test ran for 40.05s cpu, 40.11s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/schemes/elliptic_curves/ell_rational_field.py#L5882
slow doctest:: Test ran for 30.94s cpu, 31.18s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/schemes/elliptic_curves/ell_number_field.py#L2387
slow doctest:: Test ran for 33.15s cpu, 33.36s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/schemes/elliptic_curves/ell_number_field.py#L800
slow doctest:: Test ran for 35.69s cpu, 37.16s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/schemes/curves/projective_curve.py#L1400
slow doctest:: Test ran for 150.72s cpu, 152.60s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/schemes/cyclic_covers/cycliccover_finite_field.py#L1141
slow doctest:: Test ran for 45.23s cpu, 45.42s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/rings/function_field/jacobian_khuri_makdisi.py#L868
slow doctest:: Test ran for 34.46s cpu, 34.55s wall Check ran for 0.00s cpu, 0.00s wall
Warning: slow doctest:: src/sage/rings/asymptotic/asymptotics_multivariate_generating_functions.py#L3897
slow doctest:: Test ran for 39.60s cpu, 37.97s wall Check ran for 0.00s cpu, 0.00s wall
coverage-report
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v6, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, docker/build-push-action@v6, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
coverage-src_doc--src_sage_docbuild--src_sage_setup--build_pkgs_sagelib_tests
163 KB
sha256:a27f0a07ef697254bb18ff69cf4f4f58005729e4f9cb3102c3f0b327176cd70f
coverage-src_sage_a-f
223 KB
sha256:d27dbc66257f7cad7b346120b21bb8a36cee3b392d2afa2ee5e20e0fa46b55fa
coverage-src_sage_g-o
211 KB
sha256:601b9518efe8c10a9efe6bb535ab2cd4ffc5fcd891dcaad98c9fa1071a690772
coverage-src_sage_p-z
200 KB
sha256:013b75bc760e478fec69b88256496a7eb89c6e950c9f89746e7501ac2cfc159b
sagemath~sage~4ISPDO.dockerbuild
156 KB
sha256:b475ef15bd394cf5e7cd8add9af081570784e10297c4c58c145dfb93340f986b
sagemath~sage~AXOEKQ.dockerbuild
156 KB
sha256:57ce05a3572c4c4fe2963d22529fccd9bdc11f8a735b3add79c1eb0bdd29f0eb
sagemath~sage~HY0UHL.dockerbuild
156 KB
sha256:2b367fb9c40c6250ab3d4f75205f9de5fb6be778c959aa50e185fded03230b2c
sagemath~sage~OGJW3O.dockerbuild
157 KB
sha256:1d8cee4f8ae6db750c29f4c0174a21f9945a36a87232f7ffa4c947ca9f84b51b
sagemath~sage~WVHAQP.dockerbuild
159 KB
sha256:514c53c21e0ee417bc73485d7e3c8a49eecb484bd34a0d99ac46a98cf2065a82