On Thu, Feb 18, 2010 at 9:09 AM,  <[email protected]> wrote:
> STATUS: Failure
> revision: 8141 ( 
> http://matplotlib.svn.sourceforge.net/matplotlib/?view=rev&rev=8141 )
>
> Files:
>  lib/matplotlib/backend_bases.py
>  lib/matplotlib/backends/backend_gtk.py
>  lib/matplotlib/backends/backend_macosx.py
>  lib/matplotlib/backends/backend_qt.py
>  lib/matplotlib/backends/backend_qt4.py
>  lib/matplotlib/backends/backend_tkagg.py
> At: Thu 18 Feb 2010 14:54:57
> Changed By: mdehoon
> Comments: Make the save_figure methods consistent with the base class 
> signature.
> Fix a call to save_figure in backend_bases.py. This bug caused the
> keypress_demo.py example to fail on all backends except those based on GTK.
> The bug was reported by David Arnold on the mailing list on February 14, 2010.


Andrew, the failure is on the font cache again -- is this the race
condition you've mentioned in the past?
matplotlib.tests.test_mathtext.test_mathtext_stixsans ... ok
Failure: IOError ([Errno 2] No such file or directory:
'/home/mpl-chslave/.matplotlib/fontList.cache') ... ERROR

======================================================================
ERROR: Failure: IOError ([Errno 2] No such file or directory:
'/home/mpl-chslave/.matplotlib/fontList.cache')
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/nose-0.11.1-py2.4.egg/nose/loader.py",
line 368, in loadTestsFromName
    module = resolve_name(addr.module)
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/nose-0.11.1-py2.4.egg/nose/util.py",
line 334, in resolve_name
    module = __import__('.'.join(parts_copy))
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/matplotlib/tests/test_backend_svg.py",
line 1, in ?
    import matplotlib.pyplot as plt
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/matplotlib/pyplot.py",
line 7, in ?
    from matplotlib.figure import Figure, figaspect
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/matplotlib/figure.py",
line 18, in ?
    from axes import Axes, SubplotBase, subplot_class_factory
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/matplotlib/axes.py",
line 14, in ?
    import matplotlib.axis as maxis
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/matplotlib/axis.py",
line 10, in ?
    import matplotlib.font_manager as font_manager
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/matplotlib/font_manager.py",
line 1310, in ?
    _rebuild()
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/matplotlib/font_manager.py",
line 1298, in _rebuild
    pickle_dump(fontManager, _fmcache)
  File 
"/home/mpl-chslave/slave-py24/build_test_py24/build/PYmpl/lib/python2.4/site-packages/matplotlib/font_manager.py",
line 942, in pickle_dump
    fh = open(filename, 'w')
IOError: [Errno 2] No such file or directory:
'/home/mpl-chslave/.matplotlib/fontList.cache'

----------------------------------------------------------------------

------------------------------------------------------------------------------
Download Intel&reg; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-buildbot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-buildbot

Reply via email to