Skip to content

test failure when built against netcdf-c 4.6.2 #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bnordgren opened this issue Nov 29, 2018 · 3 comments
Open

test failure when built against netcdf-c 4.6.2 #106

bnordgren opened this issue Nov 29, 2018 · 3 comments
Assignees
Milestone

Comments

@bnordgren
Copy link

Built against: hdf5 1_10_4 and netcdf-c 4.6.2. Downgrading to netcdf-c 4.6.1 fixes the issue. Re-upgrading to 4.6.2 brings it back.

Failure is:

make[4]: Leaving directory '/opt/netcdf-fortran/nf03_test'
============================================================================
Testsuite summary for netCDF-Fortran 4.4.4
============================================================================
# TOTAL: 16
# PASS:  14
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================
See nf03_test/test-suite.log
Please report to [email protected]
============================================================================

Failures seem to be concentrated in the "nf_get_vara..." family of routines. "test-suite.log" is attached, as is the Singularity container build script which produces this error (from a plain ubuntu 16.04 docker image)

broken.txt
test-suite.log

@WardF
Copy link
Member

WardF commented Nov 29, 2018

These are fixed in master; we'll have the new netCDF-Fortran out fairly quickly to address this. Thanks!

@WardF WardF added this to the 4.4.5 milestone Nov 29, 2018
@WardF WardF self-assigned this Nov 29, 2018
@pauwawa87
Copy link

I found below problem while make check.
zlib 1.2.8
hdf5 1.8.13
im using Ubuntu 16.04.4 LTS

FAIL: tst_filter.sh

Testsuite summary for netCDF 4.6.2

TOTAL: 70

PASS: 69

SKIP: 0

XFAIL: 0

FAIL: 1

XPASS: 0

ERROR: 0

============================================================================
See nc_test4/test-suite.log
Please report to [email protected]

Makefile:2021: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '/home/azwa/Downloads/netcdf-c-4.6.2/nc_test4'
Makefile:2127: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '/home/azwa/Downloads/netcdf-c-4.6.2/nc_test4'
Makefile:2714: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/home/azwa/Downloads/netcdf-c-4.6.2/nc_test4'
Makefile:693: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1

@DennisHeimbigner
Copy link
Collaborator

The filter mechanism is a bit fragile and I would need much more information
to figure out the failure. Unless you need the filter mechanism, I would
add the flag --disable-filter-testing to your ./configure command to disable this test.

@WardF WardF modified the milestones: 4.4.5, 4.5.0 Jan 17, 2019
@WardF WardF modified the milestones: 4.5.0, 4.5.3 Nov 25, 2019
@WardF WardF modified the milestones: 4.5.3, 4.5.4 Sep 9, 2021
@WardF WardF modified the milestones: 4.5.4, 4.6.0 Nov 30, 2021
@WardF WardF modified the milestones: 4.6.0, 4.6.1 Mar 27, 2023
@WardF WardF modified the milestones: 4.6.1, 4.6.2 May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants