On Ubuntu 16.04 x86_64 Xeon E5-2623 + 16 GB RAM, from a fresh git clone + 
pull develop, parallel (-j16) build OK, bit ptestlong failed with two 
doctests:

sage -t --long --warn-long 49.5 src/sage/plot/plot3d/parametric_plot3d.py  
# 1 doctest failed
sage -t --long --warn-long 49.5 src/sage/plot/plot3d/shapes.pyx  # 1 
doctest failed

Details:

sage -t --long --warn-long 49.5 src/sage/plot/plot3d/parametric_plot3d.py
**********************************************************************
File "src/sage/plot/plot3d/parametric_plot3d.py", line 240, in 
sage.plot.plot3d.parametric_plot3d.?
Failed example:
    parametric_plot3d((t, t^2, t^3), (0,3))
Expected:
    Graphics3d Object
Got:
    doctest:warning
      File "/home/eric/sage/8.1.beta5/src/bin/sage-runtests", line 113, in 
<module>
        err = DC.run()
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/control.py",
 
line 1150, in run
        self.run_doctests()
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/control.py",
 
line 874, in run_doctests
        self.dispatcher.dispatch()
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1774, in dispatch
        self.parallel_dispatch()
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1664, in parallel_dispatch
        w.start()  # This might take some time
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1940, in start
        super(DocTestWorker, self).start()
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/multiprocessing/process.py", 
line 130, in start
        self._popen = Popen(self)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/multiprocessing/forking.py", 
line 126, in __init__
        code = process_obj._bootstrap()
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/multiprocessing/process.py", 
line 258, in _bootstrap
        self.run()
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1913, in run
        task(self.options, self.outtmpfile, msgpipe, self.result_queue)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 2215, in __call__
        result = runner.run(test)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 660, in run
        return self._run(test, compileflags, out)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 515, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 885, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.plot.plot3d.parametric_plot3d.?[25]>", line 1, in 
<module>
        parametric_plot3d((t, t**Integer(2), t**Integer(3)), 
(Integer(0),Integer(3)))
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.py",
 
line 807, in displayhook
        plain_text, rich_output = self._rich_output_formatter(obj, dict())
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.py",
 
line 623, in _rich_output_formatter
        rich_output = self._call_rich_repr(obj, rich_repr_kwds)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.py",
 
line 590, in _call_rich_repr
        RichReprWarning,
    :
    RichReprWarning: Exception in _rich_repr_ while displaying object: Jmol 
failed to create file 
'/home/eric/.sage/temp/tensor/16616/dir_2U7M4h/preview.png', see 
'/home/eric/.sage/temp/tensor/16616/tmp_JTA58u.txt' for details
    Graphics3d Object
**********************************************************************
1 item had failures:
   1 of 216 in sage.plot.plot3d.parametric_plot3d.?
    [222 tests, 1 failure, 24.39 s]


sage -t --long --warn-long 49.5 src/sage/plot/plot3d/shapes.pyx
**********************************************************************
File "src/sage/plot/plot3d/shapes.pyx", line 808, in 
sage.plot.plot3d.shapes.Sphere
Failed example:
    S.show(aspect_ratio=1)
Exception raised:
    Traceback (most recent call last):
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 515, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 885, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.plot.plot3d.shapes.Sphere[3]>", line 1, in 
<module>
        S.show(aspect_ratio=Integer(1))
      File "sage/plot/plot3d/base.pyx", line 1478, in 
sage.plot.plot3d.base.Graphics3d.show 
(build/cythonized/sage/plot/plot3d/base.c:21366)
        dm.display_immediately(self, **kwds)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.py",
 
line 833, in display_immediately
        plain_text, rich_output = self._rich_output_formatter(obj, 
rich_repr_kwds)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.py",
 
line 623, in _rich_output_formatter
        rich_output = self._call_rich_repr(obj, rich_repr_kwds)
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.py",
 
line 581, in _call_rich_repr
        return obj._rich_repr_(self, **rich_repr_kwds)
      File "sage/plot/plot3d/base.pyx", line 148, in 
sage.plot.plot3d.base.Graphics3d._rich_repr_ 
(build/cythonized/sage/plot/plot3d/base.c:5207)
        return self._rich_repr_jmol(**opts)
      File "sage/plot/plot3d/base.pyx", line 273, in 
sage.plot.plot3d.base.Graphics3d._rich_repr_jmol 
(build/cythonized/sage/plot/plot3d/base.c:7651)
        jdata.export_image(targetfile=preview_png, datafile=script,
      File 
"/home/eric/sage/8.1.beta5/local/lib/python2.7/site-packages/sage/interfaces/jmoldata.py",
 
line 181, in export_image
        raise RuntimeError("Jmol failed to create file %s, see %s for 
details"%(repr(targetfile), repr(scratchout)))
    RuntimeError: Jmol failed to create file 
'/home/eric/.sage/temp/tensor/26465/dir_tpEoSM/preview.png', see 
'/home/eric/.sage/temp/tensor/26465/tmp_3VpF8I.txt' for details
**********************************************************************
1 item had failures:
   1 of   7 in sage.plot.plot3d.shapes.Sphere
    [162 tests, 1 failure, 12.76 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.

Reply via email to