2022-10-26T09:58:35 charliecloud 0.24 -> 0.29 https://github.com/hpc/charliecloud/releases 2022-10-26T09:58:38 attrpath: charliecloud 2022-10-26T09:58:38 Checking auto update branch... 2022-10-26T09:58:38 No auto update branch exists 2022-10-26T09:58:42 [version] 2022-10-26T09:58:50 [version] updated version and sha256 2022-10-26T09:58:50 [rustCrateVersion] 2022-10-26T09:58:50 [rustCrateVersion] No cargoSha256 found 2022-10-26T09:58:50 [golangModuleVersion] 2022-10-26T09:58:50 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-26T09:58:50 [updateScript] 2022-10-26T09:58:50 [updateScript] skipping because derivation has no updateScript 2022-10-26T09:58:50 2022-10-26T09:58:50 [quotedUrls] 2022-10-26T09:58:50 [quotedUrls] nothing found to replace 2022-10-26T09:58:50 Diff after rewrites: diff --git a/pkgs/applications/virtualization/charliecloud/default.nix b/pkgs/applications/virtualization/charliecloud/default.nix index 2889d09183d..20c9fb87048 100644 --- a/pkgs/applications/virtualization/charliecloud/default.nix +++ b/pkgs/applications/virtualization/charliecloud/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { - version = "0.24"; + version = "0.29"; pname = "charliecloud"; src = fetchFromGitHub { owner = "hpc"; repo = "charliecloud"; rev = "v${version}"; - sha256 = "sha256-kdaVlwE3vdCxsmJTOUwx8J+9UcBuXbKDwS2MHX2ZPPM="; + sha256 = "sha256-v6qB4RZ8ToP84nElSruXF/hjVYiHxJQh9INlIi3SFgc="; }; nativeBuildInputs = [ autoreconfHook makeWrapper ]; 2022-10-26T10:00:39 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 charliecloud nix build failed. checking whether C compiler accepts -std=c99 -Wall -Werror... yes checking for asprintf in libc... yes checking for argp_parse in libc... yes checking for a sed that does not truncate output... /nix/store/28r0y1y9mn761hkjl225mw2zkryd9qa6-gnused-4.8/bin/sed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin/grep checking for egrep... /nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin/grep -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for shm_open in -lrt... yes checking if in chroot... no checking if user+mount namespaces work... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether FNM_EXTMATCH is declared... yes checking for mksquashfs... no checking for squashfuse... no checking for fuse_set_signal_handlers in -lfuse3... no checking for sqfs_ll_mount in -lsquashfuse_ll... no checking for squashfuse/ll.h... no checking if "/nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3" starts with slash... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 is executable... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 version >= 3.6... ok (3.10.7) checking for requests module... yes checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 is executable... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 version >= 2.6.0... ok (2.28.1) checking for bundled Lark module... external configure: error: bundled Lark not found; see docs 2022-10-26T14:50:39 charliecloud 0.24 -> 0.29 https://repology.org/metapackage/charliecloud/versions 2022-10-26T14:50:41 attrpath: charliecloud 2022-10-26T14:50:41 Checking auto update branch... 2022-10-26T14:50:41 No auto update branch exists 2022-10-26T14:50:45 [version] 2022-10-26T14:50:48 [version] updated version and sha256 2022-10-26T14:50:48 [rustCrateVersion] 2022-10-26T14:50:48 [rustCrateVersion] No cargoSha256 found 2022-10-26T14:50:48 [golangModuleVersion] 2022-10-26T14:50:48 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-26T14:50:48 [updateScript] 2022-10-26T14:50:48 [updateScript] skipping because derivation has no updateScript 2022-10-26T14:50:48 2022-10-26T14:50:48 [quotedUrls] 2022-10-26T14:50:48 [quotedUrls] nothing found to replace 2022-10-26T14:50:48 Diff after rewrites: diff --git a/pkgs/applications/virtualization/charliecloud/default.nix b/pkgs/applications/virtualization/charliecloud/default.nix index 2889d09183d..20c9fb87048 100644 --- a/pkgs/applications/virtualization/charliecloud/default.nix +++ b/pkgs/applications/virtualization/charliecloud/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { - version = "0.24"; + version = "0.29"; pname = "charliecloud"; src = fetchFromGitHub { owner = "hpc"; repo = "charliecloud"; rev = "v${version}"; - sha256 = "sha256-kdaVlwE3vdCxsmJTOUwx8J+9UcBuXbKDwS2MHX2ZPPM="; + sha256 = "sha256-v6qB4RZ8ToP84nElSruXF/hjVYiHxJQh9INlIi3SFgc="; }; nativeBuildInputs = [ autoreconfHook makeWrapper ]; 2022-10-26T14:52:30 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 charliecloud nix build failed. checking whether C compiler accepts -std=c99 -Wall -Werror... yes checking for asprintf in libc... yes checking for argp_parse in libc... yes checking for a sed that does not truncate output... /nix/store/28r0y1y9mn761hkjl225mw2zkryd9qa6-gnused-4.8/bin/sed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin/grep checking for egrep... /nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin/grep -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for shm_open in -lrt... yes checking if in chroot... no checking if user+mount namespaces work... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether FNM_EXTMATCH is declared... yes checking for mksquashfs... no checking for squashfuse... no checking for fuse_set_signal_handlers in -lfuse3... no checking for sqfs_ll_mount in -lsquashfuse_ll... no checking for squashfuse/ll.h... no checking if "/nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3" starts with slash... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 is executable... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 version >= 3.6... ok (3.10.7) checking for requests module... yes checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 is executable... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 version >= 2.6.0... ok (2.28.1) checking for bundled Lark module... external configure: error: bundled Lark not found; see docs 2022-10-26T18:35:40 charliecloud 0.24 -> 0.29 https://repology.org/metapackage/charliecloud/versions 2022-10-26T18:35:43 attrpath: charliecloud 2022-10-26T18:35:43 Checking auto update branch... 2022-10-26T18:35:43 No auto update branch exists 2022-10-26T18:35:48 [version] 2022-10-26T18:35:52 [version] updated version and sha256 2022-10-26T18:35:52 [rustCrateVersion] 2022-10-26T18:35:52 [rustCrateVersion] No cargoSha256 found 2022-10-26T18:35:52 [golangModuleVersion] 2022-10-26T18:35:52 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-26T18:35:52 [updateScript] 2022-10-26T18:35:52 [updateScript] skipping because derivation has no updateScript 2022-10-26T18:35:52 2022-10-26T18:35:52 [quotedUrls] 2022-10-26T18:35:52 [quotedUrls] nothing found to replace 2022-10-26T18:35:52 Diff after rewrites: diff --git a/pkgs/applications/virtualization/charliecloud/default.nix b/pkgs/applications/virtualization/charliecloud/default.nix index 2889d09183d..20c9fb87048 100644 --- a/pkgs/applications/virtualization/charliecloud/default.nix +++ b/pkgs/applications/virtualization/charliecloud/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { - version = "0.24"; + version = "0.29"; pname = "charliecloud"; src = fetchFromGitHub { owner = "hpc"; repo = "charliecloud"; rev = "v${version}"; - sha256 = "sha256-kdaVlwE3vdCxsmJTOUwx8J+9UcBuXbKDwS2MHX2ZPPM="; + sha256 = "sha256-v6qB4RZ8ToP84nElSruXF/hjVYiHxJQh9INlIi3SFgc="; }; nativeBuildInputs = [ autoreconfHook makeWrapper ]; 2022-10-26T18:38:11 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 charliecloud nix build failed. checking whether C compiler accepts -std=c99 -Wall -Werror... yes checking for asprintf in libc... yes checking for argp_parse in libc... yes checking for a sed that does not truncate output... /nix/store/28r0y1y9mn761hkjl225mw2zkryd9qa6-gnused-4.8/bin/sed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin/grep checking for egrep... /nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin/grep -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for shm_open in -lrt... yes checking if in chroot... no checking if user+mount namespaces work... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether FNM_EXTMATCH is declared... yes checking for mksquashfs... no checking for squashfuse... no checking for fuse_set_signal_handlers in -lfuse3... no checking for sqfs_ll_mount in -lsquashfuse_ll... no checking for squashfuse/ll.h... no checking if "/nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3" starts with slash... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 is executable... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 version >= 3.6... ok (3.10.7) checking for requests module... yes checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 is executable... ok checking if /nix/store/qh6wj21h2simxqrgvwykvb4kayhq2pkw-python3-3.10.7-env/bin/python3 version >= 2.6.0... ok (2.28.1) checking for bundled Lark module... external configure: error: bundled Lark not found; see docs