Advertisement
Guest User

Untitled

a guest
Mar 20th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.92 KB | None | 0 0
  1. ======================================================================
  2. ERROR: matplotlib.tests.test_axes.test_arc_ellipse.test
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
  6.     self.test(*self.arg)
  7.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/decorators.py", line 35, in failer
  8.     result = f(*args, **kwargs)
  9.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/decorators.py", line 117, in do_test
  10.     err = compare_images(expected_fname, actual_fname, self._tol, in_decorator=True)
  11.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/compare.py", line 215, in compare_images
  12.     actual = convert(actual)
  13.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/compare.py", line 139, in convert
  14.     converter[extension](filename, newname)
  15.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/compare.py", line 99, in convert
  16.     raise IOError, msg
  17. IOError: Conversion command failed:
  18. inkscape -z /Users/Shared/Jenkins/Home/jobs/matplotlib-mdboom-tests-osx-10.7-multiconfig/workspace/NV/1.6.1/PV/2.7/result_images/test_axes/arc_ellipse.svg --export-png /Users/Shared/Jenkins/Home/jobs/matplotlib-mdboom-tests-osx-10.7-multiconfig/workspace/NV/1.6.1/PV/2.7/result_images/test_axes/arc_ellipse_svg.png
  19. Standard output:
  20. Background RRGGBBAA: ffffff00
  21. Area 0:0:720:540 exported to 720 x 540 pixels (90 dpi)
  22. Bitmap saved as: /Users/Shared/Jenkins/Home/jobs/matplotlib-mdboom-tests-osx-10.7-multiconfig/workspace/NV/1.6.1/PV/2.7/result_images/test_axes/arc_ellipse_svg.png
  23.  
  24. Standard error:
  25.  
  26. (process:65169): Gtk-WARNING **: Locale not supported by C library.
  27.     Using the fallback 'C' locale.
  28.  
  29. Emergency save activated!
  30. Emergency save completed. Inkscape will close now.
  31. If you can reproduce this crash, please file a bug at www.inkscape.org
  32. with a detailed description of the steps leading to the crash, so we can fix it.
  33. ** Message: Error: Inkscape encountered an internal error and will close now.
  34.  
  35.  
  36.  
  37.  
  38. ======================================================================
  39. ERROR: matplotlib.tests.test_axes.test_fill_between_interpolate.test
  40. ----------------------------------------------------------------------
  41. Traceback (most recent call last):
  42.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
  43.     self.test(*self.arg)
  44.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/decorators.py", line 35, in failer
  45.     result = f(*args, **kwargs)
  46.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/decorators.py", line 117, in do_test
  47.     err = compare_images(expected_fname, actual_fname, self._tol, in_decorator=True)
  48.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/compare.py", line 215, in compare_images
  49.     actual = convert(actual)
  50.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/compare.py", line 139, in convert
  51.     converter[extension](filename, newname)
  52.   File "/Users/Shared/Jenkins/Home/virtualenvs.nose.pil/python2.7-numpy1.6.1/lib/python2.7/site-packages/matplotlib/testing/compare.py", line 99, in convert
  53.     raise IOError, msg
  54. IOError: Conversion command failed:
  55. inkscape -z /Users/Shared/Jenkins/Home/jobs/matplotlib-mdboom-tests-osx-10.7-multiconfig/workspace/NV/1.6.1/PV/2.7/result_images/test_axes/fill_between_interpolate.svg --export-png /Users/Shared/Jenkins/Home/jobs/matplotlib-mdboom-tests-osx-10.7-multiconfig/workspace/NV/1.6.1/PV/2.7/result_images/test_axes/fill_between_interpolate_svg.png
  56. Standard output:
  57. Background RRGGBBAA: ffffff00
  58. Area 0:0:720:540 exported to 720 x 540 pixels (90 dpi)
  59. Bitmap saved as: /Users/Shared/Jenkins/Home/jobs/matplotlib-mdboom-tests-osx-10.7-multiconfig/workspace/NV/1.6.1/PV/2.7/result_images/test_axes/fill_between_interpolate_svg.png
  60.  
  61. Standard error:
  62.  
  63. (process:65195): Gtk-WARNING **: Locale not supported by C library.
  64.     Using the fallback 'C' locale.
  65.  
  66. Emergency save activated!
  67. Emergency save completed. Inkscape will close now.
  68. If you can reproduce this crash, please file a bug at www.inkscape.org
  69. with a detailed description of the steps leading to the crash, so we can fix it.
  70. ** Message: Error: Inkscape encountered an internal error and will close now.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement