2022-12-26T16:18:50 netcdffortran 4.4.5 -> 4.6.0 https://github.com/Unidata/netcdf-fortran/releases 2022-12-26T16:18:52 attrpath: netcdffortran 2022-12-26T16:18:52 Checking auto update branch... 2022-12-26T16:18:52 No auto update branch exists 2022-12-26T16:18:56 [version] 2022-12-26T16:18:58 [version] updated version and sha256 2022-12-26T16:18:58 [rustCrateVersion] 2022-12-26T16:18:58 [rustCrateVersion] No cargoSha256 found 2022-12-26T16:18:58 [golangModuleVersion] 2022-12-26T16:18:58 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-26T16:18:58 [updateScript] 2022-12-26T16:18:58 [updateScript] skipping because derivation has no updateScript 2022-12-26T16:18:58 2022-12-26T16:18:58 [quotedUrls] 2022-12-26T16:18:58 [quotedUrls] nothing found to replace 2022-12-26T16:18:58 Diff after rewrites: diff --git a/pkgs/development/libraries/netcdf-fortran/default.nix b/pkgs/development/libraries/netcdf-fortran/default.nix index d64d631f94c..89fd9b3d107 100644 --- a/pkgs/development/libraries/netcdf-fortran/default.nix +++ b/pkgs/development/libraries/netcdf-fortran/default.nix @@ -1,13 +1,13 @@ { lib, stdenv, fetchFromGitHub, netcdf, hdf5, curl, gfortran, CoreFoundation }: stdenv.mkDerivation rec { pname = "netcdf-fortran"; - version = "4.4.5"; + version = "4.6.0"; src = fetchFromGitHub { owner = "Unidata"; repo = "netcdf-fortran"; rev = "v${version}"; - sha256 = "sha256-nC93NcA4VJbrqaLwyhjP10j/t6rQSYcAzKBxclpZVe0="; + sha256 = "sha256-J8+7Ql4ylsgUla/sfixKyfH51etktDNIaXA1DtHKJNU="; }; nativeBuildInputs = [ gfortran ]; 2022-12-26T16:21:01 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A netcdffortran nix build failed. *** Testing quantize feature. *** (and zstandard compression) Zstandard filter not found. Set HDF5_PLUGIN_PATH and try again. FAIL f03tst_zstandard (exit status: 5) ============================================================================ Testsuite summary for netCDF-Fortran 4.6.0 ============================================================================ # TOTAL: 28 # PASS: 26 # SKIP: 0 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 ============================================================================ See nf_test4/test-suite.log Please report to support-netcdf@unidata.ucar.edu ============================================================================ make[4]: *** [Makefile:1176: test-suite.log] Error 1 make[4]: Leaving directory '/build/source/nf_test4' make[3]: *** [Makefile:1284: check-TESTS] Error 2 make[3]: Leaving directory '/build/source/nf_test4' make[2]: *** [Makefile:1581: check-am] Error 2 make[2]: Leaving directory '/build/source/nf_test4' make[1]: *** [Makefile:1583: check] Error 2 make[1]: Leaving directory '/build/source/nf_test4' make: *** [Makefile:587: check-recursive] Error 1