[Yt-svn] Build failed in Jenkins: yt - galaxy0030 #31

matthewturk at gmail.com matthewturk at gmail.com
Thu Oct 20 23:05:07 PDT 2011


See <http://localhost:8080/job/yt%20-%20galaxy0030/31/changes>

Changes:

[Matthew Turk <matthewturk at gmail.com>] Removing transfer function widget code

[Stephen Skory <s at skory.us>] Fixing typo.

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

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

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

[Sam Skillman <sam.skillman at gmail.com>] adding the communicator onto the workgroup.

[Matthew Turk <matthewturk at gmail.com>] Now if you supply a "storage" argument to parallel_objects (should be a dict!)
it will include a storage object in which you can set a result and then get a
collated result.  For instance:

storage = {}
for sto, obj in parallel_objects(range(10), njobs=2, storage=storage):
    sto.result = obj**2.0
for i, j in sorted(storage.items()): i, j

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

[Sam Skillman <sam.skillman at gmail.com>] Initial pass at workgroups is working.

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

[Britton Smith <brittonsmith at gmail.com>] Made EnzoSimulation a subclass of TimeSeriesData.

[Matthew Turk <matthewturk at gmail.com>] Removing some barriers

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

[Sam Skillman <sam.skillman at gmail.com>] Adding a ProcessorPool that can create workgroups.

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

[Britton Smith <brittonsmith at gmail.com>] Removed some unnecessary deletes.

[Matthew Turk <matthewturk at gmail.com>] Removing a spurious print statement

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

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

[Britton Smith <brittonsmith at gmail.com>] Moved mpi_maxdict_dict from parallel_analysis_interface to
parallel_hop_interface and renamed with a more descriptive function name,
linearize_chain_dict.  Removed the implementation of concatenating the arrays
and called par_combine_object for each array.

[Britton Smith <brittonsmith at gmail.com>] Moved mpi_maxdict_dict to be a function within parallel hop.

[Matthew Turk <matthewturk at gmail.com>] Make the ytcfg vals into strings

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

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

[Sam Skillman <sam.skillman at gmail.com>] A fix for when run in serial.

[Matthew Turk <matthewturk at gmail.com>] Setting the topcomm values.  Also raise NotImplemented for a push() op.

[Matthew Turk <matthewturk at gmail.com>] A couple changes necessary to get the parallel_objects routine to work, which
it now seems to do.

[Sam Skillman <sam.skillman at gmail.com>] More fixes in moving to subcommunicators.

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

[Sam Skillman <sam.skillman at gmail.com>] Moving get_dependencies to PAI.

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

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

[Britton Smith <brittonsmith at gmail.com>] Fixed get_filename.

[Britton Smith <brittonsmith at gmail.com>] Fixed is_mine.

[Britton Smith <brittonsmith at gmail.com>] Fixed a few more communicator functions.

[Britton Smith <brittonsmith at gmail.com>] Fixed one more send_array.

[Britton Smith <brittonsmith at gmail.com>] Fixed send_array.

[Britton Smith <brittonsmith at gmail.com>] Fixed recv_array.

[Britton Smith <brittonsmith at gmail.com>] Changed alltoallv_array.

[Matthew Turk <matthewturk at gmail.com>] Replacing __parallel_rank and __parallel_size with the appropriate
__[global|topcomm]__parallel_[rank|size] config options.

[Sam Skillman <sam.skillman at gmail.com>] getting rid of explict calls to what the parallel setup is.

[Sam Skillman <sam.skillman at gmail.com>] Up to write_on_root.

[Sam Skillman <sam.skillman at gmail.com>] Up to mpi_info_dict

[Sam Skillman <sam.skillman at gmail.com>] Up to _mpi_allreduce

[Sam Skillman <sam.skillman at gmail.com>] put the fixes in PAI as well.

[Sam Skillman <sam.skillman at gmail.com>] More ._mpithing -> .comm.mpithing

[Sam Skillman <sam.skillman at gmail.com>] hg push moving calls to self.comm.

