[yt-svn] Build failed in Jenkins: py2.7-yt_analysis-3.0 #2

admin at shiningpanda.com admin at shiningpanda.com
Wed Oct 17 13:53:33 PDT 2012


See <https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/2/changes>

Changes:

[Matthew Turk <matthewturk at gmail.com>] The storage_filename attribute needs to be set in the stream handler.

------------------------------------------
[...truncated 36 lines...]
Requirement already satisfied (use --upgrade to upgrade): logilab-common>=0.53.0 in /home/slave/yt-x86_64/lib/python2.7/site-packages (from pylint)
Requirement already satisfied (use --upgrade to upgrade): logilab-astng>=0.21.1 in /home/slave/yt-x86_64/lib/python2.7/site-packages (from pylint)
Cleaning up...
+ cd yt/utilities/kdtree
+ make
Using Forthon ()
Forthon -F gfortran --compile_first fKD_source --no2underscores --fopt "-O3" fKD fKD_source.f90
make[1]: Nothing to be done for `dynamic'.
In file included from build/temp.linux-x86_64-2.7/fKDpymodule.c:1:
build/temp.linux-x86_64-2.7/Forthon.h:112: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:113: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:114: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:115: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:125: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:126: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:127: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:128: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:147: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:148: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:153: warning: function declaration isn’t a prototype
build/temp.linux-x86_64-2.7/Forthon.h:154: warning: function declaration isn’t a prototype
Building package fKD
  Setup fKD
mv build/lib*/fKDpy.so .
+ cd ../../..
+ /home/slave/yt-x86_64/bin/python setup.py nosetests
PNG_LOCATION: png found in: /usr/include, /usr/lib
FTYPE_LOCATION: freetype found in: /usr/include, /usr/lib
HDF5_LOCATION: HDF5_DIR: /home/slave/yt-x86_64/include, /home/slave/yt-x86_64/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.geometry.oct_container" sources
building extension "yt.geometry.selection_routines" 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.alt_ray_tracers" 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.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
EE................................................................................................................EE........E.....
======================================================================
ERROR: Failure: AttributeError ('StreamStaticOutput' object has no attribute 'storage_filename')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/loader.py", line 231, in generate
    for test in g():
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/tests/test_profiles.py",> line 10, in test_profiles
    dd = pf.h.all_data()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/static_output.py",> line 195, in hierarchy
    self, data_style=self.data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 133, in __init__
    GridGeometryHandler.__init__(self, pf, data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 56, in __init__
    self._initialize_data_storage()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 160, in _initialize_data_storage
    fn = self.pf.storage_filename
AttributeError: 'StreamStaticOutput' object has no attribute 'storage_filename'
-------------------- >> begin captured logging << --------------------
yt: DEBUG: Set log level to 20
yt: DEBUG: Registering: StaticOutput as <class 'yt.data_objects.static_output.StaticOutput'>
yt: DEBUG: Registering: StreamStaticOutput as <class 'yt.frontends.stream.data_structures.StreamStaticOutput'>
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.
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: Failure: AttributeError ('StreamStaticOutput' object has no attribute 'storage_filename')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/loader.py", line 231, in generate
    for test in g():
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/tests/test_projection.py",> line 18, in test_projection
    dd = pf.h.all_data()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/static_output.py",> line 195, in hierarchy
    self, data_style=self.data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 133, in __init__
    GridGeometryHandler.__init__(self, pf, data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 56, in __init__
    self._initialize_data_storage()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 160, in _initialize_data_storage
    fn = self.pf.storage_filename
AttributeError: 'StreamStaticOutput' object has no attribute 'storage_filename'
-------------------- >> 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.
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_geometry_utils.test_obtain_rvec
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/lib/tests/test_geometry_utils.py",> line 10, in test_obtain_rvec
    dd = pf.h.sphere((0.5,0.5,0.5), 0.2)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/static_output.py",> line 195, in hierarchy
    self, data_style=self.data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 133, in __init__
    GridGeometryHandler.__init__(self, pf, data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 56, in __init__
    self._initialize_data_storage()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 160, in _initialize_data_storage
    fn = self.pf.storage_filename
AttributeError: 'StreamStaticOutput' object has no attribute 'storage_filename'
-------------------- >> 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.
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_geometry_utils.test_obtain_rv_vec
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/lib/tests/test_geometry_utils.py",> line 24, in test_obtain_rv_vec
    dd = pf.h.all_data()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/static_output.py",> line 195, in hierarchy
    self, data_style=self.data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 133, in __init__
    GridGeometryHandler.__init__(self, pf, data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 56, in __init__
    self._initialize_data_storage()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 160, in _initialize_data_storage
    fn = self.pf.storage_filename
AttributeError: 'StreamStaticOutput' object has no attribute 'storage_filename'
-------------------- >> 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.
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test suite for <module 'test_flagging_methods' from '<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/tests/test_flagging_methods.pyc'>>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/util.py", line 478, in try_run
    return func()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/tests/test_flagging_methods.py",> line 7, in setup
    pf.h
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/static_output.py",> line 195, in hierarchy
    self, data_style=self.data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 133, in __init__
    GridGeometryHandler.__init__(self, pf, data_style)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 56, in __init__
    self._initialize_data_storage()
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/geometry/geometry_handler.py",> line 160, in _initialize_data_storage
    fn = self.pf.storage_filename
AttributeError: 'StreamStaticOutput' object has no attribute 'storage_filename'
-------------------- >> 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.
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 129 tests in 6.073s

FAILED (errors=5)
Build step 'Custom Python Builder' marked build as failure
Recording test results



More information about the yt-svn mailing list