On 8/20/20 11:58 AM, Dima Pasechnik wrote: > On Wed, Aug 19, 2020 at 2:57 PM Maxime Bombar <[email protected]> wrote: >> Hi, >> >> On a fresh install from sources on Debian Sid build and documentation >> are ok, but tests sometimes fail : >> >> make: *** [Makefile:190: ptestlong] Error 17 > More details please - which tests have failed? > (normally there should be a summary report at the end of testing session) > > Thanks > Dima >> -- >> MB. >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-release" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-release/10a9e3e4-0c5f-6740-a891-3461994dd956%40inria.fr.
Oh yes sure, sorry I didn't see it. It that the following ? sage -t --long --random-seed=0 src/doc/en/constructions/algebraic_geometry.rst # 1 doctest failed sage -t --long --random-seed=0 src/doc/en/reference/sat/index.rst # Killed due to segmentation fault sage -t --long --random-seed=0 src/sage/crypto/mq/sr.py # Killed due to abort sage -t --long --random-seed=0 src/sage/modules/fg_pid/fgp_module.py # 3 doctests failed sage -t --long --random-seed=0 src/sage/modules/free_module_morphism.py # 3 doctests failed sage -t --long --random-seed=0 src/sage/rings/complex_arb.pyx # 6 doctests failed sage -t --long --random-seed=0 src/sage/rings/polynomial/pbori.pyx # Killed due to abort sage -t --long --random-seed=0 src/sage/rings/polynomial/multi_polynomial_sequence.py # Killed due to abort sage -t --long --random-seed=0 src/sage/rings/real_arb.pyx # 2 doctests failed sage -t --long --random-seed=0 src/sage/rings/polynomial/polynomial_ring_constructor.py # Killed due to abort sage -t --long --random-seed=0 src/sage/sat/boolean_polynomials.py # Killed due to abort sage -t --long --random-seed=0 src/sage/sat/solvers/dimacs.py # Killed due to abort sage -t --long --random-seed=0 src/sage/schemes/hyperelliptic_curves/monsky_washnitzer.py # Killed due to abort I can be more specific by digging into the log file, for instance : File "src/doc/en/constructions/algebraic_geometry.rst", line 145, in doc.en.constructions.algebraic_geometry Failed example: print(L) Expected: [1]: _[1]=y _[2]=x ... Got: [1]: _[1]=y^2+y+1 _[2]=x+1 [2]: _[1]=y^2+y+1 _[2]=x+y+1 [3]: _[1]=y^2+y+1 _[2]=x+y [4]: _[1]=y^2+y+1 _[2]=x [5]: _[1]=y+1 _[2]=x^2+x+1 [6]: _[1]=y+1 _[2]=x+1 [7]: _[1]=y+1 _[2]=x [8]: _[1]=y _[2]=x^2+x+1 [9]: _[1]=y _[2]=x+1 [10]: _[1]=y _[2]=x Best, -- MB. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/4884af9a-7f02-a9a7-534a-338ecfe76700%40inria.fr.