[Matthew Turk <matthewturk at gmail.com>] Fixing _par_rank and _par_size in one more place

[Matthew Turk <matthewturk at gmail.com>] self._par_rank => self.comm.rank
self._par_size => self.comm.size

[Sam Skillman <sam.skillman at gmail.com>] Moving stuff around so that things can be instantiated.

[Sam Skillman <sam.skillman at gmail.com>] capable, not enabled.

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

[Britton Smith <brittonsmith at gmail.com>] Added parallel_objects function.

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

[Sam Skillman <sam.skillman at gmail.com>] More work to moving to subcommunicators, moving _send_array and other mpi operations that were just free standing to within the Communicator object.

[Matthew Turk <matthewturk at gmail.com>] Adding a communication_system object

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

[Sam Skillman <sam.skillman at gmail.com>] Adding intermediate point in moving to subcommunicators.

[Matthew Turk <matthewturk at gmail.com>] Adding in ParallelAnalysisInterface.__init__ calls.  Shouldn't we be using
super() by now?

[Matthew Turk <matthewturk at gmail.com>] Fixing a problem with my oft-repeated typo of combine_object / object_combine.

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

[Sam Skillman <sam.skillman at gmail.com>] Fixing a few .data -> .field_data issues.

[Britton Smith <brittonsmith at gmail.com>] Fixed tests again.

[Britton Smith <brittonsmith at gmail.com>] Fixing some overzealousness of .field_data change.

[Matthew Turk <matthewturk at gmail.com>] Removing "traited explorer"

[Matthew Turk <matthewturk at gmail.com>] Fixing PHOP in serial.

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

[Britton Smith <brittonsmith at gmail.com>] Fixed a test for .field_data.

[Matthew Turk <matthewturk at gmail.com>] Misplaced parenthesis

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

[Britton Smith <brittonsmith at gmail.com>] Fixed a few issues with moving .data to .field_data.

[Britton Smith <brittonsmith at gmail.com>] Changed .data to .field_data YTFieldData instances.

[Britton Smith <brittonsmith at gmail.com>] Changed .data to .field_data and made them instances of YTFieldData.

[Britton Smith <brittonsmith at gmail.com>] Changing ._data to .field_data in tests.

[Britton Smith <brittonsmith at gmail.com>] Changed all ._data to .field_data and ther are now defined as
instances of YTFieldData.

[Matthew Turk <matthewturk at gmail.com>] Fixed PHOP

[Matthew Turk <matthewturk at gmail.com>] A couple fixes, but still breaking in PHOP.

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

[Matthew Turk <matthewturk at gmail.com>] Removing unused stuff, coalescing almost all of the mpi_[op][type] usages.
Just catarray left.

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

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

[Cameron Hummels <chummels at astro.columbia.edu>] Modified halo finder tests to only compare number of halos detected in various modes of halo finding.  It seems that comparing the contents of the halo does not behave reproducibly in parallel with different numbers of nodes.

[Matthew Turk <matthewturk at gmail.com>] This return statement should fix the issues.

[Matthew Turk <matthewturk at gmail.com>] Attempting to make datatypes and whatnot more specific.

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

[Sam Skillman <sam.skillman at gmail.com>] Removing commented lines.

[Sam Skillman <sam.skillman at gmail.com>] Removing all data and type specific reductions in preference for a catch-all _mpi_allreduce

[Matthew Turk <matthewturk at gmail.com>] Coalescing parallel routines into par_combine_object

[Sam Skillman <sam.skillman at gmail.com>] Intermediate step to remove various mpi reduction operations.  Functionality is currently preserved, and we will now remove all _mpi_all[operation].

[Matthew Turk <matthewturk at gmail.com>] Removing mpi_maxdict

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

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

[Britton Smith <brittonsmith at gmail.com>] Replaced _mpi_get_size() with _par_size property and
_mpi_get_rank() with _par_rank property.

[Matthew Turk <matthewturk at gmail.com>] Removing mpi_catrgb.

