-
-
Notifications
You must be signed in to change notification settings - Fork 698
Open
Labels
Description
Steps To Reproduce
Recently, a few tests in CI always fail due to timeout. This came out of nowhere with no apparent changes: no changes to the underlying os image, no changes to the conda packages and no code changes during this time period.
All of these failures seem to be related to cysignals/gap interaction.
I have no idea what changed and might trigger these issues.
Expected Behavior
Pass
Actual Behavior
Fail:
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/doc/en/thematic_tutorials/group_theory.rst # Timed out
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/sage/combinat/designs/incidence_structures.py # Timed out
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/sage/graphs/generic_graph.py # Timed out
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/sage/groups/finitely_presented_named.py # Timed out
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/sage/groups/libgap_wrapper.pyx # Timed out
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/sage/groups/perm_gps/permgroup.py # Timed out
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/sage/groups/perm_gps/permgroup_morphism.py # Timed out
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/sage/topology/simplicial_complex.py # Timed out
sage -t --warn-long 5.0 --random-seed=223128428498463667388028472981004216973 src/sage/topology/simplicial_complex_examples.py # Timed out
Additional Information
Good: https://github.com/sagemath/sage/actions/runs/12560678326/job/35018373971
Bad: https://github.com/sagemath/sage/actions/runs/12572431063/job/35044413316?pr=39242
Environment
CI
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide