Running test with --optional=sage,optional,external
I get
External software detected for doctesting:
ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc
boolean_polynomial failure is not reproducable
Using
--optional=bliss,cbc,ccache,cmake,cryptominisat,dot2tex,external,glucose,gmpy2,lrslib,memlimit,mpir,normaliz,notedown,pandoc_attributes,pycosat,pynormaliz,python2,rst2ipynb,sage
----------------------------------------------------------------------
sage -t --long src/sage/sat/boolean_polynomials.py # 1 doctest failed
sage -t --long src/sage/databases/oeis.py # 1 doctest failed
sage -t --long src/sage/arith/misc.py # 1 doctest failed
sage -t --long src/sage/combinat/designs/ext_rep.py # 1 doctest failed
sage -t --long src/sage/combinat/designs/covering_design.py # 2 doctests
failed
sage -t --long src/sage/misc/persist.pyx # 2 doctests failed
sage -t --long src/sage/combinat/designs/design_catalog.py # 3 doctests
failed
----------------------------------------------------------------------
boolean_polynomial failure is not reproducable.
Other new issues are copied below.
sage -t --long src/sage/arith/misc.py
**********************************************************************
File "src/sage/arith/misc.py", line 1987, in sage.arith.misc.xkcd
Failed example:
xkcd(353) # optional - internet
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.arith.misc.xkcd[0]>", line 1, in <module>
xkcd(Integer(353)) # optional - internet
File
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/arith/misc.py",
line 2002, in xkcd
with contextlib.closing(urlopen(url)) as f:
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
154, in urlopen
return opener.open(url, data, timeout)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
429, in open
response = self._open(req, data)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
447, in _open
'_open', req)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
407, in _call_chain
result = func(*args)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
1201, in do_open
r = h.getresponse(buffering=True)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/httplib.py", line
1121, in getresponse
response.begin()
File "/home/slabbe/GitBox/sage/local/lib/python2.7/httplib.py", line
438, in begin
version, status, reason = self._read_status()
File "/home/slabbe/GitBox/sage/local/lib/python2.7/httplib.py", line
394, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/socket.py", line
482, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 104] Connection reset by peer
**********************************************************************
1 item had failures:
1 of 2 in sage.arith.misc.xkcd
1 kash test not run
2 magma tests not run
1 not tested test not run
0 tests not run because we ran out of time
[1057 tests, 1 failure, 147.58 s]
sage -t --long src/sage/combinat/designs/covering_design.py
**********************************************************************
File "src/sage/combinat/designs/covering_design.py", line 473, in
sage.combinat.designs.covering_design.best_known_covering_design_www
Failed example:
C = best_known_covering_design_www(7, 3, 2) # optional - internet
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.combinat.designs.covering_design.best_known_covering_design_www[1]>",
line 1, in <module>
C = best_known_covering_design_www(Integer(7), Integer(3),
Integer(2)) # optional - internet
File
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/combinat/designs/covering_design.py",
line 503, in best_known_covering_design_www
f = urlopen(url)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
154, in urlopen
return opener.open(url, data, timeout)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
435, in open
response = meth(req, response)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
548, in http_response
'http', request, response, code, msg, hdrs)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
473, in error
return self._call_chain(*args)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
407, in _call_chain
result = func(*args)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
**********************************************************************
File "src/sage/combinat/designs/covering_design.py", line 474, in
sage.combinat.designs.covering_design.best_known_covering_design_www
Failed example:
print(C) # optional - internet
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.combinat.designs.covering_design.best_known_covering_design_www[2]>",
line 1, in <module>
print(C) # optional - internet
NameError: name 'C' is not defined
**********************************************************************
1 item had failures:
2 of 4 in
sage.combinat.designs.covering_design.best_known_covering_design_www
0 tests not run because we ran out of time
[49 tests, 2 failures, 1.97 s]
sage -t --long src/sage/combinat/designs/design_catalog.py
**********************************************************************
File "src/sage/combinat/designs/design_catalog.py", line 22, in
sage.combinat.designs.design_catalog
Failed example:
C = designs.best_known_covering_design_from_LJCR(7, 3, 2) # optional
- internet
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.combinat.designs.design_catalog[1]>", line 1, in
<module>
C = designs.best_known_covering_design_from_LJCR(Integer(7),
Integer(3), Integer(2)) # optional - internet
File
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/combinat/designs/covering_design.py",
line 503, in best_known_covering_design_www
f = urlopen(url)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
154, in urlopen
return opener.open(url, data, timeout)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
435, in open
response = meth(req, response)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
548, in http_response
'http', request, response, code, msg, hdrs)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
473, in error
return self._call_chain(*args)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
407, in _call_chain
result = func(*args)
File "/home/slabbe/GitBox/sage/local/lib/python2.7/urllib2.py", line
556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
**********************************************************************
File "src/sage/combinat/designs/design_catalog.py", line 23, in
sage.combinat.designs.design_catalog
Failed example:
C # optional - internet
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.combinat.designs.design_catalog[2]>", line 1, in
<module>
C # optional - internet
NameError: name 'C' is not defined
**********************************************************************
File "src/sage/combinat/designs/design_catalog.py", line 28, in
sage.combinat.designs.design_catalog
Failed example:
C.incidence_structure() # optional - internet
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.combinat.designs.design_catalog[3]>", line 1, in
<module>
C.incidence_structure() # optional - internet
NameError: name 'C' is not defined
**********************************************************************
1 item had failures:
3 of 5 in sage.combinat.designs.design_catalog
1 gap_packages test not run
0 tests not run because we ran out of time
[4 tests, 3 failures, 0.72 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.