[Matthew Turk <matthewturk at gmail.com>] Removing parallel option from argparse, mandating usage of python2.7-mpi for
instance.

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

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

[Sam Skillman <sam.skillman at gmail.com>] Getting rid of a few more Allsum's.

[Matthew Turk <matthewturk at gmail.com>] More unused function removal.

[Matthew Turk <matthewturk at gmail.com>] Removing an unused function and the software_sampler file.

[Matthew Turk <matthewturk at gmail.com>] Removing mpi_find_neighbor_3d

[Britton Smith <brittonsmith at gmail.com>] Removing Isend_long and Isend_double.

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

[Sam Skillman <sam.skillman at gmail.com>] Removing Allsum_double and Allsum_long in favor of general allsum function.

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

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

[Britton Smith <brittonsmith at gmail.com>] Replaced mpi_Isend_long and mpi_Isend_double with mpi_nonblocking_send.

[Sam Skillman <sam.skillman at gmail.com>] Adding a catch-all allsum, am about to go through removing old functions and preserving functionality.

[Matthew Turk <matthewturk at gmail.com>] Removing unused functions and commented code.

[Britton Smith <brittonsmith at gmail.com>] Replaced more Irecv calls.

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

[Britton Smith <brittonsmith at gmail.com>] Replaced with mpi_Irecv_double and mpi_Irecv_long and mpi_nonblocking_recv.

[Matthew Turk <matthewturk at gmail.com>] Re-adding mpi_minimum_array_long for now

[Matthew Turk <matthewturk at gmail.com>] Adding a get_mpi_type function

[Matthew Turk <matthewturk at gmail.com>] Adding dtype_names dictionary to translate dtypes to MPI types.

[Matthew Turk <matthewturk at gmail.com>] Consolidating "_mpi_concatenate_array_*" operations into the _mpi_catarray
function.

[Matthew Turk <matthewturk at gmail.com>] First pass at an expanded "yt analyze" command.

[Matthew Turk <matthewturk at gmail.com>] Adding speedup for grouping fields and adding multiple at the same time in halo
profiler.

[Britton Smith <brittonsmith at gmail.com>] Fixed test ray to seed random number generator.

[Matthew Turk <matthewturk at gmail.com>] Fixing problems with DQ comparisons

[Britton Smith <brittonsmith at gmail.com>] Fixed a typo.

[Matthew Turk <matthewturk at gmail.com>] Disable plotting and fixed up the listing of tests.

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

[Cameron Hummels <chummels at astro.columbia.edu>] Removing out excess matplotlib.use('Agg') commands, to avoid annoying warning messages.

[Cameron Hummels <chummels at astro.columbia.edu>] Forgot to add halos.py file for initializing yt tests.  Added now.

[Britton Smith <brittonsmith at gmail.com>] Fixed bug in TestRay.

[Matthew Turk <matthewturk at gmail.com>] Fixing error with loading tests and checking for existence of those tests.

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

[Cameron Hummels <chummels at astro.columbia.edu>] Added in calls in yt's test_runner to include different Halo Finder comparisons in test.

[Cameron Hummels <chummels at astro.columbia.edu>] Added halo composition hash tests to make strict identicality tests between the outputs from all three different methods for halo finding.

[Cameron Hummels <chummels at astro.columbia.edu>] Added halo profile tests for FOF and Parallel Hop; Renamed default profile test to include HOP explicitly in classname of test.

[Matthew Turk <matthewturk at gmail.com>] Use set() to speed up membership check

[Matthew Turk <matthewturk at gmail.com>] A better solution for missing tests.

[Matthew Turk <matthewturk at gmail.com>] Commenting this out preserves the existence of default tests in the registry.

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

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

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

[Britton Smith <brittonsmith at gmail.com>] Added Ray tests and changed test file output names.

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

[Sam Skillman <sam.skillman at gmail.com>] Adding disk to data object testing.

[Matthew Turk <matthewturk at gmail.com>] Fixing an issue with ghost zones and cut regions

