Skip to content

Instantly share code, notes, and snippets.

@andreabedini
Created October 24, 2013 00:55
Show Gist options
  • Save andreabedini/7129486 to your computer and use it in GitHub Desktop.
Save andreabedini/7129486 to your computer and use it in GitHub Desktop.
PyTables master (at c30c6f4) failures
Script started on Thu Oct 24 11:45:28 2013
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version: 3.1.0dev
HDF5 version: 1.8.11
NumPy version: 1.7.1
Numexpr version: 2.2.2 (not using Intel's VML/MKL)
Zlib version: 1.2.5 (in Python interpreter)
BZIP2 version: 1.0.6 (6-Sept-2010)
Blosc version: 1.2.3 (2013-05-17)
Cython version: 0.19.2
Python version: 2.7.5 (default, Oct 23 2013, 16:21:58)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)]
Platform: Darwin-13.0.0-x86_64-i386-64bit
Byte-ordering: little
Detected cores: 2
Default encoding: ascii
Default locale: (en_AU, UTF-8)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Performing only a light (yet comprehensive) subset of the test suite.
If you want a more complete test, try passing the --heavy flag to this script
(or set the 'heavy' parameter in case you are using tables.test() call).
The whole suite will take more than 4 hours to complete on a relatively
modern CPU and around 512 MB of main memory.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/filters.py:241: FiltersWarning: compression library ``lzo`` is not available; using ``zlib`` instead
% (complib, default_complib), FiltersWarning)
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................EEEE...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_newFile (tables.tests.test_create.SplitDriverTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_create.py", line 1951, in setUp
**self.DRIVER_PARAMS)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 251, in open_file
return File(filename, mode, title, root_uep, filters, **kwargs)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 527, in __init__
self._g_new(filename, mode, **params)
File "hdf5extension.pyx", line 454, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:4554)
HDF5ExtError: HDF5 error back trace
File "H5FDmulti.c", line 513, in H5FDset_fapl_multi
file resource type incorrect
File "H5P.c", line 1045, in H5Pisa_class
not a property list
End of HDF5 error back trace
Unable to set the file access property list
======================================================================
ERROR: test_openFileA (tables.tests.test_create.SplitDriverTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_create.py", line 1951, in setUp
**self.DRIVER_PARAMS)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 251, in open_file
return File(filename, mode, title, root_uep, filters, **kwargs)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 527, in __init__
self._g_new(filename, mode, **params)
File "hdf5extension.pyx", line 454, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:4554)
HDF5ExtError: HDF5 error back trace
File "H5FDmulti.c", line 513, in H5FDset_fapl_multi
file resource type incorrect
File "H5P.c", line 1045, in H5Pisa_class
not a property list
End of HDF5 error back trace
Unable to set the file access property list
======================================================================
ERROR: test_openFileRW (tables.tests.test_create.SplitDriverTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_create.py", line 1951, in setUp
**self.DRIVER_PARAMS)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 251, in open_file
return File(filename, mode, title, root_uep, filters, **kwargs)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 527, in __init__
self._g_new(filename, mode, **params)
File "hdf5extension.pyx", line 454, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:4554)
HDF5ExtError: HDF5 error back trace
File "H5FDmulti.c", line 513, in H5FDset_fapl_multi
file resource type incorrect
File "H5P.c", line 1045, in H5Pisa_class
not a property list
End of HDF5 error back trace
Unable to set the file access property list
======================================================================
ERROR: test_readFile (tables.tests.test_create.SplitDriverTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_create.py", line 1951, in setUp
**self.DRIVER_PARAMS)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 251, in open_file
return File(filename, mode, title, root_uep, filters, **kwargs)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 527, in __init__
self._g_new(filename, mode, **params)
File "hdf5extension.pyx", line 454, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:4554)
HDF5ExtError: HDF5 error back trace
File "H5FDmulti.c", line 513, in H5FDset_fapl_multi
file resource type incorrect
File "H5P.c", line 1045, in H5Pisa_class
not a property list
End of HDF5 error back trace
Unable to set the file access property list
----------------------------------------------------------------------
Ran 5427 tests in 474.443s
FAILED (errors=4)
Script done on Thu Oct 24 11:53:23 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment