On Ubuntu 18.04, running tests with various optional/external packages, I
get:
Using
--optional=4ti2,cbc,ccache,cryptominisat,database_jones_numfield,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,libnauty,lidia,lrslib,memlimit,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_spkg
----------------------------------------------------------------------
sage -t --long --warn-long 72.7 --random-seed=0 src/sage/tests/cmdline.py
# 1 doctest failed
sage -t --long --warn-long 72.7 --random-seed=0 src/sage/geometry/cone.py
# 2 doctests failed
----------------------------------------------------------------------
External software detected for doctesting:
ffmpeg,graphviz,imagemagick,internet,latex,octave,pandoc
Rerunning failed tests, I get:
----------------------------------------------------------------------
sage -t --long --warn-long 72.0 --random-seed=0 src/sage/tests/cmdline.py
# 1 doctest failed
----------------------------------------------------------------------
External software detected for doctesting: internet,pandoc
Failures are copied below:
sage -t --long --warn-long 72.0 --random-seed=0 src/sage/tests/cmdline.py
**********************************************************************
File "src/sage/tests/cmdline.py", line 606, in
sage.tests.cmdline.test_executable
Failed example:
err # optional - internet
Expected:
''
Got:
'/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/misc/package.py:114:
UserWarning: failed to fetch the version of pkg=\'ore_algebra\' at
https://pypi.org/pypi/ore_algebra/json\n warnings.warn("failed to fetch
the version of pkg={!r} at {}".format(pkg, url))\n'
**********************************************************************
1 item had failures:
1 of 246 in sage.tests.cmdline.test_executable
14 build tests not run
3 gdb tests not run
6 py2 tests not run
6 sagenb tests not run
0 tests not run because we ran out of time
[245 tests, 1 failure, 29.78 s]
sage -t --long --warn-long 72.7 --random-seed=0 src/sage/geometry/cone.py
**********************************************************************
File "src/sage/geometry/cone.py", line 6189, in sage.geometry.cone.?
Failed example:
K = random_cone(min_ambient_dim=5, min_rays=2,
strictly_convex=False)
Exception raised:
Traceback (most recent call last):
File
"/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py",
line 714, in _run
self.compile_and_execute(example, compiler, test.globs)
File
"/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py",
line 1133, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.geometry.cone.?[16]>", line 1, in <module>
K = random_cone(min_ambient_dim=Integer(5), min_rays=Integer(2),
File
"/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/geometry/cone.py",
line 6617, in random_cone
K = Cone(rays, lattice=L)
File
"/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/geometry/cone.py",
line 462, in Cone
return _Cone_from_PPL(cone, lattice, rays)
File
"/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/geometry/cone.py",
line 500, in _Cone_from_PPL
for g in cone.minimized_generators():
File "ppl/polyhedron.pyx", line 335, in
ppl.polyhedron.Polyhedron.minimized_generators
RuntimeError: Aborted
**********************************************************************
File "src/sage/geometry/cone.py", line 6191, in sage.geometry.cone.?
Failed example:
K.is_strictly_convex()
Expected:
False
Got:
True
**********************************************************************
1 item had failures:
2 of 77 in sage.geometry.cone.?
0 tests not run because we ran out of time
[1257 tests, 2 failures, 1458.43 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 view this discussion on the web visit
https://groups.google.com/d/msgid/sage-release/2049bbf1-bf96-44b1-b0cd-5c2f4fd04797n%40googlegroups.com.