[Matthew Turk <matthewturk at gmail.com>] Fixing errors with cut region tests and particle fields

[Matthew Turk <matthewturk at gmail.com>] For now, drop down to only cutting regions on Density.

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

[Britton Smith <brittonsmith at gmail.com>] Fixed a typo in slice test.

[Matthew Turk <matthewturk at gmail.com>] Adding cut_regions and changing 'self' to 'tobj'

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

[Britton Smith <brittonsmith at gmail.com>] Added slice tests.

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

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

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

[J.S. Oishi <jsoishi at gmail.com>] added 2D gas distribution test.

[Matthew Turk <matthewturk at gmail.com>] Adding more derived quantity tests

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

[Sam Skillman <sam.skillman at gmail.com>] Adding Volume Rendering test.

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

[Britton Smith <brittonsmith at gmail.com>] Added off-axis projection test.

[Britton Smith <brittonsmith at gmail.com>] Fixed proton charge constant.

[Matthew Turk <matthewturk at gmail.com>] Adding a bunch of derived quantity tests

[Matthew Turk <matthewturk at gmail.com>] Tests now run in parallel.  This does not, however, mean we should just test
gigantic datasets: there's still a lot of "all_data()" and whatnot.

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

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

[Stephen Skory <s at skory.us>] Adding some modifications that should dramatically lower the memory
usage for parallelHF. Thanks to Matt!

[Stephen Skory <s at skory.us>] Adding the ability to supply a total_mass and number of particles
(the latter is only for parallelHF) to HOP in order to shorten
the process, or reduce peak memory usage.

[Matthew Turk <matthewturk at gmail.com>] This change ensures that field parameters from a parent *all* get passed on to
the child Extracted Region, not just center.

