Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[c-blosc] linking against external of blosc version doesn't work #451

Closed
keszybz opened this issue May 8, 2015 · 29 comments
Closed

[c-blosc] linking against external of blosc version doesn't work #451

keszybz opened this issue May 8, 2015 · 29 comments

Comments

@keszybz
Copy link
Contributor

keszybz commented May 8, 2015

I'm getting a segfault when compiling pytables-3.2.0 against blosc-1.6.1 or blosc-1.5.4.
I'm running the following crash:

$ cat bench/check_all.py
import sys, tables; sys.exit(tables.test(1,1))
$ gdb --args python bench/check_all.py
(gdb) r
...
Checking compatibility with Blosc on big-endian machines. ... ok
test_multiprocess (tables.tests.test_basics.BloscSubprocess) ... Segmentation fault (core dumped)
(gdb) bt
#0  0x00007fffef954f32 in blosc_compname_to_compcode (compname=0x0) at /usr/src/debug/c-blosc-1.6.1/blosc/blosc.c:370
#1  0x00007fffef95614c in blosc_compress_ctx (clevel=clevel@entry=9, doshuffle=doshuffle@entry=1, 
    typesize=typesize@entry=20, nbytes=nbytes@entry=2000000, src=0x555556cd8ae0, dest=dest@entry=0x5555570a9400, 
    destsize=2000000, compressor=0x0, blocksize=0, numinternalthreads=1)
    at /usr/src/debug/c-blosc-1.6.1/blosc/blosc.c:1101
#2  0x00007ffff004cea4 in blosc_filter (flags=<optimized out>, cd_nelmts=<optimized out>, cd_values=<optimized out>, 
    nbytes=2000000, buf_size=0x7fffffff9958, buf=0x7fffffff9950) at c-blosc/hdf5/blosc_filter.c:248
#3  0x00007fffefd70c9f in H5Z_pipeline (pline=0x555556443c78, flags=flags@entry=0, 
    filter_mask=filter_mask@entry=0x7fffffff99b8, edc_read=<optimized out>, cb_struct=..., nbytes=0x7fffffff9960, 
    buf_size=0x7fffffff9958, buf=0x7fffffff9950) at ../../src/H5Z.c:1411
#4  0x00007fffefbcf8c8 in H5D__chunk_flush_entry (dxpl_id=dxpl_id@entry=167772168, ent=ent@entry=0x555556019fa0, 
    reset=1, dxpl_cache=0x7ffff0017880 <H5D_def_dxpl_cache>, dxpl_cache=0x7ffff0017880 <H5D_def_dxpl_cache>, 
    dset=0x555556443bb0, dset=0x555556443bb0) at ../../src/H5Dchunk.c:2526
#5  0x00007fffefbd30ea in H5D__chunk_cache_evict (flush=1, ent=0x555556019fa0, 
    dxpl_cache=0x7ffff0017880 <H5D_def_dxpl_cache>, dxpl_id=167772168, dset=0x555556443bb0) at ../../src/H5Dchunk.c:2640
#6  H5D__chunk_cache_prune (size=2000000, dxpl_cache=0x7ffff0017880 <H5D_def_dxpl_cache>, dxpl_id=167772168, 
    dset=0x555556443bb0) at ../../src/H5Dchunk.c:2761
#7  H5D__chunk_lock (io_info=io_info@entry=0x7fffffff9f00, udata=udata@entry=0x7fffffff9c50, relax=<optimized out>)
    at ../../src/H5Dchunk.c:2989
#8  0x00007fffefbd3e21 in H5D__chunk_write (io_info=0x7fffffff9f00, type_info=0x7fffffff9e80, nelmts=<optimized out>, 
    file_space=<optimized out>, mem_space=<optimized out>, fm=0x7fffffffa0b0) at ../../src/H5Dchunk.c:2002
#9  0x00007fffefbe4ec5 in H5D__write (buf=0x55555671fd50, dxpl_id=167772168, file_space=0x55555643dbd0, 
    mem_space=0x55555643dbd0, mem_type_id=300000, dataset=0xa000008) at ../../src/H5Dio.c:787
#10 H5D__pre_write (dset=dset@entry=0x555556443bb0, direct_write=<optimized out>, 
    mem_type_id=mem_type_id@entry=50331748, mem_space=<optimized out>, file_space=<optimized out>, 
    dxpl_id=dxpl_id@entry=167772168, buf=0x55555671fd50) at ../../src/H5Dio.c:351
#11 0x00007fffefbe54c4 in H5Dwrite (dset_id=dset_id@entry=83886080, mem_type_id=mem_type_id@entry=50331748, 
    mem_space_id=mem_space_id@entry=0, file_space_id=file_space_id@entry=0, dxpl_id=167772168, dxpl_id@entry=0, 
    buf=buf@entry=0x55555671fd50) at ../../src/H5Dio.c:270
#12 0x00007fffe1860f03 in H5TBOmake_table (table_title=table_title@entry=0x7ffff7fb352c "", loc_id=33554432, 
    dset_name=dset_name@entry=0x7fffe055f084 "table", version=version@entry=0x7fffe05f5e3c "2.7", 
    class_=class_@entry=0x7fffe055f174 "TABLE", type_id=50331748, nrecords=300000, chunk_size=100000, fill_data=0x0, 
    compress=9, complib=<optimized out>, shuffle=1, fletcher32=0, data=0x55555671fd50) at src/H5TB-opt.c:193
#13 0x00007fffe1854827 in __pyx_pf_6tables_14tableextension_5Table__create_table (__pyx_v_obversion=<optimized out>, 
    __pyx_v_complib=<optimized out>, __pyx_v_title=<optimized out>, __pyx_v_self=0x7fffe058ee60)
    at tables/tableextension.c:3054
