On Ubuntu 18.04 running on Xeon E5-2623 + 16 GB RAM:

*- python2: *
  - incremental build (from 8.8.beta0) completed but with huge number of 
errors in building the documentation, all with the same message:

[dochtml] Traceback (most recent call last):
[dochtml]   File 
"/home/eric/sage/8.8.develop/local/lib/python2.7/site-packages/sage_setup/docbuild/sphinxbuild.py",
 
line 287, in write
[dochtml]     self._write(str)
[dochtml]   File 
"/home/eric/sage/8.8.develop/local/lib/python2.7/site-packages/sage_setup/docbuild/sphinxbuild.py",
 
line 261, in _write
[dochtml]     self._log_line(line)
[dochtml]   File 
"/home/eric/sage/8.8.develop/local/lib/python2.7/site-packages/sage_setup/docbuild/sphinxbuild.py",
 
line 227, in _log_line
[dochtml]     self._stream.write(line)
[dochtml] UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' 
in position 43: ordinal not in range(128)

The html documentation looks good though. 

  - all tests from ptestlong passed except for

----------------------------------------------------------------------
sage -t --long src/sage/combinat/cluster_algebra_quiver/cluster_seed.py  # 
2 doctests failed
sage -t --long src/sage/combinat/cluster_algebra_quiver/quiver.py  # 8 
doctests failed
----------------------------------------------------------------------
In both cases the error is 

      File 
"/home/eric/sage/8.8.develop/local/lib/python2.7/site-packages/sage/combinat/cluster_algebra_quiver/mutation_type.py",
 
line 1285, in load_data
        data_new = cPickle.load(fobj)
    ValueError: unsupported pickle protocol: 3

Both files have all tests passed when run standalone though...

 
- *python3: *

  - incremental build (from 8.8.beta0) completed but with huge number of 
deprecation warnings in building the documentation, all with the same 
message (except for plot3d being replaced by whatever and 1072 being 
replaced by 1406 or 1170):

[dochtml] [plot3d   ] 
/home/eric/sage/py3/src/sage_setup/docbuild/ext/sage_autodoc.py:1072: 
RemovedInSphinx20Warning: formatargspec() is now deprecated.  Please use 
sphinx.util.inspect.Signature instead.
[dochtml] [plot3d   ]   args = formatargspec(self.object, *argspec)

The html output looks good. 

  - all tests from ptest-python3 passed

Eric.

-- 
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