------------------------------------------
[...truncated 40 lines...]
running scons
[workspace] $ /bin/sh -xe /tmp/hudson1834479132940809234.sh
+ export PYTHONPATH=.
+ python2.7 tests/runall.py -c gold -f /home/mturk/Research/data/JHK-DD0030/galaxy0030
Parsing Hierarchy  0% |                                       | ETA:  --:--:-- 
Parsing Hierarchy  1% |                                       | ETA:  00:00:00 
Parsing Hierarchy  2% |                                       | ETA:  00:00:00 
Parsing Hierarchy  3% |\                                      | ETA:  00:00:00 
Parsing Hierarchy  4% ||                                      | ETA:  00:00:00 
Parsing Hierarchy  5% |//                                     | ETA:  00:00:00 
Parsing Hierarchy  6% |--                                     | ETA:  00:00:00 
Parsing Hierarchy  7% |\\                                     | ETA:  00:00:00 
Parsing Hierarchy  8% ||||                                    | ETA:  00:00:00 
Parsing Hierarchy  9% |///                                    | ETA:  00:00:00 
Parsing Hierarchy 10% |----                                   | ETA:  00:00:00 
Parsing Hierarchy 11% |\\\\                                   | ETA:  00:00:00 
Parsing Hierarchy 12% |||||                                   | ETA:  00:00:00 
Parsing Hierarchy 13% |/////                                  | ETA:  00:00:00 
Parsing Hierarchy 14% |-----                                  | ETA:  00:00:00 
Parsing Hierarchy 15% |\\\\\                                  | ETA:  00:00:00 
Parsing Hierarchy 16% |||||||                                 | ETA:  00:00:00 
Parsing Hierarchy 17% |//////                                 | ETA:  00:00:00 
Parsing Hierarchy 18% |-------                                | ETA:  00:00:00 
Parsing Hierarchy 19% |\\\\\\\                                | ETA:  00:00:00 
Parsing Hierarchy 20% ||||||||                                | ETA:  00:00:00 
Parsing Hierarchy 21% |////////                               | ETA:  00:00:00 
Parsing Hierarchy 22% |--------                               | ETA:  00:00:00 
Parsing Hierarchy 23% |\\\\\\\\\                              | ETA:  00:00:00 
Parsing Hierarchy 24% ||||||||||                              | ETA:  00:00:00 
Parsing Hierarchy 25% |/////////                              | ETA:  00:00:00 
Parsing Hierarchy 26% |----------                             | ETA:  00:00:00 
Parsing Hierarchy 27% |\\\\\\\\\\                             | ETA:  00:00:00 
Parsing Hierarchy 28% ||||||||||||                            | ETA:  00:00:00 
Parsing Hierarchy 29% |///////////                            | ETA:  00:00:00 
Parsing Hierarchy 30% |-----------                            | ETA:  00:00:00 
Parsing Hierarchy 31% |\\\\\\\\\\\\                           | ETA:  00:00:00 
Parsing Hierarchy 32% |||||||||||||                           | ETA:  00:00:00 
Parsing Hierarchy 33% |/////////////                          | ETA:  00:00:00 
Parsing Hierarchy 34% |-------------                          | ETA:  00:00:00 
Parsing Hierarchy 35% |\\\\\\\\\\\\\                          | ETA:  00:00:00 
Parsing Hierarchy 36% |||||||||||||||                         | ETA:  00:00:00 
Parsing Hierarchy 37% |//////////////                         | ETA:  00:00:00 
Parsing Hierarchy 38% |--------------                         | ETA:  00:00:00 
Parsing Hierarchy 39% |\\\\\\\\\\\\\\\                        | ETA:  00:00:00 
Parsing Hierarchy 40% ||||||||||||||||                        | ETA:  00:00:00 
Parsing Hierarchy 41% |////////////////                       | ETA:  00:00:00 
Parsing Hierarchy 42% |----------------                       | ETA:  00:00:00 
Parsing Hierarchy 43% |\\\\\\\\\\\\\\\\                       | ETA:  00:00:00 
Parsing Hierarchy 44% ||||||||||||||||||                      | ETA:  00:00:00 
Parsing Hierarchy 45% |/////////////////                      | ETA:  00:00:00 
Parsing Hierarchy 46% |------------------                     | ETA:  00:00:00 
Parsing Hierarchy 47% |\\\\\\\\\\\\\\\\\\                     | ETA:  00:00:00 
Parsing Hierarchy 48% |||||||||||||||||||                     | ETA:  00:00:00 
Parsing Hierarchy 49% |///////////////////                    | ETA:  00:00:00 
Parsing Hierarchy 50% |-------------------                    | ETA:  00:00:00 
Parsing Hierarchy 51% |\\\\\\\\\\\\\\\\\\\\                   | ETA:  00:00:00 
Parsing Hierarchy 52% |||||||||||||||||||||                   | ETA:  00:00:00 
Parsing Hierarchy 53% |////////////////////                   | ETA:  00:00:00 
Parsing Hierarchy 54% |---------------------                  | ETA:  00:00:00 
Parsing Hierarchy 55% |\\\\\\\\\\\\\\\\\\\\\                  | ETA:  00:00:00 
Parsing Hierarchy 56% ||||||||||||||||||||||                  | ETA:  00:00:00 
Parsing Hierarchy 57% |//////////////////////                 | ETA:  00:00:00 
Parsing Hierarchy 58% |----------------------                 | ETA:  00:00:00 
Parsing Hierarchy 59% |\\\\\\\\\\\\\\\\\\\\\\\                | ETA:  00:00:00 
Parsing Hierarchy 60% ||||||||||||||||||||||||                | ETA:  00:00:00 
Parsing Hierarchy 61% |///////////////////////                | ETA:  00:00:00 
Parsing Hierarchy 62% |------------------------               | ETA:  00:00:00 
Parsing Hierarchy 63% |\\\\\\\\\\\\\\\\\\\\\\\\               | ETA:  00:00:00 
Parsing Hierarchy 64% ||||||||||||||||||||||||||              | ETA:  00:00:00 
Parsing Hierarchy 65% |/////////////////////////              | ETA:  00:00:00 
Parsing Hierarchy 66% |-------------------------              | ETA:  00:00:00 
Parsing Hierarchy 67% |\\\\\\\\\\\\\\\\\\\\\\\\\\             | ETA:  00:00:00 
Parsing Hierarchy 68% |||||||||||||||||||||||||||             | ETA:  00:00:00 
Parsing Hierarchy 69% |///////////////////////////            | ETA:  00:00:00 
Parsing Hierarchy 70% |---------------------------            | ETA:  00:00:00 
Parsing Hierarchy 71% |\\\\\\\\\\\\\\\\\\\\\\\\\\\            | ETA:  00:00:00 
Parsing Hierarchy 72% |||||||||||||||||||||||||||||           | ETA:  00:00:00 
Parsing Hierarchy 73% |////////////////////////////           | ETA:  00:00:00 
Parsing Hierarchy 74% |-----------------------------          | ETA:  00:00:00 
Parsing Hierarchy 75% |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\          | ETA:  00:00:00 
Parsing Hierarchy 76% ||||||||||||||||||||||||||||||          | ETA:  00:00:00 
Parsing Hierarchy 77% |//////////////////////////////         | ETA:  00:00:00 
Parsing Hierarchy 78% |------------------------------         | ETA:  00:00:00 
Parsing Hierarchy 79% |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\         | ETA:  00:00:00 
Parsing Hierarchy 80% ||||||||||||||||||||||||||||||||        | ETA:  00:00:00 
Parsing Hierarchy 81% |///////////////////////////////        | ETA:  00:00:00 
Parsing Hierarchy 82% |--------------------------------       | ETA:  00:00:00 
Parsing Hierarchy 83% |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\       | ETA:  00:00:00 
Parsing Hierarchy 84% |||||||||||||||||||||||||||||||||       | ETA:  00:00:00 
Parsing Hierarchy 85% |/////////////////////////////////      | ETA:  00:00:00 
Parsing Hierarchy 86% |---------------------------------      | ETA:  00:00:00 
Parsing Hierarchy 87% |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\     | ETA:  00:00:00 
Parsing Hierarchy 88% |||||||||||||||||||||||||||||||||||     | ETA:  00:00:00 
Parsing Hierarchy 89% |//////////////////////////////////     | ETA:  00:00:00 
Parsing Hierarchy 90% |-----------------------------------    | ETA:  00:00:00 
Parsing Hierarchy 91% |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\    | ETA:  00:00:00 
Parsing Hierarchy 92% |||||||||||||||||||||||||||||||||||||   | ETA:  00:00:00 
Parsing Hierarchy 93% |////////////////////////////////////   | ETA:  00:00:00 
Parsing Hierarchy 94% |------------------------------------   | ETA:  00:00:00 
Parsing Hierarchy 95% |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  | ETA:  00:00:00 
Parsing Hierarchy 96% ||||||||||||||||||||||||||||||||||||||  | ETA:  00:00:00 
Parsing Hierarchy 97% |/////////////////////////////////////  | ETA:  00:00:00 
Parsing Hierarchy 98% |-------------------------------------- | ETA:  00:00:00 
Parsing Hierarchy 99% |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ | ETA:  00:00:00 
Parsing Hierarchy100% ||||||||||||||||||||||||||||||||||||||||| Time: 00:00:00 
Warning: invalid value encountered in sqrt
Warning: divide by zero encountered in divide
Warning: divide by zero encountered in divide
Warning: invalid value encountered in sqrt
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Initializing TestRegistry
Initializing test_registry
 This call to matplotlib.use() has no effect
