Runing tests with few optional and external packages, I get:

Using 
--optional=4ti2,cbc,ccache,cryptominisat,dot2tex,e_antic,external,glucose,latte_int,lidia,lrslib,memlimit,normaliz,notedown,openssl,pandoc_attributes,pycosat,pynormaliz,rst2ipynb,sage,sagenb

----------------------------------------------------------------------
sage -t --long src/doc/en/thematic_tutorials/linear_programming.rst  # 1 
doctest failed
sage -t --long src/sage/databases/findstat.py  # 1 doctest failed
sage -t --long src/sage/geometry/polyhedron/base.py  # Killed due to abort
sage -t --long src/sage/graphs/generators/families.py  # 7 doctests failed
sage -t --long src/sage/graphs/generators/smallgraphs.py  # 2 doctests 
failed
sage -t --long src/sage/misc/latex.py  # 1 doctest failed
sage -t --long src/sage/plot/animate.py  # 7 doctests failed
sage -t --long src/sage/repl/load.py  # 1 doctest failed
sage -t --long src/sage/symbolic/integration/external.py  # 1 doctest failed
sage -t --long src/sage/tests/cmdline.py  # 2 doctests failed
----------------------------------------------------------------------
External software detected for doctesting: 
cplex,ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc

Rerunning failed tests, I get:

----------------------------------------------------------------------
sage -t --long src/doc/en/thematic_tutorials/linear_programming.rst  # 1 
doctest failed
sage -t --long src/sage/databases/findstat.py  # 1 doctest failed
sage -t --long src/sage/geometry/polyhedron/base.py  # Killed due to abort
sage -t --long src/sage/graphs/generators/smallgraphs.py  # 2 doctests 
failed
sage -t --long src/sage/misc/latex.py  # 1 doctest failed
sage -t --long src/sage/plot/animate.py  # 7 doctests failed
sage -t --long src/sage/repl/load.py  # 1 doctest failed
sage -t --long src/sage/tests/cmdline.py  # 2 doctests failed
----------------------------------------------------------------------
External software detected for doctesting: 
ffmpeg,imagemagick,internet,latex,pandoc

which means the following do not reproduce:

sage -t --long src/sage/graphs/generators/families.py  # 7 doctests failed
sage -t --long src/sage/symbolic/integration/external.py  # 1 doctest failed

The following issue needs review at https://trac.sagemath.org/ticket/28762

sage -t --long src/sage/tests/cmdline.py  # 2 doctests failed

The following issues (bytes vs str) are waiting for a branch at 
https://trac.sagemath.org/ticket/28808

sage -t src/sage/repl/load.py  # 1 doctest failed
sage -t src/sage/misc/latex.py  # 1 doctest failed
sage -t src/sage/plot/animate.py  # 7 doctests failed

The following do not have ticket yet, see 
https://trac.sagemath.org/ticket/25536

sage -t --long src/doc/en/thematic_tutorials/linear_programming.rst  # 1 
doctest failed
sage -t --long src/sage/databases/findstat.py  # 1 doctest failed
sage -t --long src/sage/geometry/polyhedron/base.py  # Killed due to abort
sage -t --long src/sage/graphs/generators/smallgraphs.py  # 2 doctests 
failed

Their failure output are copied below:

sage -t --long src/doc/en/thematic_tutorials/linear_programming.rst
**********************************************************************
File "src/doc/en/thematic_tutorials/linear_programming.rst", line 287, in 
doc.en.thematic_tutorials.linear_programming
Failed example:
    taken["flashlight"]
Expected:
    1.0
Got:
    1
**********************************************************************
1 item had failures:
   1 of  49 in doc.en.thematic_tutorials.linear_programming
    1 not tested test not run
    0 tests not run because we ran out of time
    [45 tests, 1 failure, 0.81 s]


sage -t --long src/sage/databases/findstat.py
**********************************************************************
File "src/sage/databases/findstat.py", line 2117, in 
sage.databases.findstat.FindStatCollection.in_range
Failed example:
    for c in l:                                                   # 
optional -- internet, random
        if c.id() not in long and c.is_supported():
            f = c.first_terms(lambda x: 1, max_values=10000)
            print("{} {} {}".format(c, len(f), all(c.in_range(e) for e, _ 
in f)))
Exception raised:
    Traceback (most recent call last):
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
 
line 681, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
 
line 1123, in compile_and_execute
        exec(compiled, globs)
      File "<doctest 
