Meson: Remove unused build dependencies ppl and fplll #18817
Annotations
5 errors and 37 warnings
SignalError in doctesting framework:
src/sage/rings/polynomial/plural.pyx#L1
sage: A.<x,y,z> = FreeAlgebra(QQ, 3) ## line 50 ##
sage: P.<x,y,z> = A.g_algebra(relations={y*x:-x*y}, order = 'lex') ## line 51 ##
sage: P ## line 53 ##
Noncommutative Multivariate Polynomial Ring in x, y, z over Rational Field, nc-relations: {y*x: -x*y}
sage: y*x + 1/2 ## line 56 ##
-x*y + 1/2
sage: A.<x,y,z> = FreeAlgebra(GF(17), 3) ## line 59 ##
sage: P.<x,y,z> = A.g_algebra(relations={y*x:-x*y}, order = 'lex') ## line 60 ##
sage: P ## line 61 ##
Noncommutative Multivariate Polynomial Ring in x, y, z over Finite Field of size 17, nc-relations: {y*x: -x*y}
sage: y*x + 7 ## line 64 ##
-x*y + 7
sage: from sage.matrix.constructor import Matrix ## line 71 ##
sage: c = Matrix(3) ## line 72 ##
sage: c[0,1] = -2 ## line 73 ##
sage: c[0,2] = 1 ## line 74 ##
sage: c[1,2] = 1 ## line 75 ##
sage: d = Matrix(3) ## line 77 ##
sage: d[0, 1] = 17 ## line 78 ##
sage: P = QQ['x','y','z'] ## line 79 ##
sage: c = c.change_ring(P) ## line 80 ##
sage: d = d.change_ring(P) ## line 81 ##
sage: from sage.rings.polynomial.plural import NCPolynomialRing_plural ## line 83 ##
sage: R.<x,y,z> = NCPolynomialRing_plural(QQ, c = c, d = d, order=TermOrder('lex',3),category=Algebras(QQ)) ## line 84 ##
sage: R ## line 85 ##
Noncommutative Multivariate Polynomial Ring in x, y, z over Rational Field, nc-relations: {y*x: -2*x*y + 17}
sage: R.term_order() ## line 88 ##
Lexicographic term order
sage: a,b,c = R.gens() ## line 91 ##
sage: f = 57 * a^2*b + 43 * c + 1; f ## line 92 ##
57*x^2*y + 43*z + 1
sage: A.<x,y,z> = FreeAlgebra(QQ, 3) ## line 97 ##
sage: P = A.g_algebra(relations={y*x:-x*y}, order = 'lex') ## line 98 ##
sage: TestSuite(P).run() ## line 99 ##
sage: loads(dumps(P)) is P ## line 100 ##
True
sage: A.<x,y,z> = FreeAlgebra(QQ, 3) ## line 103 ##
sage: P = A.g_algebra(relations={y*x:-x*y}, order = 'lex') ## line 104 ##
sage: P.is_commutative() ## line 105 ##
False
sage: R.<x,y,z> = FreeAlgebra(QQ, 3) ## line 108 ##
sage: P = R.g_algebra(relations={}, order='lex') ## line 109 ##
sage: P.is_commutative() ## line 110 ##
True
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 112 ##
0
sage: A.<x,y,z> = FreeAlgebra(QQ, 3) ## line 156 ##
sage: H = A.g_algebra({y*x:x*y-z, z*x:x*z+2*x, z*y:y*z-2*y}) ## line 157 ##
|
Failed example::
src/sage/schemes/elliptic_curves/ell_rational_field.py#L2361
Failed example:: Got: [(38902300445163190028032/305111826865145547009 : 680061120400889506109527474197680/5329525731816164537079693913473 : 1)]
|
Timed out:
src/sage/rings/polynomial/polynomial_element.pyx#L2588
/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/cysignals/signals.cpython-312-x86_64-linux-gnu.so(+0xa074)[0x7fbcd654c074]
/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/cysignals/signals.cpython-312-x86_64-linux-gnu.so(+0xa136)[0x7fbcd654c136]
/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/cysignals/signals.cpython-312-x86_64-linux-gnu.so(+0xcb41)[0x7fbcd654eb41]
/lib/x86_64-linux-gnu/libc.so.6(+0x45330)[0x7fbcd7bb4330]
/lib/x86_64-linux-gnu/libc.so.6(+0x98d71)[0x7fbcd7c07d71]
/lib/x86_64-linux-gnu/libc.so.6(+0xa4fb8)[0x7fbcd7c13fb8]
python3(PyThread_acquire_lock_timed+0xcd)[0x610b2d]
python3[0x64e56a]
python3[0x551688]
python3(PyObject_Vectorcall+0x35)[0x549c25]
python3(_PyEval_EvalFrameDefault+0xa89)[0x5d7909]
python3[0x54cde2]
python3[0x549ff7]
python3(PyObject_CallFunctionObjArgs+0xa2)[0x549d72]
/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/coverage/tracer.cpython-312-x86_64-linux-gnu.so(+0x3669)[0x7fbcd7699669]
python3[0x603173]
python3[0x601ae9]
python3[0x60237f]
python3[0x69d3c7]
python3[0x4975f9]
python3[0x555cdf]
python3[0x66cd96]
python3[0x551b92]
python3(PyObject_Vectorcall+0x35)[0x549c25]
python3(_PyEval_EvalFrameDefault+0xa89)[0x5d7909]
python3[0x54ce44]
python3(PyObject_Vectorcall+0x35)[0x549c25]
python3(_PyEval_EvalFrameDefault+0x86e4)[0x5df564]
python3(PyEval_EvalCode+0x15b)[0x5d5e4b]
python3[0x5d39dc]
python3(_PyEval_EvalFrameDefault+0x3f56)[0x5dadd6]
python3(_PyObject_Call_Prepend+0x18a)[0x54ab3a]
python3[0x5a3b08]
python3(_PyObject_MakeTpCall+0x13e)[0x5492ee]
python3(_PyEval_EvalFrameDefault+0xa89)[0x5d7909]
python3(_PyObject_Call_Prepend+0xc2)[0x54aa72]
python3[0x59e54f]
python3[0x599f93]
python3(_PyObject_MakeTpCall+0x75)[0x549225]
python3(_PyEval_EvalFrameDefault+0xa89)[0x5d7909]
python3(PyEval_EvalCode+0x15b)[0x5d5e4b]
python3[0x5d39dc]
python3[0x58220d]
python3(PyObject_Vectorcall+0x35)[0x549c25]
python3(_PyEval_EvalFrameDefault+0xa89)[0x5d7909]
python3(PyEval_EvalCode+0x15b)[0x5d5e4b]
python3[0x5d39dc]
python3[0x58220d]
python3(PyObject_Vectorcall+0x35)[0x549c25]
python3(_PyEval_EvalFrameDefault+0xa89)[0x5d7909]
python3[0x6bd432]
python3(Py_RunMain+0x232)[0x6bd062]
python3(Py_BytesMain+0x2d)[0x6bcccd]
/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca)[0x7fbcd7b991ca]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b)[0x7fbcd7b9928b]
python3(_start+0x25)[0x658425]
------------------------------------------------------------------------
Attaching gdb to process id 6893.
/sage/local/var/lib/sage/venv-python3.12/bin/cysignals-CSI:86: DeprecationWarning: Use shutil.which instead of find_executable
whichgdb = find_executable('gdb')
Cannot find gdb installed
GDB is not installed.
Install gdb for enhanced tracebacks.
------------------------------------------------------------------------
|
test-long (src/sage/[p-z]*)
Process completed with exit code 69.
|
coverage-report
buildx failed with: ERROR: failed to solve: maximum timeout reached: Request was blocked due to exceeding usage of resource 'Count' in namespace ''.
|
test-new
fatal: no submodule mapping found in .gitmodules for path 'subprojects/factory'
|
test-new
The process '/usr/bin/git' failed with exit code 128
|
test-long (src/doc src/sage_docbuild src/sage_setup)
The process '/usr/bin/git' failed with exit code 128
|
|
|
|
|
|
|
|
|
|
|
test-long (src/sage/[g-o]*)
The process '/usr/bin/git' failed with exit code 128
|
|
|
|
|
|
|
|
|
|
|
test-long (src/sage/[a-f]*)
The process '/usr/bin/git' failed with exit code 128
|
|
|
|
|
|
|
|
|
|
|
test-long (src/sage/[p-z]*)
The process '/usr/bin/git' failed with exit code 128
|
coverage-report
The process '/usr/bin/git' failed with exit code 128
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage-src_doc--src_sage_docbuild--src_sage_setup
|
142 KB |
|
coverage-src_sage_a-f
|
219 KB |
|
coverage-src_sage_g-o
|
206 KB |
|
coverage-src_sage_p-z
|
184 KB |
|
sagemath~sage~2SPMJ7.dockerbuild
|
124 KB |
|
sagemath~sage~5ILTKC.dockerbuild
|
125 KB |
|
sagemath~sage~6TG5IG.dockerbuild
|
125 KB |
|
sagemath~sage~U75CCW.dockerbuild
|
78 KB |
|
sagemath~sage~Y2YD5J.dockerbuild
|
123 KB |
|
sagemath~sage~YAHPJY.dockerbuild
|
106 KB |
|