Making check in f90 make[1]: Nothing to be done for `check'. Making check in fortran make[1]: Nothing to be done for `check'. Making check in libsrc make t_nc make[2]: `t_nc' is up to date. make check-TESTS dimrename: IXX nc_close ret = 0 reopen id = 7 for filename test.nc NC done GATTR VAR VATTR VATTR VATTR VATTR VATTR VATTR fill_seq indices 1 2 3 75.000000 != 2.718282 Done got val = 3.250000 got val = 0.000000 got val = 2.718282 got val = 82555 got val = 97 got NC_CHAR val = A (0x41) got NC_CHAR val = B (0x42) got NC_CHAR val = "The red death had long devastated the country." got val = A (0x41) got val = B (0x42) got val = "The red death had long devastated the country." got vals = 0.000000 ... 447.000000 re nc_close ret = 0 PASS: t_nc ================== All 1 tests passed ================== Making check in libsrc4 make tst_h_files tst_h_atts tst_h_atts2 tst_h_vars tst_h_grps tst_h_compounds tst_h_wrt_cmp tst_h_rd_cmp tst_h_vl tst_h_opaques tst_h_strings tst_h_dimscales tst_h_dimscales2 tst_h_enums tst_lists tst_dims tst_files tst_vars tst_varms tst_unlim_vars tst_atts tst_converts tst_converts2 tst_grps tst_compounds tst_vl tst_opaques tst_strings tst_interops tst_enums tst_vars2 tst_v2 make[2]: `tst_h_files' is up to date. make[2]: `tst_h_atts' is up to date. make[2]: `tst_h_atts2' is up to date. make[2]: `tst_h_vars' is up to date. make[2]: `tst_h_grps' is up to date. make[2]: `tst_h_compounds' is up to date. make[2]: `tst_h_wrt_cmp' is up to date. make[2]: `tst_h_rd_cmp' is up to date. make[2]: `tst_h_vl' is up to date. make[2]: `tst_h_opaques' is up to date. make[2]: `tst_h_strings' is up to date. make[2]: `tst_h_dimscales' is up to date. make[2]: `tst_h_dimscales2' is up to date. make[2]: `tst_h_enums' is up to date. make[2]: `tst_lists' is up to date. make[2]: `tst_dims' is up to date. make[2]: `tst_files' is up to date. make[2]: `tst_vars' is up to date. make[2]: `tst_varms' is up to date. make[2]: `tst_unlim_vars' is up to date. make[2]: `tst_atts' is up to date. make[2]: `tst_converts' is up to date. make[2]: `tst_converts2' is up to date. make[2]: `tst_grps' is up to date. make[2]: `tst_compounds' is up to date. make[2]: `tst_vl' is up to date. make[2]: `tst_opaques' is up to date. make[2]: `tst_strings' is up to date. make[2]: `tst_interops' is up to date. make[2]: `tst_enums' is up to date. make[2]: `tst_vars2' is up to date. make[2]: `tst_v2' is up to date. make check-TESTS *** Checking HDF5 file functions. *** Checking HDF5 file creates and opens...ok. *** Tests successful! PASS: tst_h_files *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering...ok. *** Checking HDF5 attribute deletes...ok. *** Checking HDF5 attributes attached to the fileid...ok. *** Checking HDF5 attributes in a group...ok. *** Checking HDF5 zero length attributes...ok. *** Checking how HDF5 handles a delete and recreation of dataset with atts...ok. *** Tests successful! PASS: tst_h_atts *** These tests turned off for HDF5 alpha releases. PASS: tst_h_atts2 *** Checking HDF5 variable functions. *** Checking HDF5 boolean variables...ok. *** Checking HDF5 variable with unlimited dimension...ok. *** Checking HDF5 deflate filter setting and getting...ok. *** Checking HDF5 deflatfe, fletcher32, shuffle filter setting and getting...ok. *** Checking HDF5 endianness control...ok. *** Tests successful! PASS: tst_h_vars *** Checking HDF5 group functions. *** Checking out root group...ok. *** Checking out H5Gmove...ok. *** Checking out HDF5 groups...ok. *** Tests successful! PASS: tst_h_grps *** Checking HDF5 compound types. *** Checking simple HDF5 compound types...ok. *** Checking HDF5 compound types and groups...ok. *** Checking HDF5 compound type which contains an array...ok. *** Tests successful! PASS: tst_h_compounds *** Checking HDF5 compound types (even more so). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_wrt_cmp *** Checking HDF5 compound types (we're almost there kids). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_rd_cmp *** Checking HDF5 VLEN types. *** Checking simple HDF5 variable length types...ok. *** Checking array of compound holding a vlen...ok. *** Tests successful! PASS: tst_h_vl *** Checking HDF5 opaque types. *** Checking simple HDF5 opaque types...ok. *** Tests successful! PASS: tst_h_opaques *** Checking HDF5 string types. *** Checking scalar string attribute...ok. *** Checking simple HDF5 string types...ok. *** Checking G&S compliance...ok. *** Tests successful! PASS: tst_h_strings *** Checking HDF5 dimension scales. *** Creating simple dimension scales file...ok. *** Checking that simple dimscale file can be read...ok. *** Creating simple dimension scales file with lots of datasets...ok. *** Creating a file with an unlimited dimension scale...ok. *** Checking that unlimited dimscale file can be read...ok. *** Creating some 3D datasets using shared dimscales...ok. *** Checking 3D datasets created with shared dimscales...ok. *** Creating 3D datasets using shared dimscales in groups...ok. *** Checking 3D datasets in groups created with shared dimscales...ok. *** Tests successful! PASS: tst_h_dimscales *** Checking HDF5 dimscales some more. *** Creating a file with one var with one dimension scale...ok. *** Checking that one var, one dimscale file can be read...ok. *** Creating a file with one var with two dimension scales...ok. *** Checking that one var, two dimscales file can be read...ok. *** Tests successful! PASS: tst_h_dimscales2 *** Checking HDF5 enum types. *** Checking simple HDF5 enum type...ok. *** Tests successful! PASS: tst_h_enums *** Testing netcdf-4 internal list code. *** testing group list code...ok. *** testing file list code...ok. *** testing attribute list code...ok. *** testing type list code...ok. *** Tests successful! PASS: tst_lists *** Testing netcdf-4 dimensions. *** Checking that netcdf-4 dimids inq works on netcdf-3 file...ok. *** Checking that netcdf-4 dimids inq works on more complex netcdf-3 file...ok. *** Testing file with just one dimension...ok. *** Testing renaming of one dimension...ok. *** Testing file with just one unlimited dimension...ok. *** Testing ordering of dimensions...ok. *** Testing file with just one unlimited dimension and one var...ok. *** Testing adding a coordinate var to file with dimension...ok. *** Testing adding a coordinate var to file with unlimited dimension...ok. *** Creating file with 1 data var, 2 dims, and 2 coord. vars...ok. *** Checking file with 1 data var, 2 dims, and 2 coord. vars...ok. *** Creating file with 3 data vars, 4 dims, and 2 coord. vars...ok. *** Checking file with 3 data var, 4 dims, and 2 coord. vars...ok. *** Tests successful! PASS: tst_dims *** Testing netcdf-4 file functions. *** testing version 4.0-alpha19...ok. *** testing with bad inputs...ok. *** testing simple opens and creates...ok. *** testing more complex opens and creates...ok. *** testing redef for netCDF classic...ok. *** testing redef for netCDF 64-bit offset...ok. *** testing redef for netCDF-4 ...ok. *** testing redef for netCDF-4, with strict netCDF-3 rules...ok. *** testing different formats...ok. *** Tests successful! PASS: tst_files *** Testing netcdf-4 variable functions. *** testing netcdf-4 varids inq on netcdf-3 file...ok. *** testing simple variables...ok. *** testing simple variables with deflation...ok. *** testing netcdf-4 simple variable define...ok. *** testing netcdf-4 less simple variable define...ok. *** testing more complex netcdf-4 variable defines...ok. *** testing fill values...ok. *** testing more fill values...ok. *** testing lots of variables...ok. *** Tests successful! PASS: tst_vars *** Testing netcdf-4 mapped variable functions. *** testing mapping with 2x2 variable...ok. *** testing mapping with 2x3 variable...ok. *** testing simple example from C Users' Guide...ok. *** testing transposed rh example from C Users' Guide...ok. *** Tests successful! PASS: tst_varms *** Testing netcdf-4 variable with unlimited dimensions. *** Testing file with one var, one unlim dim...ok. *** Tests successful! PASS: tst_unlim_vars *** Testing netcdf-4 attribute functions. *** testing simple global atts...ok. *** testing attribute data type conversions...ok. *** testing simple variable atts...ok. *** testing zero-length attributes...ok. *** testing zero-length attributes and redef...ok. *** testing attribute deletes and renames...ok. *** testing attribute create order...ok. *** testing attribute ordering some more...ok. *** Tests successful! PASS: tst_atts *** Testing netcdf data conversion. *** Testing conversion in netCDF classic files... ok. *** Testing conversion in netCDF 64-bit offset files... ok. *** Testing conversion in netCDF netCDF-4 files... ok. *** Testing conversion in netCDF netCDF-4 classic model files... ok. *** Tests successful! PASS: tst_converts *** Testing more netcdf-4 data conversion. *** Testing NC_BYTE converstions...ok. *** Testing MAX_INT converstions...ok. *** Tests successful! PASS: tst_converts2 *** Testing netcdf-4 group functions. *** testing simple group create...ok. *** testing simple nested group creates...ok. *** testing simple sibling group creates...ok. *** testing more group attributes...ok. *** testing groups and dimensions...ok. *** testing groups and vars...ok. *** testing groups and vars...ok. *** testing very simple groups and dimension scoping...ok. *** testing groups and dimension scoping...ok. *** testing more groups and dimension scoping...ok. *** testing groups and unlimited dimensions...ok. *** Tests successful! PASS: tst_grps *** Testing netcdf-4 user defined type functions. *** testing simple compound variable create...ok. *** testing simple compound attribute create...ok. *** testing compound variable with new atomic types...ok. *** testing compound variable containing an array of ints...ok. *** testing compound var containing compound type...ok. *** Tests successful! PASS: tst_compounds *** Testing netcdf-4 variable length type functions. *** testing vlen (of ints) attribute...ok. *** testing vlen (of ints) variable...ok. *** Tests successful! PASS: tst_vl *** Testing netcdf-4 opaque type. *** testing opaque attribute...ok. *** testing opaque variable...ok. *** Tests successful! PASS: tst_opaques *** Testing netcdf-4 string type. *** testing string variable...ok. *** testing string attribute...ok. *** testing string var functions...ok. *** Tests successful! PASS: tst_strings *** Testing HDF5/NetCDF-4 interoperability... *** Creating a HDF5 file with one var with two dimension scales...ok. *** Checking that HDF5 file can be read by netCDF-4, and adding an att...ok. *** Checking that one var, two dimscales, one att file can still be read by HDF5...ok. *** Tests successful! PASS: tst_interops *** Testing netcdf-4 enum type. *** creating enum type...ok. *** testing enum attribute...ok. *** testing opaque variable...ok. *** Tests successful! PASS: tst_enums *** Testing netcdf-4 variable functions, even more. *** Testing with classic format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with 64-bit offset format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5, netCDF Classic Model: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. **** testing endianness...ok. *** Tests successful! PASS: tst_vars2 *** Testing netcdf-4 v2 API functions. *** testing simple opens and creates...ok. *** Tests successful! PASS: tst_v2 =================== All 32 tests passed =================== Making check in nctest make nctest make[2]: `nctest' is up to date. make check-TESTS PASS: nctest PASS: compare_test_files.sh ================== All 2 tests passed ================== Making check in ncgen make check-TESTS *** Testing ncgen. *** creating classic file c0.nc from c0.cdl... *** creating 64-bit offset file c0_64.nc from c0.cdl... *** Test successful! PASS: run_tests.sh *** Testing ncgen for netCDF-4. *** creating netCDF-4 file c0_4.nc from c0.cdl... *** creating netCDF-4 classic model file c0_4c.nc from c0.cdl... *** Test successful! PASS: run_nc4_tests.sh ================== All 2 tests passed ================== Making check in ncdump make rewrite-scalar ctest ctest64 ncdump tst_create_files make[2]: `rewrite-scalar' is up to date. make[2]: `ctest' is up to date. make[2]: `ctest64' is up to date. make[2]: `ncdump' is up to date. make[2]: `tst_create_files' is up to date. make check-TESTS *** Testing ncgen and ncdump using some test CDL files. *** creating tst_small.nc from ref_tst_small.cdl... *** creating tst_small.cdl from tst_small.nc... *** creating test0.nc from test0.cdl... *** creating test1.cdl from test0.nc... *** creating test1.nc from test1.cdl... *** creating test2.cdl from test1.nc... *** All tests of ncgen and ncdump using test0.cdl passed! PASS: run_tests.sh *** Testing ncgen and ncdump with 64-bit offset format. *** creating test0.nc from test0.cdl... *** creating test1.cdl from test0.nc... *** creating test1.nc from test1.cdl... *** creating test2.cdl from test1.nc... *** All ncgen and ncdump with 64-bit offset format tests passed! PASS: tst_64bit.sh PASS: ctest PASS: ctest64 *** Testing ncgen and ncdump test output for classic format. *** creating ctest1.cdl from ctest0.nc... *** creating c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing ncdump of C program output (ctest1.cdl) with c1.cdl... *** test output for ncdump -k *** All ncgen and ncdump test output for classic format passed! *** Testing ncgen and ncdump test output for 64-bit offset format. *** creating ctest1.cdl from test0_64.nc... *** creating c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing ncdump of C program output (ctest1_64.cdl) with c1.cdl... *** test output for ncdump -k *** All ncgen and ncdump test output for 64-bit offset format passed! PASS: tst_output.sh *** testing length of classic file *** testing length of classic file written with NOFILL *** testing length of rewritten classic file *** testing length of rewritten classic file written with NOFILL *** testing length of 64-bit offset file *** testing length of 64-bit offset file written with NOFILL *** testing length of rewritten 64-bit offset file *** testing length of rewritten 64-bit offset file written with NOFILL *** testing length of one-record-variable classic file *** testing length of one-record-variable classic file written with NOFILL *** testing length of one-record-variable 64-bit offset file *** testing length of one-record-variable 64-bit offset file written with NOFILL PASS: tst_lengths.sh *** Creating test files for ncdump. *** creating nested group file tst_solar_1.nc...ok. *** checking nested group file tst_solar_1.nc...ok. *** creating file with VLEN tst_solar_2.nc...ok. *** creating file with compound type tst_solar_cmp.nc...ok. *** Tests successful! PASS: tst_create_files *** Testing ncgen and ncdump test output for netCDF-4 format. *** creating netcdf-4 file c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing c1.cdl with ref_ctest1_nc4.cdl... *** Testing ncgen and ncdump test output for netCDF-4 classic format. *** creating netcdf-4 classic file c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing c1.cdl with ref_ctest1_nc4c.cdl... *** Testing ncdump output for netCDF-4 features. *** dumping tst_solar_1.nc to tst_solar_1.cdl... *** comparing tst_solar_1.cdl with ref_tst_solar_1.cdl... *** dumping tst_solar_2.nc to tst_solar_2.cdl... *** comparing tst_solar_2.cdl with ref_tst_solar_2.cdl... *** All ncgen and ncdump test output for netCDF-4 format passed! PASS: tst_netcdf4.sh ================== All 8 tests passed ================== Making check in nf_test make nf_test tst_f77_v2 ftst_vars f90tst_vars ftest tst_f90 make[2]: `nf_test' is up to date. make[2]: `tst_f77_v2' is up to date. make[2]: `ftst_vars' is up to date. make[2]: `f90tst_vars' is up to date. make[2]: `ftest' is up to date. make[2]: `tst_f90' is up to date. make check-TESTS *** Creating fills.nc. *** SUCCESS! PASS: create_fills.sh *** Testing netCDF-3 Fortran 77 API. *** testing nf_strerror ... *** testing nf_open ... *** testing nf_close ... *** testing nf_inq ... *** testing nf_inq_dimid ... *** testing nf_inq_dim ... *** testing nf_inq_dimlen ... *** testing nf_inq_dimname ... *** testing nf_inq_varid ... *** testing nf_inq_var ... *** testing nf_inq_natts ... *** testing nf_inq_ndims ... *** testing nf_inq_nvars ... *** testing nf_inq_unlimdim ... *** testing nf_inq_format ... *** testing nf_inq_vardimid ... *** testing nf_inq_varname ... *** testing nf_inq_varnatts ... *** testing nf_inq_varndims ... *** testing nf_inq_vartype ... *** testing nf_get_var1_text ... *** testing nf_get_var1_int1 ... *** testing nf_get_var1_int2 ... *** testing nf_get_var1_int ... *** testing nf_get_var1_real ... *** testing nf_get_var1_double ... *** testing nf_get_var_text ... *** testing nf_get_var_int1 ... *** testing nf_get_var_int2 ... *** testing nf_get_var_int ... *** testing nf_get_var_real ... *** testing nf_get_var_double ... *** testing nf_get_vara_text ... *** testing nf_get_vara_int1 ... *** testing nf_get_vara_int2 ... *** testing nf_get_vara_int ... *** testing nf_get_vara_real ... *** testing nf_get_vara_double ... *** testing nf_get_vars_text ... *** testing nf_get_vars_int1 ... *** testing nf_get_vars_int2 ... *** testing nf_get_vars_int ... *** testing nf_get_vars_real ... *** testing nf_get_vars_double ... *** testing nf_get_varm_text ... *** testing nf_get_varm_int1 ... *** testing nf_get_varm_int2 ... *** testing nf_get_varm_int ... *** testing nf_get_varm_real ... *** testing nf_get_varm_double ... *** testing nf_get_att_text ... *** testing nf_get_att_int1 ... *** testing nf_get_att_int2 ... *** testing nf_get_att_int ... *** testing nf_get_att_real ... *** testing nf_get_att_double ... *** testing nf_inq_att ... *** testing nf_inq_attname ... *** testing nf_inq_attid ... *** testing nf_inq_attlen ... *** testing nf_inq_atttype ... *** testing nf_create ... *** testing nf_redef ... *** testing nf_enddef ... *** testing nf_sync ... *** testing nf_abort ... *** testing nf_def_dim ... *** testing nf_rename_dim ... *** testing nf_def_var ... *** testing nf_put_var1_text ... *** testing nf_put_var1_int1 ... *** testing nf_put_var1_int2 ... *** testing nf_put_var1_int ... *** testing nf_put_var1_real ... *** testing nf_put_var1_double ... *** testing nf_put_var_text ... *** testing nf_put_var_int1 ... *** testing nf_put_var_int2 ... *** testing nf_put_var_int ... *** testing nf_put_var_real ... *** testing nf_put_var_double ... *** testing nf_put_vara_text ... *** testing nf_put_vara_int1 ... *** testing nf_put_vara_int2 ... *** testing nf_put_vara_int ... *** testing nf_put_vara_real ... *** testing nf_put_vara_double ... *** testing nf_put_vars_text ... *** testing nf_put_vars_int1 ... *** testing nf_put_vars_int2 ... *** testing nf_put_vars_int ... *** testing nf_put_vars_real ... *** testing nf_put_vars_double ... *** testing nf_put_varm_text ... *** testing nf_put_varm_int1 ... *** testing nf_put_varm_int2 ... *** testing nf_put_varm_int ... *** testing nf_put_varm_real ... *** testing nf_put_varm_double ... *** testing nf_rename_var ... *** testing nf_put_att_text ... *** testing nf_put_att_int1 ... *** testing nf_put_att_int2 ... *** testing nf_put_att_int ... *** testing nf_put_att_real ... *** testing nf_put_att_double ... *** testing nf_copy_att ... *** testing nf_rename_att ... *** testing nf_del_att ... *** testing nf_set_fill ... *** testing nf_set_default_format ... Total number of failures: 0 *** SUCCESS! PASS: nf_test PASS: tst_f77_v2 *** Testing definition of netCDF-4 vars from Fortran 77. *** SUCCESS! PASS: ftst_vars *** Testing definition of netCDF-4 vars from Fortran 90. *** SUCCESS! PASS: f90tst_vars *** Testing netCDF-2 Fortran 77 API. *** testing nccre ... *** testing ncddef ... *** testing ncvdef ... *** testing ncapt, ncaptc ... *** testing ncclos ... *** testing ncvpt1 ... *** testing ncvgt1 ... *** testing ncvpt ... *** testing ncopn, ncinq, ncdinq, ncvinq, ncanam, ncainq ... *** testing ncvgt, ncvgtc ... *** testing ncagt, ncagtc ... *** testing ncredf, ncdren, ncvren, ncaren, ncendf ... *** testing ncacpy ... *** testing ncadel ... *** testing fill values ... Total number of failures: 0 *** SUCCESS! PASS: ftest *** Testing netCDF-3 Fortran 90 API. *** SUCCESS! PASS: tst_f90 ================== All 7 tests passed ================== Making check in cxx make nctst tst_failure make[2]: `nctst' is up to date. make[2]: `tst_failure' is up to date. make check-TESTS *** Testing C++ API with 4 different netCDF formats. *** SUCCESS with file nctst_classic.nc *** SUCCESS with file nctst_64bit_offset.nc *** SUCCESS with file nctst_netcdf4.nc *** SUCCESS with file nctst_netcdf4_classic.nc *** Total number of failures: 0 *** nctst SUCCESS! PASS: nctst NetCDF: String match to name in use XFAIL: tst_failure *** Testing C++ API test program output. *** dumping classic format file to nctst_classic.cdl and comparing... *** dumping 64-bit offset format file to nctst_64bit_offset.cdl and comparing... *** All tests of C++ API test output passed! PASS: run_nc_tests.sh *** Testing C++ API test program output for netCDF-4. *** dumping netcdf-4 format file to nctst_netcdf4.cdl and comparing... *** dumping netcdf-4 classic format file to nctst_netcdf4_classic.cdl and comparing... *** All tests of C++ API test output passed! PASS: run_nc4_tests.sh ===================================================== All 4 tests behaved as expected (1 expected failures) ===================================================== Making check in nc_test make tst_small nc_test make[2]: `tst_small' is up to date. make[2]: `nc_test' is up to date. make check-TESTS *** Testing small files. Switching to netCDF-4 format (with NC_CLASSIC_MODEL). *** testing simple small file with a global attribute...ok. *** testing simple small file with fixed dimensions...ok. *** testing simple small file with an unlimited dimension...ok. *** testing small file with one variable...ok. *** testing small file with one variable and one att...ok. *** testing small file with one record variable, which grows...ok. *** testing small file with one growing record variable, with attributes added...ok. *** testing small file with two growing record variables, with attributes added...ok. Switching to netCDF-4 format. *** testing simple small file with a global attribute...ok. *** testing simple small file with fixed dimensions...ok. *** testing simple small file with an unlimited dimension...ok. *** testing small file with one variable...ok. *** testing small file with one variable and one att...ok. *** testing small file with one record variable, which grows...ok. *** testing small file with one growing record variable, with attributes added...ok. *** testing small file with two growing record variables, with attributes added...ok. Switching to 64-bit offset format. *** testing simple small file with a global attribute...ok. *** testing simple small file with fixed dimensions...ok. *** testing simple small file with an unlimited dimension...ok. *** testing small file with one variable...ok. *** testing small file with one variable and one att...ok. *** testing small file with one record variable, which grows...ok. *** testing small file with one growing record variable, with attributes added...ok. *** testing small file with two growing record variables, with attributes added...ok. Switching to netCDF classic format. *** testing simple small file with a global attribute...ok. *** testing simple small file with fixed dimensions...ok. *** testing simple small file with an unlimited dimension...ok. *** testing small file with one variable...ok. *** testing small file with one variable and one att...ok. *** testing small file with one record variable, which grows...ok. *** testing small file with one growing record variable, with attributes added...ok. *** testing small file with two growing record variables, with attributes added...ok. *** Tests successful! PASS: tst_small FAIL: nc_test ========================================= 1 of 2 tests failed Please report to support@unidata.ucar.edu =========================================