#14 __pyx_pw_6tables_14tableextension_5Table_1_create_table (
    __pyx_v_self=<Table(_indexedrows=0, _where_condition=None, coldescrs={'f0': <Int32Col(_v_pos=0, dflt=<numpy.int32 at remote 0x7fffe04d75e8>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='f0', _v_pathname='f0', shape=(), _v_parent=<Description(_v_dtypes={'f0': <numpy.dtype at remote 0x7fffeeb66480>, 'f1': <numpy.dtype at remote 0x7fffeeb663c0>, 'f2': <numpy.dtype at remote 0x7fffeeb66180>}, _v_types={'f0': 'int32', 'f1': 'int64', 'f2': 'float64'}, f2=<Float64Col(_v_pos=2, dflt=<numpy.float64 at remote 0x7fffe04d7228>, dtype=<numpy.dtype at remote 0x7fffeeb66180>, _v_name='f2', _v_pathname='f2', shape=(), _v_parent=<...>) at remote 0x7fffe054ed10>, _v_is_nested=False, _v_nestedlvl=0, _v_pathname='', _v_name='/', _v_nested_descr=[('f0', '()i4'), ('f1', '()i8'), ('f2', '()f8')], _v_dflts={'f0': <numpy.int32 at remote 0x7fffe04d75e8>, 'f1': 0, 'f2': <numpy.float64 at remote 0x7fffe04d7228>}, f1=<Int64Col(_v_pos=1, dflt=0, dtype=<numpy.dtype at remote 0x7fffeeb663c0>, _v_name='f1', _v_pathname='f1', shape=(), _v_parent...(truncated), __pyx_args=<optimized out>, 
    __pyx_kwds=<optimized out>) at tables/tableextension.c:2592
#15 0x00007ffff78f17ae in call_function (oparg=<optimized out>, pp_stack=0x7fffffffb020)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4110
#16 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe0597430, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/table.py, line 1023, in _g_create (self=<Table(_indexedrows=0, _where_condition=None, coldescrs={'f0': <Int32Col(_v_pos=0, dflt=<numpy.int32 at remote 0x7fffe04d75e8>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='f0', _v_pathname='f0', shape=(), _v_parent=<Description(_v_dtypes={'f0': <numpy.dtype at remote 0x7fffeeb66480>, 'f1': <numpy.dtype at remote 0x7fffeeb663c0>, 'f2': <numpy.dtype at remote 0x7fffeeb66180>}, _v_types={'f0': 'int32', 'f1': 'int64', 'f2': 'float64'}, f2=<Float64Col(_v_pos=2, dflt=<numpy.float64 at remote 0x7fffe04d7228>, dtype=<numpy.dtype at remote 0x7fffeeb66180>, _v_name='f2', _v_pathname='f2', shape=(), _v_parent=<...>) at remote 0x7fffe054ed10>, _v_is_nested=False, _v_nestedlvl=0, _v_pathname='', _v_name='/', _v_nested_descr=[('f0', '()i4'), ('f1', '()i8'), ('f2', '()f8')], _v_dflts={'f0': <numpy.int32 at remote 0x7fffe04d75e8>, 'f1': 0, 'f2': <numpy.float64 at remote 0x...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#17 0x00007ffff78f1556 in fast_function (nk=<optimized out>, na=1, n=1, pp_stack=0x7fffffffb150, 
    func=<function at remote 0x7fffe15ec0c8>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4196
#18 call_function (oparg=<optimized out>, pp_stack=0x7fffffffb150) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#19 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe04ea050, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/node.py, line 270, in __init__ (self=<Table(_indexedrows=0, _where_condition=None, coldescrs={'f0': <Int32Col(_v_pos=0, dflt=<numpy.int32 at remote 0x7fffe04d75e8>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='f0', _v_pathname='f0', shape=(), _v_parent=<Description(_v_dtypes={'f0': <numpy.dtype at remote 0x7fffeeb66480>, 'f1': <numpy.dtype at remote 0x7fffeeb663c0>, 'f2': <numpy.dtype at remote 0x7fffeeb66180>}, _v_types={'f0': 'int32', 'f1': 'int64', 'f2': 'float64'}, f2=<Float64Col(_v_pos=2, dflt=<numpy.float64 at remote 0x7fffe04d7228>, dtype=<numpy.dtype at remote 0x7fffeeb66180>, _v_name='f2', _v_pathname='f2', shape=(), _v_parent=<...>) at remote 0x7fffe054ed10>, _v_is_nested=False, _v_nestedlvl=0, _v_pathname='', _v_name='/', _v_nested_descr=[('f0', '()i4'), ('f1', '()i8'), ('f2', '()f8')], _v_dflts={'f0': <numpy.int32 at remote 0x7fffe04d75e8>, 'f1': 0, 'f2': <numpy.float64 at remote 0x7ff...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#20 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=<optimized out>, argcount=argcount@entry=4, kws=<optimized out>, kwcount=0, defs=0x7fffe5f81268, defcount=1, 
    closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#21 0x00007ffff78f14b6 in fast_function (nk=0, na=4, n=<optimized out>, pp_stack=0x7fffffffb340, 
    func=<function at remote 0x7fffe5f8b0c8>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4206
#22 call_function (oparg=<optimized out>, pp_stack=0x7fffffffb340) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#23 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe04e2a50, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/leaf.py, line 262, in __init__ (self=<Table(_indexedrows=0, _where_condition=None, coldescrs={'f0': <Int32Col(_v_pos=0, dflt=<numpy.int32 at remote 0x7fffe04d75e8>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='f0', _v_pathname='f0', shape=(), _v_parent=<Description(_v_dtypes={'f0': <numpy.dtype at remote 0x7fffeeb66480>, 'f1': <numpy.dtype at remote 0x7fffeeb663c0>, 'f2': <numpy.dtype at remote 0x7fffeeb66180>}, _v_types={'f0': 'int32', 'f1': 'int64', 'f2': 'float64'}, f2=<Float64Col(_v_pos=2, dflt=<numpy.float64 at remote 0x7fffe04d7228>, dtype=<numpy.dtype at remote 0x7fffeeb66180>, _v_name='f2', _v_pathname='f2', shape=(), _v_parent=<...>) at remote 0x7fffe054ed10>, _v_is_nested=False, _v_nestedlvl=0, _v_pathname='', _v_name='/', _v_nested_descr=[('f0', '()i4'), ('f1', '()i8'), ('f2', '()f8')], _v_dflts={'f0': <numpy.int32 at remote 0x7fffe04d75e8>, 'f1': 0, 'f2': <numpy.float64 at remote 0x7ff...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#24 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=<optimized out>, argcount=argcount@entry=7, kws=<optimized out>, kwcount=0, defs=0x7fffe5f92ed8, defcount=4, 
    closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#25 0x00007ffff78f14b6 in fast_function (nk=0, na=7, n=<optimized out>, pp_stack=0x7fffffffb530, 
    func=<function at remote 0x7fffe1cc3320>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4206
#26 call_function (oparg=<optimized out>, pp_stack=0x7fffffffb530) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#27 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x555555c33db0, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/table.py, line 871, in __init__ (self=<Table(_indexedrows=0, _where_condition=None, coldescrs={'f0': <Int32Col(_v_pos=0, dflt=<numpy.int32 at remote 0x7fffe04d75e8>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='f0', _v_pathname='f0', shape=(), _v_parent=<Description(_v_dtypes={'f0': <numpy.dtype at remote 0x7fffeeb66480>, 'f1': <numpy.dtype at remote 0x7fffeeb663c0>, 'f2': <numpy.dtype at remote 0x7fffeeb66180>}, _v_types={'f0': 'int32', 'f1': 'int64', 'f2': 'float64'}, f2=<Float64Col(_v_pos=2, dflt=<numpy.float64 at remote 0x7fffe04d7228>, dtype=<numpy.dtype at remote 0x7fffeeb66180>, _v_name='f2', _v_pathname='f2', shape=(), _v_parent=<...>) at remote 0x7fffe054ed10>, _v_is_nested=False, _v_nestedlvl=0, _v_pathname='', _v_name='/', _v_nested_descr=[('f0', '()i4'), ('f1', '()i8'), ('f2', '()f8')], _v_dflts={'f0': <numpy.int32 at remote 0x7fffe04d75e8>, 'f1': 0, 'f2': <numpy.float64 at remote 0x7f...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#28 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe0554e78, argcount=3, kws=kws@entry=0x7fffe066ad78, kwcount=6, defs=0x7fffe1aa5618, 
    defcount=7, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#29 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffe15e9c08>, 
    arg=(<Table(_indexedrows=0, _where_condition=None, coldescrs={'f0': <Int32Col(_v_pos=0, dflt=<numpy.int32 at remote 0x7fffe04d75e8>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='f0', _v_pathname='f0', shape=(), _v_parent=<Description(_v_dtypes={'f0': <numpy.dtype at remote 0x7fffeeb66480>, 'f1': <numpy.dtype at remote 0x7fffeeb663c0>, 'f2': <numpy.dtype at remote 0x7fffeeb66180>}, _v_types={'f0': 'int32', 'f1': 'int64', 'f2': 'float64'}, f2=<Float64Col(_v_pos=2, dflt=<numpy.float64 at remote 0x7fffe04d7228>, dtype=<numpy.dtype at remote 0x7fffeeb66180>, _v_name='f2', _v_pathname='f2', shape=(), _v_parent=<...>) at remote 0x7fffe054ed10>, _v_is_nested=False, _v_nestedlvl=0, _v_pathname='', _v_name='/', _v_nested_descr=[('f0', '()i4'), ('f1', '()i8'), ('f2', '()f8')], _v_dflts={'f0': <numpy.int32 at remote 0x7fffe04d75e8>, 'f1': 0, 'f2': <numpy.float64 at remote 0x7fffe04d7228>}, f1=<Int64Col(_v_pos=1, dflt=0, dtype=<numpy.dtype at remote 0x7fffeeb663c0>, _v_name='f1', _v_pathname='f1', shape=(), _v_paren...(truncated), 
    kw={'description': <numpy.ndarray at remote 0x7fffe05672b0>, 'title': '', 'chunkshape': (100000,), 'filters': <Filters(least_significant_digit=None, shuffle=True, complevel=9, complib='blosc', fletcher32=False) at remote 0x7fffe0551fd0>, 'expectedrows': 10000, 'byteorder': None}) at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#30 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffe15e9c08>, 
    arg=arg@entry=(<Table(_indexedrows=0, _where_condition=None, coldescrs={'f0': <Int32Col(_v_pos=0, dflt=<numpy.int32 at remote 0x7fffe04d75e8>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='f0', _v_pathname='f0', shape=(), _v_parent=<Description(_v_dtypes={'f0': <numpy.dtype at remote 0x7fffeeb66480>, 'f1': <numpy.dtype at remote 0x7fffeeb663c0>, 'f2': <numpy.dtype at remote 0x7fffeeb66180>}, _v_types={'f0': 'int32', 'f1': 'int64', 'f2': 'float64'}, f2=<Float64Col(_v_pos=2, dflt=<numpy.float64 at remote 0x7fffe04d7228>, dtype=<numpy.dtype at remote 0x7fffeeb66180>, _v_name='f2', _v_pathname='f2', shape=(), _v_parent=<...>) at remote 0x7fffe054ed10>, _v_is_nested=False, _v_nestedlvl=0, _v_pathname='', _v_name='/', _v_nested_descr=[('f0', '()i4'), ('f1', '()i8'), ('f2', '()f8')], _v_dflts={'f0': <numpy.int32 at remote 0x7fffe04d75e8>, 'f1': 0, 'f2': <numpy.float64 at remote 0x7fffe04d7228>}, f1=<Int64Col(_v_pos=1, dflt=0, dtype=<numpy.dtype at remote 0x7fffeeb663c0>, _v_name='f1', _v_pathname='f1', shape=(), _v_paren...(truncated), 
    kw=kw@entry={'description': <numpy.ndarray at remote 0x7fffe05672b0>, 'title': '', 'chunkshape': (100000,), 'filters': <Filters(least_significant_digit=None, shuffle=True, complevel=9, complib='blosc', fletcher32=False) at remote 0x7fffe0551fd0>, 'expectedrows': 10000, 'byteorder': None}) at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#31 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffe15e9c08>, 
    arg=(<Table(_indexedrows=0, _where_condition=None, coldescrs={'f0': <Int32Col(_v_pos=0, dflt=<numpy.int32 at remote 0x7fffe04d75e8>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='f0', _v_pathname='f0', shape=(), _v_parent=<Description(_v_dtypes={'f0': <numpy.dtype at remote 0x7fffeeb66480>, 'f1': <numpy.dtype at remote 0x7fffeeb663c0>, 'f2': <numpy.dtype at remote 0x7fffeeb66180>}, _v_types={'f0': 'int32', 'f1': 'int64', 'f2': 'float64'}, f2=<Float64Col(_v_pos=2, dflt=<numpy.float64 at remote 0x7fffe04d7228>, dtype=<numpy.dtype at remote 0x7fffeeb66180>, _v_name='f2', _v_pathname='f2', shape=(), _v_parent=<...>) at remote 0x7fffe054ed10>, _v_is_nested=False, _v_nestedlvl=0, _v_pathname='', _v_name='/', _v_nested_descr=[('f0', '()i4'), ('f1', '()i8'), ('f2', '()f8')], _v_dflts={'f0': <numpy.int32 at remote 0x7fffe04d75e8>, 'f1': 0, 'f2': <numpy.float64 at remote 0x7fffe04d7228>}, f1=<Int64Col(_v_pos=1, dflt=0, dtype=<numpy.dtype at remote 0x7fffeeb663c0>, _v_name='f1', _v_pathname='f1', shape=(), _v_paren...(truncated), 
    kw={'description': <numpy.ndarray at remote 0x7fffe05672b0>, 'title': '', 'chunkshape': (100000,), 'filters': <Filters(least_significant_digit=None, shuffle=True, complevel=9, complib='blosc', fletcher32=False) at remote 0x7fffe0551fd0>, 'expectedrows': 10000, 'byteorder': None}) at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#32 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe057e730>, 
    arg=arg@entry=(<RootGroup(_v_file=<File(isopen=1, format_version='2.1', root_uep='/', _isPTFile=True, filename='/tmp/multiproc-blosc9-CCh1c_.h5', _open_count=1, _node_manager=<NodeManager(cache=<tables.lrucacheextension.NodeCache at remote 0x7fffe0559418>, registry=<WeakValueDictionary(_remove=<function at remote 0x7fffe058e410>, _pending_removals=[], _iterating=set([]), data={'/table': <KeyedRef at remote 0x7fffe04c97d0>, '/': <KeyedRef at remote 0x7fffe062aef0>}) at remote 0x7fffe0e7c3b0>, node_factory=<instancemethod at remote 0x7fffe057e4b0>) at remote 0x7fffe05385d0>, params={'MAX_UNDO_PATH_LENGTH': 10240, 'LIMBOUNDS_MAX_SIZE': 262144, 'IO_BUFFER_SIZE': 1048576, 'ITERSEQ_MAX_ELEMENTS': 1024, 'MAX_NODE_ATTRS': 4096, 'MAX_NUMEXPR_THREADS': 2, 'ITERSEQ_MAX_SIZE': 1048576, 'CHUNK_CACHE_PREEMPT': <float at remote 0x555555c872f8>, 'CHUNK_CACHE_SIZE': 2097152, 'BUFFER_TIMES': 100, 'EXPECTED_ROWS_EARRAY': 1000, 'MAX_GROUP_WIDTH': 16384, 'PYTABLES_SYS_ATTRS': True, 'SORTEDLR_MAX_SLOTS': 1024, 'SORTEDLR_MAX_SIZE': 8388608, 'LOW...(truncated), 
    kw=kw@entry={'description': <numpy.ndarray at remote 0x7fffe05672b0>, 'title': '', 'chunkshape': (100000,), 'filters': <Filters(least_significant_digit=None, shuffle=True, complevel=9, complib='blosc', fletcher32=False) at remote 0x7fffe0551fd0>, 'expectedrows': 10000, 'byteorder': None}) at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#33 0x00007ffff78b0557 in slot_tp_init (self=<optimized out>, 
    args=(<RootGroup(_v_file=<File(isopen=1, format_version='2.1', root_uep='/', _isPTFile=True, filename='/tmp/multiproc-blosc9-CCh1c_.h5', _open_count=1, _node_manager=<NodeManager(cache=<tables.lrucacheextension.NodeCache at remote 0x7fffe0559418>, registry=<WeakValueDictionary(_remove=<function at remote 0x7fffe058e410>, _pending_removals=[], _iterating=set([]), data={'/table': <KeyedRef at remote 0x7fffe04c97d0>, '/': <KeyedRef at remote 0x7fffe062aef0>}) at remote 0x7fffe0e7c3b0>, node_factory=<instancemethod at remote 0x7fffe057e4b0>) at remote 0x7fffe05385d0>, params={'MAX_UNDO_PATH_LENGTH': 10240, 'LIMBOUNDS_MAX_SIZE': 262144, 'IO_BUFFER_SIZE': 1048576, 'ITERSEQ_MAX_ELEMENTS': 1024, 'MAX_NODE_ATTRS': 4096, 'MAX_NUMEXPR_THREADS': 2, 'ITERSEQ_MAX_SIZE': 1048576, 'CHUNK_CACHE_PREEMPT': <float at remote 0x555555c872f8>, 'CHUNK_CACHE_SIZE': 2097152, 'BUFFER_TIMES': 100, 'EXPECTED_ROWS_EARRAY': 1000, 'MAX_GROUP_WIDTH': 16384, 'PYTABLES_SYS_ATTRS': True, 'SORTEDLR_MAX_SLOTS': 1024, 'SORTEDLR_MAX_SIZE': 8388608, 'LOW...(truncated), 
    kwds={'description': <numpy.ndarray at remote 0x7fffe05672b0>, 'title': '', 'chunkshape': (100000,), 'filters': <Filters(least_significant_digit=None, shuffle=True, complevel=9, complib='blosc', fletcher32=False) at remote 0x7fffe0551fd0>, 'expectedrows': 10000, 'byteorder': None}) at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5692
#34 0x00007ffff78af2bf in type_call (type=<optimized out>, 
    args=(<RootGroup(_v_file=<File(isopen=1, format_version='2.1', root_uep='/', _isPTFile=True, filename='/tmp/multiproc-blosc9-CCh1c_.h5', _open_count=1, _node_manager=<NodeManager(cache=<tables.lrucacheextension.NodeCache at remote 0x7fffe0559418>, registry=<WeakValueDictionary(_remove=<function at remote 0x7fffe058e410>, _pending_removals=[], _iterating=set([]), data={'/table': <KeyedRef at remote 0x7fffe04c97d0>, '/': <KeyedRef at remote 0x7fffe062aef0>}) at remote 0x7fffe0e7c3b0>, node_factory=<instancemethod at remote 0x7fffe057e4b0>) at remote 0x7fffe05385d0>, params={'MAX_UNDO_PATH_LENGTH': 10240, 'LIMBOUNDS_MAX_SIZE': 262144, 'IO_BUFFER_SIZE': 1048576, 'ITERSEQ_MAX_ELEMENTS': 1024, 'MAX_NODE_ATTRS': 4096, 'MAX_NUMEXPR_THREADS': 2, 'ITERSEQ_MAX_SIZE': 1048576, 'CHUNK_CACHE_PREEMPT': <float at remote 0x555555c872f8>, 'CHUNK_CACHE_SIZE': 2097152, 'BUFFER_TIMES': 100, 'EXPECTED_ROWS_EARRAY': 1000, 'MAX_GROUP_WIDTH': 16384, 'PYTABLES_SYS_ATTRS': True, 'SORTEDLR_MAX_SLOTS': 1024, 'SORTEDLR_MAX_SIZE': 8388608, 'LOW...(truncated), 
    kwds={'description': <numpy.ndarray at remote 0x7fffe05672b0>, 'title': '', 'chunkshape': (100000,), 'filters': <Filters(least_significant_digit=None, shuffle=True, complevel=9, complib='blosc', fletcher32=False) at remote 0x7fffe0551fd0>, 'expectedrows': 10000, 'byteorder': None}) at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:745
#35 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<MetaNode(reindex=<function at remote 0x7fffe15f2578>, _getEnumMap=<function at remote 0x7fffe15ec050>, modify_coordinates=<function at remote 0x7fffe15ef848>, _enableIndexingInQueries=<function at remote 0x7fffe15ec500>, dtype=<property at remote 0x7fffe15e8470>, _addRowsToIndex=<function at remote 0x7fffe15efd70>, _g_copy_rows=<function at remote 0x7fffe15f2758>, _cacheDescriptionData=<function at remote 0x7fffe15ec230>, shape=<property at remote 0x7fffe15e84c8>, _markColumnsAsDirty=<function at remote 0x7fffe15f2320>, _compile_condition=<function at remote 0x7fffe15ec758>, read_sorted=<function at remote 0x7fffe15eced8>, __dict__=<getset_descriptor at remote 0x7fffe15f1680>, _setColumnIndexing=<function at remote 0x7fffe15f2230>, __weakref__=<getset_descriptor at remote 0x7fffe15f16c8>, row=<property at remote 0x7fffe15e8418>, _readCoordinates=<function at remote 0x7fffe15ef2a8>, read_coordinates=<function at remote 0x7fffe15ef320>, _disableIndexingInQueries=<function at remote 0x7fffe15ec410>, readCoordin...(truncated), 
    arg=arg@entry=(<RootGroup(_v_file=<File(isopen=1, format_version='2.1', root_uep='/', _isPTFile=True, filename='/tmp/multiproc-blosc9-CCh1c_.h5', _open_count=1, _node_manager=<NodeManager(cache=<tables.lrucacheextension.NodeCache at remote 0x7fffe0559418>, registry=<WeakValueDictionary(_remove=<function at remote 0x7fffe058e410>, _pending_removals=[], _iterating=set([]), data={'/table': <KeyedRef at remote 0x7fffe04c97d0>, '/': <KeyedRef at remote 0x7fffe062aef0>}) at remote 0x7fffe0e7c3b0>, node_factory=<instancemethod at remote 0x7fffe057e4b0>) at remote 0x7fffe05385d0>, params={'MAX_UNDO_PATH_LENGTH': 10240, 'LIMBOUNDS_MAX_SIZE': 262144, 'IO_BUFFER_SIZE': 1048576, 'ITERSEQ_MAX_ELEMENTS': 1024, 'MAX_NODE_ATTRS': 4096, 'MAX_NUMEXPR_THREADS': 2, 'ITERSEQ_MAX_SIZE': 1048576, 'CHUNK_CACHE_PREEMPT': <float at remote 0x555555c872f8>, 'CHUNK_CACHE_SIZE': 2097152, 'BUFFER_TIMES': 100, 'EXPECTED_ROWS_EARRAY': 1000, 'MAX_GROUP_WIDTH': 16384, 'PYTABLES_SYS_ATTRS': True, 'SORTEDLR_MAX_SLOTS': 1024, 'SORTEDLR_MAX_SIZE': 8388608, 'LOW...(truncated), 
    kw=kw@entry={'description': <numpy.ndarray at remote 0x7fffe05672b0>, 'title': '', 'chunkshape': (100000,), 'filters': <Filters(least_significant_digit=None, shuffle=True, complevel=9, complib='blosc', fletcher32=False) at remote 0x7fffe0551fd0>, 'expectedrows': 10000, 'byteorder': None}) at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#36 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=2, pp_stack=0x7fffffffbad0, 
    func=<MetaNode(reindex=<function at remote 0x7fffe15f2578>, _getEnumMap=<function at remote 0x7fffe15ec050>, modify_coordinates=<function at remote 0x7fffe15ef848>, _enableIndexingInQueries=<function at remote 0x7fffe15ec500>, dtype=<property at remote 0x7fffe15e8470>, _addRowsToIndex=<function at remote 0x7fffe15efd70>, _g_copy_rows=<function at remote 0x7fffe15f2758>, _cacheDescriptionData=<function at remote 0x7fffe15ec230>, shape=<property at remote 0x7fffe15e84c8>, _markColumnsAsDirty=<function at remote 0x7fffe15f2320>, _compile_condition=<function at remote 0x7fffe15ec758>, read_sorted=<function at remote 0x7fffe15eced8>, __dict__=<getset_descriptor at remote 0x7fffe15f1680>, _setColumnIndexing=<function at remote 0x7fffe15f2230>, __weakref__=<getset_descriptor at remote 0x7fffe15f16c8>, row=<property at remote 0x7fffe15e8418>, _readCoordinates=<function at remote 0x7fffe15ef2a8>, read_coordinates=<function at remote 0x7fffe15ef320>, _disableIndexingInQueries=<function at remote 0x7fffe15ec410>, readCoordin...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#37 call_function (oparg=<optimized out>, pp_stack=0x7fffffffbad0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#38 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x5555563d0900, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/file.py, line 1060, in create_table (self=<File(isopen=1, format_version='2.1', root_uep='/', _isPTFile=True, filename='/tmp/multiproc-blosc9-CCh1c_.h5', _open_count=1, _node_manager=<NodeManager(cache=<tables.lrucacheextension.NodeCache at remote 0x7fffe0559418>, registry=<WeakValueDictionary(_remove=<function at remote 0x7fffe058e410>, _pending_removals=[], _iterating=set([]), data={'/table': <KeyedRef at remote 0x7fffe04c97d0>, '/': <KeyedRef at remote 0x7fffe062aef0>}) at remote 0x7fffe0e7c3b0>, node_factory=<instancemethod at remote 0x7fffe057e4b0>) at remote 0x7fffe05385d0>, params={'MAX_UNDO_PATH_LENGTH': 10240, 'LIMBOUNDS_MAX_SIZE': 262144, 'IO_BUFFER_SIZE': 1048576, 'ITERSEQ_MAX_ELEMENTS': 1024, 'MAX_NODE_ATTRS': 4096, 'MAX_NUMEXPR_THREADS': 2, 'ITERSEQ_MAX_SIZE': 1048576, 'CHUNK_CACHE_PREEMPT': <float at remote 0x555555c872f8>, 'CHUNK_CACHE_SIZE': 2097152, 'BUFFER_TIMES': 100, 'EXPECTED_ROWS_EARRA...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#39 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=<optimized out>, argcount=argcount@entry=4, kws=<optimized out>, kwcount=2, defs=0x7fffe1aa48d8, defcount=8, 
    closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#40 0x00007ffff78f14b6 in fast_function (nk=2, na=4, n=<optimized out>, pp_stack=0x7fffffffbcc0, 
    func=<function at remote 0x7fffe15fcb18>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4206
#41 call_function (oparg=<optimized out>, pp_stack=0x7fffffffbcc0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#42 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x555555d94f70, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/tests/test_basics.py, line 2117, in test_multiprocess (self=<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, ...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#43 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=<optimized out>, argcount=argcount@entry=1, kws=<optimized out>, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#44 0x00007ffff78f14b6 in fast_function (nk=0, na=1, n=<optimized out>, pp_stack=0x7fffffffbeb0, 
    func=<function at remote 0x7fffe10d01b8>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4206
#45 call_function (oparg=<optimized out>, pp_stack=0x7fffffffbeb0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#46 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x5555562e6b90, for file /usr/lib64/python2.7/unittest/case.py, line 367, in run (self=<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFa...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#47 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe05806e0, argcount=2, kws=kws@entry=0x7ffff7fad068, kwcount=0, defs=0x7fffebceb0e8, 
    defcount=1, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#48 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffebcec050>, 
    arg=(<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at r...(truncated), kw={})
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#49 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcec050>, 
    arg=arg@entry=(<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at r...(truncated), kw=kw@entry={})
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#50 0x00007ffff78ef450 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, 
    pp_stack=0x7fffffffc140, func=<function at remote 0x7fffebcec050>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4423
#51 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe0598050, for file /usr/lib64/python2.7/unittest/case.py, line 431, in __call__ (self=<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSe...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2792
#52 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe0580698, argcount=2, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#53 0x00007ffff787e58c in function_call (func=<function at remote 0x7fffebcec140>, 
    arg=(<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at r...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#54 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcec140>, 
    arg=arg@entry=(<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at r...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#55 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffebcec140>, 
    arg=(<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at r...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#56 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe09779b0>, 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#57 0x00007ffff78b08f7 in slot_tp_call (self=<optimized out>, 
    args=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kwds=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5432
#58 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at re...(truncated), 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#59 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=1, pp_stack=0x7fffffffc6b0, 
    func=<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at re...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#60 call_function (oparg=<optimized out>, pp_stack=0x7fffffffc6b0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#61 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe0abbde0, for file /usr/lib64/python2.7/unittest/suite.py, line 108, in run (self=<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#62 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe0580650, argcount=2, kws=kws@entry=0x7ffff7fad068, kwcount=0, defs=0x7fffebcf0528, 
    defcount=1, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#63 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffebcf3410>, 
    arg=(<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousT...(truncated), kw={})
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#64 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3410>, 
    arg=arg@entry=(<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousT...(truncated), kw=kw@entry={})
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#65 0x00007ffff78ef450 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, 
    pp_stack=0x7fffffffc940, func=<function at remote 0x7fffebcf3410>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4423
#66 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe06b1960, for file /usr/lib64/python2.7/unittest/suite.py, line 70, in __call__ (self=<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buf...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2792
#67 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe0580608, argcount=2, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#68 0x00007ffff787e58c in function_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousT...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#69 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3320>, 
    arg=arg@entry=(<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousT...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#70 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousT...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#71 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe0977b90>, 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#72 0x00007ffff78b08f7 in slot_tp_call (self=<optimized out>, 
    args=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kwds=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5432
#73 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTe...(truncated), 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#74 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=1, pp_stack=0x7fffffffceb0, 
    func=<TestSuite(_tests=[<BloscSubprocess(_resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTe...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#75 call_function (oparg=<optimized out>, pp_stack=0x7fffffffceb0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#76 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe0597050, for file /usr/lib64/python2.7/unittest/suite.py, line 108, in run (self=<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#77 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe05805c0, argcount=2, kws=kws@entry=0x7ffff7fad068, kwcount=0, defs=0x7fffebcf0528, 
    defcount=1, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#78 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffebcf3410>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c9...(truncated), kw={})
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#79 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3410>, 
    arg=arg@entry=(<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c9...(truncated), kw=kw@entry={})
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#80 0x00007ffff78ef450 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, 
    pp_stack=0x7fffffffd140, func=<function at remote 0x7fffebcf3410>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4423
#81 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe06b1b30, for file /usr/lib64/python2.7/unittest/suite.py, line 70, in __call__ (self=<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2792
#82 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe0580578, argcount=2, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#83 0x00007ffff787e58c in function_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c9...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#84 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3320>, 
    arg=arg@entry=(<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c9...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#85 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c9...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#86 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe0977a50>, 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#87 0x00007ffff78b08f7 in slot_tp_call (self=<optimized out>, 
    args=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kwds=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5432
#88 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c90...(truncated), 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#89 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=1, pp_stack=0x7fffffffd6b0, 
    func=<TestSuite(_tests=[<TestSuite(_tests=[<OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a350>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112a890>, <OpenFileFailureTestCase(_testMethodName=None, _resultForDoCleanups=None, N=None, _cleanups=None, _type_equality_funcs=None, open_files=None, _testMethodDoc=None) at remote 0x7fffe112aa10>]) at remote 0x7fffe1116fd0>, <TestSuite(_tests=[<NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c50>, <NodeCacheOpenFile(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe10c6c90...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#90 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd6b0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#91 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe0abbbf0, for file /usr/lib64/python2.7/unittest/suite.py, line 108, in run (self=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#92 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe0580338, argcount=2, kws=kws@entry=0x7ffff7fad068, kwcount=0, defs=0x7fffebcf0528, 
    defcount=1, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#93 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffebcf3410>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw={})
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#94 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3410>, 
    arg=arg@entry=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw=kw@entry={})
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#95 0x00007ffff78ef450 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, 
    pp_stack=0x7fffffffd940, func=<function at remote 0x7fffebcf3410>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4423
#96 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe06b15c0, for file /usr/lib64/python2.7/unittest/suite.py, line 70, in __call__ (self=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethod...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2792
#97 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffe05defe0, argcount=2, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#98 0x00007ffff787e58c in function_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#99 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3320>, 
    arg=arg@entry=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#100 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#101 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe09772d0>, 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#102 0x00007ffff78b08f7 in slot_tp_call (self=<optimized out>, 
    args=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kwds=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5432
#103 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=Non...(truncated), 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fcf150>, dots=True, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID')], _mirrorOutput=False, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, testsRun=468, buffer=False, _original_stderr=<file at remote 0x7ffff7fcf1e0>, showAll=False, _stdout_buffer=None, _stderr_buffer=None, _moduleSetUpFailed=False, expectedFailures=[], errors=[], descriptions=True, _previousTestClass=<type at remote 0x555555d88240>, unexpectedSucce...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#104 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=1, pp_stack=0x7fffffffdeb0, 
    func=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=Non...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#105 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdeb0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#106 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x5555563cbc40, for file /usr/lib64/python2.7/unittest/runner.py, line 151, in run (self=<TextTestRunner(buffer=False, verbosity=1, descriptions=True, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fcf1e0>) at remote 0x7fffe11aa5d0>, failfast=False) at remote 0x7fffe11911d0>, test=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at rem...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#107 0x00007ffff78f1556 in fast_function (nk=<optimized out>, na=2, n=2, pp_stack=0x7fffffffdfe0, 
    func=<function at remote 0x7fffebd041b8>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4196
#108 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdfe0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#109 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe1cbe420, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/tests/test_all.py, line 102, in test (verbose=False, heavy=False, oldheavy=False), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#110 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=<optimized out>, argcount=argcount@entry=0, kws=<optimized out>, kwcount=0, defs=0x7fffe15fede8, defcount=2, 
    closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#111 0x00007ffff78f14b6 in fast_function (nk=0, na=0, n=<optimized out>, pp_stack=0x7fffffffe1d0, 
    func=<function at remote 0x7fffe118ce60>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4206
#112 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe1d0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#113 PyEval_EvalFrameEx (f=f@entry=Frame 0x7ffff7fd6c20, for file bench/check_all.py, line 1, in <module> (), 
    throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#114 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=co@entry=0x7ffff7ee6330, 
    globals=globals@entry={'tables': <module at remote 0x7ffff7ea8210>, '__builtins__': <module at remote 0x7ffff7fadb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7fadbb0>, '__name__': '__main__', '__doc__': None}, 
    locals=locals@entry={'tables': <module at remote 0x7ffff7ea8210>, '__builtins__': <module at remote 0x7ffff7fadb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7fadbb0>, '__name__': '__main__', '__doc__': None}, args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, 
    closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#115 0x00007ffff78f26c9 in PyEval_EvalCode (co=co@entry=0x7ffff7ee6330, 
    globals=globals@entry={'tables': <module at remote 0x7ffff7ea8210>, '__builtins__': <module at remote 0x7ffff7fadb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7fadbb0>, '__name__': '__main__', '__doc__': None}, 
    locals=locals@entry={'tables': <module at remote 0x7ffff7ea8210>, '__builtins__': <module at remote 0x7ffff7fadb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7fadbb0>, '__name__': '__main__', '__doc__': None}) at /usr/src/debug/Python-2.7.9/Python/ceval.c:689
#116 0x00007ffff790b9ff in run_mod (mod=<optimized out>, filename=filename@entry=0x7fffffffe827 "bench/check_all.py", 
    globals=globals@entry={'tables': <module at remote 0x7ffff7ea8210>, '__builtins__': <module at remote 0x7ffff7fadb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7fadbb0>, '__name__': '__main__', '__doc__': None}, 
    locals=locals@entry={'tables': <module at remote 0x7ffff7ea8210>, '__builtins__': <module at remote 0x7ffff7fadb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7fadbb0>, '__name__': '__main__', '__doc__': None}, flags=flags@entry=0x7fffffffe420, arena=arena@entry=0x5555557928f0)
    at /usr/src/debug/Python-2.7.9/Python/pythonrun.c:1379
#117 0x00007ffff790cbd2 in PyRun_FileExFlags (fp=fp@entry=0x5555557c3210, 
    filename=filename@entry=0x7fffffffe827 "bench/check_all.py", start=start@entry=257, 
    globals=globals@entry={'tables': <module at remote 0x7ffff7ea8210>, '__builtins__': <module at remote 0x7ffff7fadb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7fadbb0>, '__name__': '__main__', '__doc__': None}, 
    locals=locals@entry={'tables': <module at remote 0x7ffff7ea8210>, '__builtins__': <module at remote 0x7ffff7fadb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7fadbb0>, '__name__': '__main__', '__doc__': None}, closeit=closeit@entry=1, flags=0x7fffffffe420) at /usr/src/debug/Python-2.7.9/Python/pythonrun.c:1365
#118 0x00007ffff790dde7 in PyRun_SimpleFileExFlags (fp=fp@entry=0x5555557c3210, 
    filename=0x7fffffffe827 "bench/check_all.py", closeit=1, flags=flags@entry=0x7fffffffe420)
    at /usr/src/debug/Python-2.7.9/Python/pythonrun.c:957
#119 0x00007ffff790e303 in PyRun_AnyFileExFlags (fp=fp@entry=0x5555557c3210, filename=<optimized out>, 
    closeit=<optimized out>, flags=flags@entry=0x7fffffffe420) at /usr/src/debug/Python-2.7.9/Python/pythonrun.c:761
#120 0x00007ffff791ffe1 in Py_Main (argc=<optimized out>, argv=<optimized out>)
    at /usr/src/debug/Python-2.7.9/Modules/main.c:640
#121 0x00007ffff6b39840 in __libc_start_main () from /lib64/libc.so.6
#122 0x0000555555554839 in _start ()
'''
@keszybz
Copy link
Contributor Author

keszybz commented May 8, 2015

Another one:

test00_checkFilters (tables.tests.test_create.FiltersCase10)
Checking inheritance of filters on trees (open file version) ... [New Thread 0x7fffe2755700 (LWP 19958)]
[New Thread 0x7fffe2f56700 (LWP 19957)]
[New Thread 0x7fffe3757700 (LWP 19956)]
[New Thread 0x7fffe3f58700 (LWP 19955)]
[New Thread 0x7fffe4759700 (LWP 19954)]
[New Thread 0x7fffe4f5a700 (LWP 19953)]
[New Thread 0x7fffe575b700 (LWP 19952)]
[New Thread 0x7fffe5f5c700 (LWP 19951)]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffef954f32 in blosc_compname_to_compcode (compname=0x0) at /usr/src/debug/c-blosc-1.6.1/blosc/blosc.c:370
(gdb) bt
#0  0x00007fffef954f32 in blosc_compname_to_compcode (compname=0x0) at /usr/src/debug/c-blosc-1.6.1/blosc/blosc.c:370
#1  0x00007fffef95614c in blosc_compress_ctx (clevel=clevel@entry=1, doshuffle=doshuffle@entry=0, 
    typesize=typesize@entry=10, nbytes=nbytes@entry=65530, src=0x555558eb45d0, dest=dest@entry=0x555558ad8800, 
    destsize=65530, compressor=0x0, blocksize=0, numinternalthreads=1) at /usr/src/debug/c-blosc-1.6.1/blosc/blosc.c:1101
#2  0x00007ffff004cea4 in blosc_filter (flags=<optimized out>, cd_nelmts=<optimized out>, cd_values=<optimized out>, 
    nbytes=65530, buf_size=0x7fffffffb4d8, buf=0x7fffffffb4d0) at c-blosc/hdf5/blosc_filter.c:248
#3  0x00007fffefd70c9f in H5Z_pipeline (pline=0x555558814df8, flags=flags@entry=0, 
    filter_mask=filter_mask@entry=0x7fffffffb538, edc_read=<optimized out>, cb_struct=..., nbytes=0x7fffffffb4e0, 
    buf_size=0x7fffffffb4d8, buf=0x7fffffffb4d0) at ../../src/H5Z.c:1411
#4  0x00007fffefbcfeff in H5D__chunk_flush_entry (dset=0x555558814d30, dset=0x555558814d30, 
    dxpl_cache=0x7ffff0017880 <H5D_def_dxpl_cache>, dxpl_cache=0x7ffff0017880 <H5D_def_dxpl_cache>, reset=0, 
    ent=0x55555882d670, dxpl_id=167772168) at ../../src/H5Dchunk.c:2526
#5  H5D__chunk_flush (dset=0x555558814d30, dxpl_id=167772168) at ../../src/H5Dchunk.c:2105
#6  0x00007fffefbe1935 in H5D__flush_real (dataset=0x555558814d30, dxpl_id=167772168) at ../../src/H5Dint.c:2348
#7  0x00007fffefbe201c in H5D__flush_cb (_dataset=<optimized out>, id=<optimized out>, _udata=<optimized out>)
    at ../../src/H5Dint.c:2423
#8  0x00007fffefc63056 in H5I__iterate_cb (_item=<optimized out>, _key=<optimized out>, _udata=<optimized out>)
    at ../../src/H5I.c:2107
#9  0x00007fffefce42eb in H5SL_iterate (slist=<optimized out>, op=op@entry=0x7fffefc63030 <H5I__iterate_cb>, 
    op_data=op_data@entry=0x7fffffffb650) at ../../src/H5SL.c:2051
#10 0x00007fffefc65df0 in H5I_iterate (type=type@entry=H5I_DATASET, func=func@entry=0x7fffefbe2000 <H5D__flush_cb>, 
    udata=udata@entry=0x7fffffffb680, app_ref=app_ref@entry=0) at ../../src/H5I.c:2171
#11 0x00007fffefbe3696 in H5D_flush (f=f@entry=0x555558597f70, dxpl_id=dxpl_id@entry=167772168)
    at ../../src/H5Dint.c:2461
#12 0x00007fffefbfd103 in H5F_flush (f=0x555558597f70, dxpl_id=167772168, closing=closing@entry=0)
    at ../../src/H5Fint.c:1162
#13 0x00007fffefc02f96 in H5F_flush_mounts_recurse (f=0x555558597f70, dxpl_id=167772168) at ../../src/H5Fmount.c:659
#14 0x00007fffefc04841 in H5F_flush_mounts (f=<optimized out>, dxpl_id=<optimized out>) at ../../src/H5Fmount.c:698
#15 0x00007fffefbf8fce in H5Fflush (object_id=83886080, scope=scope@entry=H5F_SCOPE_GLOBAL) at ../../src/H5F.c:726
#16 0x00007fffe1d0b325 in __pyx_pf_6tables_13hdf5extension_4Leaf_6_g_flush (__pyx_v_self=<optimized out>)
    at tables/hdf5extension.c:12512
#17 __pyx_pw_6tables_13hdf5extension_4Leaf_7_g_flush (__pyx_v_self=<optimized out>, unused=<optimized out>)
    at tables/hdf5extension.c:12482
#18 0x00007ffff78f0b07 in call_function (oparg=<optimized out>, pp_stack=0x7fffffffb870)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4094
#19 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffde498560, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/leaf.py, line 744, in flush (self=<Table(_indexedrows=0, _where_condition=None, coldescrs={'var1': <StringCol(shape=(), _v_pos=0, dflt='', dtype=<numpy.dtype at remote 0x7fffe0ea33f8>, _v_name='var1', _v_pathname='var1', _v_parent=<Description(_v_dtypes={'var1': <numpy.dtype at remote 0x7fffe0ea33f8>, 'var3': <numpy.dtype at remote 0x7fffeeb66540>, 'var2': <numpy.dtype at remote 0x7fffeeb66480>}, _v_types={'var1': 'string', 'var3': 'int16', 'var2': 'int32'}, _v_is_nested=False, var3=<Int16Col(shape=(), _v_pos=2, dflt=<numpy.int16 at remote 0x7ffff7f7e408>, dtype=<numpy.dtype at remote 0x7fffeeb66540>, _v_name='var3', _v_pathname='var3', _v_parent=<...>) at remote 0x7fffde3ad810>, _v_nestedlvl=0, var2=<Int32Col(shape=(), _v_pos=1, dflt=<numpy.int32 at remote 0x7ffff7f7e3f0>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='var2', _v_pathname='var2', _v_parent=<...>) at remote 0x7fffde3ad2d0>, _v_name='...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#20 0x00007ffff78f1556 in fast_function (nk=<optimized out>, na=1, n=1, pp_stack=0x7fffffffb9a0, 
    func=<function at remote 0x7fffe1cc40c8>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4196
#21 call_function (oparg=<optimized out>, pp_stack=0x7fffffffb9a0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#22 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffde49ab30, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/table.py, line 2974, in flush (self=<Table(_indexedrows=0, _where_condition=None, coldescrs={'var1': <StringCol(shape=(), _v_pos=0, dflt='', dtype=<numpy.dtype at remote 0x7fffe0ea33f8>, _v_name='var1', _v_pathname='var1', _v_parent=<Description(_v_dtypes={'var1': <numpy.dtype at remote 0x7fffe0ea33f8>, 'var3': <numpy.dtype at remote 0x7fffeeb66540>, 'var2': <numpy.dtype at remote 0x7fffeeb66480>}, _v_types={'var1': 'string', 'var3': 'int16', 'var2': 'int32'}, _v_is_nested=False, var3=<Int16Col(shape=(), _v_pos=2, dflt=<numpy.int16 at remote 0x7ffff7f7e408>, dtype=<numpy.dtype at remote 0x7fffeeb66540>, _v_name='var3', _v_pathname='var3', _v_parent=<...>) at remote 0x7fffde3ad810>, _v_nestedlvl=0, var2=<Int32Col(shape=(), _v_pos=1, dflt=<numpy.int32 at remote 0x7ffff7f7e3f0>, dtype=<numpy.dtype at remote 0x7fffeeb66480>, _v_name='var2', _v_pathname='var2', _v_parent=<...>) at remote 0x7fffde3ad2d0>, _v_name...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#23 0x00007ffff78f1556 in fast_function (nk=<optimized out>, na=1, n=1, pp_stack=0x7fffffffbad0, 
    func=<function at remote 0x7fffe15f1b90>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4196
#24 call_function (oparg=<optimized out>, pp_stack=0x7fffffffbad0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#25 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x555555dc6810, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/tests/test_create.py, line 293, in populateFile (self=<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assert...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#26 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=<optimized out>, argcount=argcount@entry=1, kws=<optimized out>, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#27 0x00007ffff78f14b6 in fast_function (nk=0, na=1, n=<optimized out>, pp_stack=0x7fffffffbcc0, 
    func=<function at remote 0x7fffe0e869b0>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4206
#28 call_function (oparg=<optimized out>, pp_stack=0x7fffffffbcc0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#29 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffde412c90, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/tests/test_create.py, line 274, in setUp (self=<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqua...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#30 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=<optimized out>, argcount=argcount@entry=1, kws=<optimized out>, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#31 0x00007ffff78f14b6 in fast_function (nk=0, na=1, n=<optimized out>, pp_stack=0x7fffffffbeb0, 
    func=<function at remote 0x7fffe0e86938>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4206
#32 call_function (oparg=<optimized out>, pp_stack=0x7fffffffbeb0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#33 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x555558466e70, for file /usr/lib64/python2.7/unittest/case.py, line 358, in run (self=<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <t...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#34 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffde46efe0, argcount=2, kws=kws@entry=0x7ffff7fac068, kwcount=0, defs=0x7fffebceb0e8, 
    defcount=1, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#35 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffebcec050>, 
    arg=(<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSe...(truncated), kw={})
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#36 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcec050>, 
    arg=arg@entry=(<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSe...(truncated), kw=kw@entry={})
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#37 0x00007ffff78ef450 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, 
    pp_stack=0x7fffffffc140, func=<function at remote 0x7fffebcec050>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4423
#38 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffde489050, for file /usr/lib64/python2.7/unittest/case.py, line 431, in __call__ (self=<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2792
#39 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffde46ee78, argcount=2, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#40 0x00007ffff787e58c in function_call (func=<function at remote 0x7fffebcec140>, 
    arg=(<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSe...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#41 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcec140>, 
    arg=arg@entry=(<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSe...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#42 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffebcec140>, 
    arg=(<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSe...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#43 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe0985a00>, 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#44 0x00007ffff78b08f7 in slot_tp_call (self=<optimized out>, 
    args=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kwds=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5432
#45 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSet...(truncated), 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#46 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=1, pp_stack=0x7fffffffc6b0, 
    func=<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSet...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#47 call_function (oparg=<optimized out>, pp_stack=0x7fffffffc6b0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#48 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffde488050, for file /usr/lib64/python2.7/unittest/suite.py, line 108, in run (self=<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: '...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#49 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffde46ee30, argcount=2, kws=kws@entry=0x7ffff7fac068, kwcount=0, defs=0x7fffebcef528, 
    defcount=1, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#50 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffebcf3410>, 
    arg=(<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff...(truncated), kw={})
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#51 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3410>, 
    arg=arg@entry=(<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff...(truncated), kw=kw@entry={})
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#52 0x00007ffff78ef450 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, 
    pp_stack=0x7fffffffc940, func=<function at remote 0x7fffebcf3410>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4423
#53 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffde8dfb30, for file /usr/lib64/python2.7/unittest/suite.py, line 70, in __call__ (self=<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2792
#54 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffde46ede8, argcount=2, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#55 0x00007ffff787e58c in function_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#56 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3320>, 
    arg=arg@entry=(<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#57 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#58 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe0985b90>, 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#59 0x00007ffff78b08f7 in slot_tp_call (self=<optimized out>, 
    args=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kwds=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5432
#60 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7...(truncated), 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#61 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=1, pp_stack=0x7fffffffceb0, 
    func=<TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#62 call_function (oparg=<optimized out>, pp_stack=0x7fffffffceb0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#63 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe0a81de0, for file /usr/lib64/python2.7/unittest/suite.py, line 108, in run (self=<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#64 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffde46eda0, argcount=2, kws=kws@entry=0x7ffff7fac068, kwcount=0, defs=0x7fffebcef528, 
    defcount=1, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#65 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffebcf3410>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<Che...(truncated), kw={})
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#66 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3410>, 
    arg=arg@entry=(<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<Che...(truncated), kw=kw@entry={})
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#67 0x00007ffff78ef450 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, 
    pp_stack=0x7fffffffd140, func=<function at remote 0x7fffebcf3410>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4423
#68 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffde8df960, for file /usr/lib64/python2.7/unittest/suite.py, line 70, in __call__ (self=<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoClea...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2792
#69 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffde46ed58, argcount=2, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#70 0x00007ffff787e58c in function_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<Che...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#71 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3320>, 
    arg=arg@entry=(<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<Che...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#72 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<Che...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#73 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe0985b40>, 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#74 0x00007ffff78b08f7 in slot_tp_call (self=<optimized out>, 
    args=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kwds=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5432
#75 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<Chec...(truncated), 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#76 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=1, pp_stack=0x7fffffffd6b0, 
    func=<TestSuite(_tests=[<TestSuite(_tests=[<FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e027d0>, <FiltersCase1(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02810>]) at remote 0x7fffe0e02790>, <TestSuite(_tests=[<FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02a90>, <FiltersCase2(_testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe0e02ad0>]) at remote 0x7fffe0e02a50>, <TestSuite(_tests=[<FiltersCase10(_testMethodName='test00_checkFilters', _resultForDoCleanups=<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<Chec...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#77 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd6b0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#78 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe0a81bf0, for file /usr/lib64/python2.7/unittest/suite.py, line 108, in run (self=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#79 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffde46ed10, argcount=2, kws=kws@entry=0x7ffff7fac068, kwcount=0, defs=0x7fffebcef528, 
    defcount=1, closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#80 0x00007ffff787e66d in function_call (func=<function at remote 0x7fffebcf3410>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw={})
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#81 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3410>, 
    arg=arg@entry=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw=kw@entry={})
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#82 0x00007ffff78ef450 in ext_do_call (nk=<optimized out>, na=<optimized out>, flags=<optimized out>, 
    pp_stack=0x7fffffffd940, func=<function at remote 0x7fffebcf3410>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4423
#83 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffde8df5c0, for file /usr/lib64/python2.7/unittest/suite.py, line 70, in __call__ (self=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethod...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2792
#84 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=args@entry=0x7fffde4db3c8, argcount=2, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#85 0x00007ffff787e58c in function_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/funcobject.c:526
#86 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<function at remote 0x7fffebcf3320>, 
    arg=arg@entry=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#87 0x00007ffff786894c in instancemethod_call (func=<function at remote 0x7fffebcf3320>, 
    arg=(<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=No...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/classobject.c:2602
#88 0x00007ffff7859af3 in PyObject_Call (func=func@entry=<instancemethod at remote 0x7fffe099f370>, 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#89 0x00007ffff78b08f7 in slot_tp_call (self=<optimized out>, 
    args=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kwds=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/typeobject.c:5432
#90 0x00007ffff7859af3 in PyObject_Call (
    func=func@entry=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=Non...(truncated), 
    arg=arg@entry=(<TextTestResult(_original_stdout=<file at remote 0x7ffff7fce150>, dots=False, skipped=[(<CheckFileTestCase(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMethodDoc='Identifying an unreadable HDF5 file.', _testMethodName='test01x_isHDF5File_unreadable', _cleanups=[]) at remote 0x7fffe0e6f290>, 'no UID'), (<BloscSubprocess(_resultForDoCleanups=<...>, _type_equality_funcs={<type at remote 0x7ffff7ba7a00>: 'assertTupleEqual', <type at remote 0x7ffff7ba3100>: 'assertSetEqual', <type at remote 0x7ffff7ba0900>: 'assertDictEqual', <type at remote 0x7ffff7b9e540>: 'assertListEqual', <type at remote 0x7ffff7ba2f60>: 'assertSetEqual', <type at remote 0x7ffff7bad380>: 'assertMultiLineEqual'}, _testMet...(truncated), kw=kw@entry=0x0)
    at /usr/src/debug/Python-2.7.9/Objects/abstract.c:2529
#91 0x00007ffff78ef958 in do_call (nk=<optimized out>, na=1, pp_stack=0x7fffffffdeb0, 
    func=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd90>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fdd0>, <NotCloseCreate(group=None, _testMethodName=Non...(truncated))
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:4328
#92 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdeb0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4133
#93 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x55555843bca0, for file /usr/lib64/python2.7/unittest/runner.py, line 151, in run (self=<TextTestRunner(buffer=False, verbosity=2, descriptions=True, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fce1e0>) at remote 0x7fffe11aa5d0>, failfast=False) at remote 0x7fffe11911d0>, test=<TestSuite(_tests=[<TestSuite(_tests=[<TestSuite(_tests=[<NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd10>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at remote 0x7fffe114fd50>, <NotCloseCreate(group=None, _testMethodName=None, _resultForDoCleanups=None, _cleanups=None, _type_equality_funcs=None, h5file=None, table=None, root=None, array=None, _testMethodDoc=None, h5fname=None) at rem...(truncated), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#94 0x00007ffff78f1556 in fast_function (nk=<optimized out>, na=2, n=2, pp_stack=0x7fffffffdfe0, 
    func=<function at remote 0x7fffebd041b8>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4196
#95 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdfe0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#96 PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe1cbe420, for file /builddir/build/BUILD/PyTables-v.3.2.0/build/lib.linux-x86_64-2.7/tables/tests/test_all.py, line 102, in test (verbose=1, heavy=1, oldheavy=False), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#97 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, 
    args=<optimized out>, argcount=argcount@entry=2, kws=<optimized out>, kwcount=0, defs=0x7fffe15feda0, defcount=2, 
    closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#98 0x00007ffff78f14b6 in fast_function (nk=0, na=2, n=<optimized out>, pp_stack=0x7fffffffe1d0, 
    func=<function at remote 0x7fffe118be60>) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4206
#99 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe1d0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:4131
#100 PyEval_EvalFrameEx (f=f@entry=Frame 0x7ffff7e7d750, for file bench/check_all.py, line 1, in <module> (), 
    throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:2753
#101 0x00007ffff78f25a4 in PyEval_EvalCodeEx (co=co@entry=0x7ffff7ee5330, 
    globals=globals@entry={'tables': <module at remote 0x7ffff7ea7210>, '__builtins__': <module at remote 0x7ffff7facb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7facbb0>, '__name__': '__main__', '__doc__': None}, 
    locals=locals@entry={'tables': <module at remote 0x7ffff7ea7210>, '__builtins__': <module at remote 0x7ffff7facb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7facbb0>, '__name__': '__main__', '__doc__': None}, args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=0, defs=0x0, defcount=0, 
    closure=0x0) at /usr/src/debug/Python-2.7.9/Python/ceval.c:3342
#102 0x00007ffff78f26c9 in PyEval_EvalCode (co=co@entry=0x7ffff7ee5330, 
    globals=globals@entry={'tables': <module at remote 0x7ffff7ea7210>, '__builtins__': <module at remote 0x7ffff7facb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7facbb0>, '__name__': '__main__', '__doc__': None}, 
    locals=locals@entry={'tables': <module at remote 0x7ffff7ea7210>, '__builtins__': <module at remote 0x7ffff7facb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7facbb0>, '__name__': '__main__', '__doc__': None}) at /usr/src/debug/Python-2.7.9/Python/ceval.c:689
#103 0x00007ffff790b9ff in run_mod (mod=<optimized out>, filename=filename@entry=0x7fffffffe827 "bench/check_all.py", 
    globals=globals@entry={'tables': <module at remote 0x7ffff7ea7210>, '__builtins__': <module at remote 0x7ffff7facb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7facbb0>, '__name__': '__main__', '__doc__': None}, 
    locals=locals@entry={'tables': <module at remote 0x7ffff7ea7210>, '__builtins__': <module at remote 0x7ffff7facb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7facbb0>, '__name__': '__main__', '__doc__': None}, flags=flags@entry=0x7fffffffe420, arena=arena@entry=0x5555557928f0)
    at /usr/src/debug/Python-2.7.9/Python/pythonrun.c:1379
#104 0x00007ffff790cbd2 in PyRun_FileExFlags (fp=fp@entry=0x5555557c3210, 
    filename=filename@entry=0x7fffffffe827 "bench/check_all.py", start=start@entry=257, 
    globals=globals@entry={'tables': <module at remote 0x7ffff7ea7210>, '__builtins__': <module at remote 0x7ffff7facb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7facbb0>, '__name__': '__main__', '__doc__': None}, 
    locals=locals@entry={'tables': <module at remote 0x7ffff7ea7210>, '__builtins__': <module at remote 0x7ffff7facb08>, '__file__': 'bench/check_all.py', '__package__': None, 'sys': <module at remote 0x7ffff7facbb0>, '__name__': '__main__', '__doc__': None}, closeit=closeit@entry=1, flags=0x7fffffffe420) at /usr/src/debug/Python-2.7.9/Python/pythonrun.c:1365
#105 0x00007ffff790dde7 in PyRun_SimpleFileExFlags (fp=fp@entry=0x5555557c3210, 
    filename=0x7fffffffe827 "bench/check_all.py", closeit=1, flags=flags@entry=0x7fffffffe420)
    at /usr/src/debug/Python-2.7.9/Python/pythonrun.c:957
#106 0x00007ffff790e303 in PyRun_AnyFileExFlags (fp=fp@entry=0x5555557c3210, filename=<optimized out>, 
    closeit=<optimized out>, flags=flags@entry=0x7fffffffe420) at /usr/src/debug/Python-2.7.9/Python/pythonrun.c:761
#107 0x00007ffff791ffe1 in Py_Main (argc=<optimized out>, argv=<optimized out>)
    at /usr/src/debug/Python-2.7.9/Modules/main.c:640
#108 0x00007ffff6b39840 in __libc_start_main () from /lib64/libc.so.6
#109 0x0000555555554839 in _start ()
'''

@andreabedini
Copy link
Contributor

Hi @keszybz, I managed to reproduce it but I haven't investigated further at the moment.

@andreabedini
Copy link
Contributor

@FrancescAlted, what's the supported way to build pytables with another version of blosc? If I pass the --blosc option to setup.py it still compiles in c-blosc/hdf5/blosc_filter.c from our own repo, rather than looking elsewhere.

My guess is this is the source of the problem, looking at https://github.com/PyTables/PyTables/blob/develop/c-blosc/hdf5/blosc_filter.c#L236 we don't do

    /* Select the correct compressor to use */
        if (compname != NULL)
      blosc_set_compressor(compname);

for the new version of blosc. But the same file provided by blosc works differently having

    char *compname = "blosclz";    /* The compressor by default */

rather than

    char *compname = NULL;

and so we end up passing a null pointer to blosc_compress_ctx.

@andreabedini
Copy link
Contributor

@keszybz my suggestion would be to try to replace the folder c-blosc in the pytables sources with the version of c-blosc you want to use. Then compile and install pytables as normal (without specifying an alternative location for c-blosc.

This doesn't work for me because c-blosc 1.6.1 doesn't work at all on my OS X, it doesn't define blosc_get_cpu_features() which is needed by utilsextension.pyx

@keszybz
Copy link
Contributor Author

keszybz commented May 8, 2015

@FrancescAlted Why not just remove hdf5/ subdirectory from c-blosc sources and keep it in PyTables? It seems to be confusing as hell to have it there but only use it here.

@keszybz
Copy link
Contributor Author

keszybz commented May 8, 2015

@andreabedini I think Blosc/c-blosc@d84472e959 might also work for OS X.

@FrancescAlted
Copy link
Member

@andreabedini the way to compile against another blosc library is via the '--blosc' flag, as you said. And yes, using the same 'hdf5/blosc_filter.c' is intended and should work against any c-blosc library (Blosc/c-blosc@42dadb3, also cherry-picked to c-blosc 1.4.4 integrated with PyTables 3.2.0)

@FrancescAlted
Copy link
Member

@keszybz I don't think removing 'hdf5/blosc_filter.c' from c-blosc and putting it just into PyTables would be good, because this is meant to be used by any HDF5 wrapper (even as a plug-in for HDF5 itself).

Please try compiling c-blosc, installing it, and then passing the location with the '-blosc' flag. That should work.

@keszybz
Copy link
Contributor Author

keszybz commented May 8, 2015

hdf5/blosc_filter.c (as of the version found in pytables-3.2.0, which is taken from c-blosc-1.4.4) does not work with the latest versions of c-blosc. See the first comment ^^^.

It needs the updates that are upstream in c-blosc, but not in the copy bundled with pytables [1].
I now tried the suggestion from andreabedini and simply overwrote the c-blosc/hdf5 directory in pytables-3.2.0 with the latest version from c-blosc. I also removed other contents of c-blosc copy to make sure that pytables is not using them for compilation in any way. Works like a charm: [2].

[1] http://pkgs.fedoraproject.org/cgit/python-tables.git/tree/hdf5-blosc-1.4.4-1.6.1.diff?id=08740b86595f16134a0544e82e9b6ab286fc38ed
[2] http://koji.fedoraproject.org/koji/buildinfo?buildID=635607

@andreabedini
Copy link
Contributor

Please try compiling c-blosc, installing it, and then passing the location with the '-blosc' flag. That should work.

@FrancescAlted That's exactly what I did to reproduce the crash, if you read my comment above I tell you exactly why it is happening.

@FrancescAlted
Copy link
Member

Ah, I see now. My mistake. Yes, complib must be set to 'blosclz'. Hmm, that will need a new release.

Enviat des del meu iPhone

El 09/05/2015, a les 1:48, Andrea Bedini notifications@github.com va escriure:

Please try compiling c-blosc, installing it, and then passing the location with the '-blosc' flag. That should work.

@FrancescAlted That's exactly what I did to reproduce the crash, if you read my comment above I tell you exactly why it is happening.


Reply to this email directly or view it on GitHub.

@andreabedini
Copy link
Contributor

I think the correct way to solve this is to modify setup.py to pick blosc_filter.c from the path provided by --blosc, I'll make some tests ...

@keszybz
Copy link
Contributor Author

keszybz commented May 9, 2015

This would only work assuming that you have a blosc directory containing sources around. Right now --blosc can be pointed as a .so file and it is enough to compile pytables.

@andreabedini
Copy link
Contributor

Of course :-/

@andreabedini
Copy link
Contributor

And yes, using the same 'hdf5/blosc_filter.c' is intended and should work against any c-blosc library

If what @FrancescAlted says is true, then the latest version of c-blosc broke its own API and this is not a PyTables bug (perhaps I'm being a bit too defensive here but there's already lots to do). So I don't think this needs a new PyTables release.

@FrancescAlted
Copy link
Member

Yes, this is a c-blosc issue.

@FrancescAlted
Copy link
Member

Well, I think we need to keep this open because PyTables comes with c-blosc sources included. So, we need a new release of c-blosc and then a new release of PyTables. c-blosc is in a position now that is getting installed in most of distributions (but for Windows things are a bit more difficult because people will need to trust on Anaconda, Canopy or similar), so in the next future we should think in avoid including them and relying on having a c-blosc library installed (which means a new dependency).

@andreabedini
Copy link
Contributor

Well, I think we need to keep this open because PyTables comes with c-blosc sources included.

But the version of c-blosc shipped with PyTables works.

So, we need a new release of c-blosc and then a new release of PyTables.

What change would the new release of PyTables include?

in the next future we should think in avoid including them and relying on having a c-blosc library installed

Not sure I understood. Would you prefer including c-blosc or not?

@FrancescAlted
Copy link
Member

@andreabedini I frankly don't know if I prefer c-blosc being part of PyTables or not. The advantage of including it is that you should not make users to install blosc separately (or wait until distributions come with it). The disadvantage is that every bug fix in blosc will require a new release of PyTables.

And the c-blosc shipped with PyTables works only if users are not making use of the -blosc flag in order to link with existing libraries that are >= 1.5.0 (the case of @keszybz). For the time being, I would say that fixing the problem with c-blosc (in hdf5/blosc_filter.c more specifically) and updating the copy in PyTables is the easiest thing to do.

@keszybz
Copy link
Contributor Author

keszybz commented May 12, 2015

On Tue, May 12, 2015 at 09:14:02AM -0700, FrancescAlted wrote:

@andreabedini I frankly don't know if I prefer c-blosc being part of PyTables or not. The advantage of including it is that you should not make users to install blosc separately (or wait until distributions come with it). The disadvantage is that every bug fix in blosc will require a new release of PyTables.

I don't think separate distribution is an actual problem for users. If
you are using a distribution, then it'll fulfill the dependency
automatically. If you are not using a distribution, distutils will be
happy to download c-blosc from pypi.

@FrancescAlted
Copy link
Member

With the exception that c-blosc is a C library, not a python one ;)

@andreabedini
Copy link
Contributor

@FrancescAlted let me try to make my point clear. PyTables and c-blosc are two project that communicate through an API. c-blosc promised hdf5/blosc_filter.c would work with any version of c-blosc.

Later on, c-blosc made changes that broke that promise, breaking compatibility with PyTables and any other project using hdf5/blosc_filter.c. I would expect c-blosc to either 1) admit it was a bug and restoring compatibility with the old hdf5/blosc_filter.c or 2) admit the API has changed.

In case 1) there's nothing to do for PyTables, in case 2) we can say we don't support the new API yet (which, thanks to #437, is a non trivial job).

There are other parts of PyTables in huge need of love, I don't want to spend time fixing what c-blosc has broken.

PS: emails make everything sound awful, I still love you all :) 💌 😸

@FrancescAlted
Copy link
Member

@andreabedini I love you too :) Now, let me clarify that c-blosc did not break any API, but rather that it lost the internal threading lock, which is a different thing. Now, PyTables can still use c-blosc > 1.5 if one of these conditions is fulfilled:

  1. PyTables runs in single-threading mode. Although this is the more usual running mode, you cannot guarantee that people is going to use it in multithreaded apps, so this is a no go.

  2. c-blosc is setup so that it uses a single thread. In this case PyTables loose the capability to run c-blosc in multi-thread mode, but no more harm is caused.

  3. Update hdf5/blosc_filter.c so that it creates a lock before calling c-blosc compression/decompression functions. Although creating the lock might seem easy, the fact that Windows should be supported and that it comes with its own threading library, may make things a bit trickier than desired.

For me, the ideal solution would be to go with 2), but I don't know if I will have time to implement this, so perhaps we could go with 1) for now and then try with 2) (if anybody is reading this, PR are greatly appreciated).

And if I would like to keep this open is to remember that we have a problem in included c-blosc sources that needs to be fixed.

@andreabedini andreabedini changed the title segfault in blosc_compname_to_compcode [c-blosc] linking against external of blosc version doesn't work Sep 7, 2015
@msarahan
Copy link

I'm seeing this on Windows now, trying to link pytables against blosc 1.7.0.

tables.print_versions crashes:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:    3.2.2
HDF5 version:        1.8.15-patch1
NumPy version:       1.10.1
Numexpr version:     2.4.4 (not using Intel's VML/MKL)
Zlib version:        1.2.8 (in Python interpreter)
BZIP2 version:       1.0.6 (6-Sept-2010)
Blosc version:       1.7.0 (2015-07-05)
Traceback (most recent call last):
  File "C:\Users\builder\MC_Main\Scripts\build-script.py", line 9, in <module>
    load_entry_point('abts==0.0.0', 'console_scripts', 'build')()
  File "z:\documents\code\anaconda\bt\build.py", line 427, in main
    build(pkg, only_build = opts.only_build)
  File "z:\documents\code\anaconda\bt\build.py", line 326, in build
    test(pkg)
  File "z:\documents\code\anaconda\bt\build.py", line 371, in test
    env=env, cwd=tmp_dir)
  File "C:\Users\builder\MC_Main\lib\subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\aroot\\stage\\python.exe', 'C:\\aroot\\test-tmp_dir\\run_test.py']' returned non-zero exit status -1073740940

What's the best fix, short term (ideally, for now) and long term?

@msarahan
Copy link

Here's what I have so far to replace the included c-blosc with the updated upstream version. This is still crashing, though. Do I have the threading issue mentioned in #451 (comment) ?

In pytables source checkout:

rd /s /q c-blosc
git clone https://github.com/Blosc/c-blosc
cd c-blosc
git checkout v1.7.0
git clone https://github.com/Blosc/hdf5-blosc
move hdf5-blosc\src hdf5
rd /s /q hdf5-blosc

cd ..

%PYTHON% setup.py install --blosc=%LIBRARY_PREFIX% --hdf5=%LIBRARY_PREFIX% --bzip2=%LIBRARY_PREFIX%

@FrancescAlted
Copy link
Member

Yes, you are most probably getting into the threading issue that I mentioned here. As said, fixing this is not exactly trivial and help would appreciated.

@msarahan
Copy link

All right. Thanks for the pointers so far. I don't have time to get into learning about the locks and stuff right now, but I will put this somewhere in my agenda. I think it would be really nice to be able to use externally-built c-blosc and decouple these.

@tomkooij
Copy link
Contributor

@FrancescAlted: According to the release notes, this should be fixed in current develop (-> v3.3) because of blosc>=1.8. Can this be closed?

@FrancescAlted
Copy link
Member

Yes, I think this should be fixed after c-blosc 1.8. Closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants