1 | | Details to follow... |
| 1 | {{{ |
| 2 | sage -t --long --warn-long 63.7 src/sage/graphs/generic_graph.py # Killed due to segmentation fault |
| 3 | sage -t --long --warn-long 63.7 src/sage/crypto/mq/sr.py # Killed due to abort |
| 4 | sage -t --long --warn-long 63.7 src/sage/combinat/rigged_configurations/tensor_product_kr_tableaux.py # Bad exit: 1 |
| 5 | sage -t --long --warn-long 63.7 src/sage/combinat/rigged_configurations/rigged_configurations.py # Bad exit: 127 |
| 6 | sage -t --long --warn-long 63.7 src/sage/rings/integer.pyx # 1 doctest failed |
| 7 | sage -t --long --warn-long 63.7 src/sage/combinat/crystals/kirillov_reshetikhin.py # Bad exit: 1 |
| 8 | sage -t --long --warn-long 63.7 src/sage/structure/sage_object.pyx # Killed due to abort |
| 9 | sage -t --long --warn-long 63.7 src/sage/rings/polynomial/multi_polynomial_sequence.py # Killed due to abort |
| 10 | sage -t --long --warn-long 63.7 src/sage/rings/polynomial/pbori.pyx # Killed due to segmentation fault |
| 11 | sage -t --long --warn-long 63.7 src/sage/combinat/rigged_configurations/rigged_configuration_element.py # Bad exit: 1 |
| 12 | sage -t --long --warn-long 63.7 src/sage/crypto/sbox.py # Killed due to abort |
| 13 | sage -t --long --warn-long 63.7 src/sage/graphs/base/graph_backends.pyx # Killed due to segmentation fault |
| 14 | sage -t --long --warn-long 63.7 src/sage/rings/polynomial/multi_polynomial_libsingular.pyx # Killed due to segmentation fault |
| 15 | sage -t --long --warn-long 63.7 src/sage/combinat/rigged_configurations/bij_type_B.py # Bad exit: 1 |
| 16 | sage -t --long --warn-long 63.7 src/sage/combinat/rigged_configurations/tensor_product_kr_tableaux_element.py # Bad exit: 2 |
| 17 | sage -t --long --warn-long 63.7 src/sage/crypto/boolean_function.pyx # Killed due to abort |
| 18 | sage -t --long --warn-long 63.7 src/sage/combinat/rigged_configurations/kleber_tree.py # Bad exit: 127 |
| 19 | sage -t --long --warn-long 63.7 src/sage/combinat/crystals/affinization.py # Bad exit: 1 |
| 20 | sage -t --long --warn-long 63.7 src/sage/structure/category_object.pyx # Killed due to abort |
| 21 | sage -t --long --warn-long 63.7 src/sage/combinat/crystals/tensor_product_element.pyx # Bad exit: 127 |
| 22 | sage -t --long --warn-long 63.7 src/sage/combinat/rigged_configurations/bij_type_E67.py # Bad exit: 1 |
| 23 | sage -t --long --warn-long 63.7 src/sage/geometry/polyhedron/backend_normaliz.py # Bad exit: 127 |
| 24 | sage -t --long --warn-long 63.7 src/sage/sat/solvers/dimacs.py # Killed due to abort |
| 25 | sage -t --long --warn-long 63.7 src/doc/en/reference/sat/index.rst # Killed due to abort |
| 26 | sage -t --long --warn-long 63.7 src/sage/sat/boolean_polynomials.py # Killed due to abort |
| 27 | sage -t --long --warn-long 63.7 src/sage/rings/polynomial/polynomial_ring_constructor.py # Killed due to abort |
| 28 | sage -t --long --warn-long 63.7 src/sage/sat/converters/polybori.py # Killed due to abort |
| 29 | sage -t --long --warn-long 63.7 src/sage/ext/memory.pyx # 1 doctest failed |
| 30 | }}} |
| 31 | |
| 32 | The cause seems to be the same as #23879: `pynormaliz` requires a very large amount of memory (more than what #23748 allows). |