[yt-svn] Build failed in Jenkins: py2.7-yt_analysis-dev #108

Jenkins Daemon jenkins at hum.astri.umk.pl
Mon Feb 25 11:20:45 PST 2013


See <http://ladon:8080/job/py2.7-yt_analysis-dev/108/changes>

Changes:

[Matthew Turk <matthewturk at gmail.com>] Merged in ngoldbaum/yt (pull request #444)

Making tick labels use a serif font by default, bumping the default font size to 18.

[Nathan Goldbaum <goldbaum at ucolick.org>] Addressing comments.

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing to_pw(), thanks fido!

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing a period I deleted for no reason.

[Nathan Goldbaum <goldbaum at ucolick.org>] Removing a stray serif attribute.

[Nathan Goldbaum <goldbaum at ucolick.org>] Removing the fontsize keyword from plot_window.  Removing the fontsize attribte
as well, in favor of _font_properties.  All the monkeying with matplotlib fonts
is now contained to PWViewerMPL.  I've retained the fontsize keyword for all the
user-facing plotting routines.

[Nathan Goldbaum <goldbaum at ucolick.org>] Updating the docstrings for set_font.

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing syntax errors.

[Nathan Goldbaum <goldbaum at ucolick.org>] Adding a caveat to set_font.

[Nathan Goldbaum <goldbaum at ucolick.org>] Serif if no longer a keyword argument.  Created a setter to control fonts.
Choosing the STIX fonts by defaults, they are the closest match to the cmr10
font used by the matplotlib parser.  This e-mail thread explains the gory
details: http://matplotlib.1069221.n5.nabble.com/MPL-uses-character-not-defined-by-cmr10-td22780.html

[Nathan Goldbaum <goldbaum at ucolick.org>] Bumping the default font size to 18.

[Nathan Goldbaum <goldbaum at ucolick.org>] Making tick labels use a serif family font by default.  Closes #504.

------------------------------------------
[...truncated 79 lines...]
customize UnixCCompiler
customize UnixCCompiler using build_ext
running scons
+ /usr/bin/python2.7 setup.py nosetests --with-answer-testing
PNG_LOCATION: png found in: /usr/include, /usr/lib
FTYPE_LOCATION: freetype found in: /usr/include, /usr/lib
HDF5_LOCATION: HDF5_DIR: /usr/include, /usr/lib
running nosetests
running egg_info
running build_src
build_src
building py_modules sources
building extension "yt.analysis_modules.halo_finding.fof.EnzoFOF" sources
building extension "yt.analysis_modules.halo_finding.hop.EnzoHop" sources
building extension "yt.frontends.ramses._ramses_reader" sources
building extension "yt.utilities.delaunay._delaunay" sources
building extension "yt.utilities.spatial.ckdtree" sources
building extension "yt.utilities.spatial._distance_wrap" sources
building extension "yt.utilities.lib.CICDeposit" sources
building extension "yt.utilities.lib.ContourFinding" sources
building extension "yt.utilities.lib.DepthFirstOctree" sources
building extension "yt.utilities.lib.fortran_reader" sources
building extension "yt.utilities.lib.freetype_writer" sources
building extension "yt.utilities.lib.geometry_utils" sources
building extension "yt.utilities.lib.Interpolators" sources
building extension "yt.utilities.lib.marching_cubes" sources
building extension "yt.utilities.lib.misc_utilities" sources
building extension "yt.utilities.lib.Octree" sources
building extension "yt.utilities.lib.png_writer" sources
building extension "yt.utilities.lib.PointsInVolume" sources
building extension "yt.utilities.lib.QuadTree" sources
building extension "yt.utilities.lib.RayIntegrators" sources
building extension "yt.utilities.lib.VolumeIntegrator" sources
building extension "yt.utilities.lib.grid_traversal" sources
building extension "yt.utilities.lib.GridTree" sources
building extension "yt.utilities.data_point_utilities" sources
building extension "yt.utilities.hdf5_light_reader" sources
building extension "yt.utilities.libconfig_wrapper" sources
building extension "yt.visualization._MPL" sources
building data_files sources
build_src: building npy-pkg config files
writing yt.egg-info/PKG-INFO
writing top-level names to yt.egg-info/top_level.txt
writing dependency_links to yt.egg-info/dependency_links.txt
writing entry points to yt.egg-info/entry_points.txt
reading manifest file 'yt.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'yt.egg-info/SOURCES.txt'
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
running scons
...........................................................................................................................................................................................................................................................................................................E.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E...................E.................................................................................................................................................................................................................................................EE
======================================================================
ERROR: Failure: AttributeError ('PWViewerMPL' object has no attribute '_font_propertiets')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 253, in generate
    for test in g():
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/data_objects/tests/test_cutting_plane.py",> line 25, in test_cutting_plane
    pw = cut.to_pw()
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/data_objects/data_containers.py",> line 1409, in to_pw
    frb_generator=ObliqueFixedResolutionBuffer, plot_type='OffAxisSlice')
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 805, in __init__
    PWViewer.__init__(self, *args, **kwargs)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 579, in __init__
    if setup: self._setup_plots()
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 907, in _setup_plots
    fp = self._font_propertiets