because the the backend has already been chosen;
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
or matplotlib.backends is imported for the first time.

RUNNING TEST Test2DGasDistribution_density_x-vel_AveragedDensity
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_AveragedDensity SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_Density
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_Density SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_DivV
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_DivV SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_Entropy
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_Entropy SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_Pressure
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_Pressure SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_SoundSpeed
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_SoundSpeed SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_Temperature
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_Temperature SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_particle_density
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_particle_density SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_x-velocity
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_x-velocity SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_y-velocity
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_y-velocity SUCCEEDED
RUNNING TEST Test2DGasDistribution_density_x-vel_z-velocity
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_Test2DGasDistribution_density_x-vel_z-velocity SUCCEEDED
RUNNING TEST TestGasDistribution_density_AveragedDensity
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_AveragedDensity SUCCEEDED
RUNNING TEST TestGasDistribution_density_Density
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_Density SUCCEEDED
RUNNING TEST TestGasDistribution_density_DivV
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_DivV SUCCEEDED
RUNNING TEST TestGasDistribution_density_Entropy
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_Entropy SUCCEEDED
RUNNING TEST TestGasDistribution_density_Pressure
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_Pressure SUCCEEDED
RUNNING TEST TestGasDistribution_density_SoundSpeed
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_SoundSpeed SUCCEEDED
RUNNING TEST TestGasDistribution_density_Temperature
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_Temperature SUCCEEDED
RUNNING TEST TestGasDistribution_density_particle_density
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_particle_density SUCCEEDED
RUNNING TEST TestGasDistribution_density_x-velocity
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_x-velocity SUCCEEDED
RUNNING TEST TestGasDistribution_density_y-velocity
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running gWarning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Warning: invalid value encountered in divide
Calling hop... 1124453 8.000e+01
nSmooth = 65 kd->nActive = 1124453
alaxy0030_TestGasDistribution_density_y-velocity SUCCEEDED
RUNNING TEST TestGasDistribution_density_z-velocity
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestGasDistribution_density_z-velocity SUCCEEDED
RUNNING TEST TestHaloCountFOF_halo_count_FOF
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestHaloCountFOF_halo_count_FOFLink length is 0.001923
Filling in 1124453 particles
Number of initial groups:215069
Number of groups:2402
FOF CPU TIME: 33.220000 secs
 SUCCEEDED