sage.databases.findstat.FindStatCollection.in_range[8]>", line 3, in 
<module>
        f = c.first_terms(lambda x: Integer(1), max_values=Integer(10000))
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/databases/findstat.py",
 
line 2174, in first_terms
        return [(x, statistic(x)) for (x,_) in zip(g, range(max_values))]
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/databases/findstat.py",
 
line 2174, in <listcomp>
        return [(x, statistic(x)) for (x,_) in zip(g, range(max_values))]
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/databases/findstat.py",
 
line 2170, in <genexpr>
        g = (x for n in self._levels.keys() for x in 
self._sageconstructor(n))
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/databases/findstat.py",
 
line 2453, in <lambda>
        19: [None, None, None, SemistandardTableau,   lambda x: 
SemistandardTableaux(x),
      File "sage/misc/classcall_metaclass.pyx", line 334, in 
sage.misc.classcall_metaclass.ClasscallMetaclass.__call__ 
(build/cythonized/sage/misc/classcall_metaclass.c:1741)
        return cls.classcall(cls, *args, **kwds)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/combinat/tableau.py",
 
line 5941, in __classcall_private__
        raise ValueError( "shape must be a (skew) partition" )
    ValueError: shape must be a (skew) partition
**********************************************************************
1 item had failures:
   1 of  10 in sage.databases.findstat.FindStatCollection.in_range
    7 webbrowser tests not run
    0 tests not run because we ran out of time
    [249 tests, 1 failure, 33.55 s]

sage -t --long src/sage/graphs/generators/smallgraphs.py
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 4772, in 
sage.graphs.generators.smallgraphs.JankoKharaghaniGraph
Failed example:
    g = graphs.JankoKharaghaniGraph(936)   # long time
Exception raised:
    Traceback (most recent call last):
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
 
line 681, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
 
line 1123, in compile_and_execute
        exec(compiled, globs)
      File "<doctest 
sage.graphs.generators.smallgraphs.JankoKharaghaniGraph[0]>", line 1, in 
<module>
        g = graphs.JankoKharaghaniGraph(Integer(936))   # long time
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/graphs/generators/smallgraphs.py",
 
line 4848, in JankoKharaghaniGraph
        return Graph([e for e,v in six.iteritems(D.dict()) if v == 1],
      File "sage/matrix/matrix0.pyx", line 246, in 
sage.matrix.matrix0.Matrix.dict 
(build/cythonized/sage/matrix/matrix0.c:4555)
        return dict(self._dict())
      File "sage/matrix/matrix0.pyx", line 305, in 
sage.matrix.matrix0.Matrix._dict 
(build/cythonized/sage/matrix/matrix0.c:4788)
        d[(int(i),int(j))] = x
    MemoryError
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 4773, in 
sage.graphs.generators.smallgraphs.JankoKharaghaniGraph
Failed example:
    g.is_strongly_regular(parameters=True) # long time
Exception raised:
    Traceback (most recent call last):
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
 
line 681, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
 
line 1123, in compile_and_execute
        exec(compiled, globs)
      File "<doctest 
sage.graphs.generators.smallgraphs.JankoKharaghaniGraph[1]>", line 1, in 
<module>
        g.is_strongly_regular(parameters=True) # long time
    NameError: name 'g' is not defined
**********************************************************************
1 item had failures:
   2 of   3 in sage.graphs.generators.smallgraphs.JankoKharaghaniGraph
    15 gap_packages tests not run
    15 not tested tests not run
    0 tests not run because we ran out of time
    [567 tests, 2 failures, 34.54 s]


sage -t --long src/sage/geometry/polyhedron/base.py
    Killed due to abort
**********************************************************************
Tests run before process (pid=19555) failed:
sage: p = polytopes.hypercube(2) ## line 71 ##
sage: from sage.geometry.polyhedron.base import is_Polyhedron ## line 72 ##
sage: is_Polyhedron(p) ## line 73 ##
True

...

sage: v = [(1,0,7,-1), (-2,-2,4,-3), (-1,-1,-1,4), (2,9,0,-5), (-2,-1,5,1)] 
## line 7164 ##
sage: simplex = Polyhedron(v); simplex ## line 7165 ##
A 4-dimensional polyhedron in ZZ^4 defined as the convex hull of 5 vertices
sage: len(simplex.integral_points()) ## line 7167 ##
49
sage: P = 1/10*polytopes.hypercube(14) ## line 7172 ##
sig_error() without sig_on()


Every other tests passed! Congrats!

-- 
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/41c3cb0a-b570-4db4-b23e-07867650a85b%40googlegroups.com.

Reply via email to