Skip to content

Updated SageMath version to 10.5 #4

Updated SageMath version to 10.5

Updated SageMath version to 10.5 #4

Triggered via push December 17, 2024 02:08
Status Failure
Total duration 1h 52m 15s
Artifacts 11

build.yml

on: push
Matrix: test-long
Matrix: test-mod
coverage-report
46m 4s
coverage-report
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 37 warnings
Failed example:: src/sage/graphs/graph.py#L7263
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[0]>", line 1, in <module> graphs.BullGraph().modular_decomposition() File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7268
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[1]>", line 1, in <module> graphs.PetersenGraph().modular_decomposition() File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7277
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[5]>", line 1, in <module> g.modular_decomposition() File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7283
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[6]>", line 1, in <module> g.modular_decomposition(style='tree') File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7285
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[7]>", line 1, in <module> ascii_art(g.modular_decomposition(style='tree')) File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7313
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[8]>", line 1, in <module> graphs.EmptyGraph().modular_decomposition() File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7315
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[9]>", line 1, in <module> graphs.EmptyGraph().modular_decomposition(style='tree') File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7320
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[10]>", line 1, in <module> Graph(Integer(1)).modular_decomposition() File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7322
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[11]>", line 1, in <module> Graph(Integer(1)).modular_decomposition(style='tree') File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
Failed example:: src/sage/graphs/graph.py#L7327
Failed example:: Exception raised: Traceback (most recent call last): File "/sage/src/sage/doctest/forker.py", line 716, in _run self.compile_and_execute(example, compiler, test.globs) File "/sage/src/sage/doctest/forker.py", line 1137, in compile_and_execute exec(compiled, globs) File "<doctest sage.graphs.graph.Graph.modular_decomposition[12]>", line 1, in <module> md = Graph({(Integer(1),Integer(2)):[(Integer(2),Integer(3))],(Integer(2),Integer(3)):[(Integer(1),Integer(2))]}).modular_decomposition() File "/sage/src/sage/graphs/graph.py", line 7358, in modular_decomposition from sage.graphs.graph_decompositions.modular_decomposition import (NodeType, ImportError: cannot import name 'create_prime_node' from 'sage.graphs.graph_decompositions.modular_decomposition' (/sage/src/sage/graphs/graph_decompositions/modular_decomposition.cpython-310-x86_64-linux-gnu.so)
test-new
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-new
Unable to locate the commit sha: 627b2bdfe922e2f9eed9d190c19df778674bdcfb
test-new
Previous commit 627b2bdfe922e2f9eed9d190c19df778674bdcfb is not valid. Using parent commit.
test-mod (sagemath_categories-check)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-long (src/doc src/sage_docbuild src/sage_setup)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-long (src/sage/[a-f]*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-long (src/sage/[p-z]*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-long (src/sage/[g-o]*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
coverage-report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
brettpim~sage~A7GGCK.dockerbuild
171 KB
brettpim~sage~LU2ACC.dockerbuild
112 KB
brettpim~sage~MFZLGB.dockerbuild
124 KB
brettpim~sage~PTZYFE.dockerbuild
112 KB
brettpim~sage~RCIT07.dockerbuild
112 KB
brettpim~sage~YTXAUW.dockerbuild
111 KB
brettpim~sage~ZAVB6S.dockerbuild
110 KB
coverage-src_doc--src_sage_docbuild--src_sage_setup
144 KB
coverage-src_sage_a-f
217 KB
coverage-src_sage_g-o
208 KB
coverage-src_sage_p-z
185 KB