RUNNING TEST TestHaloCountHOP_halo_count_HOP
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestHaloCountHOP_halo_count_HOPCopying arrays for 1124453 particles
Building Tree...
Finding Densities...
Finding Densest Neighbors...
Grouping...
Merging Groups...
Writing Output...
All Done!Calling regroup...
No minimum group size specified.  Assuming 10 particles.
ngroups = 5849
 SUCCEEDED
RUNNING TEST TestHaloCountPHOP_halo_count_PHOP
8bcf892c82d2_galaxy0030_68951d2383b906f87e2df88c689176ea Running galaxy0030_TestHaloCountPHOP_halo_count_PHOP
Traceback (most recent call last):
  File "tests/runall.py", line 114, in <module>
    rtr.run_test(test_name)
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/utilities/answer_testing/runner.py",> line 120, in run_test
    self._run(test_instance)
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/utilities/answer_testing/runner.py",> line 132, in _run
    test.run()
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/utilities/answer_testing/halo_tests.py",> line 52, in run
    halos = parallelHF(self.pf, threshold=self.threshold, dm_only=False)
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/analysis_modules/halo_finding/halo_objects.py",> line 1972, in __init__
    threshold=threshold, dm_only=dm_only, rearrange=rearrange, premerge=premerge)
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/analysis_modules/halo_finding/halo_objects.py",> line 1397, in __init__
    HaloList.__init__(self, data_source, dm_only)
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/analysis_modules/halo_finding/halo_objects.py",> line 1021, in __init__
    self._run_finder()
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/analysis_modules/halo_finding/halo_objects.py",> line 1424, in _run_finder
    self.threshold, rearrange=self.rearrange, premerge=self.premerge)
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py",> line 70, in __init__
    self._chain_hop()
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py",> line 1467, in _chain_hop
    self._init_kd_tree()
  File "<http://localhost:8080/job/yt%20-%20galaxy0030/ws/yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py",> line 347, in _init_kd_tree
    fKD.dens = na.zeros(self.size, dtype='float64', order='F')
NameError: global name 'fKD' is not defined
Build step 'Execute shell' marked build as failure
Recording test results




More information about the yt-svn mailing list