cp2k 2022.2 -> 2023.1 https://github.com/cp2k/cp2k/releases attrpath: cp2k Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/science/chemistry/cp2k/default.nix b/pkgs/applications/science/chemistry/cp2k/default.nix index 01fbfb1ccf9..81849f675af 100644 --- a/pkgs/applications/science/chemistry/cp2k/default.nix +++ b/pkgs/applications/science/chemistry/cp2k/default.nix @@ -11,13 +11,13 @@ let in stdenv.mkDerivation rec { pname = "cp2k"; - version = "2022.2"; + version = "2023.1"; src = fetchFromGitHub { owner = "cp2k"; repo = "cp2k"; rev = "v${version}"; - hash = "sha256-zDIsgPcLnA0ATJEN1vQClpkToqvIyW7KuXhyGiXJXDw="; + hash = "sha256-SG5Gz0cDiSfbSZ8m4K+eARMLU4iMk/xK3esN5yt05RE="; fetchSubmodules = true; }; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cp2k nix build failed. Testing cp_c_get_version(): CP2K version 2023.1. Unit test starts ... Testing cp_c_get_version(): CP2K version 2023.1. [1673314966.986107] [localhost:21822:0] tcp_iface.c:816 UCX ERROR opendir(/sys/class/net) failed: No such file or directory [1673314966.986107] [localhost:21823:0] tcp_iface.c:816 UCX ERROR opendir(/sys/class/net) failed: No such file or directory ******************************************************************************* * ___ * * / \ * * [ABORT] * * \___/ CPASSERT failed * * | * * O/| * * /| | * * / \ input/input_keyword_types.F:204 * ******************************************************************************* ===== Routine Calling Stack ===== 2 libxc_add_sections 1 create_cp2k_root_section -------------------------------------------------------------------------- MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 1. NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes. You may or may not see output from other processes, depending on exactly when Open MPI kills them. --------------------------------------------------------------------------