netcdf-c
netcdf-c copied to clipboard
test failures in 4.9.3-rc1: nc_test
OS: macOS 14 with XCode CLT 15.3
Building netcdf-c 4.9.3-rc1 (with -DNETCDF_ENABLE_HDF5=OFF -DNETCDF_BUILD_UTILITIES=OFF) works successfully, but running the tests show one failed test 21 - nc_test:
The following sub-tests fail in all 3 tested formats: netCDF classic format, 64-bit offset format, 64-bit data format (despite the indication of 5 formats in Testing 5 different netCDF formats.)
- nc_redef
- nc_sync
- nc_abort
- nc_copy_att
- nc_rename_att
Test log excerpt
21/35 Testing: nc_test
21/35 Test: nc_test
Command: "/Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/build/nc_test/nc_test"
Directory: /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/build/nc_test
"nc_test" start time: Sep 19 17:53 CEST
Output:
----------------------------------------------------------
Testing 5 different netCDF formats.
Switching to netCDF classic format.
*** testing nc_strerror ...
ok
*** testing nc_open ...
ok
*** testing nc_close ...
ok
*** testing nc_inq ...
ok
*** testing nc_inq_dimid ...
ok
*** testing nc_inq_dim ...
ok
*** testing nc_inq_dimlen ...
ok
*** testing nc_inq_dimname ...
ok
*** testing nc_inq_varid ...
ok
*** testing nc_inq_var ...
ok
*** testing nc_inq_natts ...
ok
*** testing nc_inq_ndims ...
ok
*** testing nc_inq_nvars ...
ok
*** testing nc_inq_unlimdim ...
ok
*** testing nc_inq_vardimid ...
ok
*** testing nc_inq_varname ...
ok
*** testing nc_inq_varnatts ...
ok
*** testing nc_inq_varndims ...
ok
*** testing nc_inq_vartype ...
ok
*** testing nc_get_var_text ...
ok
*** testing nc_get_var_uchar ...
ok
*** testing nc_get_var_schar ...
ok
*** testing nc_get_var_short ...
ok
*** testing nc_get_var_int ...
ok
*** testing nc_get_var_long ...
ok
*** testing nc_get_var_float ...
ok
*** testing nc_get_var_double ...
ok
*** testing nc_get_var_ushort ...
ok
*** testing nc_get_var_uint ...
ok
*** testing nc_get_var_longlong ...
ok
*** testing nc_get_var_ulonglong ...
ok
*** testing nc_get_var1_text ...
ok
*** testing nc_get_var1_uchar ...
ok
*** testing nc_get_var1_schar ...
ok
*** testing nc_get_var1_short ...
ok
*** testing nc_get_var1_int ...
ok
*** testing nc_get_var1_long ...
ok
*** testing nc_get_var1_float ...
ok
*** testing nc_get_var1_double ...
ok
*** testing nc_get_var1_ushort ...
ok
*** testing nc_get_var1_uint ...
ok
*** testing nc_get_var1_longlong ...
ok
*** testing nc_get_var1_ulonglong ...
ok
*** testing nc_get_var1 ...
ok
*** testing nc_get_vara_text ...
ok
*** testing nc_get_vara_uchar ...
ok
*** testing nc_get_vara_schar ...
ok
*** testing nc_get_vara_short ...
ok
*** testing nc_get_vara_int ...
ok
*** testing nc_get_vara_long ...
ok
*** testing nc_get_vara_float ...
ok
*** testing nc_get_vara_double ...
ok
*** testing nc_get_vara_ushort ...
ok
*** testing nc_get_vara_uint ...
ok
*** testing nc_get_vara_longlong ...
ok
*** testing nc_get_vara_ulonglong ...
ok
*** testing nc_get_vara ...
ok
*** testing nc_get_vars_text ...
ok
*** testing nc_get_vars_uchar ...
ok
*** testing nc_get_vars_schar ...
ok
*** testing nc_get_vars_short ...
ok
*** testing nc_get_vars_int ...
ok
*** testing nc_get_vars_long ...
ok
*** testing nc_get_vars_float ...
ok
*** testing nc_get_vars_double ...
ok
*** testing nc_get_vars_ushort ...
ok
*** testing nc_get_vars_uint ...
ok
*** testing nc_get_vars_longlong ...
ok
*** testing nc_get_vars_ulonglong ...
ok
*** testing nc_get_vars ...
ok
*** testing nc_get_varm_text ...
ok
*** testing nc_get_varm_uchar ...
ok
*** testing nc_get_varm_schar ...
ok
*** testing nc_get_varm_short ...
ok
*** testing nc_get_varm_int ...
ok
*** testing nc_get_varm_long ...
ok
*** testing nc_get_varm_float ...
ok
*** testing nc_get_varm_double ...
ok
*** testing nc_get_varm_ushort ...
ok
*** testing nc_get_varm_uint ...
ok
*** testing nc_get_varm_longlong ...
ok
*** testing nc_get_varm_ulonglong ...
ok
*** testing nc_get_varm ...
ok
*** testing nc_get_att_text ...
ok
*** testing nc_get_att_uchar ...
ok
*** testing nc_get_att_schar ...
ok
*** testing nc_get_att_short ...
ok
*** testing nc_get_att_int ...
ok
*** testing nc_get_att_long ...
ok
*** testing nc_get_att_float ...
ok
*** testing nc_get_att_double ...
ok
*** testing nc_get_att_ushort ...
ok
*** testing nc_get_att_uint ...
ok
*** testing nc_get_att_longlong ...
ok
*** testing nc_get_att_ulonglong ...
ok
*** testing nc_get_att ...
ok
*** testing nc_inq_att ...
ok
*** testing nc_inq_attname ...
ok
*** testing nc_inq_attid ...
ok
*** testing nc_inq_attlen ...
ok
*** testing nc_inq_atttype ...
ok
*** testing nc_create ...
ok
*** testing nc_redef ...
1386 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read -64 not that expected 255
33 good comparisons.
1386 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read -64 not that expected 255
33 good comparisons.
### 2 FAILURES TESTING nc_redef! ###
*** testing nc_sync ...
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read 64 not that expected 255
33 good comparisons.
1386 good comparisons.
### 1 FAILURES TESTING nc_sync! ###
*** testing nc_abort ...
1386 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read 0 not that expected 255
33 good comparisons.
### 1 FAILURES TESTING nc_abort! ###
*** testing nc_def_dim ...
ok
*** testing nc_rename_dim ...
ok
*** testing nc_def_var ...
ok
*** testing nc_put_var_text ...
ok
*** testing nc_put_var_uchar ...
ok
*** testing nc_put_var_schar ...
ok
*** testing nc_put_var_short ...
ok
*** testing nc_put_var_int ...
ok
*** testing nc_put_var_long ...
ok
*** testing nc_put_var_float ...
ok
*** testing nc_put_var_double ...
ok
*** testing nc_put_var_ushort ...
ok
*** testing nc_put_var_uint ...
ok
*** testing nc_put_var_longlong ...
ok
*** testing nc_put_var_ulonglong ...
ok
*** testing nc_put_var1_text ...
ok
*** testing nc_put_var1_uchar ...
ok
*** testing nc_put_var1_schar ...
ok
*** testing nc_put_var1_short ...
ok
*** testing nc_put_var1_int ...
ok
*** testing nc_put_var1_long ...
ok
*** testing nc_put_var1_float ...
ok
*** testing nc_put_var1_double ...
ok
*** testing nc_put_var1_ushort ...
ok
*** testing nc_put_var1_uint ...
ok
*** testing nc_put_var1_longlong ...
ok
*** testing nc_put_var1_ulonglong ...
ok
*** testing nc_put_var1 ...
1386 good comparisons.
ok
*** testing nc_put_vara_text ...
ok
*** testing nc_put_vara_uchar ...
ok
*** testing nc_put_vara_schar ...
ok
*** testing nc_put_vara_short ...
ok
*** testing nc_put_vara_int ...
ok
*** testing nc_put_vara_long ...
ok
*** testing nc_put_vara_float ...
ok
*** testing nc_put_vara_double ...
ok
*** testing nc_put_vara_ushort ...
ok
*** testing nc_put_vara_uint ...
ok
*** testing nc_put_vara_longlong ...
ok
*** testing nc_put_vara_ulonglong ...
ok
*** testing nc_put_vara ...
1386 good comparisons.
ok
*** testing nc_put_vars_text ...
ok
*** testing nc_put_vars_uchar ...
ok
*** testing nc_put_vars_schar ...
ok
*** testing nc_put_vars_short ...
ok
*** testing nc_put_vars_int ...
ok
*** testing nc_put_vars_long ...
ok
*** testing nc_put_vars_float ...
ok
*** testing nc_put_vars_double ...
ok
*** testing nc_put_vars_ushort ...
ok
*** testing nc_put_vars_uint ...
ok
*** testing nc_put_vars_longlong ...
ok
*** testing nc_put_vars_ulonglong ...
ok
*** testing nc_put_vars ...
1386 good comparisons.
ok
*** testing nc_put_varm_text ...
ok
*** testing nc_put_varm_uchar ...
ok
*** testing nc_put_varm_schar ...
ok
*** testing nc_put_varm_short ...
ok
*** testing nc_put_varm_int ...
ok
*** testing nc_put_varm_long ...
ok
*** testing nc_put_varm_float ...
ok
*** testing nc_put_varm_double ...
ok
*** testing nc_put_varm_ushort ...
ok
*** testing nc_put_varm_uint ...
ok
*** testing nc_put_varm_longlong ...
ok
*** testing nc_put_varm_ulonglong ...
ok
*** testing nc_put_varm ...
1386 good comparisons.
ok
*** testing nc_rename_var ...
1386 good comparisons.
ok
*** testing nc_put_att_text ...
ok
*** testing nc_put_att_uchar ...
ok
*** testing nc_put_att_schar ...
ok
*** testing nc_put_att_short ...
ok
*** testing nc_put_att_int ...
ok
*** testing nc_put_att_long ...
ok
*** testing nc_put_att_float ...
ok
*** testing nc_put_att_ulonglong ...
ok
*** testing nc_put_att_ushort ...
ok
*** testing nc_put_att_uint ...
ok
*** testing nc_put_att_longlong ...
ok
*** testing nc_put_att_ulonglong ...
ok
*** testing nc_put_att ...
34 good comparisons.
ok
*** testing nc_copy_att ...
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read -32 not that expected 255
33 good comparisons.
### 1 FAILURES TESTING nc_copy_att! ###
*** testing nc_rename_att ...
FAILURE at line 1875 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/build/nc_test/test_write.c: get_att_text: unexpected value
### 1 FAILURES TESTING nc_rename_att! ###
*** testing nc_del_att ...
ok
*** testing nc_against_pnetcdf ...
ok
*** testing nc_set_default_format ...
ok
Switching to 64-bit offset format.
*** testing nc_strerror ...
ok
*** testing nc_open ...
ok
*** testing nc_close ...
ok
*** testing nc_inq ...
ok
*** testing nc_inq_dimid ...
ok
*** testing nc_inq_dim ...
ok
*** testing nc_inq_dimlen ...
ok
*** testing nc_inq_dimname ...
ok
*** testing nc_inq_varid ...
ok
*** testing nc_inq_var ...
ok
*** testing nc_inq_natts ...
ok
*** testing nc_inq_ndims ...
ok
*** testing nc_inq_nvars ...
ok
*** testing nc_inq_unlimdim ...
ok
*** testing nc_inq_vardimid ...
ok
*** testing nc_inq_varname ...
ok
*** testing nc_inq_varnatts ...
ok
*** testing nc_inq_varndims ...
ok
*** testing nc_inq_vartype ...
ok
*** testing nc_get_var_text ...
ok
*** testing nc_get_var_uchar ...
ok
*** testing nc_get_var_schar ...
ok
*** testing nc_get_var_short ...
ok
*** testing nc_get_var_int ...
ok
*** testing nc_get_var_long ...
ok
*** testing nc_get_var_float ...
ok
*** testing nc_get_var_double ...
ok
*** testing nc_get_var_ushort ...
ok
*** testing nc_get_var_uint ...
ok
*** testing nc_get_var_longlong ...
ok
*** testing nc_get_var_ulonglong ...
ok
*** testing nc_get_var1_text ...
ok
*** testing nc_get_var1_uchar ...
ok
*** testing nc_get_var1_schar ...
ok
*** testing nc_get_var1_short ...
ok
*** testing nc_get_var1_int ...
ok
*** testing nc_get_var1_long ...
ok
*** testing nc_get_var1_float ...
ok
*** testing nc_get_var1_double ...
ok
*** testing nc_get_var1_ushort ...
ok
*** testing nc_get_var1_uint ...
ok
*** testing nc_get_var1_longlong ...
ok
*** testing nc_get_var1_ulonglong ...
ok
*** testing nc_get_var1 ...
ok
*** testing nc_get_vara_text ...
ok
*** testing nc_get_vara_uchar ...
ok
*** testing nc_get_vara_schar ...
ok
*** testing nc_get_vara_short ...
ok
*** testing nc_get_vara_int ...
ok
*** testing nc_get_vara_long ...
ok
*** testing nc_get_vara_float ...
ok
*** testing nc_get_vara_double ...
ok
*** testing nc_get_vara_ushort ...
ok
*** testing nc_get_vara_uint ...
ok
*** testing nc_get_vara_longlong ...
ok
*** testing nc_get_vara_ulonglong ...
ok
*** testing nc_get_vara ...
ok
*** testing nc_get_vars_text ...
ok
*** testing nc_get_vars_uchar ...
ok
*** testing nc_get_vars_schar ...
ok
*** testing nc_get_vars_short ...
ok
*** testing nc_get_vars_int ...
ok
*** testing nc_get_vars_long ...
ok
*** testing nc_get_vars_float ...
ok
*** testing nc_get_vars_double ...
ok
*** testing nc_get_vars_ushort ...
ok
*** testing nc_get_vars_uint ...
ok
*** testing nc_get_vars_longlong ...
ok
*** testing nc_get_vars_ulonglong ...
ok
*** testing nc_get_vars ...
ok
*** testing nc_get_varm_text ...
ok
*** testing nc_get_varm_uchar ...
ok
*** testing nc_get_varm_schar ...
ok
*** testing nc_get_varm_short ...
ok
*** testing nc_get_varm_int ...
ok
*** testing nc_get_varm_long ...
ok
*** testing nc_get_varm_float ...
ok
*** testing nc_get_varm_double ...
ok
*** testing nc_get_varm_ushort ...
ok
*** testing nc_get_varm_uint ...
ok
*** testing nc_get_varm_longlong ...
ok
*** testing nc_get_varm_ulonglong ...
ok
*** testing nc_get_varm ...
ok
*** testing nc_get_att_text ...
ok
*** testing nc_get_att_uchar ...
ok
*** testing nc_get_att_schar ...
ok
*** testing nc_get_att_short ...
ok
*** testing nc_get_att_int ...
ok
*** testing nc_get_att_long ...
ok
*** testing nc_get_att_float ...
ok
*** testing nc_get_att_double ...
ok
*** testing nc_get_att_ushort ...
ok
*** testing nc_get_att_uint ...
ok
*** testing nc_get_att_longlong ...
ok
*** testing nc_get_att_ulonglong ...
ok
*** testing nc_get_att ...
ok
*** testing nc_inq_att ...
ok
*** testing nc_inq_attname ...
ok
*** testing nc_inq_attid ...
ok
*** testing nc_inq_attlen ...
ok
*** testing nc_inq_atttype ...
ok
*** testing nc_create ...
ok
*** testing nc_redef ...
1386 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read -64 not that expected 255
33 good comparisons.
1386 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read -64 not that expected 255
33 good comparisons.
### 2 FAILURES TESTING nc_redef! ###
*** testing nc_sync ...
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read 64 not that expected 255
33 good comparisons.
1386 good comparisons.
### 1 FAILURES TESTING nc_sync! ###
*** testing nc_abort ...
1386 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read 0 not that expected 255
33 good comparisons.
### 1 FAILURES TESTING nc_abort! ###
*** testing nc_def_dim ...
ok
*** testing nc_rename_dim ...
ok
*** testing nc_def_var ...
ok
*** testing nc_put_var_text ...
ok
*** testing nc_put_var_uchar ...
ok
*** testing nc_put_var_schar ...
ok
*** testing nc_put_var_short ...
ok
*** testing nc_put_var_int ...
ok
*** testing nc_put_var_long ...
ok
*** testing nc_put_var_float ...
ok
*** testing nc_put_var_double ...
ok
*** testing nc_put_var_ushort ...
ok
*** testing nc_put_var_uint ...
ok
*** testing nc_put_var_longlong ...
ok
*** testing nc_put_var_ulonglong ...
ok
*** testing nc_put_var1_text ...
ok
*** testing nc_put_var1_uchar ...
ok
*** testing nc_put_var1_schar ...
ok
*** testing nc_put_var1_short ...
ok
*** testing nc_put_var1_int ...
ok
*** testing nc_put_var1_long ...
ok
*** testing nc_put_var1_float ...
ok
*** testing nc_put_var1_double ...
ok
*** testing nc_put_var1_ushort ...
ok
*** testing nc_put_var1_uint ...
ok
*** testing nc_put_var1_longlong ...
ok
*** testing nc_put_var1_ulonglong ...
ok
*** testing nc_put_var1 ...
1386 good comparisons.
ok
*** testing nc_put_vara_text ...
ok
*** testing nc_put_vara_uchar ...
ok
*** testing nc_put_vara_schar ...
ok
*** testing nc_put_vara_short ...
ok
*** testing nc_put_vara_int ...
ok
*** testing nc_put_vara_long ...
ok
*** testing nc_put_vara_float ...
ok
*** testing nc_put_vara_double ...
ok
*** testing nc_put_vara_ushort ...
ok
*** testing nc_put_vara_uint ...
ok
*** testing nc_put_vara_longlong ...
ok
*** testing nc_put_vara_ulonglong ...
ok
*** testing nc_put_vara ...
1386 good comparisons.
ok
*** testing nc_put_vars_text ...
ok
*** testing nc_put_vars_uchar ...
ok
*** testing nc_put_vars_schar ...
ok
*** testing nc_put_vars_short ...
ok
*** testing nc_put_vars_int ...
ok
*** testing nc_put_vars_long ...
ok
*** testing nc_put_vars_float ...
ok
*** testing nc_put_vars_double ...
ok
*** testing nc_put_vars_ushort ...
ok
*** testing nc_put_vars_uint ...
ok
*** testing nc_put_vars_longlong ...
ok
*** testing nc_put_vars_ulonglong ...
ok
*** testing nc_put_vars ...
1386 good comparisons.
ok
*** testing nc_put_varm_text ...
ok
*** testing nc_put_varm_uchar ...
ok
*** testing nc_put_varm_schar ...
ok
*** testing nc_put_varm_short ...
ok
*** testing nc_put_varm_int ...
ok
*** testing nc_put_varm_long ...
ok
*** testing nc_put_varm_float ...
ok
*** testing nc_put_varm_double ...
ok
*** testing nc_put_varm_ushort ...
ok
*** testing nc_put_varm_uint ...
ok
*** testing nc_put_varm_longlong ...
ok
*** testing nc_put_varm_ulonglong ...
ok
*** testing nc_put_varm ...
1386 good comparisons.
ok
*** testing nc_rename_var ...
1386 good comparisons.
ok
*** testing nc_put_att_text ...
ok
*** testing nc_put_att_uchar ...
ok
*** testing nc_put_att_schar ...
ok
*** testing nc_put_att_short ...
ok
*** testing nc_put_att_int ...
ok
*** testing nc_put_att_long ...
ok
*** testing nc_put_att_float ...
ok
*** testing nc_put_att_ulonglong ...
ok
*** testing nc_put_att_ushort ...
ok
*** testing nc_put_att_uint ...
ok
*** testing nc_put_att_longlong ...
ok
*** testing nc_put_att_ulonglong ...
ok
*** testing nc_put_att ...
34 good comparisons.
ok
*** testing nc_copy_att ...
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var d [0] value read -32 not that expected 255
33 good comparisons.
### 1 FAILURES TESTING nc_copy_att! ###
*** testing nc_rename_att ...
FAILURE at line 1875 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/build/nc_test/test_write.c: get_att_text: unexpected value
### 1 FAILURES TESTING nc_rename_att! ###
*** testing nc_del_att ...
ok
*** testing nc_against_pnetcdf ...
ok
*** testing nc_set_default_format ...
ok
Switching to 64-bit data format.
*** testing nc_strerror ...
ok
*** testing nc_open ...
ok
*** testing nc_close ...
ok
*** testing nc_inq ...
ok
*** testing nc_inq_dimid ...
ok
*** testing nc_inq_dim ...
ok
*** testing nc_inq_dimlen ...
ok
*** testing nc_inq_dimname ...
ok
*** testing nc_inq_varid ...
ok
*** testing nc_inq_var ...
ok
*** testing nc_inq_natts ...
ok
*** testing nc_inq_ndims ...
ok
*** testing nc_inq_nvars ...
ok
*** testing nc_inq_unlimdim ...
ok
*** testing nc_inq_vardimid ...
ok
*** testing nc_inq_varname ...
ok
*** testing nc_inq_varnatts ...
ok
*** testing nc_inq_varndims ...
ok
*** testing nc_inq_vartype ...
ok
*** testing nc_get_var_text ...
ok
*** testing nc_get_var_uchar ...
ok
*** testing nc_get_var_schar ...
ok
*** testing nc_get_var_short ...
ok
*** testing nc_get_var_int ...
ok
*** testing nc_get_var_long ...
ok
*** testing nc_get_var_float ...
ok
*** testing nc_get_var_double ...
ok
*** testing nc_get_var_ushort ...
ok
*** testing nc_get_var_uint ...
ok
*** testing nc_get_var_longlong ...
ok
*** testing nc_get_var_ulonglong ...
ok
*** testing nc_get_var1_text ...
ok
*** testing nc_get_var1_uchar ...
ok
*** testing nc_get_var1_schar ...
ok
*** testing nc_get_var1_short ...
ok
*** testing nc_get_var1_int ...
ok
*** testing nc_get_var1_long ...
ok
*** testing nc_get_var1_float ...
ok
*** testing nc_get_var1_double ...
ok
*** testing nc_get_var1_ushort ...
ok
*** testing nc_get_var1_uint ...
ok
*** testing nc_get_var1_longlong ...
ok
*** testing nc_get_var1_ulonglong ...
ok
*** testing nc_get_var1 ...
ok
*** testing nc_get_vara_text ...
ok
*** testing nc_get_vara_uchar ...
ok
*** testing nc_get_vara_schar ...
ok
*** testing nc_get_vara_short ...
ok
*** testing nc_get_vara_int ...
ok
*** testing nc_get_vara_long ...
ok
*** testing nc_get_vara_float ...
ok
*** testing nc_get_vara_double ...
ok
*** testing nc_get_vara_ushort ...
ok
*** testing nc_get_vara_uint ...
ok
*** testing nc_get_vara_longlong ...
ok
*** testing nc_get_vara_ulonglong ...
ok
*** testing nc_get_vara ...
ok
*** testing nc_get_vars_text ...
ok
*** testing nc_get_vars_uchar ...
ok
*** testing nc_get_vars_schar ...
ok
*** testing nc_get_vars_short ...
ok
*** testing nc_get_vars_int ...
ok
*** testing nc_get_vars_long ...
ok
*** testing nc_get_vars_float ...
ok
*** testing nc_get_vars_double ...
ok
*** testing nc_get_vars_ushort ...
ok
*** testing nc_get_vars_uint ...
ok
*** testing nc_get_vars_longlong ...
ok
*** testing nc_get_vars_ulonglong ...
ok
*** testing nc_get_vars ...
ok
*** testing nc_get_varm_text ...
ok
*** testing nc_get_varm_uchar ...
ok
*** testing nc_get_varm_schar ...
ok
*** testing nc_get_varm_short ...
ok
*** testing nc_get_varm_int ...
ok
*** testing nc_get_varm_long ...
ok
*** testing nc_get_varm_float ...
ok
*** testing nc_get_varm_double ...
ok
*** testing nc_get_varm_ushort ...
ok
*** testing nc_get_varm_uint ...
ok
*** testing nc_get_varm_longlong ...
ok
*** testing nc_get_varm_ulonglong ...
ok
*** testing nc_get_varm ...
ok
*** testing nc_get_att_text ...
ok
*** testing nc_get_att_uchar ...
ok
*** testing nc_get_att_schar ...
ok
*** testing nc_get_att_short ...
ok
*** testing nc_get_att_int ...
ok
*** testing nc_get_att_long ...
ok
*** testing nc_get_att_float ...
ok
*** testing nc_get_att_double ...
ok
*** testing nc_get_att_ushort ...
ok
*** testing nc_get_att_uint ...
ok
*** testing nc_get_att_longlong ...
ok
*** testing nc_get_att_ulonglong ...
ok
*** testing nc_get_att ...
ok
*** testing nc_inq_att ...
ok
*** testing nc_inq_attname ...
ok
*** testing nc_inq_attid ...
ok
*** testing nc_inq_attlen ...
ok
*** testing nc_inq_atttype ...
ok
*** testing nc_create ...
ok
*** testing nc_redef ...
1440 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var t [2] value read -64 not that expected 255
142 good comparisons.
1440 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var t [2] value read -64 not that expected 255
142 good comparisons.
### 2 FAILURES TESTING nc_redef! ###
*** testing nc_sync ...
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var t [2] value read 64 not that expected 255
142 good comparisons.
1440 good comparisons.
### 1 FAILURES TESTING nc_sync! ###
*** testing nc_abort ...
1440 good comparisons.
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var t [2] value read 0 not that expected 255
142 good comparisons.
### 1 FAILURES TESTING nc_abort! ###
*** testing nc_def_dim ...
ok
*** testing nc_rename_dim ...
ok
*** testing nc_def_var ...
ok
*** testing nc_put_var_text ...
ok
*** testing nc_put_var_uchar ...
ok
*** testing nc_put_var_schar ...
ok
*** testing nc_put_var_short ...
ok
*** testing nc_put_var_int ...
ok
*** testing nc_put_var_long ...
ok
*** testing nc_put_var_float ...
ok
*** testing nc_put_var_double ...
ok
*** testing nc_put_var_ushort ...
ok
*** testing nc_put_var_uint ...
ok
*** testing nc_put_var_longlong ...
ok
*** testing nc_put_var_ulonglong ...
ok
*** testing nc_put_var1_text ...
ok
*** testing nc_put_var1_uchar ...
ok
*** testing nc_put_var1_schar ...
ok
*** testing nc_put_var1_short ...
ok
*** testing nc_put_var1_int ...
ok
*** testing nc_put_var1_long ...
ok
*** testing nc_put_var1_float ...
ok
*** testing nc_put_var1_double ...
ok
*** testing nc_put_var1_ushort ...
ok
*** testing nc_put_var1_uint ...
ok
*** testing nc_put_var1_longlong ...
ok
*** testing nc_put_var1_ulonglong ...
ok
*** testing nc_put_var1 ...
1440 good comparisons.
ok
*** testing nc_put_vara_text ...
ok
*** testing nc_put_vara_uchar ...
ok
*** testing nc_put_vara_schar ...
ok
*** testing nc_put_vara_short ...
ok
*** testing nc_put_vara_int ...
ok
*** testing nc_put_vara_long ...
ok
*** testing nc_put_vara_float ...
ok
*** testing nc_put_vara_double ...
ok
*** testing nc_put_vara_ushort ...
ok
*** testing nc_put_vara_uint ...
ok
*** testing nc_put_vara_longlong ...
ok
*** testing nc_put_vara_ulonglong ...
ok
*** testing nc_put_vara ...
1440 good comparisons.
ok
*** testing nc_put_vars_text ...
ok
*** testing nc_put_vars_uchar ...
ok
*** testing nc_put_vars_schar ...
ok
*** testing nc_put_vars_short ...
ok
*** testing nc_put_vars_int ...
ok
*** testing nc_put_vars_long ...
ok
*** testing nc_put_vars_float ...
ok
*** testing nc_put_vars_double ...
ok
*** testing nc_put_vars_ushort ...
ok
*** testing nc_put_vars_uint ...
ok
*** testing nc_put_vars_longlong ...
ok
*** testing nc_put_vars_ulonglong ...
ok
*** testing nc_put_vars ...
1440 good comparisons.
ok
*** testing nc_put_varm_text ...
ok
*** testing nc_put_varm_uchar ...
ok
*** testing nc_put_varm_schar ...
ok
*** testing nc_put_varm_short ...
ok
*** testing nc_put_varm_int ...
ok
*** testing nc_put_varm_long ...
ok
*** testing nc_put_varm_float ...
ok
*** testing nc_put_varm_double ...
ok
*** testing nc_put_varm_ushort ...
ok
*** testing nc_put_varm_uint ...
ok
*** testing nc_put_varm_longlong ...
ok
*** testing nc_put_varm_ulonglong ...
ok
*** testing nc_put_varm ...
1440 good comparisons.
ok
*** testing nc_rename_var ...
1440 good comparisons.
ok
*** testing nc_put_att_text ...
ok
*** testing nc_put_att_uchar ...
ok
*** testing nc_put_att_schar ...
ok
*** testing nc_put_att_short ...
ok
*** testing nc_put_att_int ...
ok
*** testing nc_put_att_long ...
ok
*** testing nc_put_att_float ...
ok
*** testing nc_put_att_ulonglong ...
ok
*** testing nc_put_att_ushort ...
ok
*** testing nc_put_att_uint ...
ok
*** testing nc_put_att_longlong ...
ok
*** testing nc_put_att_ulonglong ...
ok
*** testing nc_put_att ...
143 good comparisons.
ok
*** testing nc_copy_att ...
FAILURE at line 1074 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/nc_test/util.c: Var t [2] value read -32 not that expected 255
142 good comparisons.
### 1 FAILURES TESTING nc_copy_att! ###
*** testing nc_rename_att ...
FAILURE at line 1875 of /Users/admin/Documents/PostgresApp/src-17/netcdf-c-4.9.3-rc1/build/nc_test/test_write.c: get_att_text: unexpected value
### 1 FAILURES TESTING nc_rename_att! ###
*** testing nc_del_att ...
ok
*** testing nc_against_pnetcdf ...
ok
*** testing nc_set_default_format ...
ok
*** Total number of failures: 18
*** nc_test FAILURE!!!
<end of output>
Test time = 0.32 sec
----------------------------------------------------------
Test Failed.
"nc_test" end time: Sep 19 17:53 CEST
"nc_test" time elapsed: 00:00:00
----------------------------------------------------------