"too few arguments to function" trying to install h5py from source
See original GitHub issue- OS: SuSE Linux Enterprise 12
- Python version: 2.7.17
- Where Python was acquired: Compiled from source
- h5py version: 2.10.0
- HDF5 version: 1.12.0
I am trying to install h5py from source on a SuSE server where pretty much everything has to be compiled from source. All went well, until I tried installing h5py. python setup.py build
barfed with several errors of the form error: too few arguments to function
. Full build log below.
running build
running build_py
warning: build_py: byte-compiling is disabled, skipping.
running build_ext
********************************************************************************
Summary of the h5py configuration
Path to HDF5: '/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0'
HDF5 Version: '1.12.0'
MPI Enabled: False
Rebuild Required: True
********************************************************************************
Executing cythonize()
[ 1/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/_conv.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[ 2/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/_errors.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[ 3/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/_objects.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[ 4/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/_proxy.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[ 5/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[ 6/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[ 7/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5a.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[ 8/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5ac.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[ 9/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5d.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[10/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5ds.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[11/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5f.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[12/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5fd.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
warning: h5py/h5fd.pxd:18:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/h5fd.pxd:19:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/h5fd.pxd:20:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/h5fd.pxd:21:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/h5fd.pxd:22:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/h5fd.pxd:23:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/h5fd.pxd:24:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/h5fd.pxd:25:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/h5fd.pxd:26:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/h5fd.pxd:31:8: 'H5FD_CORE' redeclared
warning: h5py/h5fd.pxd:32:8: 'H5FD_FAMILY' redeclared
warning: h5py/h5fd.pxd:34:8: 'H5FD_LOG' redeclared
warning: h5py/h5fd.pxd:35:8: 'H5FD_MPIO' redeclared
warning: h5py/h5fd.pxd:37:8: 'H5FD_MULTI' redeclared
warning: h5py/h5fd.pxd:38:8: 'H5FD_SEC2' redeclared
warning: h5py/h5fd.pxd:39:8: 'H5FD_STDIO' redeclared
warning: h5py/h5fd.pxd:44:6: 'H5FD_LOG_LOC_READ' redeclared
warning: h5py/h5fd.pxd:45:6: 'H5FD_LOG_LOC_WRITE' redeclared
warning: h5py/h5fd.pxd:46:6: 'H5FD_LOG_LOC_SEEK' redeclared
warning: h5py/h5fd.pxd:47:6: 'H5FD_LOG_LOC_IO' redeclared
warning: h5py/h5fd.pxd:50:6: 'H5FD_LOG_FILE_READ' redeclared
warning: h5py/h5fd.pxd:51:6: 'H5FD_LOG_FILE_WRITE' redeclared
warning: h5py/h5fd.pxd:52:6: 'H5FD_LOG_FILE_IO' redeclared
warning: h5py/h5fd.pxd:55:6: 'H5FD_LOG_FLAVOR' redeclared
warning: h5py/h5fd.pxd:58:6: 'H5FD_LOG_NUM_READ' redeclared
warning: h5py/h5fd.pxd:59:6: 'H5FD_LOG_NUM_WRITE' redeclared
warning: h5py/h5fd.pxd:60:6: 'H5FD_LOG_NUM_SEEK' redeclared
warning: h5py/h5fd.pxd:61:6: 'H5FD_LOG_NUM_IO' redeclared
warning: h5py/h5fd.pxd:64:6: 'H5FD_LOG_TIME_OPEN' redeclared
warning: h5py/h5fd.pxd:65:6: 'H5FD_LOG_TIME_READ' redeclared
warning: h5py/h5fd.pxd:66:6: 'H5FD_LOG_TIME_WRITE' redeclared
warning: h5py/h5fd.pxd:67:6: 'H5FD_LOG_TIME_SEEK' redeclared
warning: h5py/h5fd.pxd:68:6: 'H5FD_LOG_TIME_CLOSE' redeclared
warning: h5py/h5fd.pxd:69:6: 'H5FD_LOG_TIME_IO' redeclared
warning: h5py/h5fd.pxd:72:6: 'H5FD_LOG_ALLOC' redeclared
warning: h5py/h5fd.pxd:73:6: 'H5FD_LOG_ALL' redeclared
[13/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5g.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[14/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5i.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[15/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5l.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[16/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5o.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[17/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5p.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[18/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5pl.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[19/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5r.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[20/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5s.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[21/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5t.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[22/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/h5z.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
[23/23] Cythonizing /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/utils.pyx
warning: h5py/api_types_hdf5.pxd:418:2: 'H5D_layout_t' redeclared
warning: h5py/api_types_hdf5.pxd:425:2: 'H5D_alloc_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:432:2: 'H5D_space_status_t' redeclared
warning: h5py/api_types_hdf5.pxd:438:2: 'H5D_fill_time_t' redeclared
warning: h5py/api_types_hdf5.pxd:444:2: 'H5D_fill_value_t' redeclared
warning: h5py/api_types_hdf5.pxd:456:7: 'H5F_close_degree_t' redeclared
warning: h5py/api_types_hdf5.pxd:462:2: 'H5FD_mem_t' redeclared
warning: h5py/api_types_hdf5.pxd:560:2: 'H5T_cset_t' redeclared
warning: h5py/api_types_hdf5.pxd:739:7: 'H5Z_EDC_t' redeclared
warning: h5py/api_types_hdf5.pxd:419:4: 'H5D_LAYOUT_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:420:4: 'H5D_COMPACT' redeclared
warning: h5py/api_types_hdf5.pxd:421:4: 'H5D_CONTIGUOUS' redeclared
warning: h5py/api_types_hdf5.pxd:422:4: 'H5D_CHUNKED' redeclared
warning: h5py/api_types_hdf5.pxd:423:4: 'H5D_NLAYOUTS' redeclared
warning: h5py/api_types_hdf5.pxd:426:4: 'H5D_ALLOC_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:427:4: 'H5D_ALLOC_TIME_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:428:4: 'H5D_ALLOC_TIME_EARLY' redeclared
warning: h5py/api_types_hdf5.pxd:429:4: 'H5D_ALLOC_TIME_LATE' redeclared
warning: h5py/api_types_hdf5.pxd:430:4: 'H5D_ALLOC_TIME_INCR' redeclared
warning: h5py/api_types_hdf5.pxd:433:4: 'H5D_SPACE_STATUS_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:434:4: 'H5D_SPACE_STATUS_NOT_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:435:4: 'H5D_SPACE_STATUS_PART_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:436:4: 'H5D_SPACE_STATUS_ALLOCATED' redeclared
warning: h5py/api_types_hdf5.pxd:439:4: 'H5D_FILL_TIME_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:440:4: 'H5D_FILL_TIME_ALLOC' redeclared
warning: h5py/api_types_hdf5.pxd:441:4: 'H5D_FILL_TIME_NEVER' redeclared
warning: h5py/api_types_hdf5.pxd:442:4: 'H5D_FILL_TIME_IFSET' redeclared
warning: h5py/api_types_hdf5.pxd:445:4: 'H5D_FILL_VALUE_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:446:4: 'H5D_FILL_VALUE_UNDEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:447:4: 'H5D_FILL_VALUE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:448:4: 'H5D_FILL_VALUE_USER_DEFINED' redeclared
warning: h5py/api_types_hdf5.pxd:457:4: 'H5F_CLOSE_WEAK' redeclared
warning: h5py/api_types_hdf5.pxd:458:4: 'H5F_CLOSE_SEMI' redeclared
warning: h5py/api_types_hdf5.pxd:459:4: 'H5F_CLOSE_STRONG' redeclared
warning: h5py/api_types_hdf5.pxd:460:4: 'H5F_CLOSE_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:463:4: 'H5FD_MEM_NOLIST' redeclared
warning: h5py/api_types_hdf5.pxd:464:4: 'H5FD_MEM_DEFAULT' redeclared
warning: h5py/api_types_hdf5.pxd:465:4: 'H5FD_MEM_SUPER' redeclared
warning: h5py/api_types_hdf5.pxd:466:4: 'H5FD_MEM_BTREE' redeclared
warning: h5py/api_types_hdf5.pxd:467:4: 'H5FD_MEM_DRAW' redeclared
warning: h5py/api_types_hdf5.pxd:468:4: 'H5FD_MEM_GHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:469:4: 'H5FD_MEM_LHEAP' redeclared
warning: h5py/api_types_hdf5.pxd:470:4: 'H5FD_MEM_OHDR' redeclared
warning: h5py/api_types_hdf5.pxd:471:4: 'H5FD_MEM_NTYPES' redeclared
warning: h5py/api_types_hdf5.pxd:561:4: 'H5T_CSET_ERROR' redeclared
warning: h5py/api_types_hdf5.pxd:562:4: 'H5T_CSET_ASCII' redeclared
warning: h5py/api_types_hdf5.pxd:705:2: 'H5Z_filter_t' redeclared
warning: h5py/api_types_hdf5.pxd:740:6: 'H5Z_ERROR_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:741:6: 'H5Z_DISABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:742:6: 'H5Z_ENABLE_EDC' redeclared
warning: h5py/api_types_hdf5.pxd:743:6: 'H5Z_NO_EDC' redeclared
building 'h5py.defs' extension
/usr/local/other/gcc/9.2.0/bin/gcc -fno-strict-aliasing -O3 -g -fPIC -fomit-frame-pointer -msse4 -mavx -m64 -mlong-double-128 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DH5_USE_16_API -I./h5py -I/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include -I/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/lzf -I/gpfsm/dnb04/projects/p90/packages/python/2.7.17/lib/python2.7/site-packages/numpy-1.16.6-py2.7-linux-x86_64.egg/numpy/core/include -I/discover/nobackup/projects/tm5var4d/packages/python/2.7.17/include/python2.7 -c /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c -o build/temp.linux-x86_64-2.7/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.o
In file included from /gpfsm/dnb04/projects/p90/packages/python/2.7.17/lib/python2.7/site-packages/numpy-1.16.6-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1822,
from /gpfsm/dnb04/projects/p90/packages/python/2.7.17/lib/python2.7/site-packages/numpy-1.16.6-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:12,
from /gpfsm/dnb04/projects/p90/packages/python/2.7.17/lib/python2.7/site-packages/numpy-1.16.6-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:26,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/gpfsm/dnb04/projects/p90/packages/python/2.7.17/lib/python2.7/site-packages/numpy-1.16.6-py2.7-linux-x86_64.egg/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5public.h:32,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:22,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Oget_info’:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5version.h:746:23: error: too few arguments to function ‘H5Oget_info3’
746 | #define H5Oget_info H5Oget_info3
| ^~~~~~~~~~~~
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:16059:15: note: in expansion of macro ‘H5Oget_info’
16059 | __pyx_t_1 = H5Oget_info(__pyx_v_loc_id, __pyx_v_oinfo); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 1509, __pyx_L1_error)
| ^~~~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Apublic.h:22,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:23,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Opublic.h:187:15: note: declared here
187 | H5_DLL herr_t H5Oget_info3(hid_t loc_id, H5O_info2_t *oinfo, unsigned fields);
| ^~~~~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5public.h:32,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:22,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Oget_info_by_name’:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5version.h:772:31: error: too few arguments to function ‘H5Oget_info_by_name3’
772 | #define H5Oget_info_by_name H5Oget_info_by_name3
| ^~~~~~~~~~~~~~~~~~~~
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:16171:15: note: in expansion of macro ‘H5Oget_info_by_name’
16171 | __pyx_t_1 = H5Oget_info_by_name(__pyx_v_loc_id, __pyx_v_name, __pyx_v_oinfo, __pyx_v_lapl_id); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 1520, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Apublic.h:22,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:23,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Opublic.h:188:15: note: declared here
188 | H5_DLL herr_t H5Oget_info_by_name3(hid_t loc_id, const char *name, H5O_info2_t *oinfo,
| ^~~~~~~~~~~~~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5public.h:32,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:22,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Oget_info_by_idx’:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5version.h:759:30: error: too few arguments to function ‘H5Oget_info_by_idx3’
759 | #define H5Oget_info_by_idx H5Oget_info_by_idx3
| ^~~~~~~~~~~~~~~~~~~
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:16283:15: note: in expansion of macro ‘H5Oget_info_by_idx’
16283 | __pyx_t_1 = H5Oget_info_by_idx(__pyx_v_loc_id, __pyx_v_group_name, __pyx_v_idx_type, __pyx_v_order, __pyx_v_n, __pyx_v_oinfo, __pyx_v_lapl_id); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 1531, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Apublic.h:22,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:23,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Opublic.h:190:15: note: declared here
190 | H5_DLL herr_t H5Oget_info_by_idx3(hid_t loc_id, const char *group_name,
| ^~~~~~~~~~~~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5public.h:32,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:22,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Ovisit’:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5version.h:785:20: error: too few arguments to function ‘H5Ovisit3’
785 | #define H5Ovisit H5Ovisit3
| ^~~~~~~~~
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:17291:15: note: in expansion of macro ‘H5Ovisit’
17291 | __pyx_t_1 = H5Ovisit(__pyx_v_obj_id, __pyx_v_idx_type, __pyx_v_order, __pyx_v_op, __pyx_v_op_data); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 1630, __pyx_L1_error)
| ^~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Apublic.h:22,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:23,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Opublic.h:211:15: note: declared here
211 | H5_DLL herr_t H5Ovisit3(hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order,
| ^~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5public.h:32,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:22,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Ovisit_by_name’:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5version.h:798:28: error: too few arguments to function ‘H5Ovisit_by_name3’
798 | #define H5Ovisit_by_name H5Ovisit_by_name3
| ^~~~~~~~~~~~~~~~~
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:17403:15: note: in expansion of macro ‘H5Ovisit_by_name’
17403 | __pyx_t_1 = H5Ovisit_by_name(__pyx_v_loc_id, __pyx_v_obj_name, __pyx_v_idx_type, __pyx_v_order, __pyx_v_op, __pyx_v_op_data, __pyx_v_lapl_id); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 1641, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Apublic.h:22,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:23,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Opublic.h:213:15: note: declared here
213 | H5_DLL herr_t H5Ovisit_by_name3(hid_t loc_id, const char *obj_name,
| ^~~~~~~~~~~~~~~~~
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Pget_driver_info’:
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:21211:13: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
21211 | __pyx_t_1 = H5Pget_driver_info(__pyx_v_plist_id); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 2016, __pyx_L1_error)
| ^
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5public.h:32,
from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:22,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Sencode’:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5version.h:888:21: error: too few arguments to function ‘H5Sencode2’
888 | #define H5Sencode H5Sencode2
| ^~~~~~~~~~
/gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:33638:15: note: in expansion of macro ‘H5Sencode’
33638 | __pyx_t_1 = H5Sencode(__pyx_v_obj_id, __pyx_v_buf, __pyx_v_nalloc); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 3303, __pyx_L1_error)
| ^~~~~~~~~
In file included from /discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/hdf5.h:38,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:27,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
/discover/nobackup/projects/tm5var4d/packages/hdf5/1.12.0/include/H5Spublic.h:129:15: note: declared here
129 | H5_DLL herr_t H5Sencode2(hid_t obj_id, void *buf, size_t *nalloc, hid_t fapl);
| ^~~~~~~~~~
In file included from /gpfsm/dnb04/projects/p90/packages/python/2.7.17/lib/python2.7/site-packages/numpy-1.16.6-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:21,
from /gpfsm/dnb04/projects/p90/packages/python/2.7.17/lib/python2.7/site-packages/numpy-1.16.6-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/api_compat.h:26,
from /gpfsm/dnb32/sbasu1/build/h5py-2.10.0/h5py/defs.c:642:
At top level:
/gpfsm/dnb04/projects/p90/packages/python/2.7.17/lib/python2.7/site-packages/numpy-1.16.6-py2.7-linux-x86_64.egg/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
1463 | _import_array(void)
| ^~~~~~~~~~~~~
error: command '/usr/local/other/gcc/9.2.0/bin/gcc' failed with exit status 1
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:13 (6 by maintainers)
Top Results From Across the Web
pip - Error when install h5py on my Windows11, Visual Studio ...
Try pip install --no-deps h5py==3.1.0 and install a numpy version compatible with your python separately. This has a high chance of not working, ......
Read more >H5Part.c:2095:11: error: too few arguments to function ... - GitLab
c:2095:11: error: too few arguments to function 'H5Oget_info_by_name3'. current paraview master fails to build with hdf5 1.12.0 in vtkh5part.
Read more >Please read this post, not the previous one (Installation errors)
Running setup.py install for h5py did not run successfully. │ exit code: 1 ... error: too few arguments to function 'H5Oget_info_by_name3'.
Read more >Installation — h5py 3.7.0 documentation
Pre-built installation (recommended)¶. Pre-build h5py can be installed via many Python Distributions, OS-specific package managers, or via h5py wheels. Python ...
Read more >File Objects — h5py 3.7.0 documentation
HDF5 files work generally like standard Python file objects. ... You can specify which driver you want to use when the file is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey there, I know version 3.2.1 is out, but I want to use tensorflow 2.4.0 and for whatever reason it’s depending on 2.10.0
I’m using python 3.9 and I’m hitting the same issue, can anyone help?
Not sure this should be closed; this is (IMHO) a valid issue to be tracked for h5py: 1.12.0 compatibility. If it makes more sense to open a new issue I certainly can…
I run into the same/similar errors compiling on MacOS 10.13.6 and Python 3.8.2: