[MOAB-dev] errors during make check

Jason Kraftcheck kraftche at cae.wisc.edu
Wed Oct 1 14:54:29 CDT 2008


de Almeida, Valmor F. wrote:
> 
> This is with revision 2117. Is it a problem?
> 
> Thanks,
> 
> --
> Valmor
> 
> 
> 
> 
> 63 tests passed
> 
> PASS: vtk_test
> PASS: adaptive_kd_tree_tests
> Running test_iterator ...
> Running test_box_iterator ...
> Running test_tree_create ...
> Running test_box_tree_create ...
> Running test_leaf_containing_point_bounded_tree ...
> Running test_leaf_containing_point_unbounded_tree ...
> Running test_merge_leaf ...
> PASS: bsp_tree_test
> PASS: file_options_test
> HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0:
>   #000: H5D.c line 321 in H5Dopen2(): not found
>     major: Dataset
>     minor: Object not found
>   #001: H5Gloc.c line 468 in H5G_loc_find(): can't find object
>     major: Symbol table
>     minor: Object not found
>   #002: H5Gtraverse.c line 861 in H5G_traverse(): internal path
> traversal failed
>     major: Symbol table
>     minor: Object not found
>   #003: H5Gtraverse.c line 691 in H5G_traverse_real(): traversal
> operator failed
>     major: Symbol table
>     minor: Callback failed
>   #004: H5Gloc.c line 423 in H5G_loc_find_cb(): object doesn't exist
>     major: Symbol table
>     minor: Object not found
>   #005: H5Gobj.c line 1105 in H5G_obj_lookup(): can't locate object
>     major: Symbol table
>     minor: Object not found
>   #006: H5Gstab.c line 857 in H5G_stab_lookup(): not found
>     major: Symbol table
>     minor: Object not found
>   #007: H5Gnode.c line 971 in H5G_node_found(): not found
>     major: Symbol table
>     minor: Object not found
> HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0:
>   #000: H5D.c line 321 in H5Dopen2(): not found
>     major: Dataset
>     minor: Object not found
>   #001: H5Gloc.c line 468 in H5G_loc_find(): can't find object
>     major: Symbol table
>     minor: Object not found
>   #002: H5Gtraverse.c line 861 in H5G_traverse(): internal path
> traversal failed
>     major: Symbol table
>     minor: Object not found
>   #003: H5Gtraverse.c line 691 in H5G_traverse_real(): traversal
> operator failed
>     major: Symbol table
>     minor: Callback failed
>   #004: H5Gloc.c line 423 in H5G_loc_find_cb(): object doesn't exist
>     major: Symbol table
>     minor: Object not found
>   #005: H5Gobj.c line 1105 in H5G_obj_lookup(): can't locate object
>     major: Symbol table
>     minor: Object not found
>   #006: H5Gstab.c line 857 in H5G_stab_lookup(): not found
>     major: Symbol table
>     minor: Object not found
>   #007: H5Gnode.c line 971 in H5G_node_found(): not found
>     major: Symbol table
>     minor: Object not found
> 

This stuff is normal.  The HDF5 library can be rather verbose about attempts
to open non-existent tables.  However, the MOAB code correctly handles these
older files.

> 
> [snip]
> 
> 
> FAIL: cub_file_test
> ====================
> 1 of 19 tests failed
> ====================

This, OTHO, is a problem.  What was the output from that test?  It doesn't
fail for me.

- jason




More information about the moab-dev mailing list