AttributeError: 'PWViewerMPL' object has no attribute '_font_propertiets'
-------------------- >> begin captured logging << --------------------
yt: INFO: xlim = -0.500000 0.500000
yt: INFO: ylim = -0.500000 0.500000
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: Failure: AttributeError ('PWViewerMPL' object has no attribute '_font_propertiets')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 253, in generate
    for test in g():
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/data_objects/tests/test_projection.py",> line 39, in test_projection
    pw = proj.to_pw()
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/data_objects/data_containers.py",> line 1834, in to_pw
    pw = self._get_pw(fields, center, width, origin, axes_unit, 'Projection')
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/data_objects/data_containers.py",> line 891, in _get_pw
    plot_type=plot_type)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 805, in __init__
    PWViewer.__init__(self, *args, **kwargs)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 579, in __init__
    if setup: self._setup_plots()
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 907, in _setup_plots
    fp = self._font_propertiets
AttributeError: 'PWViewerMPL' object has no attribute '_font_propertiets'
-------------------- >> begin captured logging << --------------------
yt: INFO: xlim = 0.000000 1.000000
yt: INFO: ylim = 0.000000 1.000000
yt: INFO: Making a fixed resolution buffer of (Ones) 800 by 800
yt: INFO: Making a fixed resolution buffer of (Density) 800 by 800
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: Failure: AttributeError ('PWViewerMPL' object has no attribute '_font_propertiets')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 253, in generate
    for test in g():
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/data_objects/tests/test_slice.py",> line 74, in test_slice
    pw = slc.to_pw()
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/data_objects/data_containers.py",> line 1222, in to_pw
    pw = self._get_pw(fields, center, width, origin, axes_unit, 'Slice')
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/data_objects/data_containers.py",> line 891, in _get_pw
    plot_type=plot_type)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 805, in __init__
    PWViewer.__init__(self, *args, **kwargs)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 579, in __init__
    if setup: self._setup_plots()
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 907, in _setup_plots
    fp = self._font_propertiets
AttributeError: 'PWViewerMPL' object has no attribute '_font_propertiets'
-------------------- >> begin captured logging << --------------------
yt: INFO: xlim = 0.000000 1.000000
yt: INFO: ylim = 0.000000 1.000000
yt: INFO: Making a fixed resolution buffer of (Ones) 800 by 800
yt: INFO: Making a fixed resolution buffer of (Density) 800 by 800
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: Failure: AttributeError ('SlicePlot' object has no attribute '_font_propertiets')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 253, in generate
    for test in g():
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/tests/test_plotwindow.py",> line 69, in test_setwidth
    slc = SlicePlot(pf, 0, 'Density')
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 1205, in __init__
    PWViewerMPL.__init__(self, slc, bounds, origin=origin, fontsize=fontsize)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 805, in __init__
    PWViewer.__init__(self, *args, **kwargs)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 579, in __init__
    if setup: self._setup_plots()
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 907, in _setup_plots
    fp = self._font_propertiets
