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

admin at shiningpanda.com admin at shiningpanda.com
Mon Nov 19 05:27:31 PST 2012


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

Changes:

[Matthew Turk <matthewturk at gmail.com>] Changing install_script to install yt 3.0 into yt-3.0-hg

[Matthew Turk <matthewturk at gmail.com>] Merging from tip of development branch

[Matthew Turk <matthewturk at gmail.com>] Changing os.mkdir to os.makedirs for selecting tests with not output dir

[John ZuHone <jzuhone at gmail.com>] Fixing a bug I just introduced.

[John ZuHone <jzuhone at gmail.com>] Merging

[John ZuHone <jzuhone at gmail.com>] Merging

[John ZuHone <jzuhone at gmail.com>] A bug fix for when there is only one FLASH grid.

[Cameron Hummels <chummels at astro.columbia.edu>] Fixing a bug I just introduced.

[Cameron Hummels <chummels at astro.columbia.edu>] merging.

[Cameron Hummels <chummels at astro.columbia.edu>] Removing --answer-store flag in testing interface, since setting the answer-store-name automatically sets this bool to true.  Also made it so tester dies when one tries to store a dataset and compare against another dataset.

[Nathan Goldbaum <goldbaum at ucolick.org>] Merging,

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing a typo in the text of an error in the FLASH frontend.

[Cameron Hummels <chummels at astro.columbia.edu>] Merging.

[Cameron Hummels <chummels at astro.columbia.edu>] Updating the metavars on the help messages for the testing suite to reflect the variable types expected at the command line call.

[John ZuHone <jzuhone at gmail.com>] Merging

[John ZuHone <jzuhone at gmail.com>] Fixing the domain dimensions when dimensionality < 3

[Britton Smith <brittonsmith at gmail.com>] Making sure compare_name for answer testing is set to None if
--answer-store has been selected.

[Cameron Hummels <chummels at astro.columbia.edu>] Merging.

[Cameron Hummels <chummels at astro.columbia.edu>] Modifying a few flags in the testing suite to be more descriptive.

[John ZuHone <jzuhone at gmail.com>] Merging

[John ZuHone <jzuhone at gmail.com>] This should be a single if construct

[Cameron Hummels <chummels at astro.columbia.edu>] Modifiying the answer testing framework slightly to fix a bug which occurs when running some of the tests, which causes the pf to not be loaded properly.

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing aspect ratios for non-square plot windows

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

[Nathan Goldbaum <goldbaum at ucolick.org>] Adding a new get_suffix() helper to funcs.py which determines if a file has an image suffix.

[Nathan Goldbaum <goldbaum at ucolick.org>] Merging.

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing the way we find image filename suffixes.  Closes #439.

[Sam Skillman <sam.skillman at gmail.com>] Need to use the real path for local storage output dir.

[Nathan Goldbaum <goldbaum at ucolick.org>] Plots can now be created with different x and y units.

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing a number of issues in plot window creation.  Updating set_width to use the new machinery.
Updating docstrings.

[Nathan Goldbaum <goldbaum at ucolick.org>] Merging.

[Nathan Goldbaum <goldbaum at ucolick.org>] plot window plots now use the unit name supplied via the width keyword if width is a tuple.  Closes #463
Also streamlining, simplifying, and refactoring the way window plots are set up.

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

[John ZuHone <jzuhone at gmail.com>] Adding support for standalone particle files in FLASH, provided that they have a corresponding plotfile or checkpoint file that has a matching grid structure (in other words, both files written at the same simulation time).

One would access particle data in this fashion:

{{{
#!python

pf = load("radio_halo_1kpc_hdf5_plt_cnt_0120", particle_filename="radio_halo_1kpc_hdf5_part_0120")

}}}

Then the particle data may be accessed as if they were part of the main file.

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

[Sam Skillman <sam.skillman at gmail.com>] Fixing my_version property after suggestions from @matthewturk

[Sam Skillman <sam.skillman at gmail.com>] Merging in from main

[Sam Skillman <sam.skillman at gmail.com>] Fixes if the output dir for the local answer storage doesn't exist.

