Running 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/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
----------------------------------------------------------------------
External software detected for doctesting: 
cplex,ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc

Rerunning failed tests, I get the same:

----------------------------------------------------------------------
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
----------------------------------------------------------------------
External software detected for doctesting: ffmpeg,imagemagick,internet,latex

Except the repl/load.py one (copied below), these failures are already 
tracked at: https://trac.sagemath.org/ticket/25536

sage -t --long src/sage/repl/load.py
**********************************************************************
File "src/sage/repl/load.py", line 157, in sage.repl.load.load
Failed example:
    
sage.repl.load.load('https://raw.githubusercontent.com/sagemath/sage-patchbot/2.8.4/sage_patchbot/util.py',
 
globals())  # optional - internet
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.repl.load.load[16]>", line 1, in <module>
        
sage.repl.load.load('https://raw.githubusercontent.com/sagemath/sage-patchbot/2.8.4/sage_patchbot/util.py',
 
globals())  # optional - internet
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/repl/load.py", 
line 235, in load
        filename = get_remote_file(filename, verbose=False)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/site-packages/sage/misc/remote_file.py",
 
line 47, in get_remote_file
        content = urlopen(req, timeout=1)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/urllib/request.py", line 222, 
in urlopen
        return opener.open(url, data, timeout)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/urllib/request.py", line 531, 
in open
        response = meth(req, response)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/urllib/request.py", line 641, 
in http_response
        'http', request, response, code, msg, hdrs)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/urllib/request.py", line 569, 
in error
        return self._call_chain(*args)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/urllib/request.py", line 503, 
in _call_chain
        result = func(*args)
      File 
"/home/slabbe/GitBox/sage/local/lib/python3.7/urllib/request.py", line 649, 
in http_error_default
        raise HTTPError(req.full_url, code, msg, hdrs, fp)
    urllib.error.HTTPError: HTTP Error 404: Not Found
**********************************************************************
1 item had failures:
   1 of  36 in sage.repl.load.load
    2 not tested tests not run
    0 tests not run because we ran out of time
    [44 tests, 1 failure, 3.47 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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/40d0970f-fe17-4289-9752-b1073d6f8271%40googlegroups.com.

Reply via email to