2022-12-25T12:27:13 petsc 3.17.4 -> 3.18.2 https://repology.org/metapackage/petsc/versions 2022-12-25T12:27:15 attrpath: petsc 2022-12-25T12:27:15 Checking auto update branch... 2022-12-25T12:27:16 No auto update branch exists 2022-12-25T12:27:19 [version] 2022-12-25T12:27:24 [version] updated version and sha256 2022-12-25T12:27:24 [rustCrateVersion] 2022-12-25T12:27:24 [rustCrateVersion] No cargoSha256 found 2022-12-25T12:27:24 [golangModuleVersion] 2022-12-25T12:27:24 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-25T12:27:24 [updateScript] 2022-12-25T12:27:24 [updateScript] skipping because derivation has no updateScript 2022-12-25T12:27:24 2022-12-25T12:27:24 [quotedUrls] 2022-12-25T12:27:24 [quotedUrls] nothing found to replace 2022-12-25T12:27:24 Diff after rewrites: diff --git a/pkgs/development/libraries/science/math/petsc/default.nix b/pkgs/development/libraries/science/math/petsc/default.nix index ae95fefe0e6..7ca8174b3ff 100644 --- a/pkgs/development/libraries/science/math/petsc/default.nix +++ b/pkgs/development/libraries/science/math/petsc/default.nix @@ -18,11 +18,11 @@ assert petsc-withp4est -> p4est.mpiSupport; stdenv.mkDerivation rec { pname = "petsc"; - version = "3.17.4"; + version = "3.18.2"; src = fetchurl { url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz"; - sha256 = "sha256-mcEnSGcio//ZWiaLTOsJdsvyF5JsaBqWMb1yRuq4yyo="; + sha256 = "sha256-TgVfkvPVEj1BX288z17emYnxbZ4fccx5mK0kSj01YvQ="; }; mpiSupport = !withp4est || p4est.mpiSupport; 2022-12-25T12:32:32 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 petsc nix build failed. make PETSC_DIR=/build/petsc-3.18.2 PETSC_ARCH=arch-linux-c-debug install ========================================= buildPhase completed in 1 minutes 11 seconds @nix { "action": "setPhase", "phase": "checkPhase" } running tests check flags: -j16 SHELL=/nix/store/4xw8n979xpivdc46a9ndcvyhwgif00hz-bash-5.1-p16/bin/bash VERBOSE=y check Running check examples to verify correct installation Using PETSC_DIR=/build/petsc-3.18.2 and PETSC_ARCH=arch-linux-c-debug Possible error running C/C++ src/snes/tutorials/ex19 with 1 MPI process See https://petsc.org/release/faq/ [hwloc/linux] failed to find sysfs cpu topology directory, aborting linux discovery. [1671971544.978328] [localhost:31421:0] tcp_iface.c:816 UCX ERROR opendir(/sys/class/net) failed: No such file or directory lid velocity = 0.0016, prandtl # = 1., grashof # = 1. Number of SNES iterations = 2 Possible error running C/C++ src/snes/tutorials/ex19 with 2 MPI processes See https://petsc.org/release/faq/ [hwloc/linux] failed to find sysfs cpu topology directory, aborting linux discovery. [1671971546.327035] [localhost:31449:0] tcp_iface.c:816 UCX ERROR opendir(/sys/class/net) failed: No such file or directory [1671971546.327034] [localhost:31450:0] tcp_iface.c:816 UCX ERROR opendir(/sys/class/net) failed: No such file or directory lid velocity = 0.0016, prandtl # = 1., grashof # = 1. Number of SNES iterations = 2 Possible error running Fortran example src/snes/tutorials/ex5f with 1 MPI process See https://petsc.org/release/faq/ [hwloc/linux] failed to find sysfs cpu topology directory, aborting linux discovery. [1671971549.940672] [localhost:31559:0] tcp_iface.c:816 UCX ERROR opendir(/sys/class/net) failed: No such file or directory Number of SNES iterations = 3 Completed test examples Error while running make check make[1]: *** [makefile:149: check] Error 1 make: *** [GNUmakefile:17: check] Error 2