[Sam Skillman <sam.skillman at gmail.com>] Restoring the answer-name functionality, and also changing the default hash so
that it can be modified (by enzo testing) to have the enzo hash, and not the yt
hash.  Also putting the local storage shelve data inside the hash/answer-name
directory.  Instead of having hash/, hash.dir, hash.bak, hash.dat all in the
storage directory, put hash.dir, hash.bak, hash.dat inside hash/.

[Matthew Turk <matthewturk at gmail.com>] Merged in jzuhone/yt-flash_fixes (pull request #341)

[John ZuHone <jzuhone at gmail.com>] Fixing unintentional edit of setup.cfg

[John ZuHone <jzuhone at gmail.com>] Fixing unintentional edit of setup.cfg

[John ZuHone <jzuhone at gmail.com>] Determining top-level domain dimensions in FLASH. PARAMESH uses nblockx, nblocky, nblockz to determine the number of blocks on a side. Uniform Grid uses iprocs, jprocs, kprocs. Previously we weren't checking for the latter possibility. The only way I can think of at the moment to distinguish between the two is to check for a parameter that would be part of PARAMESH and not Uniform Grid, such as 'lrefine_min'.

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

[John ZuHone <jzuhone at gmail.com>] Merging

[John ZuHone <jzuhone at gmail.com>] Updates to the Athena frontend for compatibility with 2D datasets and magnetic fields.

The FLASH frontend was missing the proton mass constant for a field definition.

[John ZuHone <jzuhone at gmail.com>] Merging

[John ZuHone <jzuhone at gmail.com>] Support for 1D and 2D Athena datasets.

[John ZuHone <jzuhone at gmail.com>] Merging

[Nathan Goldbaum <goldbaum at ucolick.org>] Some bugfixes for OffAxisProjectionPlot

[Nathan Goldbaum <goldbaum at ucolick.org>] Merging.

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing an error in grid_traversal.pyx

[Sam Skillman <sam.skillman at gmail.com>] Only test the FieldValues once, not once for each projection direction. Swap out
the assert_rel_equal to the more forgiving (of comparing zeros) numpy.testing.assert_allclose.

[Britton Smith <brittonsmith at gmail.com>] Merged.

[Britton Smith <brittonsmith at gmail.com>] Tweaking the standard enzo answer tests.

[Britton Smith <brittonsmith at gmail.com>] Adding a verbose option to assert_rel_equal.

[J.S. Oishi <jsoishi at gmail.com>] merged.

[J.S. Oishi <jsoishi at gmail.com>] added stefan-boltzmann constant in cgs

[Matthew Turk <matthewturk at gmail.com>] Adding a comoving units conversion to FLASH

[Sam Skillman <sam.skillman at gmail.com>] Merging

[Sam Skillman <sam.skillman at gmail.com>] Don't test field values for particles.  Also assert_rel_equal does not have a verbose option.

[Britton Smith <brittonsmith at gmail.com>] Merged.

[Britton Smith <brittonsmith at gmail.com>] Having get_outputs_by_key return an empty list if there are no outputs
to search among.

[Britton Smith <brittonsmith at gmail.com>] Enzo simulation time series only loads pfs that actually exist.

[Britton Smith <brittonsmith at gmail.com>] Merged in MatthewTurk/yt (pull request #327)

[Matthew Turk <matthewturk at gmail.com>] Merging

[Sam Skillman <sam.skillman at gmail.com>] --answer-compare=SKIP now works.  Local and cloud storage seems to now be working.

[Sam Skillman <sam.skillman at gmail.com>] Merging

[Sam Skillman <sam.skillman at gmail.com>] Make the store-local a flag with no arguments, adding a help for it.

[Britton Smith <brittonsmith at gmail.com>] Adding test for all values of a field in a dataset.

[Britton Smith <brittonsmith at gmail.com>] Merged.

[Britton Smith <brittonsmith at gmail.com>] Adding error messages and optional relative comparison for some tests.

[Matthew Turk <matthewturk at gmail.com>] Typo fix.  This fixes syntax.

[Matthew Turk <matthewturk at gmail.com>] Don't allow can_run_pf and data_dir_load to run if the path does not exist.

[Britton Smith <brittonsmith at gmail.com>] Merged.

[Britton Smith <brittonsmith at gmail.com>] Adding enzo-specific testing support.

[Cameron Hummels <chummels at astro.columbia.edu>] Merging.

[Cameron Hummels <chummels at astro.columbia.edu>] Merging.

[Cameron Hummels <chummels at astro.columbia.edu>] Fixing stupid mistake with enzo test existence exception.

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

[Cameron Hummels <chummels at astro.columbia.edu>] Oops, forgot an additional import.

[Cameron Hummels <chummels at astro.columbia.edu>] Fixed a bug with pyparsing where it got renamed in matplotlib v1.2.0.

[Cameron Hummels <chummels at astro.columbia.edu>] Fixing a bug in install_script.py

[Cameron Hummels <chummels at astro.columbia.edu>] Correcting a bug in install_script.

[Cameron Hummels <chummels at astro.columbia.edu>] Getting rid of extraneous pip install nose command in installer script.

[Cameron Hummels <chummels at astro.columbia.edu>] Updating install_script to new versions of several pieces of yt-dependent software: Cython 0.17.1, HDF5 1.8.9, h5py 2.1, mercurial 2.4, matplotlib 1.2, ipython 0.13.1. Also adding new programs: nose, hglib, and sympy.

[Cameron Hummels <chummels at astro.columbia.edu>] Adding nose install using pip to yt installer, for compatibility with nose testing.

[Sam Skillman <sam.skillman at gmail.com>] yt needs a result to use.

[Sam Skillman <sam.skillman at gmail.com>] Merging.

[Sam Skillman <sam.skillman at gmail.com>] Remove unused variables, and resolves the current build error.

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

[Sam Skillman <sam.skillman at gmail.com>] Quick fix.  Now both local and cloud work.

[Sam Skillman <sam.skillman at gmail.com>] Updating framework.py to allow for local storage.  Now controlled by --local-store=[False/True]

[Sam Skillman <sam.skillman at gmail.com>] Merging

[Sam Skillman <sam.skillman at gmail.com>] Attempting to add local storage of results.

[Stephen Skory  <s at skory.us>] Something else the merge deleted from parallel_analysis_interface.

[Stephen Skory  <s at skory.us>] Somehow my merge removed the GroupOwnership class.

[Stephen Skory  <s at skory.us>] Removed tag hop callback

[Stephen Skory  <s at skory.us>] Making sure the workgroups are deleted correctly.

[Stephen Skory  <s at skory.us>] Merging.

[Stephen Skory  <s at skory.us>] Added tag hop callback for changeset f15825659f5a

[Cameron Hummels <chummels at astro.columbia.edu>] Adding exception for existence testing in enzo test suite.

[Matthew Turk <matthewturk at gmail.com>] Fixing tests for overdensity flagging

[Britton Smith <brittonsmith at gmail.com>] Merged in MatthewTurk/yt (pull request #324)

[Matthew Turk <matthewturk at gmail.com>] Adding refine_amr routine to Stream frontend, for taking a parameter file and
recursively applying refinement criteria and fluid operations

[Matthew Turk <matthewturk at gmail.com>] Preliminary support for refining grids.

 * Updated hierarchy print_stats to print cells^3
 * Added grow_flagging_field Cython function
 * Added FlaggingGrid, which is a wrapper for finding the flagging field of a
   grid
 * Added ProtoSubgrid, which can identify splits, shrink itself, etc
 * Added CoredSphere FluidOperator

[Matthew Turk <matthewturk at gmail.com>] Minor fix to the base class of RandomFluctuation

[Matthew Turk <matthewturk at gmail.com>] Merging some stray changes to the fluid operators

[Matthew Turk <matthewturk at gmail.com>] Merging from tip

[Matthew Turk <matthewturk at gmail.com>] A few more changes to the FluidOperator stuff for initial conditions

[Matthew Turk <matthewturk at gmail.com>] Sketching out a bit more of the data modifiers, and adding a random fluctuation

[Matthew Turk <matthewturk at gmail.com>] Adding some routines for refinement, including identifying subgrids.

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

[Nathan Goldbaum <goldbaum at ucolick.org>] The font size for the axis, colorbar, and tick labels is now controllable via a fontsize keyword argument.
Choosing a default that's somewhat bigger than the matplotlib defaults.

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

[Christian Karch <chiffre at posteo.de>] Added a method to calculate gradients

[Christian Karch <chiffre at posteo.de>] Added a method to calculate gradients

[Nathan Goldbaum <goldbaum at ucolick.org>] Merging.

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing the clump callback.

[Britton Smith <brittonsmith at gmail.com>] Adding a distinct test for running with the enzo test runner.

[Sam Skillman <sam.skillman at gmail.com>] Adding ShockTubeTest to framework.py for enzo testing.

[Sam Skillman <sam.skillman at gmail.com>] Merging

[Sam Skillman <sam.skillman at gmail.com>] Adding assert_allclose for testing.

[Sam Skillman <sam.skillman at gmail.com>] Some upgrades for the fixed resolution buffer and image array.

[Matthew Turk <matthewturk at gmail.com>] We need to change to temp_cwd inside the test yielding

[Britton Smith <brittonsmith at gmail.com>] Merged.

[Britton Smith <brittonsmith at gmail.com>] Adding find_outputs keyword to sim_dir_load.

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

[Stephen Skory  <s at skory.us>] Small mistake.

[Stephen Skory  <s at skory.us>] Making the hop circle callback a bit prettier.

[Matthew Turk <matthewturk at gmail.com>] Merging

[Matthew Turk <matthewturk at gmail.com>] Simple hotfix for prefixing storage names

[Britton Smith <brittonsmith at gmail.com>] Matt fixing bug.

[Matthew Turk <matthewturk at gmail.com>] Adding a prefix for result storage

[Britton Smith <brittonsmith at gmail.com>] Merged.

[Britton Smith <brittonsmith at gmail.com>] Merged.

[Britton Smith <brittonsmith at gmail.com>] Fixing small bugs.

[Matthew Turk <matthewturk at gmail.com>] Adding ability to skip comparison

[Matthew Turk <matthewturk at gmail.com>] Merge

[Matthew Turk <matthewturk at gmail.com>] Fixing unbound local

[Nathan Goldbaum <goldbaum at ucolick.org>] Fixing the docstring in the timestamp callback.

[Matthew Turk <matthewturk at gmail.com>] Adding sim_dir_load and an option path argument to requires_outputlog

[Britton Smith <brittonsmith at gmail.com>] Merged.

[Britton Smith <brittonsmith at gmail.com>] Adding VerifySimulationSameTest.

[Matthew Turk <matthewturk at gmail.com>] Fixing missing StaticOutput in testing framework

[Matthew Turk <matthewturk at gmail.com>] Adding the ability to pass in pf_fn as a pf, and a requires_output_log
decorator.

[Matthew Turk <matthewturk at gmail.com>] Fixing undefined variable

[Matthew Turk <matthewturk at gmail.com>] The to_pw method was missing a setting of self.pf.  I got confused in the class
hierarchy last week when I made this change.

[Matthew Turk <matthewturk at gmail.com>] Using a fused type for mask_fill to get it to work with 32 bit data and fixing
ImageArray breakages that accessed field_info directly.

[Matthew Turk <matthewturk at gmail.com>] We need to implement fill_mask to get GridSelectors to work for things like the
container fields.

[Matthew Turk <matthewturk at gmail.com>] A few more optimizations.  Now dd[Something] is 30% faster than 2.x.

[Matthew Turk <matthewturk at gmail.com>] More optimizations for getting grid IO to be speed competitive

[Matthew Turk <matthewturk at gmail.com>] By splitting the fluid field reading into a couple different routines, we can
speed up IO for grid fields by ~5x.

[Matthew Turk <matthewturk at gmail.com>] Attempt to make grid objects work better for field data and as selection
containers.

[Matthew Turk <matthewturk at gmail.com>] Remove old data IO functions and select all cells in a grid selector.

[Matthew Turk <matthewturk at gmail.com>] By swapping our grid data back into a selector object, we can go a bit faster.
This may turn out to be a failed experiment.

[Matthew Turk <matthewturk at gmail.com>] Partial success in getting particle data to read correctly.

[Matthew Turk <matthewturk at gmail.com>] Swapping out __slots__ in the grid patch for subclassing YTDataContainer.

[Matthew Turk <matthewturk at gmail.com>] Initial implementation of a _current_particle_type and _current_fluid_type for
data containers.

Next step is to inherit from YTDataContainer for the GridPatch.

[Matthew Turk <matthewturk at gmail.com>] Getting closer to full active particle analysis for Enzo 3.0 datasets.

------------------------------------------
[...truncated 5473 lines...]
----------------------------------------------------------------------
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/data_objects/tests/test_fields.py",> line 64, in __call__
    pf = realistic_pf(fields, self.nproc)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/tests/test_fields.py",> line 27, in realistic_pf
    pf = fake_random_pf(16, fields = fields, nprocs = nprocs)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Accessing_MagneticEnergy_4
----------------------------------------------------------------------
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/data_objects/tests/test_fields.py",> line 64, in __call__
    pf = realistic_pf(fields, self.nproc)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/tests/test_fields.py",> line 27, in realistic_pf
    pf = fake_random_pf(16, fields = fields, nprocs = nprocs)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Accessing_MagneticEnergy_8
----------------------------------------------------------------------
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/data_objects/tests/test_fields.py",> line 64, in __call__
    pf = realistic_pf(fields, self.nproc)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/data_objects/tests/test_fields.py",> line 27, in realistic_pf
    pf = fake_random_pf(16, fields = fields, nprocs = nprocs)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Failure: ImportError (cannot import name grow_flagging_field)
----------------------------------------------------------------------
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_ortho_rays.py",> line 4, in test_ortho_ray
    pf = fake_random_pf(64, nprocs=8)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Failure: ImportError (cannot import name grow_flagging_field)
----------------------------------------------------------------------
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 8, in test_profiles
    pf = fake_random_pf(64, nprocs = 8, fields = _fields)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Failure: ImportError (cannot import name grow_flagging_field)
----------------------------------------------------------------------
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 11, in test_projection
    pf = fake_random_pf(64, nprocs = nprocs)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Failure: ImportError (cannot import name grow_flagging_field)
----------------------------------------------------------------------
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_rays.py",> line 5, in test_ray
    pf = fake_random_pf(64, nprocs=nproc)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Failure: ImportError (cannot import name grow_flagging_field)
----------------------------------------------------------------------
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_slice.py",> line 11, in test_slice
    pf = fake_random_pf(64, nprocs = nprocs)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Failure: ImportError (cannot import name grow_flagging_field)
----------------------------------------------------------------------
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_streamlines.py",> line 16, in test_covering_grid
    pf = fake_random_pf(64, nprocs = nprocs, fields = _fields)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Failure: ImportError (cannot import name mask_fill)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/loader.py", line 390, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/importer.py", line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/importer.py", line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/enzo/tests/test_outputs.py",> line 27, in <module>
    from yt.utilities.answer_testing.framework import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/answer_testing/framework.py",> line 37, in <module>
    from yt.mods import *
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/mods.py",> line 70, in <module>
    from yt.frontends.enzo.api import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/enzo/api.py",> line 52, in <module>
    from .io import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/enzo/io.py",> line 33, in <module>
    from yt.geometry.selection_routines import mask_fill
ImportError: cannot import name mask_fill
-------------------- >> begin captured logging << --------------------
yt: DEBUG: Turning off NumPy error reporting
--------------------- >> 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 8, in test_obtain_rvec
    negative = [False, True, True, True])
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
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 22, in test_obtain_rv_vec
    negative = [False, True, True, True])
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/testing.py",> line 149, in fake_random_pf
    from yt.frontends.stream.api import load_uniform_grid
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/api.py",> line 27, in <module>
    from .data_structures import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/frontends/stream/data_structures.py",> line 47, in <module>
    from yt.utilities.flagging_methods import \
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

======================================================================
ERROR: Failure: ImportError (cannot import name grow_flagging_field)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/loader.py", line 390, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/importer.py", line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/slave/yt-x86_64/lib/python2.7/site-packages/nose/importer.py", line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/tests/test_flagging_methods.py",> line 2, in <module>
    from yt.utilities.flagging_methods import flagging_method_registry
  File "<https://jenkins.shiningpanda-ci.com/yt-project/job/py2.7-yt_analysis-3.0/ws/yt/utilities/flagging_methods.py",> line 27, in <module>
    from yt.utilities.lib import grow_flagging_field
ImportError: cannot import name grow_flagging_field

----------------------------------------------------------------------
Ran 403 tests in 9.255s

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



More information about the yt-svn mailing list