[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #BUB-952502]: netcdf-4.7.0 make fails



Hello,

Can you provide the config.log file generated when you run configure?  I've 
tried to replicate this issue, but 'test_remote.sh' does not run when I pass 
--disable-dap-remote-tests during configure, and I would like to figure out 
what the discrepancy is.  


Thanks,

-Ward

> Even when I add --disable-dap-remote-tests, it fails.  I'm following this
> guide "centos gdal 2.4.1 up and running with python3.6" to install gdal.
> All is successful until I get to netcdf-c-4.7.0.  Thanks
> -> Marcus N
> 
> 
> [root@nwctantalus gdal_install]# cat
> src/netcdf-c-4.7.0/dap4_test/test-suite.log
> ============================================
> netCDF 4.7.0: dap4_test/test-suite.log
> ============================================
> 
> # TOTAL: 6
> # PASS:  5
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: test_remote.sh
> ====================
> 
> test_remote.sh:
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_atomic_array.nc.dap
> Log:fetch complete: 0.540
> ./test_remote.sh: line 68: 64530 Segmentation fault      (core dumped)
> ${NCDUMP} ${DUMPFLAGS} "${URL}" > ${builddir}/results_test_remote/${f}.dmp
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_atomic_array.nc
> 1,51d0
> < netcdf test_atomic_array {
> < types:
> <   byte enum cloud_class_t {Clear = 0, Cumulonimbus = 1, Stratus = 2,
> <       Stratocumulus = 3, Cumulus = 4, Altostratus = 5, Nimbostratus = 6,
> <       Altocumulus = 7, Cirrostratus = 8, Cirrocumulus = 9, Cirrus = 10,
> <       Missing = 127} ;
> <   opaque(16) opaque16_t ;
> < dimensions:
> <       d1 = 1 ;
> <       d2 = 2 ;
> <       d3 = 3 ;
> <       d4 = 4 ;
> <       d5 = 5 ;
> < variables:
> <       ubyte vu8(d2, d3) ;
> <       short v16(d4) ;
> <       uint vu32(d2, d3) ;
> <       double vd(d2) ;
> <       char vc(d2) ;
> <       string vs(d2, d2) ;
> <       opaque16_t vo(d1, d2) ;
> <       cloud_class_t primary_cloud(d5) ;
> <               cloud_class_t primary_cloud:_FillValue = Missing ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  vu8 =
> <   255, 1, 2,
> <   3, 4, 5 ;
> <  v16 = 1, 2, 3, 4 ;
> <  vu32 =
> <   5, 4, 3,
> <   2, 1, 0 ;
> <  vd = 17.9, 1024.8 ;
> <  vc = "@&" ;
> <  vs =
> <   "hello\tworld", "\r\n",
> <   "???????", "abc" ;
> <  vo =
> <   0X0123456789ABCDEF0000000000000000, 0XABCDEF00000000000000000000000000 ;
> <  primary_cloud = Clear, Stratus, Clear, Cumulonimbus, _ ;
> < }
> *** Fail: diff test_atomic_array.nc.dmp
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_atomic_types.nc.dap
> Log:fetch complete: 0.534
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_atomic_types.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_atomic_types.nc: NetCDF:
> String match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_atomic_types.nc
> 1,60d0
> < netcdf test_atomic_types {
> < types:
> <   byte enum cloud_class_t {Clear = 0, Cumulonimbus = 1, Stratus = 2,
> <       Stratocumulus = 3, Cumulus = 4, Altostratus = 5, Nimbostratus = 6,
> <       Altocumulus = 7, Cirrostratus = 8, Cirrocumulus = 9, Cirrus = 10,
> <       Missing = 127} ;
> <   opaque(16) opaque16_t ;
> < variables:
> <       byte v8 ;
> <       ubyte vu8 ;
> <       short v16 ;
> <       ushort vu16 ;
> <       int v32 ;
> <       uint vu32 ;
> <       int64 v64 ;
> <       uint64 vu64 ;
> <       float vf ;
> <       double vd ;
> <       char vc ;
> <       string vs ;
> <       opaque16_t vo ;
> <       cloud_class_t primary_cloud ;
> <               cloud_class_t primary_cloud:_FillValue = Missing ;
> <       cloud_class_t secondary_cloud ;
> <               cloud_class_t secondary_cloud:_FillValue = Missing ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v8 = -128 ;
> <  vu8 = 255 ;
> <  v16 = -32768 ;
> <  vu16 = _ ;
> <  v32 = 2147483647 ;
> <  vu32 = _ ;
> <  v64 = 9223372036854775807 ;
> <  vu64 = 18446744073709551615 ;
> <  vf = 3.141593 ;
> <  vd = 3.14159265358979 ;
> <  vc = "@" ;
> <  vs = "hello\tworld" ;
> <  vo = 0X0123456789ABCDEF0000000000000000 ;
> <  primary_cloud = Stratus ;
> <  secondary_cloud = _ ;
> < }
> *** Fail: diff test_atomic_types.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_enum.nc.dap
> Log:fetch complete: 0.539
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_enum.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_enum.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_enum.nc
> 1,16d0
> < netcdf test_enum {
> < types:
> <   byte enum cloud_class_t {Clear = 0, Cumulonimbus = 1, Stratus = 2,
> <       Stratocumulus = 3, Cumulus = 4, Altostratus = 5, Nimbostratus = 6,
> <       Altocumulus = 7, Cirrostratus = 8, Cirrocumulus = 9, Cirrus = 10,
> <       Missing = 127} ;
> < variables:
> <       cloud_class_t primary_cloud ;
> <               cloud_class_t primary_cloud:_FillValue = Missing ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  primary_cloud = Stratus ;
> < }
> *** Fail: diff test_enum.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_enum_2.nc.dap
> Log:fetch complete: 0.522
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_enum_2.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_enum_2.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_enum_2.nc
> 1,19d0
> < netcdf test_enum_2 {
> < types:
> <   byte enum cloud_class_t {Clear = 0, Cumulonimbus = 1, Stratus = 2,
> <       Stratocumulus = 3, Cumulus = 4, Altostratus = 5, Nimbostratus = 6,
> <       Altocumulus = 7, Cirrostratus = 8, Cirrocumulus = 9, Cirrus = 10,
> <       Missing = 127} ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < group: h {
> <   variables:
> <       cloud_class_t primary_cloud ;
> <               cloud_class_t primary_cloud:_FillValue = Missing ;
> <   data:
> <    primary_cloud = Stratus ;
> <   } // group h
> < }
> *** Fail: diff test_enum_2.nc.dmp
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_enum_array.nc.dap
> Log:fetch complete: 0.502
> ./test_remote.sh: line 68: 64606 Segmentation fault      (core dumped)
> ${NCDUMP} ${DUMPFLAGS} "${URL}" > ${builddir}/results_test_remote/${f}.dmp
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_enum_array.nc
> 1,18d0
> < netcdf test_enum_array {
> < types:
> <   byte enum cloud_class_t {Clear = 0, Cumulonimbus = 1, Stratus = 2,
> <       Stratocumulus = 3, Cumulus = 4, Altostratus = 5, Nimbostratus = 6,
> <       Altocumulus = 7, Cirrostratus = 8, Cirrocumulus = 9, Cirrus = 10,
> <       Missing = 127} ;
> < dimensions:
> <       d5 = 5 ;
> < variables:
> <       cloud_class_t primary_cloud(d5) ;
> <               cloud_class_t primary_cloud:_FillValue = Missing ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  primary_cloud = Clear, Stratus, Clear, Cumulonimbus, _ ;
> < }
> *** Fail: diff test_enum_array.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_fill.nc.dap
> Log:fetch complete: 0.539
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_fill.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_fill.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_fill.nc
> 1,17d0
> < netcdf test_fill {
> < variables:
> <       ubyte uv8 ;
> <       short v16 ;
> <       uint uv32 ;
> <               uv32:_FillValue = 17U ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  uv8 = 240 ;
> <  v16 = 32700 ;
> <  uv32 = 111000 ;
> < }
> *** Fail: diff test_fill.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_groups1.nc.dap
> Log:fetch complete: 0.535
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_groups1.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_groups1.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_groups1.nc
> 1,38d0
> < netcdf test_groups1 {
> < dimensions:
> <       dim1 = 5 ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < group: g {
> <   dimensions:
> <       dim2 = 3 ;
> <   group: h {
> <     dimensions:
> <       dim3 = 7 ;
> <     variables:
> <       int v1(dim1) ;
> <       float v2(dim2) ;
> <     data:
> <      v1 = -876354855, -1761252264, 1723477387, -46827465, 1475147969 ;
> <      v2 = 12, -100, _ ;
> <     } // group h
> <   group: i {
> <     dimensions:
> <       dim3 = 7 ;
> <     variables:
> <       int v1(dim1) ;
> <       float v3(dim3) ;
> <     data:
> <      v1 = 2, 3, 5, 7, 11 ;
> <      v3 = 23, 29, 19, 31, 17, 37, 13 ;
> <     } // group i
> <   } // group g
> < }
> *** Fail: diff test_groups1.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_misc1.nc.dap
> Log:fetch complete: 0.582
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_misc1.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_misc1.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_misc1.nc
> 1,29d0
> < netcdf test_misc1 {
> < dimensions:
> <       lat = 6 ;
> <       lon = 4 ;
> <       time = UNLIMITED ; // (0 currently)
> <       unlim = UNLIMITED ; // (3 currently)
> < variables:
> <       float lat(lat) ;
> <               lat:units = "d" ;
> <       float lon(lon) ;
> <               lon:units = "d" ;
> <       double time(time) ;
> <               time:units = "s" ;
> <       float pr(time, lat, lon) ;
> <               pr:standard_name = "a" ;
> <               pr:units = "h" ;
> <       float var(unlim) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> <               :title = "e" ;
> < data:
> <  lat = _, _, _, _, _, _ ;
> <  lon = _, _, _, _ ;
> <  var = 0, 1, 3 ;
> < }
> *** Fail: diff test_misc1.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_one_var.nc.dap
> Log:fetch complete: 0.535
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_one_var.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_one_var.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_one_var.nc
> 1,10d0
> < netcdf test_one_var {
> < variables:
> <       int t ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  t = 17 ;
> < }
> *** Fail: diff test_one_var.nc.dmp
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_one_vararray.nc.dap
> Log:fetch complete: 0.535
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_one_vararray.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_one_vararray.nc: NetCDF:
> String match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_one_vararray.nc
> 1,12d0
> < netcdf test_one_vararray {
> < dimensions:
> <       d2 = 2 ;
> < variables:
> <       int t(d2) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  t = 17, 37 ;
> < }
> *** Fail: diff test_one_vararray.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_opaque.nc.dap
> Log:fetch complete: 0.524
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_opaque.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_opaque.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_opaque.nc
> 1,12d0
> < netcdf test_opaque {
> < types:
> <   opaque(16) opaque16_t ;
> < variables:
> <       opaque16_t vo1 ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  vo1 = 0X0123456789ABCDEF0000000000000000 ;
> < }
> *** Fail: diff test_opaque.nc.dmp
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_opaque_array.nc.dap
> Log:fetch complete: 0.512
> ./test_remote.sh: line 68: 64726 Segmentation fault      (core dumped)
> ${NCDUMP} ${DUMPFLAGS} "${URL}" > ${builddir}/results_test_remote/${f}.dmp
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_opaque_array.nc
> 1,16d0
> < netcdf test_opaque_array {
> < types:
> <   opaque(16) opaque16_t ;
> < dimensions:
> <       d2 = 2 ;
> < variables:
> <       opaque16_t vo2(d2, d2) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  vo2 =
> <   0X0123456789ABCDEF0000000000000000, 0XABCDEF00000000000000000000000000,
> <   0XFEDCBA98765432100000000000000000, 0XFEDCBA99999999990000000000000000 ;
> < }
> *** Fail: diff test_opaque_array.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_struct1.nc.dap
> Log:fetch complete: 0.499
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct1.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct1.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct1.nc
> 1,15d0
> < netcdf test_struct1 {
> < types:
> <   compound s_t {
> <     int x ;
> <     int y ;
> <   }; // s_t
> < variables:
> <       s_t s ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  s = {1, -2} ;
> < }
> *** Fail: diff test_struct1.nc.dmp
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_array.nc.dap
> Log:fetch complete: 0.536
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_array.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_array.nc: NetCDF:
> String match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_array.nc
> 1,22d0
> < netcdf test_struct_array {
> < types:
> <   compound s_t {
> <     int x ;
> <     int y ;
> <   }; // s_t
> < dimensions:
> <       dx = 4 ;
> <       dy = 3 ;
> < variables:
> <       s_t s(dx, dy) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  s =
> <   {1, -1}, {17, 37}, {-32767, 32767},
> <   {-1, 3}, {-2, 2}, {-3, 1},
> <   {-4, 12}, {-8, 8}, {-12, 4},
> <   {-5, 15}, {-10, 10}, {-15, 5} ;
> < }
> *** Fail: diff test_struct_array.nc.dmp
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested.nc.dap
> Log:fetch complete: 0.540
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested.nc: NetCDF:
> String match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested.nc
> 1,23d0
> < netcdf test_struct_nested {
> < types:
> <   compound x_field1_t {
> <     int x ;
> <     int y ;
> <   }; // x_field1_t
> <   compound x_field2_t {
> <     int x ;
> <     int y ;
> <   }; // x_field2_t
> <   compound x_t {
> <     x_field1_t field1 ;
> <     x_field2_t field2 ;
> <   }; // x_t
> < variables:
> <       x_t x ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  x = {{1, -2}, {255, 90}} ;
> < }
> *** Fail: diff test_struct_nested.nc.dmp
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested3.nc.dap
> Log:fetch complete: 0.515
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested3.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested3.nc: NetCDF:
> String match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested3.nc
> 1,20d0
> < netcdf test_struct_nested3 {
> < types:
> <   compound x_field3_field2_t {
> <     int field1 ;
> <   }; // x_field3_field2_t
> <   compound x_field3_t {
> <     x_field3_field2_t field2 ;
> <   }; // x_field3_t
> <   compound x_t {
> <     x_field3_t field3 ;
> <   }; // x_t
> < variables:
> <       x_t x ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  x = {{{17}}} ;
> < }
> *** Fail: diff test_struct_nested3.nc.dmp
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_type.nc.dap
> Log:fetch complete: 0.524
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_type.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_type.nc: NetCDF:
> String match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_type.nc
> 1,15d0
> < netcdf test_struct_type {
> < types:
> <   compound s_t {
> <     int x ;
> <     int y ;
> <   }; // s_t
> < variables:
> <       s_t s ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  s = {1, -2} ;
> < }
> *** Fail: diff test_struct_type.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_utf8.nc.dap
> Log:fetch complete: 0.538
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_utf8.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_utf8.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_utf8.nc
> 1,12d0
> < netcdf test_utf8 {
> < dimensions:
> <       d2 = 2 ;
> < variables:
> <       string vs(d2) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  vs = "???????", "abc" ;
> < }
> *** Fail: diff test_utf8.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen1.nc.dap
> Log:fetch complete: 0.541
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen1.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen1.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen1.nc
> 1,15d0
> < netcdf test_vlen1 {
> < types:
> <   compound x_base_t {
> <     int vlen_t ;
> <   }; // x_base_t
> <   x_base_t(*) x_t ;
> < variables:
> <       x_t x ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  x = {{1}, {3}, {5}, {7}} ;
> < }
> *** Fail: diff test_vlen1.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen2.nc.dap
> Log:fetch complete: 0.505
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen2.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen2.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen2.nc
> 1,21d0
> < netcdf test_vlen2 {
> < types:
> <   compound x_base_t {
> <     int vlen_t ;
> <   }; // x_base_t
> <   x_base_t(*) x_t ;
> < dimensions:
> <       d3 = 3 ;
> <       d2 = 2 ;
> < variables:
> <       x_t x(d3, d2) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  x =
> <   {{1}, {3}, {5}, {7}}, {{100}, {200}},
> <   {{-1}, {-2}}, {{1}, {3}, {5}, {7}},
> <   {{100}, {200}}, {{-1}, {-2}} ;
> < }
> *** Fail: diff test_vlen2.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen3.nc.dap
> Log:fetch complete: 0.541
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen3.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen3.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen3.nc
> 1,18d0
> < netcdf test_vlen3 {
> < types:
> <   compound v1_f1_base_t {
> <     int v_t ;
> <   }; // v1_f1_base_t
> <   v1_f1_base_t(*) v1_f1_t ;
> <   compound v1_t {
> <     v1_f1_t f1 ;
> <   }; // v1_t
> < variables:
> <       v1_t v1 ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v1 = {{{1}, {3}, {5}, {7}}} ;
> < }
> *** Fail: diff test_vlen3.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen4.nc.dap
> Log:fetch complete: 0.507
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen4.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen4.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen4.nc
> 1,20d0
> < netcdf test_vlen4 {
> < types:
> <   compound v1_f1_base_t {
> <     int v_t ;
> <   }; // v1_f1_base_t
> <   v1_f1_base_t(*) v1_f1_t ;
> <   compound v1_t {
> <     v1_f1_t f1(2) ;
> <   }; // v1_t
> < dimensions:
> <       _Anonymous2 = 2 ;
> < variables:
> <       v1_t v1 ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v1 = {{{{1}, {3}, {5}, {7}}, {}}} ;
> < }
> *** Fail: diff test_vlen4.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen5.nc.dap
> Log:fetch complete: 0.512
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen5.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen5.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen5.nc
> 1,20d0
> < netcdf test_vlen5 {
> < types:
> <   compound v1_v_base_t {
> <     int v_t ;
> <   }; // v1_v_base_t
> <   v1_v_base_t(*) v1_v_t ;
> <   compound v1_t {
> <     v1_v_t v ;
> <   }; // v1_t
> < dimensions:
> <       d2 = 2 ;
> < variables:
> <       v1_t v1(d2) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v1 = {{{1}, {3}, {5}, {7}}}, {{{100}, {200}}} ;
> < }
> *** Fail: diff test_vlen5.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen6.nc.dap
> Log:fetch complete: 0.508
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen6.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen6.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen6.nc
> 1,17d0
> < netcdf test_vlen6 {
> < types:
> <   compound v1_base_t {
> <     int v_t ;
> <   }; // v1_base_t
> <   v1_base_t(*) v1_t ;
> < dimensions:
> <       d = 2 ;
> < variables:
> <       v1_t v1(d) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v1 = {{1}, {3}, {5}, {7}}, {{17}, {19}} ;
> < }
> *** Fail: diff test_vlen6.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen7.nc.dap
> Log:fetch complete: 0.515
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen7.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen7.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen7.nc
> 1,17d0
> < netcdf test_vlen7 {
> < types:
> <   compound v1_base_t {
> <     int v_t ;
> <   }; // v1_base_t
> <   v1_base_t(*) v1_t ;
> < dimensions:
> <       d = 1 ;
> < variables:
> <       v1_t v1(d) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v1 = {{17}, {19}, {21}} ;
> < }
> *** Fail: diff test_vlen7.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen8.nc.dap
> Log:fetch complete: 0.532
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen8.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen8.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen8.nc
> 1,20d0
> < netcdf test_vlen8 {
> < types:
> <   compound v1_base_t {
> <     int v_t ;
> <   }; // v1_base_t
> <   v1_base_t(*) v1_t ;
> < dimensions:
> <       d1 = 2 ;
> <       d2 = 2 ;
> < variables:
> <       v1_t v1(d1, d2) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v1 =
> <   {{1}, {3}, {5}, {7}}, {{17}, {19}},
> <   {{11}, {33}, {55}, {77}}, {{717}, {919}} ;
> < }
> *** Fail: diff test_vlen8.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen9.nc.dap
> Log:fetch complete: 0.541
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen9.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen9.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen9.nc
> 1,21d0
> < netcdf test_vlen9 {
> < types:
> <   compound v_base_v_t_t {
> <     int x ;
> <     float y ;
> <   }; // v_base_v_t_t
> <   compound v_base_t {
> <     v_base_v_t_t v_t ;
> <   }; // v_base_t
> <   v_base_t(*) v_t ;
> < dimensions:
> <       d = 2 ;
> < variables:
> <       v_t v(d) ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v = {{{17, 30.7}}}, {{{19, 101.1}}, {{2, 1}}} ;
> < }
> *** Fail: diff test_vlen9.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen10.nc.dap
> Log:fetch complete: 0.523
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen10.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen10.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen10.nc
> 1,19d0
> < netcdf test_vlen10 {
> < types:
> <   compound v_base_v_t_t {
> <     int x ;
> <     float y ;
> <   }; // v_base_v_t_t
> <   compound v_base_t {
> <     v_base_v_t_t v_t ;
> <   }; // v_base_t
> <   v_base_t(*) v_t ;
> < variables:
> <       v_t v ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v = {{{17, 30.7}}, {{19, 101.1}}} ;
> < }
> *** Fail: diff test_vlen10.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen11.nc.dap
> Log:fetch complete: 0.523
> (d4meta.c:450) Log:NetCDF: String match to name in use
> /usr/local/tmp/gdal_install/src/netcdf-c-4.7.0/ncdump/.libs/lt-ncdump:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen11.nc:
> [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen11.nc: NetCDF: String
> match to name in use
> *** Fail: [log][show=fetch][dap4]
> http://149.165.169.123:8080/d4ts/testfiles/test_vlen11.nc
> 1,19d0
> < netcdf test_vlen11 {
> < types:
> <   compound v_base_v2_t_base_t {
> <     int v1_t ;
> <   }; // v_base_v2_t_base_t
> <   v_base_v2_t_base_t(*) v_base_v2_t_t ;
> <   compound v_base_t {
> <     v_base_v2_t_t v2_t ;
> <   }; // v_base_t
> <   v_base_t(*) v_t ;
> < variables:
> <       v_t v ;
> < // global attributes:
> <               :_DAP4_Little_Endian = 1UB ;
> < data:
> <  v = {{{{1}, {3}, {5}, {7}}}, {{{100}, {200}}}} ;
> < }
> *** Fail: diff test_vlen11.nc.dmp
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/tst_fills.nc.dap
> Log:fetch complete: 0.538
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested.hdf5.dap
> Log:fetch complete: 0.524
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_nested3.hdf5.dap
> Log:fetch complete: 0.529
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen3.hdf5.dap
> Log:fetch complete: 0.514
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen4.hdf5.dap
> Log:fetch complete: 0.536
> Log:fetch url=http://149.165.169.123:8080/d4ts/testfiles/test_vlen5.hdf5.dap
> Log:fetch complete: 0.541
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_anon_dim.syn.dap
> Log:fetch complete: 0.511
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_atomic_array.syn.dap
> Log:fetch complete: 0.536
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_atomic_types.syn.dap
> Log:fetch complete: 0.523
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_sequence_1.syn.dap
> Log:fetch complete: 0.541
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_sequence_2.syn.dap
> Log:fetch complete: 0.516
> Log:fetch url=
> http://149.165.169.123:8080/d4ts/testfiles/test_struct_array.syn.dap
> Log:fetch complete: 0.514
> *** Fail
> FAIL test_remote.sh (exit status: 1)
> 
> 
> --
> +++++++++++++++++++++++++
> 
> Marcus Nedelmann
> IT Specialist
> DOC-NOAA-Fisheries-NWFSC
> 2725 Montlake Blvd E.
> Seattle, WA 98112
> (206)860-3284
> 
> +++++++++++++++++++++++++
> 
> 


Ticket Details
===================
Ticket ID: BUB-952502
Department: Support netCDF
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.