My documentation failed to build (compiled from scratch)

[dochtml] [combinat ] The inventory files are in local/share/doc/sage/inventory/en/reference/combinat.
[dochtml] Error building the documentation.
[dochtml] Traceback (most recent call last):
[dochtml] File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
[dochtml]     return _run_code(code, main_globals, None,
[dochtml]   File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
[dochtml]     exec(code, run_globals)
[dochtml] File "/opt/sage/local/lib/python3.8/site-packages/sage_setup/docbuild/__main__.py", line 2, in <module>
[dochtml]     main()
[dochtml] File "/opt/sage/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py", line 1729, in main
[dochtml]     builder()
[dochtml] File "/opt/sage/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py", line 344, in _wrapper
[dochtml]     getattr(get_builder(document), 'inventory')(*args, **kwds)
[dochtml] File "/opt/sage/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py", line 570, in _wrapper [dochtml] self._build_everything_except_bibliography(lang, format, *args, **kwds) [dochtml] File "/opt/sage/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py", line 556, in _build_everything_except_bibliography
[dochtml]     build_many(build_ref_doc, non_references)
[dochtml] File "/opt/sage/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py", line 296, in build_many
[dochtml]     _build_many(target, args, processes=NUM_THREADS)
[dochtml] File "/opt/sage/local/lib/python3.8/site-packages/sage_setup/docbuild/utils.py", line 289, in build_many
[dochtml]     raise worker_exc.original_exception
[dochtml] OSError: /opt/sage/local/lib/python3.8/site-packages/sage/combinat/fully_commutative_elements.py:docstring of sage.combinat.fully_commutative_elements.FullyCommutativeElement.plot_heap:18: WARNING: Exception occurred in plotting fully_commutative_elements-1
make[3]: *** [Makefile:1876 : doc-html] Erreur 1
make[2]: *** [Makefile:1766 : all-start] Erreur 2


Le 01/11/2020 à 10:59, Thierry Dumont a écrit :
On Ubutnu 20-10, compilation ok.
make ptestlong:

----------------------------------------------------------------------
sage -t --long --warn-long 89.4 --random-seed=0
src/sage/interfaces/singular.py  # Killed due to segmentation fault
sage -t --long --warn-long 89.4 --random-seed=0
src/sage/modules/fg_pid/fgp_module.py  # 3 doctests failed
sage -t --long --warn-long 89.4 --random-seed=0
src/sage/interfaces/sagespawn.pyx  # 1 doctest failed
sage -t --long --warn-long 89.4 --random-seed=0
src/sage/modules/free_module_morphism.py  # 3 doctests failed
sage -t --long --warn-long 89.4 --random-seed=0
src/doc/en/constructions/algebraic_geometry.rst  # 1 doctest failed
sage -t --long --warn-long 89.4 --random-seed=0
src/doc/en/developer/coding_in_other.rst  # 1 doctest failed
----------------------------------------------------------------------


**********************************************************************
File "src/sage/modules/fg_pid/fgp_module.py", line 130, in
sage.modules.fg_pid.fgp_module
Failed example:
     y = f.lift(3*M1.0); y
Expected:
     (0, 13)
Got:
     (1, 0)
**********************************************************************
File "src/sage/modules/fg_pid/fgp_module.py", line 1417, in
sage.modules.fg_pid.fgp_module.FGP_Module_class.optimized
Failed example:
     X
Expected:
     [0 4 0]
     [0 1 0]
     [0 0 1]
Got:
     [ 0 -8  0]
     [ 0  1  0]
     [ 0  0  1]
**********************************************************************
File "src/sage/interfaces/sagespawn.pyx", line 239, in
sage.interfaces.sagespawn.SagePtyProcess.terminate_async
Failed example:
     sig_on_count() # check sig_on/off pairings (virtual doctest)
Expected:
     0
Got:
     doctest:warning
       File "/usr/local/sage3/sage/src/bin/sage-runtests", line 182, in
<module>
         err = DC.run()
       File
"/usr/local/sage3/sage/local/lib/python3.8/site-packages/sage/doctest/control.py",
line 1237, in run
         self.run_doctests()
       File
"/usr/local/sage3/sage/local/lib/python3.8/site-packages/sage/doctest/control.py",
line 938, in run_doctests
         self.dispatcher.dispatch()
.....
File "src/sage/modules/free_module_morphism.py", line 353, in
sage.modules.free_module_morphism.FreeModuleMorphism.lift
Failed example:
     f.lift([1/3])
Expected:
     (8, -16)
Got:
     (20, -48)
**********************************************************************
File "src/sage/modules/free_module_morphism.py", line 355, in
sage.modules.free_module_morphism.FreeModuleMorphism.lift
Failed example:
     f.lift([1/2])
Expected:
     (12, -24)
Got:
     (30, -72)
**********************************************************************
File "src/sage/modules/free_module_morphism.py", line 357, in
sage.modules.free_module_morphism.FreeModuleMorphism.lift
Failed example:
     f.lift([1/6])
Expected:
     (4, -8)
Got:
     (10, -24)
**********************************************************************
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]:
...
ther.rst
**********************************************************************
File "src/doc/en/developer/coding_in_other.rst", line 442, in
doc.en.developer.coding_in_other
Failed example:
     print(L)
Expected:
     [1]:
        [1]:
           0
        [2]:
           1
        [3]:
           0
     [2]:
        [1]:
           -2
        [2]:
           -1
        [3]:
           1
     ...
Got:
     [1]:
        [1]:
     0
        [2]:
     1
        [3]:
     0
     [2]:
        [1]:
     2


--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/f0cb96ac-3097-cc45-36b6-1d5ebc293942%40gmail.com.

Reply via email to