Running tests with several optional and external packages, I get:

Using 
--optional=4ti2,bliss,cbc,ccache,cmake,cryptominisat,dot2tex,e_antic,external,glucose,latte_int,lidia,lrslib,memlimit,mpir,ninja_build,normaliz,notedown,pandoc_attributes,pycosat,pynormaliz,python2,qhull,rst2ipynb,sage,topcom

External software detected for doctesting: 
ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc

----------------------------------------------------------------------
sage -t --long src/sage/databases/oeis.py  # 6 doctests failed
sage -t --long src/sage/symbolic/integration/external.py  # 1 doctest failed
sage -t --long src/sage/misc/package.py  # 2 doctests failed
sage -t --long src/sage/geometry/polyhedron/backend_normaliz.py  # 1 
doctest failed
sage -t --long src/sage/combinat/designs/covering_design.py  # 2 doctests 
failed
sage -t --long src/sage/combinat/designs/design_catalog.py  # 3 doctests 
failed
sage -t --long src/sage/combinat/designs/ext_rep.py  # 1 doctest failed
----------------------------------------------------------------------

New failures are copied below.

sage -t --long src/sage/misc/package.py
**********************************************************************
File "src/sage/misc/package.py", line 202, in 
sage.misc.package.list_packages
Failed example:
    L['beautifulsoup']
Exception raised:
    Traceback (most recent call last):
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 671, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1095, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.misc.package.list_packages[3]>", line 1, in 
<module>
        L['beautifulsoup']
    KeyError: 'beautifulsoup'
**********************************************************************
File "src/sage/misc/package.py", line 368, in 
sage.misc.package.package_versions
Failed example:
    std['zn_poly']  # random
Exception raised:
    Traceback (most recent call last):
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 671, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1095, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.misc.package.package_versions[0]>", line 1, in 
<module>
        std['zn_poly']  # random
    TypeError: 'function' object has no attribute '__getitem__'
**********************************************************************
2 items had failures:
   1 of   5 in sage.misc.package.list_packages
   1 of   2 in sage.misc.package.package_versions
    2 beautifulsoup tests not run
    27 build tests not run
    1 not tested test not run
    1 ore_algebra test not run
    0 tests not run because we ran out of time
    [25 tests, 2 failures, 1.57 s]



sage -t --long src/sage/geometry/polyhedron/backend_normaliz.py
**********************************************************************
File "src/sage/geometry/polyhedron/backend_normaliz.py", line 186, in 
sage.geometry.polyhedron.backend_normaliz.Polyhedron_normaliz._nmz_result
Failed example:
    p._nmz_result(p._normaliz_cone, 'EquivariantXyzzyModuleSeries')  # 
optional - pynormaliz
Expected:
    Traceback (most recent call last):
    ...
    error: Some error in the normaliz input data detected: Unknown 
ConeProperty...
Got:
    <BLANKLINE>
    Traceback (most recent call last):
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 671, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1095, in compile_and_execute
        exec(compiled, globs)
      File "<doctest 
sage.geometry.polyhedron.backend_normaliz.Polyhedron_normaliz._nmz_result[1]>", 
line 1, in <module>
        p._nmz_result(p._normaliz_cone, 'EquivariantXyzzyModuleSeries')  # 
optional - pynormaliz
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/geometry/polyhedron/backend_normaliz.py",
 
line 192, in _nmz_result
        return PyNormaliz.NmzResult(normaliz_cone, property)
    NormalizError: Some error in the normaliz input data detected: Unknown 
ConeProperty string "EquivariantXyzzyModuleSeries"
**********************************************************************
1 item had failures:
   1 of   3 in 
sage.geometry.polyhedron.backend_normaliz.Polyhedron_normaliz._nmz_result
    2 not tested tests not run
    0 tests not run because we ran out of time
    [136 tests, 1 failure, 1.06 s]


-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to