AttributeError: 'SlicePlot' object has no attribute '_font_propertiets'
-------------------- >> begin captured logging << --------------------
yt: INFO: Parameters: current_time              = 0.0
yt: INFO: Parameters: domain_dimensions         = [64 64 64]
yt: INFO: Parameters: domain_left_edge          = [ 0.  0.  0.]
yt: INFO: Parameters: domain_right_edge         = [ 1.  1.  1.]
yt: INFO: Parameters: cosmological_simulation   = 0.0
yt: INFO: Parameters: current_time              = 0.0
yt: INFO: Parameters: domain_dimensions         = [64 64 64]
yt: INFO: Parameters: domain_left_edge          = [ 0.  0.  0.]
yt: INFO: Parameters: domain_right_edge         = [ 1.  1.  1.]
yt: INFO: Parameters: cosmological_simulation   = 0.0
yt: DEBUG: Initializing data storage.
yt: DEBUG: Counting grids.
yt: DEBUG: Setting up classes.
yt: DEBUG: Counting grids.
yt: DEBUG: Allocating arrays for 1 grids
yt: DEBUG: Parsing hierarchy.
yt: DEBUG: Copying reverse tree
yt: DEBUG: Preparing grids
yt: DEBUG: Prepared       0 /       1 grids
yt: DEBUG: Prepared
yt: DEBUG: Constructing grid objects.
yt: DEBUG: Initializing data grid data IO
yt: DEBUG: Detecting fields.
yt: DEBUG: Detecting fields in backup file
yt: DEBUG: Adding unknown detected fields
yt: INFO: Adding Density to list of fields
yt: DEBUG: Setting up derived fields
yt: DEBUG: Re-examining hierarchy
yt: DEBUG: Appending object to UniformGridData (type: <class 'yt.data_objects.hierarchy.AMRSlice'>)
yt: INFO: xlim = 0.000000 1.000000
yt: INFO: ylim = 0.000000 1.000000
yt: INFO: Making a fixed resolution buffer of (Density) 800 by 800
yt: INFO: xlim = 0.000000 1.000000
yt: INFO: ylim = 0.000000 1.000000
yt: INFO: Making a fixed resolution buffer of (Density) 800 by 800
yt: INFO: Making a fixed resolution buffer of (Density) 800 by 800
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: Failure: AttributeError ('SlicePlot' object has no attribute '_font_propertiets')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 253, in generate
    for test in g():
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/tests/test_plotwindow.py",> line 121, in test_save
    obj = SlicePlot(test_pf, dim, 'Density')
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 1205, in __init__
    PWViewerMPL.__init__(self, slc, bounds, origin=origin, fontsize=fontsize)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 805, in __init__
    PWViewer.__init__(self, *args, **kwargs)
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 579, in __init__
    if setup: self._setup_plots()
  File "<http://ladon:8080/job/py2.7-yt_analysis-dev/ws/yt/visualization/plot_window.py",> line 907, in _setup_plots
    fp = self._font_propertiets
AttributeError: 'SlicePlot' object has no attribute '_font_propertiets'
-------------------- >> begin captured logging << --------------------
yt: INFO: Parameters: current_time              = 0.0
yt: INFO: Parameters: domain_dimensions         = [64 64 64]
yt: INFO: Parameters: domain_left_edge          = [ 0.  0.  0.]
yt: INFO: Parameters: domain_right_edge         = [ 1.  1.  1.]
yt: INFO: Parameters: cosmological_simulation   = 0.0
yt: INFO: Parameters: current_time              = 0.0
yt: INFO: Parameters: domain_dimensions         = [64 64 64]
yt: INFO: Parameters: domain_left_edge          = [ 0.  0.  0.]
yt: INFO: Parameters: domain_right_edge         = [ 1.  1.  1.]
yt: INFO: Parameters: cosmological_simulation   = 0.0
yt: DEBUG: Initializing data storage.
yt: DEBUG: Counting grids.
yt: DEBUG: Setting up classes.
yt: DEBUG: Counting grids.
yt: DEBUG: Allocating arrays for 1 grids
yt: DEBUG: Parsing hierarchy.
yt: DEBUG: Copying reverse tree
yt: DEBUG: Preparing grids
yt: DEBUG: Prepared       0 /       1 grids
yt: DEBUG: Prepared
yt: DEBUG: Constructing grid objects.
yt: DEBUG: Initializing data grid data IO
yt: DEBUG: Detecting fields.
yt: DEBUG: Detecting fields in backup file
yt: DEBUG: Adding unknown detected fields
yt: INFO: Adding Density to list of fields
yt: DEBUG: Setting up derived fields
yt: DEBUG: Re-examining hierarchy
yt: DEBUG: Appending object to UniformGridData (type: <class 'yt.data_objects.hierarchy.AMRSlice'>)
yt: INFO: xlim = 0.000000 1.000000
yt: INFO: ylim = 0.000000 1.000000
yt: INFO: Making a fixed resolution buffer of (Density) 800 by 800
yt: INFO: xlim = 0.000000 1.000000
yt: INFO: ylim = 0.000000 1.000000
yt: INFO: Making a fixed resolution buffer of (Density) 800 by 800
yt: INFO: Making a fixed resolution buffer of (Density) 800 by 800
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 1617 tests in 1227.131s

FAILED (errors=5)
Build step 'Custom Python Builder' marked build as failure
Recording test results
Unable to auto-install JDK until the license is accepted.
Unable to auto-install JDK until the license is accepted.



More information about the yt-svn mailing list