[version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/networking/globalprotect-openconnect/default.nix b/pkgs/tools/networking/globalprotect-openconnect/default.nix index 5b00de2fda85..f27520c7f3b0 100644 --- a/pkgs/tools/networking/globalprotect-openconnect/default.nix +++ b/pkgs/tools/networking/globalprotect-openconnect/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "globalprotect-openconnect"; - version = "1.4.9"; + version = "2.2.0"; src = fetchurl { url = "https://github.com/yuezk/GlobalProtect-openconnect/releases/download/v${version}/globalprotect-openconnect-${version}.tar.gz"; - hash = "sha256-vhvVKESLbqHx3XumxbIWOXIreDkW3yONDMXMHxhjsvk="; + hash = "sha256-FzvbTkJ3xlnfBDrw55VR+GDF3FJSNGGZokXdnbquIAY="; }; nativeBuildInputs = [ cmake wrapQtAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A globalprotect-openconnect nix build failed. got build log for 'globalprotect-openconnect' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/4z9k8c2pbqihsf89armcra923wvgs1pm-globalprotect-openconnect-2.2.0.tar.gz source root is globalprotect-openconnect-2.2.0 setting SOURCE_DATE_EPOCH to timestamp 1714443744 of file globalprotect-openconnect-2.2.0/apps/gpgui-helper/dist/vite.svg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substitute(): ERROR: file 'GPService/gpservice.h' does not exist [result] Failed to update globalprotect-openconnect 1.4.9 -> 2.2.0 https://github.com/yuezk/GlobalProtect-openconnect/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.Blammo, using log file: /var/log/nixpkgs-update/haskellPackages.Blammo/2024-05-04.log haskellPackages.Blammo 1.1.2.2 -> 1.1.2.3 https://repology.org/project/haskell:blammo/versions attrpath: haskellPackages.Blammo Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end Derivation file says not to edit it [result] Failed to update haskellPackages.Blammo 1.1.2.2 -> 1.1.2.3 https://repology.org/project/haskell:blammo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pixmap, using log file: /var/log/nixpkgs-update/rPackages.pixmap/2024-05-04.log rPackages.pixmap 0.4-12 -> 0.4.13 https://repology.org/project/r:pixmap/versions attrpath: rPackages.pixmap Checking auto update branch... No auto update branch exists Old version 0.4-12" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pixmap 0.4-12 -> 0.4.13 https://repology.org/project/r:pixmap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.adaptr, using log file: /var/log/nixpkgs-update/rPackages.adaptr/2024-05-04.log rPackages.adaptr 1.3.2 -> 1.4.0 https://repology.org/project/r:adaptr/versions attrpath: rPackages.adaptr Checking auto update branch... No auto update branch exists Old version 1.3.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.adaptr 1.3.2 -> 1.4.0 https://repology.org/project/r:adaptr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SARC, using log file: /var/log/nixpkgs-update/rPackages.SARC/2024-05-04.log rPackages.SARC 1.0.0 -> 1.2.0 https://repology.org/project/r:sarc/versions attrpath: rPackages.SARC Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SARC 1.0.0 -> 1.2.0 https://repology.org/project/r:sarc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.google-cloud-bigquery-storage, using log file: /var/log/nixpkgs-update/python312Packages.google-cloud-bigquery-storage/2024-05-04.log python312Packages.google-cloud-bigquery-storage 2.24.0 -> 2.25.0 https://repology.org/project/python:google-cloud-bigquery-storage/versions attrpath: python312Packages.google-cloud-bigquery-storage isn't the default python version [result] Failed to update python312Packages.google-cloud-bigquery-storage 2.24.0 -> 2.25.0 https://repology.org/project/python:google-cloud-bigquery-storage/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.OpenLand, using log file: /var/log/nixpkgs-update/rPackages.OpenLand/2024-05-04.log rPackages.OpenLand 1.0.2 -> 1.0.3 https://repology.org/project/r:openland/versions attrpath: rPackages.OpenLand Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.OpenLand 1.0.2 -> 1.0.3 https://repology.org/project/r:openland/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openasar, using log file: /var/log/nixpkgs-update/openasar/2024-05-04.log openasar 0 -> 1 attrpath: openasar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5ksm4ygxbpsdypix2czlpfgwi0wvs3yd-packages.json.drv building '/nix/store/5ksm4ygxbpsdypix2czlpfgwi0wvs3yd-packages.json.drv'... Going to be running update for following packages: - openasar-0-unstable-2024-01-13 Press Enter key to continue... Running update for: - openasar-0-unstable-2024-01-13: UPDATING ... - openasar-0-unstable-2024-01-13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openasar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iSEEindex, using log file: /var/log/nixpkgs-update/rPackages.iSEEindex/2024-05-04.log rPackages.iSEEindex 1.0.0 -> 1.2.0 https://repology.org/project/r:iseeindex/versions attrpath: rPackages.iSEEindex Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.iSEEindex 1.0.0 -> 1.2.0 https://repology.org/project/r:iseeindex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clipse, using log file: /var/log/nixpkgs-update/clipse/2024-05-04.log clipse 0.0.6 -> 0.0.71 https://repology.org/project/clipse/versions attrpath: clipse Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - clipse: 0.0.6 -> 0.0.71 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/308850" [result] Failed to update clipse 0.0.6 -> 0.0.71 https://repology.org/project/clipse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.fbrnch, using log file: /var/log/nixpkgs-update/haskellPackages.fbrnch/2024-05-04.log haskellPackages.fbrnch 1.3.3 -> 1.4 https://repology.org/project/haskell:fbrnch/versions attrpath: haskellPackages.fbrnch Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.fbrnch 1.3.3 -> 1.4 https://repology.org/project/haskell:fbrnch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pkgnet, using log file: /var/log/nixpkgs-update/rPackages.pkgnet/2024-05-04.log rPackages.pkgnet 0.4.2 -> 0.5.0 https://repology.org/project/r:pkgnet/versions attrpath: rPackages.pkgnet Checking auto update branch... No auto update branch exists Old version 0.4.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pkgnet 0.4.2 -> 0.5.0 https://repology.org/project/r:pkgnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iSEEpathways, using log file: /var/log/nixpkgs-update/rPackages.iSEEpathways/2024-05-04.log rPackages.iSEEpathways 1.0.0 -> 1.2.0 https://repology.org/project/r:iseepathways/versions attrpath: rPackages.iSEEpathways Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.iSEEpathways 1.0.0 -> 1.2.0 https://repology.org/project/r:iseepathways/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath agola, using log file: /var/log/nixpkgs-update/agola/2024-05-04.log agola 0.8.0 -> 0.9.1 https://github.com/agola-io/agola/releases attrpath: agola Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-k3Sip9CqTGRTWxr3RzZf0jCrm4AfUrpY/wSTmHy+yik=" [golangModuleVersion] Replaced vendorHash with sha256-Igtccundx/2PHFp8+L44CvOLG+/Ndinhonh/EDcQeoY= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/continuous-integration/agola/default.nix b/pkgs/development/tools/continuous-integration/agola/default.nix index 02cd0f25acd5..9022e0b171bb 100644 --- a/pkgs/development/tools/continuous-integration/agola/default.nix +++ b/pkgs/development/tools/continuous-integration/agola/default.nix @@ -4,7 +4,7 @@ }: let - version = "0.8.0"; + version = "0.9.1"; in buildGoModule { @@ -15,10 +15,10 @@ buildGoModule { owner = "agola-io"; repo = "agola"; rev = "v${version}"; - hash = "sha256-nU04MVkUC+m6Ga4qDUH9KrA0zbYmttAicpvdxbaBG0Y="; + hash = "sha256-96D4E4H3JsXCHWUyTKzZxqsqylJdzbnbLi6engNR/Eg="; }; - vendorHash = "sha256-k3Sip9CqTGRTWxr3RzZf0jCrm4AfUrpY/wSTmHy+yik="; + vendorHash = "sha256-Igtccundx/2PHFp8+L44CvOLG+/Ndinhonh/EDcQeoY="; ldflags = [ "-s" [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/3j52yray3nlhq23pq72jpc6f08cjg7yr-agola-0.9.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/agola-io/agola/releases. meta.description for agola is: Agola: CI/CD Redefined meta.homepage for agola is: https://agola.io ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/agola-io/agola/releases/tag/v0.9.1) - [Compare changes on GitHub](https://github.com/agola-io/agola/compare/v0.8.0...v0.9.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.9.1 with grep in /nix/store/3j52yray3nlhq23pq72jpc6f08cjg7yr-agola-0.9.1 - found 0.9.1 in filename of file in /nix/store/3j52yray3nlhq23pq72jpc6f08cjg7yr-agola-0.9.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath agola ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3j52yray3nlhq23pq72jpc6f08cjg7yr-agola-0.9.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A agola https://github.com/r-ryantm/nixpkgs/archive/ab02075e58688b326de26a171661ea38708464b5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ab02075e58688b326de26a171661ea38708464b5#agola ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3j52yray3nlhq23pq72jpc6f08cjg7yr-agola-0.9.1 ls -la /nix/store/3j52yray3nlhq23pq72jpc6f08cjg7yr-agola-0.9.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @happysalada for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308930 [result] Success updating agola 0.8.0 -> 0.9.1 https://github.com/agola-io/agola/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iSEEde, using log file: /var/log/nixpkgs-update/rPackages.iSEEde/2024-05-04.log rPackages.iSEEde 1.0.0 -> 1.2.0 https://repology.org/project/r:iseede/versions attrpath: rPackages.iSEEde Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.iSEEde 1.0.0 -> 1.2.0 https://repology.org/project/r:iseede/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.epimutacions, using log file: /var/log/nixpkgs-update/rPackages.epimutacions/2024-05-04.log rPackages.epimutacions 1.6.1 -> 1.8.0 https://repology.org/project/r:epimutacions/versions attrpath: rPackages.epimutacions Checking auto update branch... No auto update branch exists Old version 1.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.epimutacions 1.6.1 -> 1.8.0 https://repology.org/project/r:epimutacions/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.scifer, using log file: /var/log/nixpkgs-update/rPackages.scifer/2024-05-04.log rPackages.scifer 1.4.0 -> 1.6.0 https://repology.org/project/r:scifer/versions attrpath: rPackages.scifer Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.scifer 1.4.0 -> 1.6.0 https://repology.org/project/r:scifer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.decoupleR, using log file: /var/log/nixpkgs-update/rPackages.decoupleR/2024-05-04.log rPackages.decoupleR 2.8.0 -> 2.9.7 https://repology.org/project/r:decoupler/versions attrpath: rPackages.decoupleR Checking auto update branch... No auto update branch exists Old version 2.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.decoupleR 2.8.0 -> 2.9.7 https://repology.org/project/r:decoupler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.constraint-tuples, using log file: /var/log/nixpkgs-update/haskellPackages.constraint-tuples/2024-05-04.log haskellPackages.constraint-tuples 0.1.2 -> 0.2 https://repology.org/project/haskell:constraint-tuples/versions attrpath: haskellPackages.constraint-tuples Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.constraint-tuples 0.1.2 -> 0.2 https://repology.org/project/haskell:constraint-tuples/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RiboCrypt, using log file: /var/log/nixpkgs-update/rPackages.RiboCrypt/2024-05-04.log rPackages.RiboCrypt 1.8.0 -> 1.10.0 https://repology.org/project/r:ribocrypt/versions attrpath: rPackages.RiboCrypt Checking auto update branch... No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RiboCrypt 1.8.0 -> 1.10.0 https://repology.org/project/r:ribocrypt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.methylGSA, using log file: /var/log/nixpkgs-update/rPackages.methylGSA/2024-05-04.log rPackages.methylGSA 1.20.0 -> 1.22.0 https://repology.org/project/r:methylgsa/versions attrpath: rPackages.methylGSA Checking auto update branch... No auto update branch exists Old version 1.20.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.methylGSA 1.20.0 -> 1.22.0 https://repology.org/project/r:methylgsa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.msoffcrypto-tool, using log file: /var/log/nixpkgs-update/python312Packages.msoffcrypto-tool/2024-05-04.log python312Packages.msoffcrypto-tool 5.3.1 -> 5.4.0 https://repology.org/project/python:msoffcrypto-tool/versions attrpath: python312Packages.msoffcrypto-tool isn't the default python version [result] Failed to update python312Packages.msoffcrypto-tool 5.3.1 -> 5.4.0 https://repology.org/project/python:msoffcrypto-tool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.derfinderPlot, using log file: /var/log/nixpkgs-update/rPackages.derfinderPlot/2024-05-04.log rPackages.derfinderPlot 1.36.0 -> 1.38.0 https://repology.org/project/r:derfinderplot/versions attrpath: rPackages.derfinderPlot Checking auto update branch... No auto update branch exists Old version 1.36.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.derfinderPlot 1.36.0 -> 1.38.0 https://repology.org/project/r:derfinderplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BiSeq, using log file: /var/log/nixpkgs-update/rPackages.BiSeq/2024-05-04.log rPackages.BiSeq 1.42.0 -> 1.44.0 https://repology.org/project/r:biseq/versions attrpath: rPackages.BiSeq Checking auto update branch... No auto update branch exists Old version 1.42.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.BiSeq 1.42.0 -> 1.44.0 https://repology.org/project/r:biseq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.scTensor, using log file: /var/log/nixpkgs-update/rPackages.scTensor/2024-05-04.log rPackages.scTensor 2.12.0 -> 2.14.0 https://repology.org/project/r:sctensor/versions attrpath: rPackages.scTensor Checking auto update branch... No auto update branch exists Old version 2.12.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.scTensor 2.12.0 -> 2.14.0 https://repology.org/project/r:sctensor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.scruff, using log file: /var/log/nixpkgs-update/rPackages.scruff/2024-05-04.log rPackages.scruff 1.20.0 -> 1.22.0 https://repology.org/project/r:scruff/versions attrpath: rPackages.scruff Checking auto update branch... No auto update branch exists Old version 1.20.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.scruff 1.20.0 -> 1.22.0 https://repology.org/project/r:scruff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.miRLAB, using log file: /var/log/nixpkgs-update/rPackages.miRLAB/2024-05-04.log rPackages.miRLAB 1.32.0 -> 1.34.0 https://repology.org/project/r:mirlab/versions attrpath: rPackages.miRLAB Checking auto update branch... No auto update branch exists Old version 1.32.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.miRLAB 1.32.0 -> 1.34.0 https://repology.org/project/r:mirlab/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.vulcan, using log file: /var/log/nixpkgs-update/rPackages.vulcan/2024-05-04.log rPackages.vulcan 1.24.0 -> 1.26.0 https://repology.org/project/r:vulcan/versions attrpath: rPackages.vulcan Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.vulcan 1.24.0 -> 1.26.0 https://repology.org/project/r:vulcan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.chromVAR, using log file: /var/log/nixpkgs-update/rPackages.chromVAR/2024-05-04.log rPackages.chromVAR 1.24.0 -> 1.26.0 https://repology.org/project/r:chromvar/versions attrpath: rPackages.chromVAR Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.chromVAR 1.24.0 -> 1.26.0 https://repology.org/project/r:chromvar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.genefilter, using log file: /var/log/nixpkgs-update/rPackages.genefilter/2024-05-04.log rPackages.genefilter 1.84.0 -> 1.86.0 https://repology.org/project/r:genefilter/versions attrpath: rPackages.genefilter Checking auto update branch... No auto update branch exists Old version 1.84.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.genefilter 1.84.0 -> 1.86.0 https://repology.org/project/r:genefilter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.deconvR, using log file: /var/log/nixpkgs-update/rPackages.deconvR/2024-05-04.log rPackages.deconvR 1.8.0 -> 1.10.0 https://repology.org/project/r:deconvr/versions attrpath: rPackages.deconvR Checking auto update branch... No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.deconvR 1.8.0 -> 1.10.0 https://repology.org/project/r:deconvr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.signatureSearch, using log file: /var/log/nixpkgs-update/rPackages.signatureSearch/2024-05-04.log rPackages.signatureSearch 1.16.0 -> 1.18.0 https://repology.org/project/r:signaturesearch/versions attrpath: rPackages.signatureSearch Checking auto update branch... No auto update branch exists Old version 1.16.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.signatureSearch 1.16.0 -> 1.18.0 https://repology.org/project/r:signaturesearch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.REMP, using log file: /var/log/nixpkgs-update/rPackages.REMP/2024-05-04.log rPackages.REMP 1.26.0 -> 1.28.0 https://repology.org/project/r:remp/versions attrpath: rPackages.REMP Checking auto update branch... No auto update branch exists Old version 1.26.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.REMP 1.26.0 -> 1.28.0 https://repology.org/project/r:remp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.diffUTR, using log file: /var/log/nixpkgs-update/rPackages.diffUTR/2024-05-04.log rPackages.diffUTR 1.10.0 -> 1.12.0 https://repology.org/project/r:diffutr/versions attrpath: rPackages.diffUTR Checking auto update branch... No auto update branch exists Old version 1.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.diffUTR 1.10.0 -> 1.12.0 https://repology.org/project/r:diffutr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.AgiMicroRna, using log file: /var/log/nixpkgs-update/rPackages.AgiMicroRna/2024-05-04.log rPackages.AgiMicroRna 2.52.0 -> 2.54.0 https://repology.org/project/r:agimicrorna/versions attrpath: rPackages.AgiMicroRna Checking auto update branch... No auto update branch exists Old version 2.52.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.AgiMicroRna 2.52.0 -> 2.54.0 https://repology.org/project/r:agimicrorna/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.alabaster_ranges, using log file: /var/log/nixpkgs-update/rPackages.alabaster_ranges/2024-05-04.log rPackages.alabaster_ranges 1.2.0 -> 1.4.0 https://repology.org/project/r:alabaster.ranges/versions attrpath: rPackages.alabaster_ranges Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.alabaster_ranges 1.2.0 -> 1.4.0 https://repology.org/project/r:alabaster.ranges/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Repitools, using log file: /var/log/nixpkgs-update/rPackages.Repitools/2024-05-04.log rPackages.Repitools 1.48.0 -> 1.50.0 https://repology.org/project/r:repitools/versions attrpath: rPackages.Repitools Checking auto update branch... No auto update branch exists Old version 1.48.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Repitools 1.48.0 -> 1.50.0 https://repology.org/project/r:repitools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.flagme, using log file: /var/log/nixpkgs-update/rPackages.flagme/2024-05-04.log rPackages.flagme 1.58.0 -> 1.60.0 https://repology.org/project/r:flagme/versions attrpath: rPackages.flagme Checking auto update branch... No auto update branch exists Old version 1.58.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.flagme 1.58.0 -> 1.60.0 https://repology.org/project/r:flagme/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.epivizrChart, using log file: /var/log/nixpkgs-update/rPackages.epivizrChart/2024-05-04.log rPackages.epivizrChart 1.24.0 -> 1.26.0 https://repology.org/project/r:epivizrchart/versions attrpath: rPackages.epivizrChart Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.epivizrChart 1.24.0 -> 1.26.0 https://repology.org/project/r:epivizrchart/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ballgown, using log file: /var/log/nixpkgs-update/rPackages.ballgown/2024-05-04.log rPackages.ballgown 2.34.0 -> 2.36.0 https://repology.org/project/r:ballgown/versions attrpath: rPackages.ballgown Checking auto update branch... No auto update branch exists Old version 2.34.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ballgown 2.34.0 -> 2.36.0 https://repology.org/project/r:ballgown/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.UMI4Cats, using log file: /var/log/nixpkgs-update/rPackages.UMI4Cats/2024-05-04.log rPackages.UMI4Cats 1.12.0 -> 1.14.0 https://repology.org/project/r:umi4cats/versions attrpath: rPackages.UMI4Cats Checking auto update branch... No auto update branch exists Old version 1.12.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.UMI4Cats 1.12.0 -> 1.14.0 https://repology.org/project/r:umi4cats/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.OrganismDbi, using log file: /var/log/nixpkgs-update/rPackages.OrganismDbi/2024-05-04.log rPackages.OrganismDbi 1.44.0 -> 1.46.0 https://repology.org/project/r:organismdbi/versions attrpath: rPackages.OrganismDbi Checking auto update branch... No auto update branch exists Old version 1.44.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.OrganismDbi 1.44.0 -> 1.46.0 https://repology.org/project/r:organismdbi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.qsvaR, using log file: /var/log/nixpkgs-update/rPackages.qsvaR/2024-05-04.log rPackages.qsvaR 1.6.0 -> 1.8.0 https://repology.org/project/r:qsvar/versions attrpath: rPackages.qsvaR Checking auto update branch... No auto update branch exists Old version 1.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.qsvaR 1.6.0 -> 1.8.0 https://repology.org/project/r:qsvar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SEtools, using log file: /var/log/nixpkgs-update/rPackages.SEtools/2024-05-04.log rPackages.SEtools 1.16.0 -> 1.18.0 https://repology.org/project/r:setools/versions attrpath: rPackages.SEtools Checking auto update branch... No auto update branch exists Old version 1.16.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SEtools 1.16.0 -> 1.18.0 https://repology.org/project/r:setools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.qsmooth, using log file: /var/log/nixpkgs-update/rPackages.qsmooth/2024-05-04.log rPackages.qsmooth 1.18.0 -> 1.20.0 https://repology.org/project/r:qsmooth/versions attrpath: rPackages.qsmooth Checking auto update branch... No auto update branch exists Old version 1.18.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.qsmooth 1.18.0 -> 1.20.0 https://repology.org/project/r:qsmooth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GARS, using log file: /var/log/nixpkgs-update/rPackages.GARS/2024-05-04.log rPackages.GARS 1.22.0 -> 1.24.0 https://repology.org/project/r:gars/versions attrpath: rPackages.GARS Checking auto update branch... No auto update branch exists Old version 1.22.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GARS 1.22.0 -> 1.24.0 https://repology.org/project/r:gars/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mCSEA, using log file: /var/log/nixpkgs-update/rPackages.mCSEA/2024-05-04.log rPackages.mCSEA 1.22.0 -> 1.24.0 https://repology.org/project/r:mcsea/versions attrpath: rPackages.mCSEA Checking auto update branch... No auto update branch exists Old version 1.22.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mCSEA 1.22.0 -> 1.24.0 https://repology.org/project/r:mcsea/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.blacksheepr, using log file: /var/log/nixpkgs-update/rPackages.blacksheepr/2024-05-04.log rPackages.blacksheepr 1.16.0 -> 1.18.0 https://repology.org/project/r:blacksheepr/versions attrpath: rPackages.blacksheepr Checking auto update branch... No auto update branch exists Old version 1.16.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.blacksheepr 1.16.0 -> 1.18.0 https://repology.org/project/r:blacksheepr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.coMethDMR, using log file: /var/log/nixpkgs-update/rPackages.coMethDMR/2024-05-04.log rPackages.coMethDMR 1.6.0 -> 1.8.0 https://repology.org/project/r:comethdmr/versions attrpath: rPackages.coMethDMR Checking auto update branch... No auto update branch exists Old version 1.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.coMethDMR 1.6.0 -> 1.8.0 https://repology.org/project/r:comethdmr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.LOBSTAHS, using log file: /var/log/nixpkgs-update/rPackages.LOBSTAHS/2024-05-04.log rPackages.LOBSTAHS 1.28.0 -> 1.30.0 https://repology.org/project/r:lobstahs/versions attrpath: rPackages.LOBSTAHS Checking auto update branch... No auto update branch exists Old version 1.28.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.LOBSTAHS 1.28.0 -> 1.30.0 https://repology.org/project/r:lobstahs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.primirTSS, using log file: /var/log/nixpkgs-update/rPackages.primirTSS/2024-05-04.log rPackages.primirTSS 1.20.0 -> 1.22.0 https://repology.org/project/r:primirtss/versions attrpath: rPackages.primirTSS Checking auto update branch... No auto update branch exists Old version 1.20.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.primirTSS 1.20.0 -> 1.22.0 https://repology.org/project/r:primirtss/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GEOexplorer, using log file: /var/log/nixpkgs-update/rPackages.GEOexplorer/2024-05-04.log rPackages.GEOexplorer 1.8.0 -> 1.10.0 https://repology.org/project/r:geoexplorer/versions attrpath: rPackages.GEOexplorer Checking auto update branch... No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GEOexplorer 1.8.0 -> 1.10.0 https://repology.org/project/r:geoexplorer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.epivizr, using log file: /var/log/nixpkgs-update/rPackages.epivizr/2024-05-04.log rPackages.epivizr 2.32.0 -> 2.34.0 https://repology.org/project/r:epivizr/versions attrpath: rPackages.epivizr Checking auto update branch... No auto update branch exists Old version 2.32.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.epivizr 2.32.0 -> 2.34.0 https://repology.org/project/r:epivizr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spatzie, using log file: /var/log/nixpkgs-update/rPackages.spatzie/2024-05-04.log rPackages.spatzie 1.8.0 -> 1.10.0 https://repology.org/project/r:spatzie/versions attrpath: rPackages.spatzie Checking auto update branch... No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spatzie 1.8.0 -> 1.10.0 https://repology.org/project/r:spatzie/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.shinyepico, using log file: /var/log/nixpkgs-update/rPackages.shinyepico/2024-05-04.log rPackages.shinyepico 1.10.0 -> 1.12.0 https://repology.org/project/r:shinyepico/versions attrpath: rPackages.shinyepico Checking auto update branch... No auto update branch exists Old version 1.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.shinyepico 1.10.0 -> 1.12.0 https://repology.org/project/r:shinyepico/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cageminer, using log file: /var/log/nixpkgs-update/rPackages.cageminer/2024-05-04.log rPackages.cageminer 1.8.0 -> 1.10.0 https://repology.org/project/r:cageminer/versions attrpath: rPackages.cageminer Checking auto update branch... No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cageminer 1.8.0 -> 1.10.0 https://repology.org/project/r:cageminer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MatrixRider, using log file: /var/log/nixpkgs-update/rPackages.MatrixRider/2024-05-04.log rPackages.MatrixRider 1.34.0 -> 1.36.0 https://repology.org/project/r:matrixrider/versions attrpath: rPackages.MatrixRider Checking auto update branch... No auto update branch exists Old version 1.34.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MatrixRider 1.34.0 -> 1.36.0 https://repology.org/project/r:matrixrider/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.crossmeta, using log file: /var/log/nixpkgs-update/rPackages.crossmeta/2024-05-04.log rPackages.crossmeta 1.28.0 -> 1.30.0 https://repology.org/project/r:crossmeta/versions attrpath: rPackages.crossmeta Checking auto update branch... No auto update branch exists Old version 1.28.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.crossmeta 1.28.0 -> 1.30.0 https://repology.org/project/r:crossmeta/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.consensusOV, using log file: /var/log/nixpkgs-update/rPackages.consensusOV/2024-05-04.log rPackages.consensusOV 1.24.0 -> 1.26.0 https://repology.org/project/r:consensusov/versions attrpath: rPackages.consensusOV Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.consensusOV 1.24.0 -> 1.26.0 https://repology.org/project/r:consensusov/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.metaMS, using log file: /var/log/nixpkgs-update/rPackages.metaMS/2024-05-04.log rPackages.metaMS 1.38.0 -> 1.40.0 https://repology.org/project/r:metams/versions attrpath: rPackages.metaMS Checking auto update branch... No auto update branch exists Old version 1.38.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.metaMS 1.38.0 -> 1.40.0 https://repology.org/project/r:metams/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.phenoTest, using log file: /var/log/nixpkgs-update/rPackages.phenoTest/2024-05-04.log rPackages.phenoTest 1.50.0 -> 1.52.0 https://repology.org/project/r:phenotest/versions attrpath: rPackages.phenoTest Checking auto update branch... No auto update branch exists Old version 1.50.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.phenoTest 1.50.0 -> 1.52.0 https://repology.org/project/r:phenotest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.lumi, using log file: /var/log/nixpkgs-update/rPackages.lumi/2024-05-04.log rPackages.lumi 2.54.0 -> 2.56.0 https://repology.org/project/r:lumi/versions attrpath: rPackages.lumi Checking auto update branch... No auto update branch exists Old version 2.54.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.lumi 2.54.0 -> 2.56.0 https://repology.org/project/r:lumi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.missMethyl, using log file: /var/log/nixpkgs-update/rPackages.missMethyl/2024-05-04.log rPackages.missMethyl 1.36.0 -> 1.38.0 https://repology.org/project/r:missmethyl/versions attrpath: rPackages.missMethyl Checking auto update branch... No auto update branch exists Old version 1.36.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.missMethyl 1.36.0 -> 1.38.0 https://repology.org/project/r:missmethyl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pytest-md-report, using log file: /var/log/nixpkgs-update/python312Packages.pytest-md-report/2024-05-04.log python312Packages.pytest-md-report 0.5.1 -> 0.6.0 https://repology.org/project/python:pytest-md-report/versions attrpath: python312Packages.pytest-md-report isn't the default python version [result] Failed to update python312Packages.pytest-md-report 0.5.1 -> 0.6.0 https://repology.org/project/python:pytest-md-report/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yamlfmt, using log file: /var/log/nixpkgs-update/yamlfmt/2024-05-04.log yamlfmt 0.11.0 -> 0.12.0 https://repology.org/project/yamlfmt/versions attrpath: yamlfmt Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-JiFVc2+LcCgvnEX6W4XBtIgXcILEO2HZT4DTp62eUJU=" [golangModuleVersion] Replaced vendorHash with sha256-UfULQw7wAEJjTFp6+ACF5Ki04eFKeUEgmbt1c8pUolA= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/yamlfmt/default.nix b/pkgs/development/tools/yamlfmt/default.nix index 5f8c043b196f..1b7b34c70bd0 100644 --- a/pkgs/development/tools/yamlfmt/default.nix +++ b/pkgs/development/tools/yamlfmt/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "yamlfmt"; - version = "0.11.0"; + version = "0.12.0"; src = fetchFromGitHub { owner = "google"; repo = pname; rev = "v${version}"; - sha256 = "sha256-7+ui5jEJkjejAZRdM+okoF3Qw8SJSTKJS7LNNnBgz0g="; + sha256 = "sha256-hT5+7WaFl19iIdXWFPD82BE9z/2wzHKJJvVE4ZpZwsk="; }; - vendorHash = "sha256-JiFVc2+LcCgvnEX6W4XBtIgXcILEO2HZT4DTp62eUJU="; + vendorHash = "sha256-UfULQw7wAEJjTFp6+ACF5Ki04eFKeUEgmbt1c8pUolA="; doCheck = false; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ldhd5dgy16d76zdpf9jrrgpvaynvxdnh-yamlfmt-0.12.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/yamlfmt/versions. meta.description for yamlfmt is: An extensible command line tool or library to format yaml files. meta.homepage for yamlfmt is: https://github.com/google/yamlfmt ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/google/yamlfmt/releases/tag/v0.12.0) - [Compare changes on GitHub](https://github.com/google/yamlfmt/compare/v0.11.0...v0.12.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.12.0 with grep in /nix/store/ldhd5dgy16d76zdpf9jrrgpvaynvxdnh-yamlfmt-0.12.0 - found 0.12.0 in filename of file in /nix/store/ldhd5dgy16d76zdpf9jrrgpvaynvxdnh-yamlfmt-0.12.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath yamlfmt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ldhd5dgy16d76zdpf9jrrgpvaynvxdnh-yamlfmt-0.12.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A yamlfmt https://github.com/r-ryantm/nixpkgs/archive/de79ab1ac40f3883382fb503e296da38b3b28d15.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/de79ab1ac40f3883382fb503e296da38b3b28d15#yamlfmt ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ldhd5dgy16d76zdpf9jrrgpvaynvxdnh-yamlfmt-0.12.0 ls -la /nix/store/ldhd5dgy16d76zdpf9jrrgpvaynvxdnh-yamlfmt-0.12.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @SnO2WMaN for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308939 [result] Success updating yamlfmt 0.11.0 -> 0.12.0 https://repology.org/project/yamlfmt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php83Extensions.opentelemetry, using log file: /var/log/nixpkgs-update/php83Extensions.opentelemetry/2024-05-04.log php83Extensions.opentelemetry 1.0.2 -> 1.0.3 https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases attrpath: php83Extensions.opentelemetry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/574mb3ih7ki5cwmh29wkn92jjagi41is-packages.json.drv building '/nix/store/574mb3ih7ki5cwmh29wkn92jjagi41is-packages.json.drv'... Going to be running update for following packages: - php-opentelemetry-1.0.2 Press Enter key to continue... Running update for: - php-opentelemetry-1.0.2: UPDATING ... - php-opentelemetry-1.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/php-packages/opentelemetry/default.nix b/pkgs/development/php-packages/opentelemetry/default.nix index 6770ecb432a6..031c4a7a34c1 100644 --- a/pkgs/development/php-packages/opentelemetry/default.nix +++ b/pkgs/development/php-packages/opentelemetry/default.nix @@ -1,7 +1,7 @@ { lib, buildPecl, fetchFromGitHub }: let - version = "1.0.2"; + version = "1.0.3"; in buildPecl rec { inherit version; pname = "opentelemetry"; @@ -10,7 +10,7 @@ in buildPecl rec { owner = "open-telemetry"; repo = "opentelemetry-php-instrumentation"; rev = version; - hash = "sha256-w6Gkjh9+I6KlQyztv4o1XZ6nJ+Yn4wXXN6nma8/dLTU="; + hash = "sha256-KqLbKnAHxXbldNYVN7eMQ7NdZmPecu0UKHQdlUm7Ur0="; }; sourceRoot = "${src.name}/ext"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/i2yy4rmrd5ml9lhr1jqihppwbnr1v4l4-php-opentelemetry-1.0.3" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for php83Extensions.opentelemetry is: OpenTelemetry PHP auto-instrumentation extension meta.homepage for php83Extensions.opentelemetry is: https://opentelemetry.io/ meta.changelog for php83Extensions.opentelemetry is: https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3) - [Compare changes on GitHub](https://github.com/open-telemetry/opentelemetry-php-instrumentation/compare/1.0.2...1.0.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.0.3 with grep in /nix/store/i2yy4rmrd5ml9lhr1jqihppwbnr1v4l4-php-opentelemetry-1.0.3 - found 1.0.3 in filename of file in /nix/store/i2yy4rmrd5ml9lhr1jqihppwbnr1v4l4-php-opentelemetry-1.0.3 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath php81Extensions.opentelemetry php82Extensions.opentelemetry php83Extensions.opentelemetry ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/i2yy4rmrd5ml9lhr1jqihppwbnr1v4l4-php-opentelemetry-1.0.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A php83Extensions.opentelemetry https://github.com/r-ryantm/nixpkgs/archive/52915b44b4f7dcd7e5b4142be7272894fcb564c4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/52915b44b4f7dcd7e5b4142be7272894fcb564c4#php83Extensions.opentelemetry ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/i2yy4rmrd5ml9lhr1jqihppwbnr1v4l4-php-opentelemetry-1.0.3 ls -la /nix/store/i2yy4rmrd5ml9lhr1jqihppwbnr1v4l4-php-opentelemetry-1.0.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
--- ###### Maintainer pings cc @gaelreyrol for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308944 [result] Success updating php83Extensions.opentelemetry 1.0.2 -> 1.0.3 https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php82Extensions.opentelemetry, using log file: /var/log/nixpkgs-update/php82Extensions.opentelemetry/2024-05-04.log php82Extensions.opentelemetry 1.0.2 -> 1.0.3 https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases attrpath: php82Extensions.opentelemetry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n8i9zighpd52b4p2z8n3i338dg0677p6-packages.json.drv building '/nix/store/n8i9zighpd52b4p2z8n3i338dg0677p6-packages.json.drv'... Going to be running update for following packages: - php-opentelemetry-1.0.2 Press Enter key to continue... Running update for: - php-opentelemetry-1.0.2: UPDATING ... - php-opentelemetry-1.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/php-packages/opentelemetry/default.nix b/pkgs/development/php-packages/opentelemetry/default.nix index 6770ecb432a6..031c4a7a34c1 100644 --- a/pkgs/development/php-packages/opentelemetry/default.nix +++ b/pkgs/development/php-packages/opentelemetry/default.nix @@ -1,7 +1,7 @@ { lib, buildPecl, fetchFromGitHub }: let - version = "1.0.2"; + version = "1.0.3"; in buildPecl rec { inherit version; pname = "opentelemetry"; @@ -10,7 +10,7 @@ in buildPecl rec { owner = "open-telemetry"; repo = "opentelemetry-php-instrumentation"; rev = version; - hash = "sha256-w6Gkjh9+I6KlQyztv4o1XZ6nJ+Yn4wXXN6nma8/dLTU="; + hash = "sha256-KqLbKnAHxXbldNYVN7eMQ7NdZmPecu0UKHQdlUm7Ur0="; }; sourceRoot = "${src.name}/ext"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/y75qn76yvslgngjp060fpykbfzzd9vfx-php-opentelemetry-1.0.3" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for php82Extensions.opentelemetry is: OpenTelemetry PHP auto-instrumentation extension meta.homepage for php82Extensions.opentelemetry is: https://opentelemetry.io/ meta.changelog for php82Extensions.opentelemetry is: https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3) - [Compare changes on GitHub](https://github.com/open-telemetry/opentelemetry-php-instrumentation/compare/1.0.2...1.0.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.0.3 with grep in /nix/store/y75qn76yvslgngjp060fpykbfzzd9vfx-php-opentelemetry-1.0.3 - found 1.0.3 in filename of file in /nix/store/y75qn76yvslgngjp060fpykbfzzd9vfx-php-opentelemetry-1.0.3 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath php81Extensions.opentelemetry php82Extensions.opentelemetry php83Extensions.opentelemetry ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/y75qn76yvslgngjp060fpykbfzzd9vfx-php-opentelemetry-1.0.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A php82Extensions.opentelemetry https://github.com/r-ryantm/nixpkgs/archive/5a3053433cf5bf21b969ea0e928bba2a58d6348d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5a3053433cf5bf21b969ea0e928bba2a58d6348d#php82Extensions.opentelemetry ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/y75qn76yvslgngjp060fpykbfzzd9vfx-php-opentelemetry-1.0.3 ls -la /nix/store/y75qn76yvslgngjp060fpykbfzzd9vfx-php-opentelemetry-1.0.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
--- ###### Maintainer pings cc @gaelreyrol for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308947 [result] Success updating php82Extensions.opentelemetry 1.0.2 -> 1.0.3 https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openttd-grfcodec, using log file: /var/log/nixpkgs-update/openttd-grfcodec/2024-05-04.log openttd-grfcodec unstable-2021-03-10 -> 6.1.0 https://github.com/OpenTTD/grfcodec/releases attrpath: openttd-grfcodec 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/openttd/grfcodec.nix b/pkgs/games/openttd/grfcodec.nix index 544cf4f06c43..8328859f308e 100644 --- a/pkgs/games/openttd/grfcodec.nix +++ b/pkgs/games/openttd/grfcodec.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "openttd-grfcodec"; - version = "unstable-2021-03-10"; + version = "6.1.0"; src = fetchFromGitHub { owner = "OpenTTD"; repo = "grfcodec"; rev = "045774dee7cab1a618a3e0d9b39bff78a12b6efa"; - sha256 = "0b4xnnkqc01d3r834lhkq744ymar6c8iyxk51wc4c7hvz0vp9vmy"; + sha256 = "sha256-vu50N/gbHkYYD2V2HxEzWVVPyMETUjJQHi0Ahqe1nSw="; }; buildInputs = [boost]; Source url did not change. [result] Failed to update openttd-grfcodec unstable-2021-03-10 -> 6.1.0 https://github.com/OpenTTD/grfcodec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gdcm, using log file: /var/log/nixpkgs-update/python311Packages.gdcm/2024-05-04.log python311Packages.gdcm 3.0.23 -> 3.0.24 https://github.com/malaterre/GDCM/releases attrpath: python311Packages.gdcm 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/gdcm/default.nix b/pkgs/development/libraries/gdcm/default.nix index 9d6db6fca684..18058af21cb1 100644 --- a/pkgs/development/libraries/gdcm/default.nix +++ b/pkgs/development/libraries/gdcm/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "gdcm"; - version = "3.0.23"; + version = "3.0.24"; src = fetchFromGitHub { owner = "malaterre"; repo = "GDCM"; rev = "refs/tags/v${version}"; - hash = "sha256-zwIPWcjTrfbdNBzAqwV6lU2l6sx+e4Yi7dprdem6AeE="; + hash = "sha256-Zlb6UCP4aFZOJJNhFQBBrwzst+f37gs1zaCBMTOUgZE="; }; cmakeFlags = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/xnna4c8pdxgc88zfi7h7ryrav3bb9jmb-gdcm-3.0.24" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
4 packages failed to build:
38 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/malaterre/GDCM/releases. meta.description for python311Packages.gdcm is: The grassroots cross-platform DICOM implementation meta.homepage for python311Packages.gdcm is: https://gdcm.sourceforge.net/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.0.24 with grep in /nix/store/xnna4c8pdxgc88zfi7h7ryrav3bb9jmb-gdcm-3.0.24 - found 3.0.24 in filename of file in /nix/store/xnna4c8pdxgc88zfi7h7ryrav3bb9jmb-gdcm-3.0.24 ---
Rebuild report (if merged into master) (click to expand) ``` 31 total rebuild path(s) 31 package rebuild(s) First fifty rebuilds by attrpath ants c3d elastix ezminc gdcm intensity-normalization itk itk_5 itk_5_2 mirtk mrtrix octavePackages.dicom python311Packages.dicom2nifti python311Packages.gdcm python311Packages.intensity-normalization python311Packages.medpy python311Packages.pydicom-seg python311Packages.pymedio python311Packages.pyradiomics python311Packages.simpleitk python311Packages.torchio python312Packages.dicom2nifti python312Packages.gdcm python312Packages.medpy python312Packages.pydicom-seg python312Packages.pymedio python312Packages.pyradiomics python312Packages.simpleitk python312Packages.torchio simpleitk ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/xnna4c8pdxgc88zfi7h7ryrav3bb9jmb-gdcm-3.0.24 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.gdcm https://github.com/r-ryantm/nixpkgs/archive/35df0aa24cdf3987f482fa3e3b2b87fa82a04f22.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/35df0aa24cdf3987f482fa3e3b2b87fa82a04f22#python311Packages.gdcm ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/xnna4c8pdxgc88zfi7h7ryrav3bb9jmb-gdcm-3.0.24 ls -la /nix/store/xnna4c8pdxgc88zfi7h7ryrav3bb9jmb-gdcm-3.0.24/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
4 packages failed to build:
38 packages built:
--- ###### Maintainer pings cc @tfmoraes for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308958 [result] Success updating python311Packages.gdcm 3.0.23 -> 3.0.24 https://github.com/malaterre/GDCM/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dorothea, using log file: /var/log/nixpkgs-update/rPackages.dorothea/2024-05-04.log rPackages.dorothea 1.14.1 -> 1.16.0 https://repology.org/project/r:dorothea/versions attrpath: rPackages.dorothea Checking auto update branch... No auto update branch exists Old version 1.14.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.dorothea 1.14.1 -> 1.16.0 https://repology.org/project/r:dorothea/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.a4, using log file: /var/log/nixpkgs-update/rPackages.a4/2024-05-04.log rPackages.a4 1.50.1 -> 1.52.0 https://repology.org/project/r:a4/versions attrpath: rPackages.a4 Checking auto update branch... No auto update branch exists Old version 1.50.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.a4 1.50.1 -> 1.52.0 https://repology.org/project/r:a4/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.R3CPET, using log file: /var/log/nixpkgs-update/rPackages.R3CPET/2024-05-04.log rPackages.R3CPET 1.34.1 -> 1.36.0 https://repology.org/project/r:r3cpet/versions attrpath: rPackages.R3CPET Checking auto update branch... No auto update branch exists Old version 1.34.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.R3CPET 1.34.1 -> 1.36.0 https://repology.org/project/r:r3cpet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.xcms, using log file: /var/log/nixpkgs-update/rPackages.xcms/2024-05-04.log rPackages.xcms 4.0.2 -> 4.2.0 https://repology.org/project/r:xcms/versions attrpath: rPackages.xcms Checking auto update branch... No auto update branch exists Old version 4.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.xcms 4.0.2 -> 4.2.0 https://repology.org/project/r:xcms/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ChIPpeakAnno, using log file: /var/log/nixpkgs-update/rPackages.ChIPpeakAnno/2024-05-04.log rPackages.ChIPpeakAnno 3.36.1 -> 3.38.0 https://repology.org/project/r:chippeakanno/versions attrpath: rPackages.ChIPpeakAnno Checking auto update branch... No auto update branch exists Old version 3.36.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ChIPpeakAnno 3.36.1 -> 3.38.0 https://repology.org/project/r:chippeakanno/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.debrowser, using log file: /var/log/nixpkgs-update/rPackages.debrowser/2024-05-04.log rPackages.debrowser 1.30.2 -> 1.32.0 https://repology.org/project/r:debrowser/versions attrpath: rPackages.debrowser Checking auto update branch... No auto update branch exists Old version 1.30.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.debrowser 1.30.2 -> 1.32.0 https://repology.org/project/r:debrowser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.awkward, using log file: /var/log/nixpkgs-update/python312Packages.awkward/2024-05-04.log python312Packages.awkward 2.6.3 -> 2.6.4 https://github.com/scikit-hep/awkward/releases attrpath: python312Packages.awkward isn't the default python version [result] Failed to update python312Packages.awkward 2.6.3 -> 2.6.4 https://github.com/scikit-hep/awkward/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.gradio, using log file: /var/log/nixpkgs-update/python312Packages.gradio/2024-05-04.log python312Packages.gradio 4.22.0 -> 4.29.0 https://repology.org/project/python:gradio/versions attrpath: python312Packages.gradio isn't the default python version [result] Failed to update python312Packages.gradio 4.22.0 -> 4.29.0 https://repology.org/project/python:gradio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.appreci8R, using log file: /var/log/nixpkgs-update/rPackages.appreci8R/2024-05-04.log rPackages.appreci8R 1.20.2 -> 1.22.0 https://repology.org/project/r:appreci8r/versions attrpath: rPackages.appreci8R Checking auto update branch... No auto update branch exists Old version 1.20.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.appreci8R 1.20.2 -> 1.22.0 https://repology.org/project/r:appreci8r/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DeMixT, using log file: /var/log/nixpkgs-update/rPackages.DeMixT/2024-05-04.log rPackages.DeMixT 1.18.0 -> 1.20.0 https://repology.org/project/r:demixt/versions attrpath: rPackages.DeMixT Checking auto update branch... No auto update branch exists Old version 1.18.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DeMixT 1.18.0 -> 1.20.0 https://repology.org/project/r:demixt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.aorsf, using log file: /var/log/nixpkgs-update/rPackages.aorsf/2024-05-04.log rPackages.aorsf 0.1.3 -> 0.1.4 https://repology.org/project/r:aorsf/versions attrpath: rPackages.aorsf Checking auto update branch... No auto update branch exists Old version 0.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.aorsf 0.1.3 -> 0.1.4 https://repology.org/project/r:aorsf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boxbuddy, using log file: /var/log/nixpkgs-update/boxbuddy/2024-05-04.log boxbuddy 2.2.2 -> 2.2.3 https://github.com/Dvlv/BoxBuddyRS/releases attrpath: boxbuddy Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-h+pDjS+VtvfiaWMQjpFHBBJ/8bZ0SRgayRmx4vg96Jw= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/bo/boxbuddy/package.nix b/pkgs/by-name/bo/boxbuddy/package.nix index 9503bf85a9c4..9d94d80f7516 100644 --- a/pkgs/by-name/bo/boxbuddy/package.nix +++ b/pkgs/by-name/bo/boxbuddy/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "boxbuddy"; - version = "2.2.2"; + version = "2.2.3"; src = fetchFromGitHub { owner = "Dvlv"; repo = "BoxBuddyRS"; rev = version; - hash = "sha256-y3QfNOaeeZ4Vvby4SkyVgTCL8qIYvXpcK1c8ofzjrj0="; + hash = "sha256-b7b5IWo2REr0HBfsKbnFYcReEQG5SfuGDa9KSKIC3t0="; }; - cargoHash = "sha256-53hndNIcGtU8Uxnyh8y5v+0wURflNzlzwuyoh+HUXD4="; + cargoHash = "sha256-h+pDjS+VtvfiaWMQjpFHBBJ/8bZ0SRgayRmx4vg96Jw="; # The software assumes it is installed either in flatpak or in the home directory # so the xdg data path needs to be patched here [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ffhfbbyrm2136cc037v9krrvcpjcc8da-boxbuddy-2.2.3" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/Dvlv/BoxBuddyRS/releases. meta.description for boxbuddy is: An unofficial GUI for managing your Distroboxes, written with GTK4 + Libadwaita meta.homepage for boxbuddy is: https://dvlv.github.io/BoxBuddyRS ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/Dvlv/BoxBuddyRS/releases/tag/2.2.3) - [Compare changes on GitHub](https://github.com/Dvlv/BoxBuddyRS/compare/2.2.2...2.2.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.2.3 with grep in /nix/store/ffhfbbyrm2136cc037v9krrvcpjcc8da-boxbuddy-2.2.3 - found 2.2.3 in filename of file in /nix/store/ffhfbbyrm2136cc037v9krrvcpjcc8da-boxbuddy-2.2.3 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath boxbuddy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ffhfbbyrm2136cc037v9krrvcpjcc8da-boxbuddy-2.2.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A boxbuddy https://github.com/r-ryantm/nixpkgs/archive/7a8090275f4bb05cd19fbf79dd6044e74b76abec.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7a8090275f4bb05cd19fbf79dd6044e74b76abec#boxbuddy ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ffhfbbyrm2136cc037v9krrvcpjcc8da-boxbuddy-2.2.3 ls -la /nix/store/ffhfbbyrm2136cc037v9krrvcpjcc8da-boxbuddy-2.2.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @Aleksanaa for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308965 [result] Success updating boxbuddy 2.2.2 -> 2.2.3 https://github.com/Dvlv/BoxBuddyRS/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath micronaut, using log file: /var/log/nixpkgs-update/micronaut/2024-05-04.log micronaut 4.4.1 -> 4.4.2 https://repology.org/project/micronaut/versions attrpath: micronaut 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/micronaut/default.nix b/pkgs/development/tools/micronaut/default.nix index 0b1711283dbd..1adea9552be0 100644 --- a/pkgs/development/tools/micronaut/default.nix +++ b/pkgs/development/tools/micronaut/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "micronaut"; - version = "4.4.1"; + version = "4.4.2"; src = fetchzip { url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip"; - sha256 = "sha256-tXXGjpf6nwx9yW9vBSi7iKlDJE+IeItcl+JE4drA7OM="; + sha256 = "sha256-5Loc9H5wqafoZYjPGCJ4kTNulS1/Njgn35T74zHr9s4="; }; nativeBuildInputs = [ makeWrapper installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/s6nzvk3h637xnqkaxrdy2crharnd8jw4-micronaut-4.4.2" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/micronaut/versions. meta.description for micronaut is: Modern, JVM-based, full-stack framework for building microservice applications meta.homepage for micronaut is: https://micronaut.io/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/micronaut-projects/micronaut-starter/releases/tag/v4.4.2) - [Compare changes on GitHub](https://github.com/micronaut-projects/micronaut-starter/compare/v4.4.1...v4.4.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.4.2 with grep in /nix/store/s6nzvk3h637xnqkaxrdy2crharnd8jw4-micronaut-4.4.2 - found 4.4.2 in filename of file in /nix/store/s6nzvk3h637xnqkaxrdy2crharnd8jw4-micronaut-4.4.2 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath micronaut ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/s6nzvk3h637xnqkaxrdy2crharnd8jw4-micronaut-4.4.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A micronaut https://github.com/r-ryantm/nixpkgs/archive/f88600aba9138e9c135231056265260773561d3d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f88600aba9138e9c135231056265260773561d3d#micronaut ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/s6nzvk3h637xnqkaxrdy2crharnd8jw4-micronaut-4.4.2 ls -la /nix/store/s6nzvk3h637xnqkaxrdy2crharnd8jw4-micronaut-4.4.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @moaxcp for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308968 [result] Success updating micronaut 4.4.1 -> 4.4.2 https://repology.org/project/micronaut/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gpt4all, using log file: /var/log/nixpkgs-update/gpt4all/2024-05-04.log gpt4all 2.7.4 -> 2.7.5 https://github.com/nomic-ai/gpt4all/releases attrpath: gpt4all 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/gp/gpt4all/package.nix b/pkgs/by-name/gp/gpt4all/package.nix index 0d3d41a55182..40fe6a88322f 100644 --- a/pkgs/by-name/gp/gpt4all/package.nix +++ b/pkgs/by-name/gp/gpt4all/package.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "gpt4all"; - version = "2.7.4"; + version = "2.7.5"; src = fetchFromGitHub { fetchSubmodules = true; - hash = "sha256-G22d2Q6z7DmPHM/DEE7iyJ8SWRZdoVdSWw+gnPVHdEg="; + hash = "sha256-i/T6gk8ICneW624008eiStgYNv5CE8w0Yx8knk57EFw="; owner = "nomic-ai"; repo = "gpt4all"; rev = "v${finalAttrs.version}"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/pcnb0x9h3m6n68kx3bfyyxqfvc511s8q-gpt4all-2.7.5" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/nomic-ai/gpt4all/releases. meta.description for gpt4all is: A free-to-use, locally running, privacy-aware chatbot. No GPU or internet required meta.homepage for gpt4all is: https://github.com/nomic-ai/gpt4all meta.changelog for gpt4all is: https://github.com/nomic-ai/gpt4all/releases/tag/v2.7.5 ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.7.5 with grep in /nix/store/pcnb0x9h3m6n68kx3bfyyxqfvc511s8q-gpt4all-2.7.5 - found 2.7.5 in filename of file in /nix/store/pcnb0x9h3m6n68kx3bfyyxqfvc511s8q-gpt4all-2.7.5 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath gpt4all ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pcnb0x9h3m6n68kx3bfyyxqfvc511s8q-gpt4all-2.7.5 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A gpt4all https://github.com/r-ryantm/nixpkgs/archive/dc42584fd6be33ff8735fcd6be8170100df9b3bf.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/dc42584fd6be33ff8735fcd6be8170100df9b3bf#gpt4all ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pcnb0x9h3m6n68kx3bfyyxqfvc511s8q-gpt4all-2.7.5 ls -la /nix/store/pcnb0x9h3m6n68kx3bfyyxqfvc511s8q-gpt4all-2.7.5/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @drupol @polygon for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308972 [result] Success updating gpt4all 2.7.4 -> 2.7.5 https://github.com/nomic-ai/gpt4all/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.freeintv, using log file: /var/log/nixpkgs-update/libretro.freeintv/2024-05-04.log libretro.freeintv 0 -> 1 attrpath: libretro.freeintv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bxp9rl6k00z54gynwwaf8gm6jx230sf4-packages.json.drv building '/nix/store/bxp9rl6k00z54gynwwaf8gm6jx230sf4-packages.json.drv'... Going to be running update for following packages: - libretro-freeintv-unstable-2023-04-17 Press Enter key to continue... Running update for: - libretro-freeintv-unstable-2023-04-17: UPDATING ... - libretro-freeintv-unstable-2023-04-17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.freeintv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.atari800, using log file: /var/log/nixpkgs-update/libretro.atari800/2024-05-04.log libretro.atari800 0 -> 1 attrpath: libretro.atari800 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6hjb1k6m7rs5g6s0kwfr77nqc3largxy-packages.json.drv building '/nix/store/6hjb1k6m7rs5g6s0kwfr77nqc3largxy-packages.json.drv'... Going to be running update for following packages: - libretro-atari800-unstable-2023-11-14 Press Enter key to continue... Running update for: - libretro-atari800-unstable-2023-11-14: UPDATING ... - libretro-atari800-unstable-2023-11-14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.atari800 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.flycast, using log file: /var/log/nixpkgs-update/libretro.flycast/2024-05-04.log libretro.flycast 0 -> 1 attrpath: libretro.flycast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rvaqgkw0a12z6mjd8i29g8l8mm5mcn3x-packages.json.drv building '/nix/store/rvaqgkw0a12z6mjd8i29g8l8mm5mcn3x-packages.json.drv'... Going to be running update for following packages: - libretro-flycast-unstable-2024-04-26 Press Enter key to continue... Running update for: - libretro-flycast-unstable-2024-04-26: UPDATING ... - libretro-flycast-unstable-2024-04-26: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index d0fbc4f33836..15705fd3f43d 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -307,11 +307,11 @@ "src": { "owner": "flyinghead", "repo": "flycast", - "rev": "8e96590065fd23cd37a0d426d30f4aef6587d860", - "hash": "sha256-NUwqrQqrKthxrToGx70uWtSoU0dp2/KlCiinW/fDwnE=", + "rev": "0517a4600c46aa7f3db69eb827a5fcba40a1bda9", + "hash": "sha256-1tW6AwnzIZmiyQI8QFKn0ggBifONYR15tXSaRFu7n4k=", "fetchSubmodules": true }, - "version": "unstable-2024-04-26" + "version": "unstable-2024-05-03" }, "fmsx": { "fetcher": "fetchFromGitHub", No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/aq7amcb4ql3kxfx9v3aa79521hgg59g4-libretro-flycast-unstable-2024-05-03" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for libretro.flycast is: Flycast libretro port meta.homepage for libretro.flycast is: https://www.libretro.com/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found unstable-2024-05-03 in filename of file in /nix/store/aq7amcb4ql3kxfx9v3aa79521hgg59g4-libretro-flycast-unstable-2024-05-03 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath libretro.flycast retroarchFull ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/aq7amcb4ql3kxfx9v3aa79521hgg59g4-libretro-flycast-unstable-2024-05-03 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A libretro.flycast https://github.com/r-ryantm/nixpkgs/archive/a627e19ecf74f707f3ac44e9c2b29d16051ba7fd.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a627e19ecf74f707f3ac44e9c2b29d16051ba7fd#libretro.flycast ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/aq7amcb4ql3kxfx9v3aa79521hgg59g4-libretro-flycast-unstable-2024-05-03 ls -la /nix/store/aq7amcb4ql3kxfx9v3aa79521hgg59g4-libretro-flycast-unstable-2024-05-03/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @aanderse @edwtjo @thiagokokada @hrdinka for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308980 [result] Success updating libretro.flycast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.dosbox-pure, using log file: /var/log/nixpkgs-update/libretro.dosbox-pure/2024-05-04.log libretro.dosbox-pure 0 -> 1 attrpath: libretro.dosbox-pure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mafj8bc1p8jhx5d5iv2q3sd9yrwbx7x9-packages.json.drv building '/nix/store/mafj8bc1p8jhx5d5iv2q3sd9yrwbx7x9-packages.json.drv'... Going to be running update for following packages: - libretro-dosbox-pure-unstable-2023-12-29 Press Enter key to continue... Running update for: - libretro-dosbox-pure-unstable-2023-12-29: UPDATING ... - libretro-dosbox-pure-unstable-2023-12-29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.dosbox-pure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath retroarch-joypad-autoconfig, using log file: /var/log/nixpkgs-update/retroarch-joypad-autoconfig/2024-05-04.log retroarch-joypad-autoconfig 0 -> 1 attrpath: retroarch-joypad-autoconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b0dkm2c85bsna87a9zpghqmcvbi5yzpm-packages.json.drv building '/nix/store/b0dkm2c85bsna87a9zpghqmcvbi5yzpm-packages.json.drv'... Going to be running update for following packages: - retroarch-joypad-autoconfig-1.18.1 Press Enter key to continue... Running update for: - retroarch-joypad-autoconfig-1.18.1: UPDATING ... - retroarch-joypad-autoconfig-1.18.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update retroarch-joypad-autoconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jdcal, using log file: /var/log/nixpkgs-update/python311Packages.jdcal/2024-05-04.log python311Packages.jdcal 0 -> 1 attrpath: python311Packages.jdcal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a65xab35q4y5cqyvq1588vi335p9gqwi-packages.json.drv building '/nix/store/a65xab35q4y5cqyvq1588vi335p9gqwi-packages.json.drv'... Going to be running update for following packages: - python3.11-jdcal-1.4.1 Press Enter key to continue... Running update for: - python3.11-jdcal-1.4.1: UPDATING ... - python3.11-jdcal-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jdcal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clifford, using log file: /var/log/nixpkgs-update/python311Packages.clifford/2024-05-04.log python311Packages.clifford 0 -> 1 attrpath: python311Packages.clifford Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1xql6p7qn7a059kgp8vqa3k494lzypas-packages.json.drv building '/nix/store/1xql6p7qn7a059kgp8vqa3k494lzypas-packages.json.drv'... Going to be running update for following packages: - python3.11-clifford-1.4.0 Press Enter key to continue... Running update for: - python3.11-clifford-1.4.0: UPDATING ... - python3.11-clifford-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clifford 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sectools, using log file: /var/log/nixpkgs-update/python311Packages.sectools/2024-05-04.log python311Packages.sectools 0 -> 1 attrpath: python311Packages.sectools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2glvxxvww1pv1877h81cfrrkmfk296v4-packages.json.drv building '/nix/store/2glvxxvww1pv1877h81cfrrkmfk296v4-packages.json.drv'... Going to be running update for following packages: - python3.11-sectools-1.4.3 Press Enter key to continue... Running update for: - python3.11-sectools-1.4.3: UPDATING ... - python3.11-sectools-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sectools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hmmlearn, using log file: /var/log/nixpkgs-update/python311Packages.hmmlearn/2024-05-04.log python311Packages.hmmlearn 0 -> 1 attrpath: python311Packages.hmmlearn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p95sp38awaijaxrk69wg3mk94v13y4pl-packages.json.drv building '/nix/store/p95sp38awaijaxrk69wg3mk94v13y4pl-packages.json.drv'... Going to be running update for following packages: - python3.11-hmmlearn-0.3.2 Press Enter key to continue... Running update for: - python3.11-hmmlearn-0.3.2: UPDATING ... - python3.11-hmmlearn-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hmmlearn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clickclick, using log file: /var/log/nixpkgs-update/python311Packages.clickclick/2024-05-04.log python311Packages.clickclick 0 -> 1 attrpath: python311Packages.clickclick Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/frbhv96yxgm2248mf1hw3gkj0i3gr66p-packages.json.drv building '/nix/store/frbhv96yxgm2248mf1hw3gkj0i3gr66p-packages.json.drv'... Going to be running update for following packages: - python3.11-clickclick-1.2.2 Press Enter key to continue... Running update for: - python3.11-clickclick-1.2.2: UPDATING ... - python3.11-clickclick-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clickclick 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simanneal, using log file: /var/log/nixpkgs-update/python311Packages.simanneal/2024-05-04.log python311Packages.simanneal 0 -> 1 attrpath: python311Packages.simanneal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k3g9h7p0261v3wbddgcsq0hyvxrs38p9-packages.json.drv building '/nix/store/k3g9h7p0261v3wbddgcsq0hyvxrs38p9-packages.json.drv'... Going to be running update for following packages: - python3.11-simanneal-0.5.0 Press Enter key to continue... Running update for: - python3.11-simanneal-0.5.0: UPDATING ... - python3.11-simanneal-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simanneal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.protego, using log file: /var/log/nixpkgs-update/python311Packages.protego/2024-05-04.log python311Packages.protego 0 -> 1 attrpath: python311Packages.protego Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gvb744ddp01n645v1f8qdqpv9dbfhsbc-packages.json.drv building '/nix/store/gvb744ddp01n645v1f8qdqpv9dbfhsbc-packages.json.drv'... Going to be running update for following packages: - python3.11-protego-0.3.1 Press Enter key to continue... Running update for: - python3.11-protego-0.3.1: UPDATING ... - python3.11-protego-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.protego 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mupdf, using log file: /var/log/nixpkgs-update/mupdf/2024-05-04.log mupdf 0 -> 1 attrpath: mupdf Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/izgprry40qp5hmssnfgbn7rh9df97cs8-packages.json.drv building '/nix/store/izgprry40qp5hmssnfgbn7rh9df97cs8-packages.json.drv'... Going to be running update for following packages: - mupdf-1.23.6 Press Enter key to continue... Running update for: - mupdf-1.23.6: UPDATING ... - mupdf-1.23.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/mupdf/default.nix b/pkgs/applications/misc/mupdf/default.nix index 492722d33f49..4a6136ddd90b 100644 --- a/pkgs/applications/misc/mupdf/default.nix +++ b/pkgs/applications/misc/mupdf/default.nix @@ -60,12 +60,12 @@ let in stdenv.mkDerivation rec { - version = "1.23.6"; + version = "1.24.1"; pname = "mupdf"; src = fetchurl { url = "https://mupdf.com/downloads/archive/${pname}-${version}-source.tar.gz"; - sha256 = "sha256-rBHrhZ3UBEiOUVPNyWUbtDQeW6r007Pyfir8gvmq3Ck="; + sha256 = "sha256-WEAwgoCivnvVX16KC1o6uIOWifo4mkipFDPcq9Rlvk0="; }; patches = [ ./0001-Use-command-v-in-favor-of-which.patch An auto update branch exists with message `mupdf: 1.23.6 -> 1.23.11`. New version is 1.24.1. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mupdf nix build failed. got build log for 'mupdf' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/4hd0k7g1ckaw2z4wfnlyln3n0ffcjvjr-mupdf-1.24.1-source.tar.gz source root is mupdf-1.24.1-source setting SOURCE_DATE_EPOCH to timestamp 1712056254 of file mupdf-1.24.1-source/thirdparty/tesseract.txt @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/9yz9yfd2r30kbam8ai3hk8qf0n2g28cm-0001-Use-command-v-in-favor-of-which.patch patching file Makerules Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file Makerules.rej [result] Failed to update mupdf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matcha-gtk-theme, using log file: /var/log/nixpkgs-update/matcha-gtk-theme/2024-05-04.log matcha-gtk-theme 0 -> 1 attrpath: matcha-gtk-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b580pknkyc87fdq9ahjg3f5d9f6n0d5j-packages.json.drv building '/nix/store/b580pknkyc87fdq9ahjg3f5d9f6n0d5j-packages.json.drv'... Going to be running update for following packages: - matcha-gtk-theme-2024-05-01 Press Enter key to continue... Running update for: - matcha-gtk-theme-2024-05-01: UPDATING ... - matcha-gtk-theme-2024-05-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update matcha-gtk-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.arcam-fmj, using log file: /var/log/nixpkgs-update/python311Packages.arcam-fmj/2024-05-04.log python311Packages.arcam-fmj 0 -> 1 attrpath: python311Packages.arcam-fmj Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wvhaa28rzdhznjcxw7vga78hmdc53anj-packages.json.drv building '/nix/store/wvhaa28rzdhznjcxw7vga78hmdc53anj-packages.json.drv'... Going to be running update for following packages: - python3.11-arcam-fmj-1.4.0 Press Enter key to continue... Running update for: - python3.11-arcam-fmj-1.4.0: UPDATING ... - python3.11-arcam-fmj-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.arcam-fmj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath newsraft, using log file: /var/log/nixpkgs-update/newsraft/2024-05-04.log newsraft 0 -> 1 attrpath: newsraft Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/b4ra5iy34gf9l7bh18y664147vfigkr2-packages.json.drv building '/nix/store/b4ra5iy34gf9l7bh18y664147vfigkr2-packages.json.drv'... Going to be running update for following packages: - newsraft-0.24 Press Enter key to continue... Running update for: - newsraft-0.24: UPDATING ... - newsraft-0.24: ERROR --- SHOWING ERROR LOG FOR newsraft-0.24 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/m701fxb1nn30yan70crrldihijl420bl-source.drv building '/nix/store/m701fxb1nn30yan70crrldihijl420bl-source.drv'... trying https://codeberg.org/newsraft/newsraft/archive/newsraft-newsraft-0.24.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 58 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/m701fxb1nn30yan70crrldihijl420bl-source.drv' failed with exit code 1; last 7 log lines: > > trying https://codeberg.org/newsraft/newsraft/archive/newsraft-newsraft-0.24.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 58 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/m701fxb1nn30yan70crrldihijl420bl-source.drv'. Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 366, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update newsraft.src --- SHOWING ERROR LOG FOR newsraft-0.24 ---------------------- The update script for newsraft-0.24 failed with exit code 1 [result] Failed to update newsraft 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gradient, using log file: /var/log/nixpkgs-update/python311Packages.gradient/2024-05-04.log python311Packages.gradient 0 -> 1 attrpath: python311Packages.gradient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4h8zksaxqs22rbab1s0kwcmzx3j188xs-packages.json.drv building '/nix/store/4h8zksaxqs22rbab1s0kwcmzx3j188xs-packages.json.drv'... Going to be running update for following packages: - python3.11-gradient-2.0.6 Press Enter key to continue... Running update for: - python3.11-gradient-2.0.6: UPDATING ... - python3.11-gradient-2.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gradient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pecan, using log file: /var/log/nixpkgs-update/python311Packages.pecan/2024-05-04.log python311Packages.pecan 0 -> 1 attrpath: python311Packages.pecan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dmbimg6kifqcfsb5bw6qbhx3qjkvyxl1-packages.json.drv building '/nix/store/dmbimg6kifqcfsb5bw6qbhx3qjkvyxl1-packages.json.drv'... Going to be running update for following packages: - python3.11-pecan-1.5.1 Press Enter key to continue... Running update for: - python3.11-pecan-1.5.1: UPDATING ... - python3.11-pecan-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pecan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pmw, using log file: /var/log/nixpkgs-update/python311Packages.pmw/2024-05-04.log python311Packages.pmw 0 -> 1 attrpath: python311Packages.pmw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lwl5i6brs21wg1dyskzx1rhi0dx2d7ix-packages.json.drv building '/nix/store/lwl5i6brs21wg1dyskzx1rhi0dx2d7ix-packages.json.drv'... Going to be running update for following packages: - python3.11-pmw-2.1.1 Press Enter key to continue... Running update for: - python3.11-pmw-2.1.1: UPDATING ... - python3.11-pmw-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pmw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sierra-breeze-enhanced, using log file: /var/log/nixpkgs-update/sierra-breeze-enhanced/2024-05-04.log sierra-breeze-enhanced 1.3.3 -> 2.0.1 https://github.com/kupiqu/SierraBreezeEnhanced/releases attrpath: sierra-breeze-enhanced 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/data/themes/kwin-decorations/sierra-breeze-enhanced/default.nix b/pkgs/data/themes/kwin-decorations/sierra-breeze-enhanced/default.nix index 156d8aaaf907..6a3d21b3f2bf 100644 --- a/pkgs/data/themes/kwin-decorations/sierra-breeze-enhanced/default.nix +++ b/pkgs/data/themes/kwin-decorations/sierra-breeze-enhanced/default.nix @@ -11,8 +11,8 @@ let latestVersion = "2.0.1"; latestSha256 = "sha256-4KvOhQSYmHV/5TxyeK4f1uUmHK5uR5xXC2MfPTM96SM="; - qt5Version = "1.3.3"; - qt5Sha256 = "sha256-zTUTsSzy4p0Y7RPOidCtxTjjyvPRyWSQCxA5sUzXcLc="; + qt5Version = "2.0.1"; + qt5Sha256 = "sha256-4KvOhQSYmHV/5TxyeK4f1uUmHK5uR5xXC2MfPTM96SM="; in stdenv.mkDerivation rec { pname = "sierra-breeze-enhanced"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sierra-breeze-enhanced nix build failed. -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  CMake Error at CMakeLists.txt:15 (find_package): Could not find a configuration file for package "ECM" that is compatible with requested version "6.0.0". The following configuration files were considered but not accepted: /nix/store/88y6bvhbdjpka0zxbjg5054s79ynv057-extra-cmake-modules-5.115.0/share/ECM/cmake/ECMConfig.cmake, version: 5.115.0  -- Configuring incomplete, errors occurred! [result] Failed to update sierra-breeze-enhanced 1.3.3 -> 2.0.1 https://github.com/kupiqu/SierraBreezeEnhanced/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kicad-unstable, using log file: /var/log/nixpkgs-update/kicad-unstable/2024-05-04.log kicad-unstable 0 -> 1 attrpath: kicad-unstable Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bnwgbq1jbz5iaan4ydp88g1mcww556d4-packages.json.drv building '/nix/store/bnwgbq1jbz5iaan4ydp88g1mcww556d4-packages.json.drv'... Going to be running update for following packages: - kicad-unstable-b7b64d959f Press Enter key to continue... Running update for: - kicad-unstable-b7b64d959f: UPDATING ... - kicad-unstable-b7b64d959f: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/electronics/kicad/versions.nix b/pkgs/applications/science/electronics/kicad/versions.nix index 4c55703edccf..2f46e4a7a139 100644 --- a/pkgs/applications/science/electronics/kicad/versions.nix +++ b/pkgs/applications/science/electronics/kicad/versions.nix @@ -47,23 +47,23 @@ }; "kicad-unstable" = { kicadVersion = { - version = "2024-02-23"; + version = "2024-05-04"; src = { - rev = "b7b64d959f37f00bb0d14b007c3b3908196e1024"; - sha256 = "1gl7mjqpmqq4m55z6crwb77983g00gi2161ichsc7hsfhs4c8grh"; + rev = "0c835b7c30c86189a6eda4764f45e2d979b8ebac"; + sha256 = "1md006p4p9hkclbi282r3yl2bqqd6nkhqsm8pzvjr5l8vilsga7k"; }; }; libVersion = { - version = "2024-02-23"; + version = "2024-05-04"; libSources = { - symbols.rev = "8b0c343d8694fe0a968e5c4af69fd161bacf7da1"; - symbols.sha256 = "049h2a7yn6ks8sybppixa872dbvyd0rwf9r6nixvdg6d13fl6rwf"; - templates.rev = "0a6c4f798a68a5c639d54b4d3093460ab9267816"; - templates.sha256 = "0m9bggz3cm27kqpjjwxy19mqzk0c69bywcjkqcni7kafr21c6k4z"; - footprints.rev = "ded6b053460faae5783c538a38e91e2b4bddcf2e"; - footprints.sha256 = "035bf37n4vrihaj4zfdncisdx9fly1vya7lhkxhlsbv5blpi4a5y"; - packages3d.rev = "984667325076d4e50dab14e755aeacf97f42194c"; - packages3d.sha256 = "0lkaxv02h4sxrnm8zr17wl9d07mazlisad78r35gry741i362cdg"; + symbols.rev = "af37b525a6933985b6b630e111352a15d3784625"; + symbols.sha256 = "1maq643wk3v3hp1nd1g7qfwpzlmf1iq4yl5kqbs2m6grzsn1wxb5"; + templates.rev = "2035efb16a976bcd14e857e29904d385a68cb42d"; + templates.sha256 = "1ngzb2kki8d9jz4walwbsq9j0kwbhr79cmmmh8m48hbdmr84zkk1"; + footprints.rev = "c42905452f70f500a3491a5d267153e093e86c89"; + footprints.sha256 = "07jlb5f9lqs5r84gnql8641i1b4js0z4yvfzyzm2nmykjvr94mqr"; + packages3d.rev = "c044d7da0a2cf9ef2989cffe391cc11cdacb5f99"; + packages3d.sha256 = "04gvfb54jhnww2qwrxc27wpyrvmjasdc4xhr0ridl7dglh4qcp35"; }; }; }; No auto update branch exists Old version b7b64d959f" not present in master derivation file with contents: # This file was generated by update.sh { "kicad" = { kicadVersion = { version = "8.0.2"; src = { rev = "55a4d4f5e2f54be6ccf74a8919d04684c9df4c50"; sha256 = "069ycii9zvdxwxd73afd6bp975r1555yvifi9zdb77qyvn0d9nr9"; }; }; libVersion = { version = "8.0.2"; libSources = { symbols.rev = "099ac0c8ac402a685fde00b1369e34a116e29661"; symbols.sha256 = "0w333f89yw2m0zlpkg0k6hfwlj10snm8laihdjnsb22asyz4pbhn"; templates.rev = "2e2da58e02707d327d59d4101c401a82dc9a26f6"; templates.sha256 = "073a6cyvzzy0vmkj3ip4ziq7b7pcizs70nm5acw838dxghjfyv3v"; footprints.rev = "e8c30550cde4945cbe1bf30cccf0b3c1e2bda6c6"; footprints.sha256 = "10j8qjljc1fv8k4zp3zn0da33g57hn6pgrgmbgp18dsa539xvxcz"; packages3d.rev = "249f7947587529026e1676cd70c8d7493a8d8162"; packages3d.sha256 = "04gvfb54jhnww2qwrxc27wpyrvmjasdc4xhr0ridl7dglh4qcp35"; }; }; }; "kicad-testing" = { kicadVersion = { version = "8.0-2024-02-23"; src = { rev = "14d71c8ca6b48d2eb956bb069acf05a37b1b2652"; sha256 = "0xqd0xbpnvsvba75526nwgzr8l2cfxy99sjmg13sjxfx7rq16kqi"; }; }; libVersion = { version = "8.0-2024-02-23"; libSources = { symbols.rev = "e228d4e8b295364e90e36c57f4023d8285ba88cd"; symbols.sha256 = "049h2a7yn6ks8sybppixa872dbvyd0rwf9r6nixvdg6d13fl6rwf"; templates.rev = "2e00c233b67e35323f90d04c190bf70237a252f2"; templates.sha256 = "0m9bggz3cm27kqpjjwxy19mqzk0c69bywcjkqcni7kafr21c6k4z"; footprints.rev = "6e5329a6d4aaa81290e23af3eba88f505c2f61b0"; footprints.sha256 = "0ypjlbmzmcl3pha3q2361va70c988b1drxy8320gm66jkzfc21a1"; packages3d.rev = "d1e521228d9f5888836b1a6a35fb05fb925456fa"; packages3d.sha256 = "0lcy1av7ixg1f7arflk50jllpc1749sfvf3h62hkxsz97wkr97xj"; }; }; }; "kicad-unstable" = { kicadVersion = { version = "2024-02-23"; src = { rev = "b7b64d959f37f00bb0d14b007c3b3908196e1024"; sha256 = "1gl7mjqpmqq4m55z6crwb77983g00gi2161ichsc7hsfhs4c8grh"; }; }; libVersion = { version = "2024-02-23"; libSources = { symbols.rev = "8b0c343d8694fe0a968e5c4af69fd161bacf7da1"; symbols.sha256 = "049h2a7yn6ks8sybppixa872dbvyd0rwf9r6nixvdg6d13fl6rwf"; templates.rev = "0a6c4f798a68a5c639d54b4d3093460ab9267816"; templates.sha256 = "0m9bggz3cm27kqpjjwxy19mqzk0c69bywcjkqcni7kafr21c6k4z"; footprints.rev = "ded6b053460faae5783c538a38e91e2b4bddcf2e"; footprints.sha256 = "035bf37n4vrihaj4zfdncisdx9fly1vya7lhkxhlsbv5blpi4a5y"; packages3d.rev = "984667325076d4e50dab14e755aeacf97f42194c"; packages3d.sha256 = "0lkaxv02h4sxrnm8zr17wl9d07mazlisad78r35gry741i362cdg"; }; }; }; } [result] Failed to update kicad-unstable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.airthings-cloud, using log file: /var/log/nixpkgs-update/python311Packages.airthings-cloud/2024-05-04.log python311Packages.airthings-cloud 0 -> 1 attrpath: python311Packages.airthings-cloud Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z0pkvj74dfls1cf3wxg6bw0g7q680s0i-packages.json.drv building '/nix/store/z0pkvj74dfls1cf3wxg6bw0g7q680s0i-packages.json.drv'... Going to be running update for following packages: - python3.11-airthings-cloud-0.2.0 Press Enter key to continue... Running update for: - python3.11-airthings-cloud-0.2.0: UPDATING ... - python3.11-airthings-cloud-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.airthings-cloud 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ttop, using log file: /var/log/nixpkgs-update/ttop/2024-05-04.log ttop 1.2.8 -> 1.5.0 https://repology.org/project/ttop/versions attrpath: ttop 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/tt/ttop/package.nix b/pkgs/by-name/tt/ttop/package.nix index 013bac08fea2..dbbd9e2cfff9 100644 --- a/pkgs/by-name/tt/ttop/package.nix +++ b/pkgs/by-name/tt/ttop/package.nix @@ -2,13 +2,13 @@ buildNimPackage (finalAttrs: { pname = "ttop"; - version = "1.2.8"; + version = "1.5.0"; src = fetchFromGitHub { owner = "inv2004"; repo = "ttop"; rev = "v${finalAttrs.version}"; - hash = "sha256-QMUrA3OjxlDa1OxptJL7T3SPDTzSwVz6zz+ueh9eovM="; + hash = "sha256-1cJV9FtS9hgMQtRW6obw/D3rOscP1NXv8d7QcIFV0VI="; }; lockFile = ./lock.json; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ttop nix build failed. @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/r4sacnhhvq3yvwvnhbw80sxa863xplqs-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase generating config.nims @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build job 0: nim compile --path:"/nix/store/q3m2aqlzzrx4jj5akbf8rah0gp40ya2v-source/src" --path:"/nix/store/3lmm3z36qn4gz7bfa209zv0pqrpm3di9-source/" --path:"/nix/store/ila4vdklhqs6h14gwyx71yrjbzwf54g3-source/src" --path:"/nix/store/nrgl7ks2x3svv6pkdxzr97d6jbd3zhlr-source/src" --path:"/nix/store/dj520pi1q9xh5gplcjs0jsn5wgnaa0cr-source/src" -d:NimblePkgVersion=1.5.0 --passC:-msse4.1 --passC:-mpclmul --parallelBuild:24 --outdir:/nix/store/cn7jb0rhnpkq3bc8sbvvy6qhqqd1qswf-ttop-1.5.0/bin src/ttop Hint: used config file '/nix/store/07nb8abkjidswb0vcq3xqngr8qg6y4kw-x86_64-unknown-linux-gnu-nim-wrapper-2.0.2/etc/nim/nim.cfg' [Conf] Hint: used config file '/nix/store/07nb8abkjidswb0vcq3xqngr8qg6y4kw-x86_64-unknown-linux-gnu-nim-wrapper-2.0.2/etc/nim/config.nims' [Conf] Hint: used config file '/build/source/config.nims' [Conf] ....................................................................................................................................... /build/source/src/ttop/config.nim(42, 16) Hint: simpleGetOrDefault(toml, "light") --> 'getOrDefault(toml, "light")' [Pattern] /build/source/src/ttop/config.nim(44, 17) Hint: simpleGetOrDefault(toml, "docker") --> 'getOrDefault(toml, "docker")' [Pattern] /build/source/src/ttop/config.nim(47, 16) Hint: simpleGetOrDefault(toml, "trigger") --> 'getOrDefault(toml, "trigger")' [Pattern] /build/source/src/ttop/config.nim(48, 19) Hint: simpleGetOrDefault(t, "on_info") --> 'getOrDefault(t, "on_info")' [Pattern] /build/source/src/ttop/config.nim(49, 20) Hint: simpleGetOrDefault(t, "on_alert") --> 'getOrDefault(t, "on_alert")' [Pattern] /build/source/src/ttop/config.nim(53, 15) Hint: simpleGetOrDefault(t, "debug") --> 'getOrDefault(t, "debug")' [Pattern] /build/source/src/ttop/config.nim(54, 13) Hint: simpleGetOrDefault(t, "cmd") --> 'getOrDefault(t, "cmd")' [Pattern] .................................... /build/source/src/ttop/tui.nim(530, 13) Error: undeclared identifier: 'getKeyWithTimeout' candidates (edit distance, scope distance); see '--spellSuggest': (9, 5): 'getCreationTime' build phase failed [result] Failed to update ttop 1.2.8 -> 1.5.0 https://repology.org/project/ttop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywaterkotte, using log file: /var/log/nixpkgs-update/python311Packages.pywaterkotte/2024-05-04.log python311Packages.pywaterkotte 0 -> 1 attrpath: python311Packages.pywaterkotte Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cmqjm0r1iaash3kkpc6lrfv7pd85005q-packages.json.drv building '/nix/store/cmqjm0r1iaash3kkpc6lrfv7pd85005q-packages.json.drv'... Going to be running update for following packages: - python3.11-pywaterkotte-0.1.2 Press Enter key to continue... Running update for: - python3.11-pywaterkotte-0.1.2: UPDATING ... - python3.11-pywaterkotte-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywaterkotte 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openai-triton, using log file: /var/log/nixpkgs-update/python311Packages.openai-triton/2024-05-04.log python311Packages.openai-triton 0 -> 1 attrpath: python311Packages.openai-triton Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mw3kkrj3gg46xq7xvdx8dmldyd1jxh8l-packages.json.drv building '/nix/store/mw3kkrj3gg46xq7xvdx8dmldyd1jxh8l-packages.json.drv'... Going to be running update for following packages: - python3.11-triton-2.1.0 Press Enter key to continue... Running update for: - python3.11-triton-2.1.0: UPDATING ... - python3.11-triton-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openai-triton 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath _7zz, using log file: /var/log/nixpkgs-update/_7zz/2024-05-04.log _7zz 0 -> 1 attrpath: _7zz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j15zfbjiw7bbad14i4ff11l3mm6582nf-packages.json.drv building '/nix/store/j15zfbjiw7bbad14i4ff11l3mm6582nf-packages.json.drv'... Going to be running update for following packages: - 7zz-23.01 Press Enter key to continue... Running update for: - 7zz-23.01: UPDATING ... - 7zz-23.01: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/archivers/7zz/default.nix b/pkgs/tools/archivers/7zz/default.nix index a10283dc59f8..0d7b678d7816 100644 --- a/pkgs/tools/archivers/7zz/default.nix +++ b/pkgs/tools/archivers/7zz/default.nix @@ -26,13 +26,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "7zz"; - version = "23.01"; + version = "22.00"; src = fetchurl { url = "https://7-zip.org/a/7z${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}-src.tar.xz"; hash = { - free = "sha256-F1ybQsyReF2NBR/3eMZySvxVEntpwq2VUlRCHp/5nZs="; - unfree = "sha256-NWBxAHNg5aGCTZkEmT6LJIC1G1cOjJ+vfA9Y6+S/n3Q="; + free = "sha256-8SPABEnrM/zz32oWYyyAQ/VjhucdsWt8MHN9XaUavvc="; + unfree = "sha256-QJafYB6Gr/Saqgug31zm/Tl89+JoOoS1kbAIHkYe9nU="; }.${if enableUnfree then "unfree" else "free"}; downloadToTemp = (!enableUnfree); # remove the unRAR related code from the src drv No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A _7zz nix build failed. got build log for '_7zz' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/kli67jwqz1qdc7kky7y0696wcybjy7pp-7z2200-src.tar.xz source root is . @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/41vxxf4hvhq752a9cbl7jwfv03yv53ra-fix-cross-mingw-build.patch patching file C/7zVersion.rc patching file C/7zip_gcc_c.mak Hunk #1 FAILED at 106. 1 out of 1 hunk FAILED -- saving rejects to file C/7zip_gcc_c.mak.rej patching file CPP/7zip/7zip_gcc.mak Hunk #1 FAILED at 124. 1 out of 1 hunk FAILED -- saving rejects to file CPP/7zip/7zip_gcc.mak.rej patching file C/Util/7zipInstall/resource.rc patching file C/Util/7zipUninstall/resource.rc patching file CPP/7zip/Crypto/RandGen.cpp patching file CPP/7zip/GuiCommon.rc patching file CPP/7zip/UI/FileManager/PanelItemOpen.cpp patching file CPP/7zip/UI/FileManager/SysIconUtils.h patching file CPP/Windows/Control/ComboBox.h patching file CPP/Windows/Control/ImageList.h patching file CPP/Windows/Control/ListView.h patching file CPP/Windows/Control/ProgressBar.h patching file CPP/Windows/SecurityUtils.h [result] Failed to update _7zz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shotwell, using log file: /var/log/nixpkgs-update/shotwell/2024-05-04.log shotwell 0 -> 1 attrpath: shotwell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5ryag1q51dhbkslss5qfw7rlk2n2xc73-packages.json.drv building '/nix/store/5ryag1q51dhbkslss5qfw7rlk2n2xc73-packages.json.drv'... Going to be running update for following packages: - shotwell-0.32.6 Press Enter key to continue... Running update for: - shotwell-0.32.6: UPDATING ... - shotwell-0.32.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update shotwell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nad-receiver, using log file: /var/log/nixpkgs-update/python311Packages.nad-receiver/2024-05-04.log python311Packages.nad-receiver 0 -> 1 attrpath: python311Packages.nad-receiver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nlprjn3xrq2hd8lfxm355a42ii6a9zin-packages.json.drv building '/nix/store/nlprjn3xrq2hd8lfxm355a42ii6a9zin-packages.json.drv'... Going to be running update for following packages: - python3.11-nad-receiver-0.3.0 Press Enter key to continue... Running update for: - python3.11-nad-receiver-0.3.0: UPDATING ... - python3.11-nad-receiver-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nad-receiver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openblas, using log file: /var/log/nixpkgs-update/openblas/2024-05-04.log openblas 0.3.26 -> 0.3.27 https://repology.org/project/openblas/versions attrpath: openblas Checking auto update branch... No auto update branch exists Old version 0.3.26" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, fetchpatch, perl, which # Most packages depending on openblas expect integer width to match # pointer width, but some expect to use 32-bit integers always # (for compatibility with reference BLAS). , blas64 ? null # Multi-threaded applications must not call a threaded OpenBLAS # (the only exception is when an application uses OpenMP as its # *only* form of multi-threading). See # https://github.com/OpenMathLib/OpenBLAS/wiki/Faq/4bded95e8dc8aadc70ce65267d1093ca7bdefc4c#multi-threaded # https://github.com/OpenMathLib/OpenBLAS/issues/2543 # This flag builds a single-threaded OpenBLAS using the flags # stated in thre. , singleThreaded ? false , buildPackages # Select a specific optimization target (other than the default) # See https://github.com/OpenMathLib/OpenBLAS/blob/develop/TargetList.txt , target ? null # Select whether DYNAMIC_ARCH is enabled or not. , dynamicArch ? null # enable AVX512 optimized kernels. # These kernels have been a source of trouble in the past. # Use with caution. , enableAVX512 ? false , enableStatic ? stdenv.hostPlatform.isStatic , enableShared ? !stdenv.hostPlatform.isStatic # for passthru.tests , ceres-solver , giac , octave , opencv , python3 , openmp ? null }: let blas64_ = blas64; in let setTarget = x: if target == null then x else target; setDynamicArch = x: if dynamicArch == null then x else dynamicArch; # To add support for a new platform, add an element to this set. configs = { armv6l-linux = { BINARY = 32; TARGET = setTarget "ARMV6"; DYNAMIC_ARCH = setDynamicArch false; USE_OPENMP = true; }; armv7l-linux = { BINARY = 32; TARGET = setTarget "ARMV7"; DYNAMIC_ARCH = setDynamicArch false; USE_OPENMP = true; }; aarch64-darwin = { BINARY = 64; TARGET = setTarget "VORTEX"; DYNAMIC_ARCH = setDynamicArch true; USE_OPENMP = false; MACOSX_DEPLOYMENT_TARGET = "11.0"; }; aarch64-linux = { BINARY = 64; TARGET = setTarget "ARMV8"; DYNAMIC_ARCH = setDynamicArch true; USE_OPENMP = true; }; i686-linux = { BINARY = 32; TARGET = setTarget "P2"; DYNAMIC_ARCH = setDynamicArch true; USE_OPENMP = true; }; x86_64-darwin = { BINARY = 64; TARGET = setTarget "ATHLON"; DYNAMIC_ARCH = setDynamicArch true; NO_AVX512 = !enableAVX512; USE_OPENMP = false; MACOSX_DEPLOYMENT_TARGET = "10.7"; }; x86_64-linux = { BINARY = 64; TARGET = setTarget "ATHLON"; DYNAMIC_ARCH = setDynamicArch true; NO_AVX512 = !enableAVX512; USE_OPENMP = !stdenv.hostPlatform.isMusl; }; powerpc64le-linux = { BINARY = 64; TARGET = setTarget "POWER5"; DYNAMIC_ARCH = setDynamicArch true; USE_OPENMP = !stdenv.hostPlatform.isMusl; }; riscv64-linux = { BINARY = 64; TARGET = setTarget "RISCV64_GENERIC"; DYNAMIC_ARCH = setDynamicArch false; USE_OPENMP = true; }; loongarch64-linux = { BINARY = 64; TARGET = setTarget "LOONGSONGENERIC"; DYNAMIC_ARCH = setDynamicArch false; USE_OPENMP = true; }; }; in let config = configs.${stdenv.hostPlatform.system} or (throw "unsupported system: ${stdenv.hostPlatform.system}"); in let blas64 = if blas64_ != null then blas64_ else lib.hasPrefix "x86_64" stdenv.hostPlatform.system; # Convert flag values to format OpenBLAS's build expects. # `toString` is almost what we need other than bools, # which we need to map {true -> 1, false -> 0} # (`toString` produces empty string `""` for false instead of `0`) mkMakeFlagValue = val: if !builtins.isBool val then toString val else if val then "1" else "0"; mkMakeFlagsFromConfig = lib.mapAttrsToList (var: val: "${var}=${mkMakeFlagValue val}"); shlibExt = stdenv.hostPlatform.extensions.sharedLibrary; in stdenv.mkDerivation rec { pname = "openblas"; version = "0.3.27"; outputs = [ "out" "dev" ]; src = fetchFromGitHub { owner = "OpenMathLib"; repo = "OpenBLAS"; rev = "v${version}"; hash = "sha256-VKDFSPwHGZMa2DoOXbSKNQRsl07LatMLK1lHVcEep8U="; }; patches = [ (fetchpatch { name = "no-gemm3m-tests-static.patch"; url = "https://github.com/OpenMathLib/OpenBLAS/commit/48e017de095018c60d83355804a3075658b4970c.patch"; hash = "sha256-Wa6EE0M1H0efVn26pOKpi0dFGLuPuzmvAzpBLrAYe5k="; }) ]; postPatch = '' # cc1: error: invalid feature modifier 'sve2' in '-march=armv8.5-a+sve+sve2+bf16' substituteInPlace Makefile.arm64 --replace "+sve2+bf16" "" ''; inherit blas64; # Some hardening features are disabled due to sporadic failures in # OpenBLAS-based programs. The problem may not be with OpenBLAS itself, but # with how these flags interact with hardening measures used downstream. # In either case, OpenBLAS must only be used by trusted code--it is # inherently unsuitable for security-conscious applications--so there should # be no objection to disabling these hardening measures. hardeningDisable = [ # don't modify or move the stack "stackprotector" "pic" # don't alter index arithmetic "strictoverflow" # don't interfere with dynamic target detection "relro" "bindnow" ]; nativeBuildInputs = [ perl which ]; buildInputs = lib.optional (stdenv.cc.isClang && config.USE_OPENMP) openmp; depsBuildBuild = [ buildPackages.gfortran buildPackages.stdenv.cc ]; enableParallelBuilding = true; makeFlags = mkMakeFlagsFromConfig (config // { FC = "${stdenv.cc.targetPrefix}gfortran"; CC = "${stdenv.cc.targetPrefix}${if stdenv.cc.isClang then "clang" else "cc"}"; PREFIX = placeholder "out"; OPENBLAS_INCLUDE_DIR = "${placeholder "dev"}/include"; NUM_THREADS = 64; INTERFACE64 = blas64; NO_STATIC = !enableStatic; NO_SHARED = !enableShared; CROSS = stdenv.hostPlatform != stdenv.buildPlatform; HOSTCC = "cc"; # Makefile.system only checks defined status # This seems to be a bug in the openblas Makefile: # on x86_64 it expects NO_BINARY_MODE= # but on aarch64 it expects NO_BINARY_MODE=0 NO_BINARY_MODE = if stdenv.isx86_64 then toString (stdenv.hostPlatform != stdenv.buildPlatform) else stdenv.hostPlatform != stdenv.buildPlatform; # This disables automatic build job count detection (which honours neither enableParallelBuilding nor NIX_BUILD_CORES) # and uses the main make invocation's job count, falling back to 1 if no parallelism is used. # https://github.com/OpenMathLib/OpenBLAS/blob/v0.3.20/getarch.c#L1781-L1792 MAKE_NB_JOBS = 0; } // (lib.optionalAttrs stdenv.cc.isClang { LDFLAGS = "-L${lib.getLib buildPackages.gfortran.cc}/lib"; # contains `libgfortran.so`; building with clang needs this, gcc has it implicit }) // (lib.optionalAttrs singleThreaded { # As described on https://github.com/OpenMathLib/OpenBLAS/wiki/Faq/4bded95e8dc8aadc70ce65267d1093ca7bdefc4c#multi-threaded USE_THREAD = false; USE_LOCKING = true; # available with openblas >= 0.3.7 USE_OPENMP = false; # openblas will refuse building with both USE_OPENMP=1 and USE_THREAD=0 })); doCheck = true; checkTarget = "tests"; postInstall = '' # Write pkgconfig aliases. Upstream report: # https://github.com/OpenMathLib/OpenBLAS/issues/1740 for alias in blas cblas lapack; do cat < $out/lib/pkgconfig/$alias.pc Name: $alias Version: ${version} Description: $alias provided by the OpenBLAS package. Cflags: -I$dev/include Libs: -L$out/lib -lopenblas EOF done # Setup symlinks for blas / lapack '' + lib.optionalString enableShared '' ln -s $out/lib/libopenblas${shlibExt} $out/lib/libblas${shlibExt} ln -s $out/lib/libopenblas${shlibExt} $out/lib/libcblas${shlibExt} ln -s $out/lib/libopenblas${shlibExt} $out/lib/liblapack${shlibExt} ln -s $out/lib/libopenblas${shlibExt} $out/lib/liblapacke${shlibExt} '' + lib.optionalString (stdenv.hostPlatform.isLinux && enableShared) '' ln -s $out/lib/libopenblas${shlibExt} $out/lib/libblas${shlibExt}.3 ln -s $out/lib/libopenblas${shlibExt} $out/lib/libcblas${shlibExt}.3 ln -s $out/lib/libopenblas${shlibExt} $out/lib/liblapack${shlibExt}.3 ln -s $out/lib/libopenblas${shlibExt} $out/lib/liblapacke${shlibExt}.3 '' + lib.optionalString enableStatic '' ln -s $out/lib/libopenblas.a $out/lib/libblas.a ln -s $out/lib/libopenblas.a $out/lib/libcblas.a ln -s $out/lib/libopenblas.a $out/lib/liblapack.a ln -s $out/lib/libopenblas.a $out/lib/liblapacke.a ''; passthru.tests = { inherit (python3.pkgs) numpy scipy scikit-learn; inherit ceres-solver giac octave opencv; }; meta = with lib; { description = "Basic Linear Algebra Subprograms"; license = licenses.bsd3; homepage = "https://github.com/OpenMathLib/OpenBLAS"; platforms = attrNames configs; maintainers = with maintainers; [ ttuegel ]; }; } [result] Failed to update openblas 0.3.26 -> 0.3.27 https://repology.org/project/openblas/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath surrealdb-migrations, using log file: /var/log/nixpkgs-update/surrealdb-migrations/2024-05-04.log surrealdb-migrations 0 -> 1 attrpath: surrealdb-migrations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xmzaxdxi2czf9cv80draqdskdhgn8n3p-packages.json.drv building '/nix/store/xmzaxdxi2czf9cv80draqdskdhgn8n3p-packages.json.drv'... Going to be running update for following packages: - surrealdb-migrations-1.1.0 Press Enter key to continue... Running update for: - surrealdb-migrations-1.1.0: UPDATING ... - surrealdb-migrations-1.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/database/surrealdb-migrations/Cargo.lock b/pkgs/development/tools/database/surrealdb-migrations/Cargo.lock index 1f2f5fe8cd0f..4fcd610650f7 100644 --- a/pkgs/development/tools/database/surrealdb-migrations/Cargo.lock +++ b/pkgs/development/tools/database/surrealdb-migrations/Cargo.lock @@ -28,9 +28,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ahash" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ "getrandom", "once_cell", @@ -39,9 +39,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.7" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", "getrandom", @@ -52,18 +52,18 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ "memchr", ] [[package]] name = "allocator-api2" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "android-tzdata" @@ -82,9 +82,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" dependencies = [ "anstyle", "anstyle-parse", @@ -96,9 +96,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" +checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse" @@ -151,9 +151,9 @@ checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" [[package]] name = "argon2" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9" +checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" dependencies = [ "base64ct", "blake2", @@ -178,9 +178,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.12" +version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" +checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8" dependencies = [ "anstyle", "bstr", @@ -193,9 +193,9 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc5d78e9048d836d12a0c0040ca5f45b18a94d204b4ba4f677a8a7de162426b" +checksum = "2cd762e110c8ed629b11b6cde59458cc1c71de78ebbcc30099fc8e0403a2a2ec" dependencies = [ "anstyle", "doc-comment", @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" +checksum = "5f98c37cf288e302c16ef6c8472aad1e034c6c84ce5ea7b8101c98eb4a802fee" dependencies = [ "async-lock", "async-task", @@ -233,24 +233,24 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7125e42787d53db9dd54261812ef17e937c95a51e4d291373b670342fa44310c" +checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" dependencies = [ - "event-listener 4.0.1", + "event-listener 4.0.3", "event-listener-strategy", "pin-project-lite", ] [[package]] name = "async-recursion" -version = "1.0.5" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" +checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -272,24 +272,24 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] name = "async-task" -version = "4.6.0" +version = "4.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d90cd0b264dfdd8eb5bad0a2c217c1f88fa96a8573f40e7b12de23fb468f46" +checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" [[package]] name = "async-trait" -version = "0.1.76" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -318,28 +318,17 @@ dependencies = [ "critical-section", ] -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi 0.1.19", - "libc", - "winapi", -] - [[package]] name = "autocfg" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" [[package]] name = "backtrace" -version = "0.3.69" +version = "0.3.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" +checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" dependencies = [ "addr2line", "cc", @@ -352,9 +341,15 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.5" +version = "0.21.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" + +[[package]] +name = "base64" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "base64ct" @@ -364,11 +359,11 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bcrypt" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d1c9c15093eb224f0baa400f38fcd713fc1391a6f1c389d886beef146d60a3" +checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7" dependencies = [ - "base64", + "base64 0.22.0", "blowfish", "getrandom", "subtle", @@ -407,9 +402,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" +checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "bitvec" @@ -453,9 +448,9 @@ dependencies = [ [[package]] name = "borsh" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d4d6dafc1a3bb54687538972158f07b2c948bc57d5890df22c0739098b3028" +checksum = "0901fc8eb0aca4c83be0106d6f2db17d86a08dfc2c25f0e84464bf381158add6" dependencies = [ "borsh-derive", "cfg_aliases", @@ -463,23 +458,23 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4918709cc4dd777ad2b6303ed03cb37f3ca0ccede8c1b0d28ac6db8f4710e0" +checksum = "51670c3aa053938b0ee3bd67c3817e471e626151131b934038e83c5bf8de48f5" dependencies = [ "once_cell", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", "syn_derive", ] [[package]] name = "bstr" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc" +checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" dependencies = [ "memchr", "regex-automata", @@ -488,15 +483,15 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.14.0" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytecheck" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" +checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" dependencies = [ "bytecheck_derive", "ptr_meta", @@ -505,9 +500,9 @@ dependencies = [ [[package]] name = "bytecheck_derive" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" +checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" dependencies = [ "proc-macro2", "quote", @@ -516,9 +511,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" +checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" [[package]] name = "byteorder" @@ -528,24 +523,21 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cc" -version = "1.0.83" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" -dependencies = [ - "libc", -] +checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41" [[package]] name = "cedar-policy" -version = "2.4.3" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31ff2003d0aba0a4b2e5212660321d63dc7c36efe636d6ca1882d489cbc0bef8" +checksum = "3d91e3b10a0f7f2911774d5e49713c4d25753466f9e11d1cd2ec627f8a2dc857" dependencies = [ "cedar-policy-core", "cedar-policy-validator", @@ -560,9 +552,9 @@ dependencies = [ [[package]] name = "cedar-policy-core" -version = "2.4.3" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c52f9666c7cb1b6f14a6e77d3ffcffa20fd3e1012ac8dcc393498c33ff632c3" +checksum = "cd2315591c6b7e18f8038f0a0529f254235fd902b6c217aabc04f2459b0d9995" dependencies = [ "either", "ipnet", @@ -583,9 +575,9 @@ dependencies = [ [[package]] name = "cedar-policy-validator" -version = "2.4.3" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a63c1a72bcafda800830cbdde316162074b341b7d59bd4b1cea6156f22dfa7" +checksum = "e756e1b2a5da742ed97e65199ad6d0893e9aa4bd6b34be1de9e70bd1e6adc7df" dependencies = [ "cedar-policy-core", "itertools 0.10.5", @@ -612,9 +604,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.31" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", @@ -622,7 +614,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.48.5", + "windows-targets 0.52.4", ] [[package]] @@ -635,93 +627,81 @@ dependencies = [ ] [[package]] -name = "cipher" -version = "0.4.4" +name = "ciborium" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" +checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" dependencies = [ - "crypto-common", - "inout", + "ciborium-io", + "ciborium-ll", + "serde", ] [[package]] -name = "clap" -version = "3.2.25" +name = "ciborium-io" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" -dependencies = [ - "atty", - "bitflags 1.3.2", - "clap_derive 3.2.25", - "clap_lex 0.2.4", - "indexmap 1.9.3", - "once_cell", - "strsim", - "termcolor", - "textwrap", -] +checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" [[package]] -name = "clap" -version = "4.4.12" +name = "ciborium-ll" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" +checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" dependencies = [ - "clap_builder", - "clap_derive 4.4.7", + "ciborium-io", + "half", ] [[package]] -name = "clap_builder" -version = "4.4.12" +name = "cipher" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" +checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" dependencies = [ - "anstream", - "anstyle", - "clap_lex 0.6.0", - "strsim", + "crypto-common", + "inout", ] [[package]] -name = "clap_derive" -version = "3.2.25" +name = "clap" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ - "heck", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 1.0.109", + "clap_builder", + "clap_derive", ] [[package]] -name = "clap_derive" -version = "4.4.7" +name = "clap_builder" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.43", + "anstream", + "anstyle", + "clap_lex", + "strsim 0.11.1", ] [[package]] -name = "clap_lex" -version = "0.2.4" +name = "clap_derive" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ - "os_str_bytes", + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.58", ] [[package]] name = "clap_lex" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "cli-table" @@ -748,9 +728,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" +checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" dependencies = [ "backtrace", "color-spantrace", @@ -796,9 +776,9 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "const-random" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a" +checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" dependencies = [ "const-random-macro", ] @@ -841,9 +821,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "cpufeatures" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" +checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" dependencies = [ "libc", ] @@ -856,34 +836,28 @@ checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216" [[package]] name = "crossbeam-deque" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751" +checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" dependencies = [ - "cfg-if", "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" -version = "0.9.17" +version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "autocfg", - "cfg-if", "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.18" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c" -dependencies = [ - "cfg-if", -] +checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" [[package]] name = "crunchy" @@ -924,9 +898,9 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.3" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" +checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" dependencies = [ "darling_core", "darling_macro", @@ -934,27 +908,27 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.3" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" +checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", - "strsim", - "syn 2.0.43", + "strsim 0.10.0", + "syn 2.0.58", ] [[package]] name = "darling_macro" -version = "0.20.3" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" +checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" dependencies = [ "darling_core", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -978,9 +952,9 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "der" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", "pem-rfc7468", @@ -999,9 +973,9 @@ dependencies = [ [[package]] name = "deunicode" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae2a35373c5c74340b79ae6780b498b2b183915ec5dacf263aac5a099bf485a" +checksum = "b6e854126756c496b8c81dec88f9a706b15b875c5849d4097a3854476b9fdf94" [[package]] name = "diff" @@ -1102,9 +1076,9 @@ dependencies = [ [[package]] name = "either" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" +checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "ena" @@ -1117,9 +1091,9 @@ dependencies = [ [[package]] name = "encoding_rs" -version = "0.8.33" +version = "0.8.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" +checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" dependencies = [ "cfg-if", ] @@ -1154,9 +1128,9 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "event-listener" -version = "4.0.1" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84f2cdcf274580f2d63697192d744727b3198894b1bf02923643bf59e2c26712" +checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" dependencies = [ "concurrent-queue", "parking", @@ -1169,15 +1143,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" dependencies = [ - "event-listener 4.0.1", + "event-listener 4.0.3", "pin-project-lite", ] [[package]] name = "eyre" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" dependencies = [ "indenter", "once_cell", @@ -1185,9 +1159,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" +checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" [[package]] name = "fixedbitset" @@ -1282,9 +1256,9 @@ dependencies = [ [[package]] name = "futures-concurrency" -version = "7.4.3" +version = "7.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef6712e11cdeed5c8cf21ea0b90fec40fbe64afc9bbf2339356197eeca829fc3" +checksum = "9b590a729e1cbaf9ae3ec294143ea034d93cbb1de01c884d04bcd0af8b613d02" dependencies = [ "bitvec", "futures-core", @@ -1318,9 +1292,9 @@ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-lite" -version = "2.1.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" +checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ "fastrand", "futures-core", @@ -1337,7 +1311,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -1426,9 +1400,9 @@ dependencies = [ [[package]] name = "geo-types" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567495020b114f1ce9bed679b29975aa0bfae06ac22beacd5cfde5dabe7b05d6" +checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61" dependencies = [ "approx", "arbitrary", @@ -1439,18 +1413,18 @@ dependencies = [ [[package]] name = "geographiclib-rs" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea804e7bd3c6a4ca6a01edfa35231557a8a81d4d3f3e1e2b650d028c42592be" +checksum = "e6e5ed84f8089c70234b0a8e0aedb6dc733671612ddc0d37c6066052f9781960" dependencies = [ - "lazy_static", + "libm", ] [[package]] name = "getrandom" -version = "0.2.11" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" +checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" dependencies = [ "cfg-if", "js-sys", @@ -1475,25 +1449,25 @@ dependencies = [ "bstr", "log", "regex-automata", - "regex-syntax 0.8.2", + "regex-syntax", ] [[package]] name = "globwalk" -version = "0.8.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" +checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.5.0", "ignore", "walkdir", ] [[package]] name = "h2" -version = "0.3.22" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" +checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" dependencies = [ "bytes", "fnv", @@ -1501,13 +1475,23 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.1.0", + "indexmap 2.2.6", "slab", "tokio", "tokio-util", "tracing", ] +[[package]] +name = "half" +version = "2.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" +dependencies = [ + "cfg-if", + "crunchy", +] + [[package]] name = "hash32" version = "0.2.1" @@ -1523,7 +1507,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ - "ahash 0.7.7", + "ahash 0.7.8", ] [[package]] @@ -1532,7 +1516,7 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.11", "allocator-api2", ] @@ -1556,19 +1540,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] -name = "hermit-abi" -version = "0.1.19" +name = "heck" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" -dependencies = [ - "libc", -] +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermit-abi" -version = "0.3.3" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hex" @@ -1587,9 +1568,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", @@ -1665,9 +1646,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.59" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -1704,9 +1685,9 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060" +checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" dependencies = [ "crossbeam-deque", "globset", @@ -1756,9 +1737,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -1780,17 +1761,6 @@ version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" -[[package]] -name = "is-terminal" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455" -dependencies = [ - "hermit-abi 0.3.3", - "rustix", - "windows-sys 0.52.0", -] - [[package]] name = "itertools" version = "0.10.5" @@ -1811,58 +1781,57 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] [[package]] name = "itoa" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "js-sys" -version = "0.3.66" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" +checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" dependencies = [ "wasm-bindgen", ] [[package]] name = "lalrpop" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8" +checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca" dependencies = [ "ascii-canvas", "bit-set", - "diff", "ena", - "is-terminal", - "itertools 0.10.5", + "itertools 0.11.0", "lalrpop-util", "petgraph", "pico-args", "regex", - "regex-syntax 0.7.5", + "regex-syntax", "string_cache", "term", "tiny-keccak", "unicode-xid", + "walkdir", ] [[package]] name = "lalrpop-util" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" +checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" dependencies = [ - "regex", + "regex-automata", ] [[package]] @@ -1885,9 +1854,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.151" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libm" @@ -1897,20 +1866,19 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libredox" -version = "0.0.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.4.1", + "bitflags 2.5.0", "libc", - "redox_syscall", ] [[package]] name = "linux-raw-sys" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" +checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "lock_api" @@ -1924,9 +1892,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "md-5" @@ -1940,9 +1908,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.1" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" +checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "miette" @@ -1964,7 +1932,7 @@ checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -1991,18 +1959,18 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" dependencies = [ "adler", ] [[package]] name = "mio" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "wasi", @@ -2015,7 +1983,6 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "clap 3.2.25", "rand", ] @@ -2039,9 +2006,9 @@ dependencies = [ [[package]] name = "new_debug_unreachable" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" +checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "nibble_vec" @@ -2106,21 +2073,26 @@ dependencies = [ "zeroize", ] +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + [[package]] name = "num-integer" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "autocfg", "num-traits", ] [[package]] name = "num-iter" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" +checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9" dependencies = [ "autocfg", "num-integer", @@ -2129,9 +2101,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" +checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" dependencies = [ "autocfg", "libm", @@ -2143,7 +2115,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.3.3", + "hermit-abi", "libc", ] @@ -2185,20 +2157,14 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "ordered-multimap" -version = "0.7.1" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4d6a8c22fc714f0c2373e6091bf6f5e9b37b1bc0b1184874b7e0a4e303d318f" +checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" dependencies = [ "dlv-list", "hashbrown 0.14.3", ] -[[package]] -name = "os_str_bytes" -version = "6.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" - [[package]] name = "overload" version = "0.1.1" @@ -2251,6 +2217,12 @@ dependencies = [ "subtle", ] +[[package]] +name = "paste" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" + [[package]] name = "path-clean" version = "1.0.1" @@ -2275,7 +2247,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" dependencies = [ - "base64", + "base64 0.21.7", "serde", ] @@ -2301,7 +2273,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.1.0", + "indexmap 2.2.6", ] [[package]] @@ -2331,29 +2303,29 @@ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" [[package]] name = "pin-project" -version = "1.1.3" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" +checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.3" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" +checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "pin-utils" @@ -2402,14 +2374,13 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "predicates" -version = "3.0.4" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" +checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8" dependencies = [ "anstyle", "difflib", "float-cmp", - "itertools 0.11.0", "normalize-line-endings", "predicates-core", "regex", @@ -2443,11 +2414,10 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "2.0.1" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a" +checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" dependencies = [ - "toml_datetime", "toml_edit", ] @@ -2477,9 +2447,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.71" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8" +checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" dependencies = [ "unicode-ident", ] @@ -2521,11 +2491,11 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c20af3800cee5134b79a3bd4a3d4b583c16ccfa5f53338f46400851a5b3819" +checksum = "b1380629287ed1247c1e0fcc6d43efdcec508b65382c9ab775cc8f3df7ca07b0" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.11", "equivalent", "hashbrown 0.14.3", "parking_lot", @@ -2533,9 +2503,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.33" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] @@ -2598,9 +2568,9 @@ dependencies = [ [[package]] name = "redox_users" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" +checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ "getrandom", "libredox", @@ -2609,75 +2579,69 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53313ec9f12686aeeffb43462c3ac77aa25f590a5f630eb2cde0de59417b29c7" +checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2566c4bf6845f2c2e83b27043c3f5dfcd5ba8f2937d6c00dc009bfb51a079dc4" +checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] name = "regex" -version = "1.10.2" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", "regex-automata", - "regex-syntax 0.8.2", + "regex-syntax", ] [[package]] name = "regex-automata" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" +checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.2", + "regex-syntax", ] [[package]] name = "regex-syntax" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" - -[[package]] -name = "regex-syntax" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" +checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "rend" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd" +checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" dependencies = [ "bytecheck", ] [[package]] name = "reqwest" -version = "0.11.23" +version = "0.11.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" +checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" dependencies = [ - "base64", + "base64 0.21.7", "bytes", "encoding_rs", "futures-core", @@ -2700,6 +2664,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", + "sync_wrapper", "system-configuration", "tokio", "tokio-rustls", @@ -2714,17 +2679,11 @@ dependencies = [ "winreg", ] -[[package]] -name = "retain_mut" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086" - [[package]] name = "revision" -version = "0.5.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87eb86913082f8976b06d07a59f17df9120e6f38b882cf3fc5a45b4499e224b6" +checksum = "588784c1d9453cfd2ce1b7aff06c903513677cf0e63779a0a3085ee8a44f5b17" dependencies = [ "bincode", "chrono", @@ -2740,15 +2699,15 @@ dependencies = [ [[package]] name = "revision-derive" -version = "0.5.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf996fc5f61f1dbec35799b5c00c6dda12e8862e8cb782ed24e10d0292e60ed3" +checksum = "854ff0b6794d4e0aab5e4486870941caefe9f258e63cad2f21b49a6302377c85" dependencies = [ "darling", "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -2768,23 +2727,24 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", + "cfg-if", "getrandom", "libc", "spin 0.9.8", "untrusted 0.9.0", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "rkyv" -version = "0.7.43" +version = "0.7.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5" +checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0" dependencies = [ "bitvec", "bytecheck", @@ -2800,24 +2760,44 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.7.43" +version = "0.7.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033" +checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] +[[package]] +name = "rmp" +version = "0.8.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" +dependencies = [ + "byteorder", + "num-traits", + "paste", +] + +[[package]] +name = "rmpv" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e540282f11751956c82bc5529a7fb71b871b998fbf9cf06c2419b22e1b4350df" +dependencies = [ + "num-traits", + "rmp", +] + [[package]] name = "roaring" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6106b5cf8587f5834158895e9715a3c6c9716c8aefab57f1f7680917191c7873" +checksum = "a1c77081a55300e016cb86f2864415b7518741879db925b8d488a0ee0d2da6bf" dependencies = [ "bytemuck", "byteorder", - "retain_mut", "serde", ] @@ -2860,12 +2840,13 @@ dependencies = [ [[package]] name = "rust-ini" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" +checksum = "0d625ed57d8f49af6cfa514c42e1a71fadcff60eb0b1c517ff82fe41aa025b41" dependencies = [ "cfg-if", "ordered-multimap", + "trim-in-place", ] [[package]] @@ -2880,9 +2861,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.33.1" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4" +checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" dependencies = [ "arrayvec", "borsh", @@ -2920,11 +2901,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.28" +version = "0.38.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" +checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" dependencies = [ - "bitflags 2.4.1", + "bitflags 2.5.0", "errno", "libc", "linux-raw-sys", @@ -2933,12 +2914,12 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.10" +version = "0.21.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" +checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4" dependencies = [ "log", - "ring 0.17.7", + "ring 0.17.8", "rustls-webpki", "sct", ] @@ -2949,7 +2930,7 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ - "base64", + "base64 0.21.7", ] [[package]] @@ -2958,21 +2939,21 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.7", + "ring 0.17.8", "untrusted 0.9.0", ] [[package]] name = "rustversion" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" +checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47" [[package]] name = "ryu" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" +checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" [[package]] name = "salsa20" @@ -3016,7 +2997,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.7", + "ring 0.17.8", "untrusted 0.9.0", ] @@ -3028,9 +3009,9 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "semver" -version = "1.0.20" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" +checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" dependencies = [ "serde", ] @@ -3043,31 +3024,31 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.193" +version = "1.0.198" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" +checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.193" +version = "1.0.198" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" +checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] name = "serde_json" -version = "1.0.108" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.2.6", "itoa", "ryu", "serde", @@ -3087,16 +3068,17 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.4.0" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23" +checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a" dependencies = [ - "base64", + "base64 0.21.7", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.1.0", + "indexmap 2.2.6", "serde", + "serde_derive", "serde_json", "serde_with_macros", "time", @@ -3104,21 +3086,21 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.4.0" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788" +checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655" dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] name = "serial_test" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" +checksum = "953ad9342b3aaca7cb43c45c097dd008d4907070394bd0751a0aa8817e5a018d" dependencies = [ "dashmap", "futures", @@ -3130,13 +3112,13 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" +checksum = "b93fb4adc70021ac1b47f7d45e8cc4169baaa7ea58483bc5b721d19a26202212" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -3215,15 +3197,15 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.2" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smol_str" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" +checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49" dependencies = [ "serde", ] @@ -3244,7 +3226,7 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" dependencies = [ - "heck", + "heck 0.4.1", "proc-macro2", "quote", "syn 1.0.109", @@ -3258,12 +3240,12 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "socket2" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" +checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" dependencies = [ "libc", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -3305,9 +3287,9 @@ dependencies = [ [[package]] name = "sqlparser" -version = "0.40.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c80afe31cdb649e56c0d9bb5503be9166600d68a852c38dd445636d126858e5" +checksum = "f7bbffee862a796d67959a89859d6b1046bb5016d63e23835ad0da182777bbe0" dependencies = [ "log", ] @@ -3362,6 +3344,12 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + [[package]] name = "subtle" version = "2.5.0" @@ -3370,9 +3358,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "surrealdb" -version = "1.2.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4c189541c759c763d4f5859a853afe85773baa0c95891f262425ff422394b0" +checksum = "c45d00b61417f95754862c5d4cb0ef1ef51d285d38e3c1d2dec1cea600558c15" dependencies = [ "async-channel", "bincode", @@ -3382,19 +3370,20 @@ dependencies = [ "futures", "futures-concurrency", "geo 0.27.0", - "indexmap 2.1.0", + "indexmap 2.2.6", "once_cell", "path-clean", "pharos", "reqwest", "revision", - "ring 0.17.7", + "ring 0.17.8", "rust_decimal", "rustls", "semver", "serde", "serde_json", - "surrealdb-core", + "surrealdb-core 1.4.2", + "surrealdb-core 2.0.0-1.4.2", "thiserror", "tokio", "tokio-tungstenite", @@ -3410,9 +3399,77 @@ dependencies = [ [[package]] name = "surrealdb-core" -version = "1.2.1" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2f403dba761e0e3404f90334f8ff1454f1f308e88c84dd5dbcee52866ff30e" +dependencies = [ + "addr", + "any_ascii", + "argon2", + "async-channel", + "async-executor", + "async-recursion", + "base64 0.21.7", + "bcrypt", + "bincode", + "bytes", + "cedar-policy", + "chrono", + "deunicode", + "dmp", + "fst", + "futures", + "fuzzy-matcher", + "geo 0.27.0", + "geo-types", + "hex", + "ipnet", + "lexicmp", + "md-5", + "nanoid", + "nom", + "num_cpus", + "object_store", + "once_cell", + "pbkdf2", + "pharos", + "pin-project-lite", + "quick_cache", + "radix_trie", + "rand", + "regex", + "revision", + "ring 0.17.8", + "roaring", + "rust-stemmers", + "rust_decimal", + "scrypt", + "semver", + "serde", + "serde_json", + "sha1", + "sha2", + "snap", + "storekey", + "surrealdb-derive", + "surrealdb-jsonwebtoken", + "thiserror", + "tokio", + "tracing", + "trice", + "ulid", + "url", + "uuid", + "wasm-bindgen-futures", + "wasmtimer", + "ws_stream_wasm", +] + +[[package]] +name = "surrealdb-core" +version = "2.0.0-1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf33ccbc2348089fab502d38198f86762fc951ec90413fbd63f9195e76e6e08" +checksum = "c23c46ce1889c7238d10c66264f7283c68ae124e99161c7c3eec6f152cb6f691" dependencies = [ "addr", "any_ascii", @@ -3420,12 +3477,13 @@ dependencies = [ "async-channel", "async-executor", "async-recursion", - "base64", + "base64 0.21.7", "bcrypt", "bincode", "bytes", "cedar-policy", "chrono", + "ciborium", "deunicode", "dmp", "fst", @@ -3450,7 +3508,8 @@ dependencies = [ "rand", "regex", "revision", - "ring 0.17.7", + "ring 0.17.8", + "rmpv", "roaring", "rust-stemmers", "rust_decimal", @@ -3492,7 +3551,7 @@ version = "8.3.0-surreal.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02d4f759c65df8a8cf2d83c99db7fdd3ae5b8fff05fa7fe69a8612f29dd5f99b" dependencies = [ - "base64", + "base64 0.21.7", "getrandom", "hmac", "pem", @@ -3507,13 +3566,13 @@ dependencies = [ [[package]] name = "surrealdb-migrations" -version = "1.1.0" +version = "1.4.0" dependencies = [ "assert_cmd", "assert_fs", "chrono", "chrono-human-duration", - "clap 4.4.12", + "clap", "cli-table", "color-eyre", "convert_case", @@ -3521,7 +3580,7 @@ dependencies = [ "dir-diff", "fs_extra", "include_dir", - "itertools 0.12.0", + "itertools 0.12.1", "names", "predicates", "pretty_assertions", @@ -3549,9 +3608,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.43" +version = "2.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53" +checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" dependencies = [ "proc-macro2", "quote", @@ -3567,9 +3626,15 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] +[[package]] +name = "sync_wrapper" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" + [[package]] name = "system-configuration" version = "0.5.1" @@ -3599,13 +3664,12 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.9.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", - "redox_syscall", "rustix", "windows-sys 0.52.0", ] @@ -3623,9 +3687,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] @@ -3636,37 +3700,31 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" -[[package]] -name = "textwrap" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" - [[package]] name = "thiserror" -version = "1.0.52" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d" +checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.52" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3" +checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ "cfg-if", "once_cell", @@ -3674,12 +3732,13 @@ dependencies = [ [[package]] name = "time" -version = "0.3.31" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", + "num-conv", "powerfmt", "serde", "time-core", @@ -3694,10 +3753,11 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ + "num-conv", "time-core", ] @@ -3727,9 +3787,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.1" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "bytes", @@ -3750,7 +3810,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -3765,9 +3825,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" +checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", "pin-project-lite", @@ -3776,9 +3836,9 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" +checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" dependencies = [ "async-stream", "bytes", @@ -3819,17 +3879,17 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" [[package]] name = "toml_edit" -version = "0.20.2" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.2.6", "toml_datetime", "winnow", ] @@ -3859,7 +3919,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] @@ -3904,6 +3964,12 @@ dependencies = [ "web-sys", ] +[[package]] +name = "trim-in-place" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc" + [[package]] name = "try-lock" version = "0.2.5" @@ -3938,12 +4004,14 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ulid" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e37c4b6cbcc59a8dcd09a6429fbc7890286bcbb79215cea7b38a3c4c0921d93" +checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259" dependencies = [ + "getrandom", "rand", "serde", + "web-time", ] [[package]] @@ -3957,9 +4025,9 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" @@ -3969,24 +4037,24 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-normalization" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" dependencies = [ "tinyvec", ] [[package]] name = "unicode-script" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" +checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" [[package]] name = "unicode-security" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63" +checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11" dependencies = [ "unicode-normalization", "unicode-script", @@ -3994,9 +4062,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" @@ -4053,9 +4121,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.6.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" dependencies = [ "atomic", "getrandom", @@ -4086,9 +4154,9 @@ dependencies = [ [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", @@ -4111,9 +4179,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" +checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -4121,24 +4189,24 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" +checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.39" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" +checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" dependencies = [ "cfg-if", "js-sys", @@ -4148,9 +4216,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" +checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -4158,28 +4226,28 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" +checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.89" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" +checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "wasm-streams" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7" +checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" dependencies = [ "futures-util", "js-sys", @@ -4203,9 +4271,19 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.66" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" +checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" dependencies = [ "js-sys", "wasm-bindgen", @@ -4213,9 +4291,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.3" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "winapi" @@ -4254,7 +4332,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.52.0", + "windows-targets 0.52.4", ] [[package]] @@ -4272,7 +4350,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.0", + "windows-targets 0.52.4", ] [[package]] @@ -4292,17 +4370,17 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" +checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" dependencies = [ - "windows_aarch64_gnullvm 0.52.0", - "windows_aarch64_msvc 0.52.0", - "windows_i686_gnu 0.52.0", - "windows_i686_msvc 0.52.0", - "windows_x86_64_gnu 0.52.0", - "windows_x86_64_gnullvm 0.52.0", - "windows_x86_64_msvc 0.52.0", + "windows_aarch64_gnullvm 0.52.4", + "windows_aarch64_msvc 0.52.4", + "windows_i686_gnu 0.52.4", + "windows_i686_msvc 0.52.4", + "windows_x86_64_gnu 0.52.4", + "windows_x86_64_gnullvm 0.52.4", + "windows_x86_64_msvc 0.52.4", ] [[package]] @@ -4313,9 +4391,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" +checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" [[package]] name = "windows_aarch64_msvc" @@ -4325,9 +4403,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" +checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" [[package]] name = "windows_i686_gnu" @@ -4337,9 +4415,9 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" +checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" [[package]] name = "windows_i686_msvc" @@ -4349,9 +4427,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" +checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" [[package]] name = "windows_x86_64_gnu" @@ -4361,9 +4439,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" +checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" [[package]] name = "windows_x86_64_gnullvm" @@ -4373,9 +4451,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" +checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" [[package]] name = "windows_x86_64_msvc" @@ -4385,15 +4463,15 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" +checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" [[package]] name = "winnow" -version = "0.5.31" +version = "0.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a4882e6b134d6c28953a387571f1acdd3496830d5e36c5e3a1075580ea641c" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" dependencies = [ "memchr", ] @@ -4459,7 +4537,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.43", + "syn 2.0.58", ] [[package]] diff --git a/pkgs/development/tools/database/surrealdb-migrations/default.nix b/pkgs/development/tools/database/surrealdb-migrations/default.nix index 8ea134184326..1ee6552941c9 100644 --- a/pkgs/development/tools/database/surrealdb-migrations/default.nix +++ b/pkgs/development/tools/database/surrealdb-migrations/default.nix @@ -10,7 +10,7 @@ let pname = "surrealdb-migrations"; - version = "1.1.0"; + version = "1.4.0"; in rustPlatform.buildRustPackage rec { inherit pname version; @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { owner = "Odonno"; repo = pname; rev = "v${version}"; - hash = "sha256-UnRf9HdEcKH0cOWKJIjgjNBlSVjXyk27bwB+4ftzAcs="; + hash = "sha256-oM+HUdcUVJnhjTB2Even7MmY0DjVkcKPjU7OBVYtDBw="; }; cargoLock = { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A surrealdb-migrations nix build failed.  Compiling serde_with v3.7.0  Compiling surrealdb-jsonwebtoken v8.3.0-surreal.1  Compiling radix_trie v0.2.1  Compiling ulid v1.1.2  Compiling rust-stemmers v1.2.0  Compiling storekey v0.5.0  Compiling serde_urlencoded v0.7.1  Compiling ciborium v0.2.2  Compiling csv v1.3.0  Compiling chrono-human-duration v0.1.1  Compiling revision v0.7.0  Compiling hyper v0.14.28  Compiling cli-table v0.4.7  Compiling hyper-rustls v0.24.2  Compiling reqwest v0.11.27  Compiling cedar-policy-validator v2.4.2  Compiling cedar-policy v2.4.2  Compiling surrealdb-core v2.0.0-1.4.2  Compiling surrealdb-core v1.4.2  Compiling surrealdb v1.4.2 error: `sql2` is currently unstable. You need to enable the `surrealdb_unstable` flag to use it.  --> /build/cargo-vendor-dir/surrealdb-1.4.2/src/lib.rs:127:1  | 127 | / compile_error!( 128 | |  "`sql2` is currently unstable. You need to enable the `surrealdb_unstable` flag to use it." 129 | | );  | |_^ error: could not compile `surrealdb` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... [result] Failed to update surrealdb-migrations 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.caja, using log file: /var/log/nixpkgs-update/mate.caja/2024-05-04.log mate.caja 0 -> 1 attrpath: mate.caja mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.caja 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiortsp, using log file: /var/log/nixpkgs-update/python311Packages.aiortsp/2024-05-04.log python311Packages.aiortsp 0 -> 1 attrpath: python311Packages.aiortsp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aa03ap06nsi1wamnycjz8xvd9shygn3q-packages.json.drv building '/nix/store/aa03ap06nsi1wamnycjz8xvd9shygn3q-packages.json.drv'... Going to be running update for following packages: - python3.11-aiortsp-1.3.7 Press Enter key to continue... Running update for: - python3.11-aiortsp-1.3.7: UPDATING ... - python3.11-aiortsp-1.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiortsp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-auth, using log file: /var/log/nixpkgs-update/python311Packages.google-auth/2024-05-04.log python311Packages.google-auth 0 -> 1 attrpath: python311Packages.google-auth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w0bfzclaxn3jmkyya123c2dn54wjwfhb-packages.json.drv building '/nix/store/w0bfzclaxn3jmkyya123c2dn54wjwfhb-packages.json.drv'... Going to be running update for following packages: - python3.11-google-auth-2.29.0 Press Enter key to continue... Running update for: - python3.11-google-auth-2.29.0: UPDATING ... - python3.11-google-auth-2.29.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-auth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bqscales, using log file: /var/log/nixpkgs-update/python311Packages.bqscales/2024-05-04.log python311Packages.bqscales 0 -> 1 attrpath: python311Packages.bqscales Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ng0msjrcig478zkp9c63y1rdd7nzyxrf-packages.json.drv building '/nix/store/ng0msjrcig478zkp9c63y1rdd7nzyxrf-packages.json.drv'... Going to be running update for following packages: - python3.11-bqscales-0.3.3 Press Enter key to continue... Running update for: - python3.11-bqscales-0.3.3: UPDATING ... - python3.11-bqscales-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bqscales 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kile-wl, using log file: /var/log/nixpkgs-update/kile-wl/2024-05-04.log kile-wl 0 -> 1 attrpath: kile-wl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0biy7b1ll04n1cjsl4qdnrzqpsvkiiah-packages.json.drv building '/nix/store/0biy7b1ll04n1cjsl4qdnrzqpsvkiiah-packages.json.drv'... Going to be running update for following packages: - kile-wl-2.1-unstable-2023-07-23 Press Enter key to continue... Running update for: - kile-wl-2.1-unstable-2023-07-23: UPDATING ... - kile-wl-2.1-unstable-2023-07-23: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/kile-wl/default.nix b/pkgs/applications/misc/kile-wl/default.nix index c33ca9bd2a68..15d0f82fa02f 100644 --- a/pkgs/applications/misc/kile-wl/default.nix +++ b/pkgs/applications/misc/kile-wl/default.nix @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "kile-wl"; - version = "2.1-unstable-2023-07-23"; + version = "2.1-unstable-2023-09-03"; src = fetchFromGitLab { owner = "snakedye"; repo = "kile"; - rev = "c24208761d04e0a74d203fc1dcd2f7fed68da388"; - sha256 = "sha256-4iclNVd7nm6LkgvsHwWaWyi1bZL/A+bbT5OSXn70bLs="; + rev = "683efdd637afca25bcb61b3e8140f7485ac50939"; + sha256 = "sha256-QK6oJ4YpncUJvJWfnSFnz9OeMKf3CPz/P4vjOkJ8pmQ="; }; passthru.updateScript = unstableGitUpdater { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kile-wl nix build failed. got build log for 'kile-wl' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/1db6yi6p0wdbdiz8hvysdmyb88xcmw3f-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock 73c73 < source = "git+https://gitlab.com/snakedye/kilexpr#ec2ceca749467482051ccec4f47ab04667745b23" --- > source = "git+https://gitlab.com/snakedye/kilexpr#d7b58f2c9fd771b175d410c0b7f870f647a4fbbb" ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update kile-wl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pentestgpt, using log file: /var/log/nixpkgs-update/pentestgpt/2024-05-04.log pentestgpt 0 -> 1 attrpath: pentestgpt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5plfs4vb5yzc05h7bqkg0163nlcll4if-packages.json.drv building '/nix/store/5plfs4vb5yzc05h7bqkg0163nlcll4if-packages.json.drv'... Going to be running update for following packages: - pentestgpt-unstable-2023-06-27 Press Enter key to continue... Running update for: - pentestgpt-unstable-2023-06-27: UPDATING ... - pentestgpt-unstable-2023-06-27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pentestgpt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastapi-mail, using log file: /var/log/nixpkgs-update/python311Packages.fastapi-mail/2024-05-04.log python311Packages.fastapi-mail 0 -> 1 attrpath: python311Packages.fastapi-mail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r40d0d14kh8xql39pxgvgfbgr8m2kar4-packages.json.drv building '/nix/store/r40d0d14kh8xql39pxgvgfbgr8m2kar4-packages.json.drv'... Going to be running update for following packages: - python3.11-fastapi-mail-1.4.1 Press Enter key to continue... Running update for: - python3.11-fastapi-mail-1.4.1: UPDATING ... - python3.11-fastapi-mail-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastapi-mail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bitmath, using log file: /var/log/nixpkgs-update/python311Packages.bitmath/2024-05-04.log python311Packages.bitmath 0 -> 1 attrpath: python311Packages.bitmath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jk4v3755p6zb280mhmwcmwr3f0dga3ri-packages.json.drv building '/nix/store/jk4v3755p6zb280mhmwcmwr3f0dga3ri-packages.json.drv'... Going to be running update for following packages: - python3.11-bitmath-1.3.3.1 Press Enter key to continue... Running update for: - python3.11-bitmath-1.3.3.1: UPDATING ... - python3.11-bitmath-1.3.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bitmath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hkavr, using log file: /var/log/nixpkgs-update/python311Packages.hkavr/2024-05-04.log python311Packages.hkavr 0 -> 1 attrpath: python311Packages.hkavr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hn0fwxl7i2fm1jxrraq25jvfqpgsp4zv-packages.json.drv building '/nix/store/hn0fwxl7i2fm1jxrraq25jvfqpgsp4zv-packages.json.drv'... Going to be running update for following packages: - python3.11-hkavr-0.0.5 Press Enter key to continue... Running update for: - python3.11-hkavr-0.0.5: UPDATING ... - python3.11-hkavr-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hkavr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tuckr, using log file: /var/log/nixpkgs-update/tuckr/2024-05-04.log tuckr 0.8.0 -> 0.8.1 https://github.com/RaphGL/Tuckr/releases attrpath: tuckr Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-ESDfUZsoqwBurXuwNIRSqxoDWnA2VpDZ9Q9GGaV8B4Y= Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tuckr nix build failed. got build log for 'tuckr' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/1g8qqfyxshdj36k7914b1av6hkyga1hj-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/p8djgjwczqrgfig4plg2w390yw61ahxn-tuckr-0.8.1-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/tuckr-0.8.1-vendor.tar.gz/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing cargoBuildHook ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/cc HOST_CXX=/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/c++ cargo build -j 24 --target x86_64-unknown-linux-gnu --frozen --profile release error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead. [result] Failed to update tuckr 0.8.0 -> 0.8.1 https://github.com/RaphGL/Tuckr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO this isn't a real package [result] Failed to update python311Packages.sphinx-jquery 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdoc3, using log file: /var/log/nixpkgs-update/python311Packages.pdoc3/2024-05-04.log python311Packages.pdoc3 0 -> 1 attrpath: python311Packages.pdoc3 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/57vr3xq4dlhnxi5pffrmgri0lnwpx79r-packages.json.drv building '/nix/store/57vr3xq4dlhnxi5pffrmgri0lnwpx79r-packages.json.drv'... Going to be running update for following packages: - python3.11-pdoc3-0.10.0 Press Enter key to continue... Running update for: - python3.11-pdoc3-0.10.0: UPDATING ... - python3.11-pdoc3-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdoc3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.umalqurra, using log file: /var/log/nixpkgs-update/python311Packages.umalqurra/2024-05-04.log python311Packages.umalqurra 0 -> 1 attrpath: python311Packages.umalqurra Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k77ylxg2maldjdbf53yaf93slnk3gpj2-packages.json.drv building '/nix/store/k77ylxg2maldjdbf53yaf93slnk3gpj2-packages.json.drv'... Going to be running update for following packages: - python3.11-umalqurra-0.2 Press Enter key to continue... Running update for: - python3.11-umalqurra-0.2: UPDATING ... - python3.11-umalqurra-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.umalqurra 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.uk, using log file: /var/log/nixpkgs-update/aspellDicts.uk/2024-05-04.log aspellDicts.uk 0 -> 1 attrpath: aspellDicts.uk Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/9g9w8hpmia3ir4qcf3la0dvd3yzlp59h-update-aspellDict-uk.drv /nix/store/z47ffiwgswjfm2lnz2k2yl3yaz1crxb4-packages.json.drv building '/nix/store/9g9w8hpmia3ir4qcf3la0dvd3yzlp59h-update-aspellDict-uk.drv'... building '/nix/store/z47ffiwgswjfm2lnz2k2yl3yaz1crxb4-packages.json.drv'... Going to be running update for following packages: - aspell-dict-uk-1.4.0-0 Press Enter key to continue... Running update for: - aspell-dict-uk-1.4.0-0: UPDATING ... - aspell-dict-uk-1.4.0-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.uk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.liblarch, using log file: /var/log/nixpkgs-update/python311Packages.liblarch/2024-05-04.log python311Packages.liblarch 0 -> 1 attrpath: python311Packages.liblarch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0q3vb9xcsk8jmqyn7khc31k71h8db3ns-packages.json.drv building '/nix/store/0q3vb9xcsk8jmqyn7khc31k71h8db3ns-packages.json.drv'... Going to be running update for following packages: - python3.11-liblarch-3.2.0 Press Enter key to continue... Running update for: - python3.11-liblarch-3.2.0: UPDATING ... - python3.11-liblarch-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.liblarch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.oci, using log file: /var/log/nixpkgs-update/terraform-providers.oci/2024-05-04.log terraform-providers.oci 0 -> 1 attrpath: terraform-providers.oci Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.oci 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.langdetect, using log file: /var/log/nixpkgs-update/python311Packages.langdetect/2024-05-04.log python311Packages.langdetect 0 -> 1 attrpath: python311Packages.langdetect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kzykgxarh3lxj481532xz2a7h3mxqlx3-packages.json.drv building '/nix/store/kzykgxarh3lxj481532xz2a7h3mxqlx3-packages.json.drv'... Going to be running update for following packages: - python3.11-langdetect-1.0.9 Press Enter key to continue... Running update for: - python3.11-langdetect-1.0.9: UPDATING ... - python3.11-langdetect-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.langdetect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tissue, using log file: /var/log/nixpkgs-update/python311Packages.tissue/2024-05-04.log python311Packages.tissue 0 -> 1 attrpath: python311Packages.tissue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4qpmsqx5aj0a9q38zpmlkfyk6hhgpk5f-packages.json.drv building '/nix/store/4qpmsqx5aj0a9q38zpmlkfyk6hhgpk5f-packages.json.drv'... Going to be running update for following packages: - python3.11-tissue-0.9.2 Press Enter key to continue... Running update for: - python3.11-tissue-0.9.2: UPDATING ... - python3.11-tissue-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tissue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scikit-build, using log file: /var/log/nixpkgs-update/python311Packages.scikit-build/2024-05-04.log python311Packages.scikit-build 0 -> 1 attrpath: python311Packages.scikit-build Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m8ibq3f104jka06di7sbv76gdn3zwqdy-packages.json.drv building '/nix/store/m8ibq3f104jka06di7sbv76gdn3zwqdy-packages.json.drv'... Going to be running update for following packages: - python3.11-scikit-build-0.17.6 Press Enter key to continue... Running update for: - python3.11-scikit-build-0.17.6: UPDATING ... - python3.11-scikit-build-0.17.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikit-build 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.crownstone-uart, using log file: /var/log/nixpkgs-update/python311Packages.crownstone-uart/2024-05-04.log python311Packages.crownstone-uart 0 -> 1 attrpath: python311Packages.crownstone-uart Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4ri9sgh4260220i65gaxk06xn5w9pfk2-packages.json.drv building '/nix/store/4ri9sgh4260220i65gaxk06xn5w9pfk2-packages.json.drv'... Going to be running update for following packages: - python3.11-crownstone-uart-2.7.0 Press Enter key to continue... Running update for: - python3.11-crownstone-uart-2.7.0: UPDATING ... - python3.11-crownstone-uart-2.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.crownstone-uart 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.speg, using log file: /var/log/nixpkgs-update/python311Packages.speg/2024-05-04.log python311Packages.speg 0 -> 1 attrpath: python311Packages.speg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nywqyv02a42j24qi12lqjxkkjs89dfqz-packages.json.drv building '/nix/store/nywqyv02a42j24qi12lqjxkkjs89dfqz-packages.json.drv'... Going to be running update for following packages: - python3.11-speg-0.3 Press Enter key to continue... Running update for: - python3.11-speg-0.3: UPDATING ... - python3.11-speg-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.speg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath element-desktop, using log file: /var/log/nixpkgs-update/element-desktop/2024-05-04.log element-desktop 0 -> 1 attrpath: element-desktop @Ma27 asked to skip [result] Failed to update element-desktop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.discovery30303, using log file: /var/log/nixpkgs-update/python311Packages.discovery30303/2024-05-04.log python311Packages.discovery30303 0 -> 1 attrpath: python311Packages.discovery30303 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ww1vfgzrf3pi30slzr5b9fpq0b3gb0ld-packages.json.drv building '/nix/store/ww1vfgzrf3pi30slzr5b9fpq0b3gb0ld-packages.json.drv'... Going to be running update for following packages: - python3.11-discovery30303-0.2.1 Press Enter key to continue... Running update for: - python3.11-discovery30303-0.2.1: UPDATING ... - python3.11-discovery30303-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.discovery30303 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgf1, using log file: /var/log/nixpkgs-update/pgf1/2024-05-04.log pgf1 1.18 -> 3.1.10 https://github.com/pgf-tikz/pgf/releases attrpath: pgf1 Checking auto update branch... No auto update branch exists Version in attr path pgf1 not compatible with 3.1.10 [result] Failed to update pgf1 1.18 -> 3.1.10 https://github.com/pgf-tikz/pgf/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mock-ssh-server, using log file: /var/log/nixpkgs-update/python311Packages.mock-ssh-server/2024-05-04.log python311Packages.mock-ssh-server 0 -> 1 attrpath: python311Packages.mock-ssh-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ab13fh176cva6vh2yb7d2q2146crbqna-packages.json.drv building '/nix/store/ab13fh176cva6vh2yb7d2q2146crbqna-packages.json.drv'... Going to be running update for following packages: - python3.11-mock-ssh-server-0.9.1 Press Enter key to continue... Running update for: - python3.11-mock-ssh-server-0.9.1: UPDATING ... - python3.11-mock-ssh-server-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mock-ssh-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysqlitecipher, using log file: /var/log/nixpkgs-update/python311Packages.pysqlitecipher/2024-05-04.log python311Packages.pysqlitecipher 0 -> 1 attrpath: python311Packages.pysqlitecipher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5xhriqx9c0147wdglypail8xsvmarqak-packages.json.drv building '/nix/store/5xhriqx9c0147wdglypail8xsvmarqak-packages.json.drv'... Going to be running update for following packages: - python3.11-pysqlitecipher-0.22 Press Enter key to continue... Running update for: - python3.11-pysqlitecipher-0.22: UPDATING ... - python3.11-pysqlitecipher-0.22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysqlitecipher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adext, using log file: /var/log/nixpkgs-update/python311Packages.adext/2024-05-04.log python311Packages.adext 0 -> 1 attrpath: python311Packages.adext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qp7rksb0k7xzz5cxby568h90514jfsfx-packages.json.drv building '/nix/store/qp7rksb0k7xzz5cxby568h90514jfsfx-packages.json.drv'... Going to be running update for following packages: - python3.11-adext-0.4.2 Press Enter key to continue... Running update for: - python3.11-adext-0.4.2: UPDATING ... - python3.11-adext-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ebooklib, using log file: /var/log/nixpkgs-update/python311Packages.ebooklib/2024-05-04.log python311Packages.ebooklib 0 -> 1 attrpath: python311Packages.ebooklib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mdi12khjsgx92ymb0vnlid5ynjjba2pc-packages.json.drv building '/nix/store/mdi12khjsgx92ymb0vnlid5ynjjba2pc-packages.json.drv'... Going to be running update for following packages: - python3.11-ebooklib-0.18 Press Enter key to continue... Running update for: - python3.11-ebooklib-0.18: UPDATING ... - python3.11-ebooklib-0.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ebooklib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jieba, using log file: /var/log/nixpkgs-update/python311Packages.jieba/2024-05-04.log python311Packages.jieba 0 -> 1 attrpath: python311Packages.jieba Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ccz90npj8bqpm0wyyg1507mk6x8hk7m0-packages.json.drv building '/nix/store/ccz90npj8bqpm0wyyg1507mk6x8hk7m0-packages.json.drv'... Going to be running update for following packages: - python3.11-jieba-0.42.1 Press Enter key to continue... Running update for: - python3.11-jieba-0.42.1: UPDATING ... - python3.11-jieba-0.42.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jieba 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-bootstrap5, using log file: /var/log/nixpkgs-update/python311Packages.django-bootstrap5/2024-05-04.log python311Packages.django-bootstrap5 0 -> 1 attrpath: python311Packages.django-bootstrap5 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6dfb1g1ihdb6ir1zg75kaaq6fc150qrq-packages.json.drv building '/nix/store/6dfb1g1ihdb6ir1zg75kaaq6fc150qrq-packages.json.drv'... Going to be running update for following packages: - python3.11-django-bootstrap5-24.1 Press Enter key to continue... Running update for: - python3.11-django-bootstrap5-24.1: UPDATING ... - python3.11-django-bootstrap5-24.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-bootstrap5 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath syncrclone, using log file: /var/log/nixpkgs-update/syncrclone/2024-05-04.log syncrclone 0 -> 1 attrpath: syncrclone Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dp9vx6i6cnw5aipprvvmcijx3fw2g0m5-packages.json.drv building '/nix/store/dp9vx6i6cnw5aipprvvmcijx3fw2g0m5-packages.json.drv'... Going to be running update for following packages: - syncrclone-unstable-2023-03-23 Press Enter key to continue... Running update for: - syncrclone-unstable-2023-03-23: UPDATING ... - syncrclone-unstable-2023-03-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update syncrclone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rpi-gpio2, using log file: /var/log/nixpkgs-update/python311Packages.rpi-gpio2/2024-05-04.log python311Packages.rpi-gpio2 0 -> 1 attrpath: python311Packages.rpi-gpio2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lkjpr1lyrvljz1fhdz71lm4fyl02dkqv-packages.json.drv building '/nix/store/lkjpr1lyrvljz1fhdz71lm4fyl02dkqv-packages.json.drv'... Going to be running update for following packages: - python3.11-rpi-gpio2-0.4.0 Press Enter key to continue... Running update for: - python3.11-rpi-gpio2-0.4.0: UPDATING ... - python3.11-rpi-gpio2-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rpi-gpio2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.aws-sam-translator, using log file: /var/log/nixpkgs-update/python312Packages.aws-sam-translator/2024-05-04.log python312Packages.aws-sam-translator 1.86.0 -> 1.87.0 https://github.com/aws/serverless-application-model/releases attrpath: python312Packages.aws-sam-translator isn't the default python version [result] Failed to update python312Packages.aws-sam-translator 1.86.0 -> 1.87.0 https://github.com/aws/serverless-application-model/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wurlitzer, using log file: /var/log/nixpkgs-update/python311Packages.wurlitzer/2024-05-04.log python311Packages.wurlitzer 0 -> 1 attrpath: python311Packages.wurlitzer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gakbz1lsdm5z56gds224ixfi4x2nmwyp-packages.json.drv building '/nix/store/gakbz1lsdm5z56gds224ixfi4x2nmwyp-packages.json.drv'... Going to be running update for following packages: - python3.11-wurlitzer-3.0.3 Press Enter key to continue... Running update for: - python3.11-wurlitzer-3.0.3: UPDATING ... - python3.11-wurlitzer-3.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wurlitzer/default.nix b/pkgs/development/python-modules/wurlitzer/default.nix index ee93a2c6454d..a5af618cb8ff 100644 --- a/pkgs/development/python-modules/wurlitzer/default.nix +++ b/pkgs/development/python-modules/wurlitzer/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "wurlitzer"; - version = "3.0.3"; + version = "3.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Ik9f5wYYvjhywF393IxFcZHsGHBlRZYnn8we2t6+Pls="; + hash = "sha256-sx07GKtrg5SzrbiyGEGtbUtrsZW5tkKVOHLburTCmyo="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/9nrqlsak7hv2n90k2j7am2r2wxm4l0zs-python3.11-wurlitzer-3.1.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
34 packages built:
  • libretranslate (python311Packages.libretranslate)
  • libretranslate.dist (python311Packages.libretranslate.dist)
  • python311Packages.argos-translate-files
  • python311Packages.argos-translate-files.dist
  • python311Packages.argostranslate
  • python311Packages.argostranslate.dist
  • python311Packages.ctranslate2
  • python311Packages.ctranslate2.dist
  • python311Packages.energyflow
  • python311Packages.energyflow.dist
  • python311Packages.faster-whisper
  • python311Packages.faster-whisper.dist
  • spyder (python311Packages.spyder)
  • python311Packages.spyder-kernels
  • python311Packages.spyder-kernels.dist
  • spyder.dist (python311Packages.spyder.dist)
  • python311Packages.translatehtml
  • python311Packages.translatehtml.dist
  • python311Packages.wasserstein
  • python311Packages.wasserstein.dist
  • python311Packages.wurlitzer
  • python311Packages.wurlitzer.dist
  • python312Packages.energyflow
  • python312Packages.energyflow.dist
  • python312Packages.spyder-kernels
  • python312Packages.spyder-kernels.dist
  • python312Packages.wasserstein
  • python312Packages.wasserstein.dist
  • python312Packages.wurlitzer
  • python312Packages.wurlitzer.dist
  • whisper-ctranslate2
  • whisper-ctranslate2.dist
  • wyoming-faster-whisper
  • wyoming-faster-whisper.dist
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.wurlitzer is: Capture C-level output in context managers meta.homepage for python311Packages.wurlitzer is: https://github.com/minrk/wurlitzer meta.changelog for python311Packages.wurlitzer is: https://github.com/minrk/wurlitzer/blob/{version}/CHANGELOG.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.1.0 with grep in /nix/store/9nrqlsak7hv2n90k2j7am2r2wxm4l0zs-python3.11-wurlitzer-3.1.0 - found 3.1.0 in filename of file in /nix/store/9nrqlsak7hv2n90k2j7am2r2wxm4l0zs-python3.11-wurlitzer-3.1.0 ---
Rebuild report (if merged into master) (click to expand) ``` 20 total rebuild path(s) 20 package rebuild(s) First fifty rebuilds by attrpath libretranslate python311Packages.argos-translate-files python311Packages.argostranslate python311Packages.ctranslate2 python311Packages.energyflow python311Packages.faster-whisper python311Packages.libretranslate python311Packages.spyder python311Packages.spyder-kernels python311Packages.translatehtml python311Packages.wasserstein python311Packages.wurlitzer python312Packages.energyflow python312Packages.spyder-kernels python312Packages.wasserstein python312Packages.wurlitzer spyder whisper-ctranslate2 wyoming-faster-whisper ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9nrqlsak7hv2n90k2j7am2r2wxm4l0zs-python3.11-wurlitzer-3.1.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.wurlitzer https://github.com/r-ryantm/nixpkgs/archive/1c86c727336d982304fe8032aa4ee10fa0c5f408.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1c86c727336d982304fe8032aa4ee10fa0c5f408#python311Packages.wurlitzer ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9nrqlsak7hv2n90k2j7am2r2wxm4l0zs-python3.11-wurlitzer-3.1.0 ls -la /nix/store/9nrqlsak7hv2n90k2j7am2r2wxm4l0zs-python3.11-wurlitzer-3.1.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
34 packages built:
  • libretranslate (python311Packages.libretranslate)
  • libretranslate.dist (python311Packages.libretranslate.dist)
  • python311Packages.argos-translate-files
  • python311Packages.argos-translate-files.dist
  • python311Packages.argostranslate
  • python311Packages.argostranslate.dist
  • python311Packages.ctranslate2
  • python311Packages.ctranslate2.dist
  • python311Packages.energyflow
  • python311Packages.energyflow.dist
  • python311Packages.faster-whisper
  • python311Packages.faster-whisper.dist
  • spyder (python311Packages.spyder)
  • python311Packages.spyder-kernels
  • python311Packages.spyder-kernels.dist
  • spyder.dist (python311Packages.spyder.dist)
  • python311Packages.translatehtml
  • python311Packages.translatehtml.dist
  • python311Packages.wasserstein
  • python311Packages.wasserstein.dist
  • python311Packages.wurlitzer
  • python311Packages.wurlitzer.dist
  • python312Packages.energyflow
  • python312Packages.energyflow.dist
  • python312Packages.spyder-kernels
  • python312Packages.spyder-kernels.dist
  • python312Packages.wasserstein
  • python312Packages.wasserstein.dist
  • python312Packages.wurlitzer
  • python312Packages.wurlitzer.dist
  • whisper-ctranslate2
  • whisper-ctranslate2.dist
  • wyoming-faster-whisper
  • wyoming-faster-whisper.dist
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/308995 [result] Success updating python311Packages.wurlitzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.crayons, using log file: /var/log/nixpkgs-update/python311Packages.crayons/2024-05-04.log python311Packages.crayons 0 -> 1 attrpath: python311Packages.crayons Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6fw4rsdbd0azb5ajlxkvxhh995fgydcv-packages.json.drv building '/nix/store/6fw4rsdbd0azb5ajlxkvxhh995fgydcv-packages.json.drv'... Going to be running update for following packages: - python3.11-crayons-0.4.0 Press Enter key to continue... Running update for: - python3.11-crayons-0.4.0: UPDATING ... - python3.11-crayons-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.crayons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libvgm, using log file: /var/log/nixpkgs-update/libvgm/2024-05-04.log libvgm 0 -> 1 attrpath: libvgm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/p04fscc57z5drkx9k8dabxzypnvzqxb6-packages.json.drv building '/nix/store/p04fscc57z5drkx9k8dabxzypnvzqxb6-packages.json.drv'... Going to be running update for following packages: - libvgm-unstable-2024-04-24 Press Enter key to continue... Running update for: - libvgm-unstable-2024-04-24: UPDATING ... - libvgm-unstable-2024-04-24: ERROR --- SHOWING ERROR LOG FOR libvgm-unstable-2024-04-24 ---------------------- + url= + branch= + hardcode_zero_version= + tag_format= + tag_prefix= + tag_converter= + shallow_clone= + : '' + (( 3 > 0 )) + flag=--url=https://github.com/ValleyBell/libvgm.git + shift 1 + case "$flag" in + url=https://github.com/ValleyBell/libvgm.git + (( 2 > 0 )) + flag='--tag-format=*' + shift 1 + case "$flag" in + tag_format='*' + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z https://github.com/ValleyBell/libvgm.git ]] ++ mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.dXjjRiMeIK + cloneArgs=() + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + git clone --depth=1 https://github.com/ValleyBell/libvgm.git /run/nixpkgs-update-worker/tmp.dXjjRiMeIK Cloning into '/run/nixpkgs-update-worker/tmp.dXjjRiMeIK'... + pushd /run/nixpkgs-update-worker/tmp.dXjjRiMeIK ++ git show -s --pretty=format:%cs + commit_date=2024-04-24 ++ git show -s --pretty=format:%H + commit_sha=1271ab3a0ec1440d2e537ead46165e189671dfd0 + last_tag= + [[ -z '' ]] + [[ 1 == \1 ]] + depth=100 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=100 --tags + depth=200 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=200 --tags + depth=400 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=400 --tags + depth=800 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=800 --tags + depth=1600 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=1600 --tags + depth=3200 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=3200 --tags + depth=6400 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=6400 --tags + depth=12800 + (( depth < 10000 )) + [[ -z '' ]] + git fetch --tags ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -z '' ]] + last_tag=0 + [[ -n '' ]] + [[ -n '' ]] + [[ ! 0 =~ ^[[:digit:]] ]] + new_version=0-unstable-2024-04-24 + popd + update-source-version libvgm 0-unstable-2024-04-24 --rev=1271ab3a0ec1440d2e537ead46165e189671dfd0 update-source-version: error: Failed to replace source revision '1271ab3a0ec1440d2e537ead46165e189671dfd0' to '1271ab3a0ec1440d2e537ead46165e189671dfd0' in 'libvgm'! --- SHOWING ERROR LOG FOR libvgm-unstable-2024-04-24 ---------------------- The update script for libvgm-unstable-2024-04-24 failed with exit code 1 [result] Failed to update libvgm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libsavitar, using log file: /var/log/nixpkgs-update/python311Packages.libsavitar/2024-05-04.log python311Packages.libsavitar 0 -> 1 attrpath: python311Packages.libsavitar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8d8yjx4f4vvsb1jlhp6bmxgnb3y3mvvs-packages.json.drv building '/nix/store/8d8yjx4f4vvsb1jlhp6bmxgnb3y3mvvs-packages.json.drv'... Going to be running update for following packages: - python3.11-libsavitar-4.12.0 Press Enter key to continue... Running update for: - python3.11-libsavitar-4.12.0: UPDATING ... - python3.11-libsavitar-4.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libsavitar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath realmd, using log file: /var/log/nixpkgs-update/realmd/2024-05-04.log realmd 0 -> 1 attrpath: realmd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xdkbdgvznh42x9qz5z1jvqajp5wfdjpd-packages.json.drv building '/nix/store/xdkbdgvznh42x9qz5z1jvqajp5wfdjpd-packages.json.drv'... Going to be running update for following packages: - realmd-0.17.1 Press Enter key to continue... Running update for: - realmd-0.17.1: UPDATING ... - realmd-0.17.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update realmd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.envoy-reader, using log file: /var/log/nixpkgs-update/python311Packages.envoy-reader/2024-05-04.log python311Packages.envoy-reader 0 -> 1 attrpath: python311Packages.envoy-reader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0r3z0b2rbv1cpfm17ykz76s2h9mhqcms-packages.json.drv building '/nix/store/0r3z0b2rbv1cpfm17ykz76s2h9mhqcms-packages.json.drv'... Going to be running update for following packages: - python3.11-envoy-reader-0.21.3 Press Enter key to continue... Running update for: - python3.11-envoy-reader-0.21.3: UPDATING ... - python3.11-envoy-reader-0.21.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.envoy-reader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ufolint, using log file: /var/log/nixpkgs-update/python311Packages.ufolint/2024-05-04.log python311Packages.ufolint 0 -> 1 attrpath: python311Packages.ufolint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zqdh52ky9hxwgb3yzsqvb0m6kyjbskw7-packages.json.drv building '/nix/store/zqdh52ky9hxwgb3yzsqvb0m6kyjbskw7-packages.json.drv'... Going to be running update for following packages: - python3.11-ufolint-1.2.0 Press Enter key to continue... Running update for: - python3.11-ufolint-1.2.0: UPDATING ... - python3.11-ufolint-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ufolint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cloudflared, using log file: /var/log/nixpkgs-update/cloudflared/2024-05-04.log cloudflared 2024.4.0 -> 2024.4.1 https://repology.org/project/cloudflared/versions attrpath: cloudflared Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null [golangModuleVersion] Set vendorHash to null [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix index f61bb393bac7..59e0f843648e 100644 --- a/pkgs/applications/networking/cloudflared/default.nix +++ b/pkgs/applications/networking/cloudflared/default.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "cloudflared"; - version = "2024.4.0"; + version = "2024.4.1"; src = fetchFromGitHub { owner = "cloudflare"; repo = "cloudflared"; rev = "refs/tags/${version}"; - hash = "sha256-1/3uj0h9n53j8PnZSHWEyMARsWYxFIqSkGlxS2JXqsM="; + hash = "sha256-rDw25kFiD16xma/LozGjlc/Tm6hoRYzHs8spTk6HU6Y="; }; vendorHash = null; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/k0nins302ld50d39jvvxiyhqq0igaaka-cloudflared-2024.4.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • cloudflared
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/cloudflared/versions. meta.description for cloudflared is: Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client meta.homepage for cloudflared is: https://www.cloudflare.com/products/tunnel meta.changelog for cloudflared is: https://github.com/cloudflare/cloudflared/releases/tag/2024.4.1 ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2024.4.1 with grep in /nix/store/k0nins302ld50d39jvvxiyhqq0igaaka-cloudflared-2024.4.1 - found 2024.4.1 in filename of file in /nix/store/k0nins302ld50d39jvvxiyhqq0igaaka-cloudflared-2024.4.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath cloudflared ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/k0nins302ld50d39jvvxiyhqq0igaaka-cloudflared-2024.4.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A cloudflared https://github.com/r-ryantm/nixpkgs/archive/d9f82375e2592356335a71a0276b9f1ce2d08a2c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d9f82375e2592356335a71a0276b9f1ce2d08a2c#cloudflared ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/k0nins302ld50d39jvvxiyhqq0igaaka-cloudflared-2024.4.1 ls -la /nix/store/k0nins302ld50d39jvvxiyhqq0igaaka-cloudflared-2024.4.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • cloudflared
--- ###### Maintainer pings cc @bbigras @ericnorris @thoughtpolice @piperswe @qjoly for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308998 [result] Success updating cloudflared 2024.4.0 -> 2024.4.1 https://repology.org/project/cloudflared/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-autoapi, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-autoapi/2024-05-04.log python311Packages.sphinx-autoapi 0 -> 1 attrpath: python311Packages.sphinx-autoapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5zs1bgq3p6g30xikj4mna4lphgk83waj-packages.json.drv building '/nix/store/5zs1bgq3p6g30xikj4mna4lphgk83waj-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-autoapi-3.0.0 Press Enter key to continue... Running update for: - python3.11-sphinx-autoapi-3.0.0: UPDATING ... - python3.11-sphinx-autoapi-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-autoapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-enum34, using log file: /var/log/nixpkgs-update/python311Packages.types-enum34/2024-05-04.log python311Packages.types-enum34 0 -> 1 attrpath: python311Packages.types-enum34 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zgbvmwgil5nryg4cgpgdb8z6k5s70fyy-packages.json.drv building '/nix/store/zgbvmwgil5nryg4cgpgdb8z6k5s70fyy-packages.json.drv'... Going to be running update for following packages: - python3.11-types-enum34-1.1.8 Press Enter key to continue... Running update for: - python3.11-types-enum34-1.1.8: UPDATING ... - python3.11-types-enum34-1.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-enum34 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flarectl, using log file: /var/log/nixpkgs-update/flarectl/2024-05-04.log flarectl 0.93.0 -> 0.94.0 https://repology.org/project/flarectl/versions attrpath: flarectl Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-/81Onrs+qyKEt79DtfX4EDDVxhzB0uqaHa3X+GbupWQ=" [golangModuleVersion] Replaced vendorHash with sha256-/81Onrs+qyKEt79DtfX4EDDVxhzB0uqaHa3X+GbupWQ= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/fl/flarectl/package.nix b/pkgs/by-name/fl/flarectl/package.nix index 98f5f4641262..c8cba47510c7 100644 --- a/pkgs/by-name/fl/flarectl/package.nix +++ b/pkgs/by-name/fl/flarectl/package.nix @@ -5,13 +5,13 @@ buildGoModule rec { pname = "flarectl"; - version = "0.93.0"; + version = "0.94.0"; src = fetchFromGitHub { owner = "cloudflare"; repo = "cloudflare-go"; rev = "v${version}"; - hash = "sha256-XN/GRay5fJ2EjGHguG9i4ENCRBPZQcwQJg/2ka0HyaE="; + hash = "sha256-8lZJn4/IpkNT9IHK3rGvNE/Rv0CHQlVVu4F3K+J8fRA="; }; vendorHash = "sha256-/81Onrs+qyKEt79DtfX4EDDVxhzB0uqaHa3X+GbupWQ="; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/6wnaldxc1cka96m75sarlsfffiab04xf-flarectl-0.94.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • flarectl
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/flarectl/versions. meta.description for flarectl is: CLI application for interacting with a Cloudflare account meta.homepage for flarectl is: https://github.com/cloudflare/cloudflare-go meta.changelog for flarectl is: https://github.com/cloudflare/cloudflare-go/blob/v0.94.0/CHANGELOG.md ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/cloudflare/cloudflare-go/releases/tag/v0.94.0) - [Compare changes on GitHub](https://github.com/cloudflare/cloudflare-go/compare/v0.93.0...v0.94.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.94.0 in filename of file in /nix/store/6wnaldxc1cka96m75sarlsfffiab04xf-flarectl-0.94.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath flarectl ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/6wnaldxc1cka96m75sarlsfffiab04xf-flarectl-0.94.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A flarectl https://github.com/r-ryantm/nixpkgs/archive/7e2b84c4f9bbe3a07ce3e3b83b6b5d806daba3df.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7e2b84c4f9bbe3a07ce3e3b83b6b5d806daba3df#flarectl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/6wnaldxc1cka96m75sarlsfffiab04xf-flarectl-0.94.0 ls -la /nix/store/6wnaldxc1cka96m75sarlsfffiab04xf-flarectl-0.94.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • flarectl
--- ###### Maintainer pings cc @jmbaur for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/308999 [result] Success updating flarectl 0.93.0 -> 0.94.0 https://repology.org/project/flarectl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qiskit-optimization, using log file: /var/log/nixpkgs-update/python311Packages.qiskit-optimization/2024-05-04.log python311Packages.qiskit-optimization 0 -> 1 attrpath: python311Packages.qiskit-optimization Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pr7cmrcpd28wiv7n6mb9zv2fzdp291ai-packages.json.drv building '/nix/store/pr7cmrcpd28wiv7n6mb9zv2fzdp291ai-packages.json.drv'... Going to be running update for following packages: - python3.11-qiskit-optimization-0.6.1 Press Enter key to continue... Running update for: - python3.11-qiskit-optimization-0.6.1: UPDATING ... - python3.11-qiskit-optimization-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qiskit-optimization 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asana, using log file: /var/log/nixpkgs-update/python311Packages.asana/2024-05-04.log python311Packages.asana 0 -> 1 attrpath: python311Packages.asana Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kgcz12q68xzbnf29j3g5z9n9wv1919j3-packages.json.drv building '/nix/store/kgcz12q68xzbnf29j3g5z9n9wv1919j3-packages.json.drv'... Going to be running update for following packages: - python3.11-asana-5.0.3 Press Enter key to continue... Running update for: - python3.11-asana-5.0.3: UPDATING ... - python3.11-asana-5.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/asana/default.nix b/pkgs/development/python-modules/asana/default.nix index a37a70844d6e..7936afd212cb 100644 --- a/pkgs/development/python-modules/asana/default.nix +++ b/pkgs/development/python-modules/asana/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "asana"; - version = "5.0.3"; + version = "5.0.6"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "asana"; repo = "python-asana"; rev = "refs/tags/v${version}"; - hash = "sha256-9F63DvwMh9NwlTqFuhiXfgRRRxAFjjRYmYzsuOhlQJ0="; + hash = "sha256-JImwcquR5crr48P1nnO3P36kJLgS3jzTlEDV18qntRg="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.asana nix build failed. ============================= test session starts ============================== platform linux -- Python 3.11.9, pytest-8.1.1, pluggy-1.4.0 rootdir: /build/source collecting ...  collected 186 items / 2 errors  ==================================== ERRORS ==================================== ______________ ERROR collecting build_tests/test_projects_api.py _______________ ImportError while importing test module '/build/source/build_tests/test_projects_api.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) build_tests/test_projects_api.py:11: in from dotenv import load_dotenv E ModuleNotFoundError: No module named 'dotenv' ________________ ERROR collecting build_tests/test_tasks_api.py ________________ ImportError while importing test module '/build/source/build_tests/test_tasks_api.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) build_tests/test_tasks_api.py:11: in from dotenv import load_dotenv E ModuleNotFoundError: No module named 'dotenv' =========================== short test summary info ============================ ERROR build_tests/test_projects_api.py ERROR build_tests/test_tasks_api.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 0.30s =============================== /nix/store/558iw5j1bk7z6wrg8cp96q2rx03jqj1v-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.asana 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zwave-js-server-python, using log file: /var/log/nixpkgs-update/python311Packages.zwave-js-server-python/2024-05-04.log python311Packages.zwave-js-server-python 0 -> 1 attrpath: python311Packages.zwave-js-server-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/282ppi3bbjk3zwl97rg74gj9y9a84nhj-packages.json.drv building '/nix/store/282ppi3bbjk3zwl97rg74gj9y9a84nhj-packages.json.drv'... Going to be running update for following packages: - python3.11-zwave-js-server-python-0.55.4 Press Enter key to continue... Running update for: - python3.11-zwave-js-server-python-0.55.4: UPDATING ... - python3.11-zwave-js-server-python-0.55.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zwave-js-server-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath SP800-90B_EntropyAssessment, using log file: /var/log/nixpkgs-update/SP800-90B_EntropyAssessment/2024-05-04.log SP800-90B_EntropyAssessment 1.1.6 -> 1.1.7 https://github.com/usnistgov/SP800-90B_EntropyAssessment/releases attrpath: SP800-90B_EntropyAssessment 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix b/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix index 3c18621d712d..fc33cd439548 100644 --- a/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix +++ b/pkgs/tools/misc/SP800-90B_EntropyAssessment/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "SP800-90B_EntropyAssessment"; - version = "1.1.6"; + version = "1.1.7"; src = fetchFromGitHub { owner = "usnistgov"; repo = "SP800-90B_EntropyAssessment"; rev = "v${version}"; - hash = "sha256-KZQ7kC0PbBkjLEQZIqYakQ91OvCxruhdfUwiRHtno3w="; + hash = "sha256-hW1ImFW3mt2mEqEjxTxqqnpC5LLT+h1OMM3tUAmi8e4="; }; buildInputs = [ bzip2 libdivsufsort jsoncpp openssl mpfr ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A SP800-90B_EntropyAssessment nix build failed. got build log for 'SP800-90B_EntropyAssessment' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/mxld19n95icmwkbkvc2j65c7sdr1cmd1-source source root is source/cpp @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile') @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/h3bhzvz9ipglcybbcvkxvm4vg9lwvqg4-bash-5.2p26/bin/bash CROSS_COMPILE= ARCH=x86_64 g++ -std=c++11 -fopenmp -O2 -ffloat-store -I/usr/include/jsoncpp iid_main.cpp -o ea_iid -lbz2 -lpthread -ldivsufsort -ldivsufsort64 -ljsoncpp -lcrypto In file included from iid_main.cpp:6: shared/lrs_test.h:6:10: fatal error: divsufsort64.h: No such file or directory 6 | #include  | ^~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:30: iid_main.o] Error 1 [result] Failed to update SP800-90B_EntropyAssessment 1.1.6 -> 1.1.7 https://github.com/usnistgov/SP800-90B_EntropyAssessment/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.regress, using log file: /var/log/nixpkgs-update/python311Packages.regress/2024-05-04.log python311Packages.regress 0 -> 1 attrpath: python311Packages.regress Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6jvsmdzrpv20k741iq62y5f19qwa83np-packages.json.drv building '/nix/store/6jvsmdzrpv20k741iq62y5f19qwa83np-packages.json.drv'... Going to be running update for following packages: - python3.11-regress-0.4.5 Press Enter key to continue... Running update for: - python3.11-regress-0.4.5: UPDATING ... - python3.11-regress-0.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.regress 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.synergy, using log file: /var/log/nixpkgs-update/python311Packages.synergy/2024-05-04.log python311Packages.synergy 0 -> 1 attrpath: python311Packages.synergy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1h7ac1569xyxjxf1kbk7pn3q67201zd5-packages.json.drv building '/nix/store/1h7ac1569xyxjxf1kbk7pn3q67201zd5-packages.json.drv'... Going to be running update for following packages: - python3.11-synergy-0.5.1 Press Enter key to continue... Running update for: - python3.11-synergy-0.5.1: UPDATING ... - python3.11-synergy-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.synergy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath migra, using log file: /var/log/nixpkgs-update/migra/2024-05-04.log migra 0 -> 1 attrpath: migra Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lzval8zj2jh6gwsbjphw0x5lbvc6rqv2-packages.json.drv building '/nix/store/lzval8zj2jh6gwsbjphw0x5lbvc6rqv2-packages.json.drv'... Going to be running update for following packages: - migra-3.0.1647431138 Press Enter key to continue... Running update for: - migra-3.0.1647431138: UPDATING ... - migra-3.0.1647431138: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update migra 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyinfra, using log file: /var/log/nixpkgs-update/pyinfra/2024-05-04.log pyinfra 0 -> 1 attrpath: pyinfra Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ynqcw1habl75phzpadl33v9gbhl3i550-packages.json.drv building '/nix/store/ynqcw1habl75phzpadl33v9gbhl3i550-packages.json.drv'... Going to be running update for following packages: - pyinfra-2.9.2 Press Enter key to continue... Running update for: - pyinfra-2.9.2: UPDATING ... - pyinfra-2.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyinfra 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wyoming-piper, using log file: /var/log/nixpkgs-update/wyoming-piper/2024-05-04.log wyoming-piper 0 -> 1 attrpath: wyoming-piper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/msbp6cqb86dxg0xxkm59rym0kq8c0pkh-packages.json.drv building '/nix/store/msbp6cqb86dxg0xxkm59rym0kq8c0pkh-packages.json.drv'... Going to be running update for following packages: - wyoming-piper-1.5.0 Press Enter key to continue... Running update for: - wyoming-piper-1.5.0: UPDATING ... - wyoming-piper-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wyoming-piper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pipdeptree, using log file: /var/log/nixpkgs-update/python311Packages.pipdeptree/2024-05-04.log python311Packages.pipdeptree 0 -> 1 attrpath: python311Packages.pipdeptree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aczr9n4qivymbkry80fpmv4gqfnvp8ya-packages.json.drv building '/nix/store/aczr9n4qivymbkry80fpmv4gqfnvp8ya-packages.json.drv'... Going to be running update for following packages: - python3.11-pipdeptree-2.19.1 Press Enter key to continue... Running update for: - python3.11-pipdeptree-2.19.1: UPDATING ... - python3.11-pipdeptree-2.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pipdeptree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqtdarktheme, using log file: /var/log/nixpkgs-update/python311Packages.pyqtdarktheme/2024-05-04.log python311Packages.pyqtdarktheme 0 -> 1 attrpath: python311Packages.pyqtdarktheme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h5m3021nlaw6i2cl8ri30kzipk5865nn-packages.json.drv building '/nix/store/h5m3021nlaw6i2cl8ri30kzipk5865nn-packages.json.drv'... Going to be running update for following packages: - python3.11-pyqtdarktheme-2.1.0 Press Enter key to continue... Running update for: - python3.11-pyqtdarktheme-2.1.0: UPDATING ... - python3.11-pyqtdarktheme-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqtdarktheme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.thrift, using log file: /var/log/nixpkgs-update/python311Packages.thrift/2024-05-04.log python311Packages.thrift 0 -> 1 attrpath: python311Packages.thrift Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mmyzqrndp3jlmzyzxqrz9ynazzbvxg85-packages.json.drv building '/nix/store/mmyzqrndp3jlmzyzxqrz9ynazzbvxg85-packages.json.drv'... Going to be running update for following packages: - python3.11-thrift-0.20.0 Press Enter key to continue... Running update for: - python3.11-thrift-0.20.0: UPDATING ... - python3.11-thrift-0.20.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thrift 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytweening, using log file: /var/log/nixpkgs-update/python311Packages.pytweening/2024-05-04.log python311Packages.pytweening 0 -> 1 attrpath: python311Packages.pytweening Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pp6fx6488aninskdn2ml3gsjpdzlfqrw-packages.json.drv building '/nix/store/pp6fx6488aninskdn2ml3gsjpdzlfqrw-packages.json.drv'... Going to be running update for following packages: - python3.11-pytweening-1.2.0 Press Enter key to continue... Running update for: - python3.11-pytweening-1.2.0: UPDATING ... - python3.11-pytweening-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytweening 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO skipped until better versioning schema https://github.com/NixOS/nixpkgs/pull/46298#issuecomment-419536301 [result] Failed to update burp 2.4.0 -> 3.1.4 https://repology.org/project/burp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyplatec, using log file: /var/log/nixpkgs-update/python311Packages.pyplatec/2024-05-04.log python311Packages.pyplatec 0 -> 1 attrpath: python311Packages.pyplatec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zswmaajspkpiwjfkcw71793m050rii1k-packages.json.drv building '/nix/store/zswmaajspkpiwjfkcw71793m050rii1k-packages.json.drv'... Going to be running update for following packages: - python3.11-pyplatec-1.4.0 Press Enter key to continue... Running update for: - python3.11-pyplatec-1.4.0: UPDATING ... - python3.11-pyplatec-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyplatec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdunehd, using log file: /var/log/nixpkgs-update/python311Packages.pdunehd/2024-05-04.log python311Packages.pdunehd 0 -> 1 attrpath: python311Packages.pdunehd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g654liq2slfcym6ggqpgjngiydbks2qq-packages.json.drv building '/nix/store/g654liq2slfcym6ggqpgjngiydbks2qq-packages.json.drv'... Going to be running update for following packages: - python3.11-pdunehd-1.3.3 Press Enter key to continue... Running update for: - python3.11-pdunehd-1.3.3: UPDATING ... - python3.11-pdunehd-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdunehd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygatt, using log file: /var/log/nixpkgs-update/python311Packages.pygatt/2024-05-04.log python311Packages.pygatt 0 -> 1 attrpath: python311Packages.pygatt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yc2dhn56ml4yjmmp7fz1waxwk4c1c759-packages.json.drv building '/nix/store/yc2dhn56ml4yjmmp7fz1waxwk4c1c759-packages.json.drv'... Going to be running update for following packages: - python3.11-pygatt-4.0.5 Press Enter key to continue... Running update for: - python3.11-pygatt-4.0.5: UPDATING ... - python3.11-pygatt-4.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygatt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-accessanalyzer, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-accessanalyzer/2024-05-04.log python311Packages.mypy-boto3-accessanalyzer 0 -> 1 attrpath: python311Packages.mypy-boto3-accessanalyzer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dmhmd83j5rzrv6mp662gdbg36bb0bx5i-packages.json.drv building '/nix/store/dmhmd83j5rzrv6mp662gdbg36bb0bx5i-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-accessanalyzer-1.34.67 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-accessanalyzer-1.34.67: UPDATING ... - python3.11-mypy-boto3-accessanalyzer-1.34.67: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-accessanalyzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iina, using log file: /var/log/nixpkgs-update/iina/2024-05-04.log iina 0 -> 1 attrpath: iina Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kjyllylid4k195zif6pk7wqqzsq2232i-packages.json.drv building '/nix/store/kjyllylid4k195zif6pk7wqqzsq2232i-packages.json.drv'... Going to be running update for following packages: - iina-1.3.4 Press Enter key to continue... Running update for: - iina-1.3.4: UPDATING ... - iina-1.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update iina 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.curtsies, using log file: /var/log/nixpkgs-update/python311Packages.curtsies/2024-05-04.log python311Packages.curtsies 0 -> 1 attrpath: python311Packages.curtsies Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xw95152kjsqsqi0ck3kcfzv5iga45mxs-packages.json.drv building '/nix/store/xw95152kjsqsqi0ck3kcfzv5iga45mxs-packages.json.drv'... Going to be running update for following packages: - python3.11-curtsies-0.4.2 Press Enter key to continue... Running update for: - python3.11-curtsies-0.4.2: UPDATING ... - python3.11-curtsies-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.curtsies 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jujuutils, using log file: /var/log/nixpkgs-update/jujuutils/2024-05-04.log jujuutils 0.2 -> 0.4 https://github.com/cladisch/linux-firewire-utils/releases attrpath: jujuutils Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/khcwsxn2ds9ck6041wwx631gj31gm25n-jujuutils-0.4.tar.gz.drv building '/nix/store/khcwsxn2ds9ck6041wwx631gj31gm25n-jujuutils-0.4.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jujuutils/jujuutils-0.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 403 error: cannot download jujuutils-0.4.tar.gz from any mirror error: builder for '/nix/store/khcwsxn2ds9ck6041wwx631gj31gm25n-jujuutils-0.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jujuutils/jujuutils-0.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 403 > error: cannot download jujuutils-0.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/khcwsxn2ds9ck6041wwx631gj31gm25n-jujuutils-0.4.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'jujuutils.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/khcwsxn2ds9ck6041wwx631gj31gm25n-jujuutils-0.4.tar.gz.drv /nix/store/awavg9rpzw92ni4ilqyrgkdr6z8rkx47-jujuutils-0.4.drv this path will be fetched (1.23 MiB download, 6.29 MiB unpacked): /nix/store/afxc6kzfwg9434srzw8qgvcmg98fxwmr-linux-headers-6.7 copying path '/nix/store/afxc6kzfwg9434srzw8qgvcmg98fxwmr-linux-headers-6.7' from 'https://cache.nixos.org'... building '/nix/store/khcwsxn2ds9ck6041wwx631gj31gm25n-jujuutils-0.4.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jujuutils/jujuutils-0.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 403 error: cannot download jujuutils-0.4.tar.gz from any mirror error: builder for '/nix/store/khcwsxn2ds9ck6041wwx631gj31gm25n-jujuutils-0.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jujuutils/jujuutils-0.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 403 > error: cannot download jujuutils-0.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/khcwsxn2ds9ck6041wwx631gj31gm25n-jujuutils-0.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/awavg9rpzw92ni4ilqyrgkdr6z8rkx47-jujuutils-0.4.drv' failed to build [result] Failed to update jujuutils 0.2 -> 0.4 https://github.com/cladisch/linux-firewire-utils/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath svix-server, using log file: /var/log/nixpkgs-update/svix-server/2024-05-04.log svix-server 1.13.0 -> 1.20.0 https://repology.org/project/svix-server/versions attrpath: svix-server 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/sv/svix-server/package.nix b/pkgs/by-name/sv/svix-server/package.nix index 7ccdf1f6b3f2..3b2d1512ae56 100644 --- a/pkgs/by-name/sv/svix-server/package.nix +++ b/pkgs/by-name/sv/svix-server/package.nix @@ -3,13 +3,13 @@ rustPlatform.buildRustPackage rec { pname = "svix-server"; - version = "1.13.0"; + version = "1.20.0"; src = fetchFromGitHub { owner = "svix"; repo = "svix-webhooks"; rev = "v${version}"; - hash = "sha256-6758ej7bTvwZPWifl239rQMazM8uw+Y4+3EbjE8XsTg="; + hash = "sha256-3R/9ZS+JmP7mo1opPqngvBiRlNIHiavKXVodse//HQ8="; }; sourceRoot = "${src.name}/server"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A svix-server nix build failed. < name = "zerocopy-derive" < version = "0.7.31" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a" < dependencies = [ < "proc-macro2", < "quote", < "syn 2.0.48", < ] < < [[package]] 5437c5196 < version = "1.7.0" --- > version = "1.6.0" 5439c5198 < checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" --- > checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update svix-server 1.13.0 -> 1.20.0 https://repology.org/project/svix-server/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath verible, using log file: /var/log/nixpkgs-update/verible/2024-05-04.log verible 0.0.3515 -> 0.0.3624 https://repology.org/project/verible/versions attrpath: verible Checking auto update branch... No auto update branch exists Old version 0.0.3515" not present in master derivation file with contents: { lib , stdenv , buildBazelPackage , fetchFromGitHub , bazel_5 , jdk , bison , flex , python3 }: let system = stdenv.hostPlatform.system; in buildBazelPackage rec { pname = "verible"; # These environment variables are read in bazel/build-version.py to create # a build string shown in the tools --version output. # If env variables not set, it would attempt to extract it from .git/. GIT_DATE = "2024-02-01"; GIT_VERSION = "v0.0-3515-g2d841599"; # Derive nix package version from GIT_VERSION: "v1.2-345-abcde" -> "1.2.345" version = builtins.concatStringsSep "." (lib.take 3 (lib.drop 1 (builtins.splitVersion GIT_VERSION))); src = fetchFromGitHub { owner = "chipsalliance"; repo = "verible"; rev = "${GIT_VERSION}"; hash = "sha256-D/blcex/St1nLKvjzuKnmAJE8HVlGy8ampmXIxKK11M="; }; bazel = bazel_5; bazelFlags = [ "--//bazel:use_local_flex_bison" "--java_runtime_version=local_jdk" "--tool_java_runtime_version=local_jdk" ]; fetchAttrs = { sha256 = "sha256-2YruKvU7OZQ7mKNrqYITat+cmf/DEytDElYw7CvkxJk="; }; nativeBuildInputs = [ jdk # bazel uses that. bison # We use local flex and bison as WORKSPACE sources fail flex # .. to compile with newer glibc python3 ]; postPatch = '' patchShebangs\ bazel/build-version.py \ bazel/sh_test_with_runfiles_lib.sh \ common/lsp/dummy-ls_test.sh \ common/tools/patch_tool_test.sh \ common/tools/verible-transform-interactive.sh \ common/tools/verible-transform-interactive-test.sh \ kythe-browse.sh \ verilog/tools ''; removeRulesCC = false; bazelTargets = [ ":install-binaries" ]; bazelTestTargets = [ "//..." ]; bazelBuildFlags = [ "-c opt" ]; buildAttrs = { installPhase = '' mkdir -p "$out/bin" install bazel-bin/common/tools/verible-patch-tool "$out/bin" V_TOOLS_DIR=bazel-bin/verilog/tools install $V_TOOLS_DIR/diff/verible-verilog-diff "$out/bin" install $V_TOOLS_DIR/formatter/verible-verilog-format "$out/bin" install $V_TOOLS_DIR/kythe/verible-verilog-kythe-extractor "$out/bin" install $V_TOOLS_DIR/lint/verible-verilog-lint "$out/bin" install $V_TOOLS_DIR/ls/verible-verilog-ls "$out/bin" install $V_TOOLS_DIR/obfuscator/verible-verilog-obfuscate "$out/bin" install $V_TOOLS_DIR/preprocessor/verible-verilog-preprocessor "$out/bin" install $V_TOOLS_DIR/project/verible-verilog-project "$out/bin" install $V_TOOLS_DIR/syntax/verible-verilog-syntax "$out/bin" ''; }; meta = with lib; { description = "Suite of SystemVerilog developer tools. Including a style-linter, indexer, formatter, and language server."; homepage = "https://github.com/chipsalliance/verible"; license = licenses.asl20; maintainers = with maintainers; [ hzeller newam ]; # Platforms linux only currently; some LIBTOOL issue on Darwin w/ bazel platforms = platforms.linux; }; } [result] Failed to update verible 0.0.3515 -> 0.0.3624 https://repology.org/project/verible/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.gnupg, using log file: /var/log/nixpkgs-update/php81Extensions.gnupg/2024-05-04.log php81Extensions.gnupg 0 -> 1 attrpath: php81Extensions.gnupg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/1s53qg0qasmlqmbysh99b149xk0w4kni-packages.json.drv building '/nix/store/1s53qg0qasmlqmbysh99b149xk0w4kni-packages.json.drv'... Going to be running update for following packages: - php-gnupg-1.5.1 Press Enter key to continue... Running update for: - php-gnupg-1.5.1: UPDATING ... - php-gnupg-1.5.1: ERROR --- SHOWING ERROR LOG FOR php-gnupg-1.5.1 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/r3cp2736bdfv5kgl6w746w1if4rw4vs6-source.drv building '/nix/store/r3cp2736bdfv5kgl6w746w1if4rw4vs6-source.drv'... exporting https://github.com/php-gnupg/php-gnupg.git (rev gnupg-gnupg-1.5.1) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/gnupg-gnupg-1.5.1 remote: Enumerating objects: 53, done. remote: Counting objects: 100% (53/53), done. remote: Compressing objects: 100% (39/39), done. remote: Total 53 (delta 27), reused 25 (delta 13), pack-reused 0 Unpacking objects: 100% (53/53), 31.84 KiB | 2.65 MiB/s, done. From https://github.com/php-gnupg/php-gnupg * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/gnupg-gnupg-1.5.1 from https://github.com/php-gnupg/php-gnupg.git. error: builder for '/nix/store/r3cp2736bdfv5kgl6w746w1if4rw4vs6-source.drv' failed with exit code 1; last 13 log lines: > exporting https://github.com/php-gnupg/php-gnupg.git (rev gnupg-gnupg-1.5.1) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/gnupg-gnupg-1.5.1 > remote: Enumerating objects: 53, done. > remote: Counting objects: 100% (53/53), done. > remote: Compressing objects: 100% (39/39), done. > remote: Total 53 (delta 27), reused 25 (delta 13), pack-reused 0 > Unpacking objects: 100% (53/53), 31.84 KiB | 2.65 MiB/s, done. > From https://github.com/php-gnupg/php-gnupg > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/gnupg-gnupg-1.5.1 from https://github.com/php-gnupg/php-gnupg.git. For full logs, run 'nix log /nix/store/r3cp2736bdfv5kgl6w746w1if4rw4vs6-source.drv'. Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 366, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update php81Extensions.gnupg.src --- SHOWING ERROR LOG FOR php-gnupg-1.5.1 ---------------------- The update script for php-gnupg-1.5.1 failed with exit code 1 [result] Failed to update php81Extensions.gnupg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.arsenic, using log file: /var/log/nixpkgs-update/python311Packages.arsenic/2024-05-04.log python311Packages.arsenic 0 -> 1 attrpath: python311Packages.arsenic Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4s4m8l0fl48jdadgzg5jnafvj4cszz3y-packages.json.drv building '/nix/store/4s4m8l0fl48jdadgzg5jnafvj4cszz3y-packages.json.drv'... Going to be running update for following packages: - python3.11-arsenic-21.8 Press Enter key to continue... Running update for: - python3.11-arsenic-21.8: UPDATING ... - python3.11-arsenic-21.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.arsenic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ukpostcodeparser, using log file: /var/log/nixpkgs-update/python311Packages.ukpostcodeparser/2024-05-04.log python311Packages.ukpostcodeparser 0 -> 1 attrpath: python311Packages.ukpostcodeparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jixdshsnw9g8lbhcxlx4rhyphvyq71c4-packages.json.drv building '/nix/store/jixdshsnw9g8lbhcxlx4rhyphvyq71c4-packages.json.drv'... Going to be running update for following packages: - python3.11-ukpostcodeparser-1.1.2 Press Enter key to continue... Running update for: - python3.11-ukpostcodeparser-1.1.2: UPDATING ... - python3.11-ukpostcodeparser-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ukpostcodeparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiolifx-themes, using log file: /var/log/nixpkgs-update/python311Packages.aiolifx-themes/2024-05-04.log python311Packages.aiolifx-themes 0 -> 1 attrpath: python311Packages.aiolifx-themes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7j5fdgklizydk1d5axcyi04a9d8m87gp-packages.json.drv building '/nix/store/7j5fdgklizydk1d5axcyi04a9d8m87gp-packages.json.drv'... Going to be running update for following packages: - python3.11-aiolifx-themes-0.4.17 Press Enter key to continue... Running update for: - python3.11-aiolifx-themes-0.4.17: UPDATING ... - python3.11-aiolifx-themes-0.4.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiolifx-themes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.poetry-semver, using log file: /var/log/nixpkgs-update/python311Packages.poetry-semver/2024-05-04.log python311Packages.poetry-semver 0 -> 1 attrpath: python311Packages.poetry-semver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vq50pvbycdgqwsf1q1hssy0mvnan3bag-packages.json.drv building '/nix/store/vq50pvbycdgqwsf1q1hssy0mvnan3bag-packages.json.drv'... Going to be running update for following packages: - python3.11-poetry-semver-0.1.0 Press Enter key to continue... Running update for: - python3.11-poetry-semver-0.1.0: UPDATING ... - python3.11-poetry-semver-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.poetry-semver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath s2geometry, using log file: /var/log/nixpkgs-update/s2geometry/2024-05-04.log s2geometry 0.9.0 -> 0.11.1 https://repology.org/project/s2geometry/versions attrpath: s2geometry Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update s2geometry 0.9.0 -> 0.11.1 https://repology.org/project/s2geometry/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-inline-tabs, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-inline-tabs/2024-05-04.log python311Packages.sphinx-inline-tabs 0 -> 1 attrpath: python311Packages.sphinx-inline-tabs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sf3qj69lx2fijw97bb57fykdqf94lhll-packages.json.drv building '/nix/store/sf3qj69lx2fijw97bb57fykdqf94lhll-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-inline-tabs-2023.04.21 Press Enter key to continue... Running update for: - python3.11-sphinx-inline-tabs-2023.04.21: UPDATING ... - python3.11-sphinx-inline-tabs-2023.04.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-inline-tabs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath protonvpn-cli_2, using log file: /var/log/nixpkgs-update/protonvpn-cli_2/2024-05-04.log protonvpn-cli_2 0 -> 1 attrpath: protonvpn-cli_2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5xfj1czhasp9r8jf2p518j45f901fy7f-packages.json.drv building '/nix/store/5xfj1czhasp9r8jf2p518j45f901fy7f-packages.json.drv'... Going to be running update for following packages: - protonvpn-cli_2-2.2.12 Press Enter key to continue... Running update for: - protonvpn-cli_2-2.2.12: UPDATING ... - protonvpn-cli_2-2.2.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update protonvpn-cli_2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yarGen, using log file: /var/log/nixpkgs-update/yarGen/2024-05-04.log yarGen 0 -> 1 attrpath: yarGen Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m2phpjad1gg9bl9lcdjl8wwwqdrml8jb-packages.json.drv building '/nix/store/m2phpjad1gg9bl9lcdjl8wwwqdrml8jb-packages.json.drv'... Going to be running update for following packages: - yarGen-0.23.4 Press Enter key to continue... Running update for: - yarGen-0.23.4: UPDATING ... - yarGen-0.23.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update yarGen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.traceback2, using log file: /var/log/nixpkgs-update/python311Packages.traceback2/2024-05-04.log python311Packages.traceback2 0 -> 1 attrpath: python311Packages.traceback2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jmfr4lws3ywqjkaf3sy5ks9qdwgvhj4n-packages.json.drv building '/nix/store/jmfr4lws3ywqjkaf3sy5ks9qdwgvhj4n-packages.json.drv'... Going to be running update for following packages: - python3.11-traceback2-1.4.0 Press Enter key to continue... Running update for: - python3.11-traceback2-1.4.0: UPDATING ... - python3.11-traceback2-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.traceback2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sqlite-jdbc, using log file: /var/log/nixpkgs-update/sqlite-jdbc/2024-05-04.log sqlite-jdbc 3.25.2 -> 3.45.3.0 https://repology.org/project/sqlite-jdbc/versions attrpath: sqlite-jdbc Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#sqlite-jdbc.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#sqlite-jdbc.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/sqlite-jdbc' does not provide attribute 'packages.x86_64-linux.sqlite-jdbc.originalSrc', 'legacyPackages.x86_64-linux.sqlite-jdbc.originalSrc' or 'sqlite-jdbc.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#sqlite-jdbc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ [result] Failed to update sqlite-jdbc 3.25.2 -> 3.45.3.0 https://repology.org/project/sqlite-jdbc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gphotos-sync, using log file: /var/log/nixpkgs-update/gphotos-sync/2024-05-04.log gphotos-sync 0 -> 1 attrpath: gphotos-sync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fl32qsgrxfglnlpklalrpn6d1ziand3w-packages.json.drv building '/nix/store/fl32qsgrxfglnlpklalrpn6d1ziand3w-packages.json.drv'... Going to be running update for following packages: - gphotos-sync-3.2.1 Press Enter key to continue... Running update for: - gphotos-sync-3.2.1: UPDATING ... - gphotos-sync-3.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/backup/gphotos-sync/default.nix b/pkgs/tools/backup/gphotos-sync/default.nix index 461931b1b991..e1dc133517ab 100644 --- a/pkgs/tools/backup/gphotos-sync/default.nix +++ b/pkgs/tools/backup/gphotos-sync/default.nix @@ -5,14 +5,14 @@ }: python3.pkgs.buildPythonApplication rec { pname = "gphotos-sync"; - version = "3.2.1"; + version = "3.04"; format = "pyproject"; src = fetchFromGitHub { owner = "gilesknap"; repo = "gphotos-sync"; - rev = version; - hash = "sha256-iTqD/oUQqC7Fju8SEPkSZX7FC9tE4eRCewiJR8STmEw="; + rev = "refs/tags/${version}"; + hash = "sha256-OucYS4ptv/InSqWkJeF7O5AfqF+iXy6dWcEOSCu21FY="; }; patches = [ An auto update branch exists with message `gphotos-sync: 3.1.2 -> 3.04`. New version is 3.04. An auto update branch exists with an equal or greater version [result] Failed to update gphotos-sync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rangehttpserver, using log file: /var/log/nixpkgs-update/python311Packages.rangehttpserver/2024-05-04.log python311Packages.rangehttpserver 0 -> 1 attrpath: python311Packages.rangehttpserver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1zm68j9zbj9s0bic2mlvcmlhb9js60jg-packages.json.drv building '/nix/store/1zm68j9zbj9s0bic2mlvcmlhb9js60jg-packages.json.drv'... Going to be running update for following packages: - python3.11-rangehttpserver-1.3.3 Press Enter key to continue... Running update for: - python3.11-rangehttpserver-1.3.3: UPDATING ... - python3.11-rangehttpserver-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rangehttpserver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath timetagger_cli, using log file: /var/log/nixpkgs-update/timetagger_cli/2024-05-04.log timetagger_cli 0 -> 1 attrpath: timetagger_cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zvndhwwh3gbzkw7qh36xsc0zif85n69x-packages.json.drv building '/nix/store/zvndhwwh3gbzkw7qh36xsc0zif85n69x-packages.json.drv'... Going to be running update for following packages: - timetagger_cli-23.8.3 Press Enter key to continue... Running update for: - timetagger_cli-23.8.3: UPDATING ... - timetagger_cli-23.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update timetagger_cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.installer, using log file: /var/log/nixpkgs-update/python311Packages.installer/2024-05-04.log python311Packages.installer 0 -> 1 attrpath: python311Packages.installer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/900mi5jicilfhhs0pd18h1y5vh4yhci4-packages.json.drv building '/nix/store/900mi5jicilfhhs0pd18h1y5vh4yhci4-packages.json.drv'... Going to be running update for following packages: - python3.11-installer-0.7.0 Press Enter key to continue... Running update for: - python3.11-installer-0.7.0: UPDATING ... - python3.11-installer-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.installer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdftotext, using log file: /var/log/nixpkgs-update/python311Packages.pdftotext/2024-05-04.log python311Packages.pdftotext 0 -> 1 attrpath: python311Packages.pdftotext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n88ssf4w781bhcdmx7ck939hr9z67gwf-packages.json.drv building '/nix/store/n88ssf4w781bhcdmx7ck939hr9z67gwf-packages.json.drv'... Going to be running update for following packages: - python3.11-pdftotext-2.2.2 Press Enter key to continue... Running update for: - python3.11-pdftotext-2.2.2: UPDATING ... - python3.11-pdftotext-2.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdftotext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xstatic-font-awesome, using log file: /var/log/nixpkgs-update/python311Packages.xstatic-font-awesome/2024-05-04.log python311Packages.xstatic-font-awesome 0 -> 1 attrpath: python311Packages.xstatic-font-awesome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x9jans4nl3hbj7w372r1sf2m76a8s8z3-packages.json.drv building '/nix/store/x9jans4nl3hbj7w372r1sf2m76a8s8z3-packages.json.drv'... Going to be running update for following packages: - python3.11-xstatic-font-awesome-6.2.1.1 Press Enter key to continue... Running update for: - python3.11-xstatic-font-awesome-6.2.1.1: UPDATING ... - python3.11-xstatic-font-awesome-6.2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xstatic-font-awesome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nwg-wrapper, using log file: /var/log/nixpkgs-update/nwg-wrapper/2024-05-04.log nwg-wrapper 0 -> 1 attrpath: nwg-wrapper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/57nyxiclyyzphhrv0sl8n81x6f2zf6nq-packages.json.drv building '/nix/store/57nyxiclyyzphhrv0sl8n81x6f2zf6nq-packages.json.drv'... Going to be running update for following packages: - python3.11-nwg-wrapper-0.1.3 Press Enter key to continue... Running update for: - python3.11-nwg-wrapper-0.1.3: UPDATING ... - python3.11-nwg-wrapper-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nwg-wrapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.he, using log file: /var/log/nixpkgs-update/aspellDicts.he/2024-05-04.log aspellDicts.he 0 -> 1 attrpath: aspellDicts.he Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/vd35zc7b4nb9pvsz3pbqk0d8jn3zj3sy-update-aspellDict-he.drv /nix/store/vphigvk6jr8lh685vikcfmib9bgypx26-packages.json.drv building '/nix/store/vd35zc7b4nb9pvsz3pbqk0d8jn3zj3sy-update-aspellDict-he.drv'... building '/nix/store/vphigvk6jr8lh685vikcfmib9bgypx26-packages.json.drv'... Going to be running update for following packages: - aspell-dict-he-1.0-0 Press Enter key to continue... Running update for: - aspell-dict-he-1.0-0: UPDATING ... - aspell-dict-he-1.0-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.he 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.expecttest, using log file: /var/log/nixpkgs-update/python311Packages.expecttest/2024-05-04.log python311Packages.expecttest 0 -> 1 attrpath: python311Packages.expecttest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z6kmfbs1r8rsdn13i9j25wlrc9hr5nav-packages.json.drv building '/nix/store/z6kmfbs1r8rsdn13i9j25wlrc9hr5nav-packages.json.drv'... Going to be running update for following packages: - python3.11-expecttest-0.1.4 Press Enter key to continue... Running update for: - python3.11-expecttest-0.1.4: UPDATING ... - python3.11-expecttest-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.expecttest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pvo, using log file: /var/log/nixpkgs-update/python311Packages.pvo/2024-05-04.log python311Packages.pvo 0 -> 1 attrpath: python311Packages.pvo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7dy9cz6drv4fl3i62byapdcamys4q7m8-packages.json.drv building '/nix/store/7dy9cz6drv4fl3i62byapdcamys4q7m8-packages.json.drv'... Going to be running update for following packages: - python3.11-pvo-2.1.1 Press Enter key to continue... Running update for: - python3.11-pvo-2.1.1: UPDATING ... - python3.11-pvo-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pvo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonpath-rw, using log file: /var/log/nixpkgs-update/python311Packages.jsonpath-rw/2024-05-04.log python311Packages.jsonpath-rw 0 -> 1 attrpath: python311Packages.jsonpath-rw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l67c74pp4f6nw65yagbwr65pfy5i2z34-packages.json.drv building '/nix/store/l67c74pp4f6nw65yagbwr65pfy5i2z34-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonpath-rw-1.4.0 Press Enter key to continue... Running update for: - python3.11-jsonpath-rw-1.4.0: UPDATING ... - python3.11-jsonpath-rw-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonpath-rw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.graphqlclient, using log file: /var/log/nixpkgs-update/python311Packages.graphqlclient/2024-05-04.log python311Packages.graphqlclient 0 -> 1 attrpath: python311Packages.graphqlclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dhrv8imcm5kfnkxwha22y4npdbi20vpc-packages.json.drv building '/nix/store/dhrv8imcm5kfnkxwha22y4npdbi20vpc-packages.json.drv'... Going to be running update for following packages: - python3.11-graphqlclient-0.2.4 Press Enter key to continue... Running update for: - python3.11-graphqlclient-0.2.4: UPDATING ... - python3.11-graphqlclient-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.graphqlclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-musicpd, using log file: /var/log/nixpkgs-update/python311Packages.python-musicpd/2024-05-04.log python311Packages.python-musicpd 0 -> 1 attrpath: python311Packages.python-musicpd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h370mz8da3b07wcr01vinl8xbpdjr6j6-packages.json.drv building '/nix/store/h370mz8da3b07wcr01vinl8xbpdjr6j6-packages.json.drv'... Going to be running update for following packages: - python3.11-python-musicpd-0.9.0 Press Enter key to continue... Running update for: - python3.11-python-musicpd-0.9.0: UPDATING ... - python3.11-python-musicpd-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-musicpd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ponywhoosh, using log file: /var/log/nixpkgs-update/python311Packages.ponywhoosh/2024-05-04.log python311Packages.ponywhoosh 0 -> 1 attrpath: python311Packages.ponywhoosh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6jiq74ihyv2gl7p42w4bg4an3r8mra94-packages.json.drv building '/nix/store/6jiq74ihyv2gl7p42w4bg4an3r8mra94-packages.json.drv'... Going to be running update for following packages: - python3.11-ponywhoosh-1.7.8 Press Enter key to continue... Running update for: - python3.11-ponywhoosh-1.7.8: UPDATING ... - python3.11-ponywhoosh-1.7.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ponywhoosh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gpib-ctypes, using log file: /var/log/nixpkgs-update/python311Packages.gpib-ctypes/2024-05-04.log python311Packages.gpib-ctypes 0 -> 1 attrpath: python311Packages.gpib-ctypes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mdzgrrnvvj3f8ghwbsr6rp0knyqifyxj-packages.json.drv building '/nix/store/mdzgrrnvvj3f8ghwbsr6rp0knyqifyxj-packages.json.drv'... Going to be running update for following packages: - python3.11-gpib-ctypes-0.3.0 Press Enter key to continue... Running update for: - python3.11-gpib-ctypes-0.3.0: UPDATING ... - python3.11-gpib-ctypes-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gpib-ctypes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shap, using log file: /var/log/nixpkgs-update/python311Packages.shap/2024-05-04.log python311Packages.shap 0 -> 1 attrpath: python311Packages.shap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lzdrx08i8gamblvnyx58qd7g86j35jkd-packages.json.drv building '/nix/store/lzdrx08i8gamblvnyx58qd7g86j35jkd-packages.json.drv'... Going to be running update for following packages: - python3.11-shap-0.45.0 Press Enter key to continue... Running update for: - python3.11-shap-0.45.0: UPDATING ... - python3.11-shap-0.45.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wike, using log file: /var/log/nixpkgs-update/wike/2024-05-04.log wike 0 -> 1 attrpath: wike Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0m8ig5av7h8navajcw52rjh0054dhcmd-packages.json.drv building '/nix/store/0m8ig5av7h8navajcw52rjh0054dhcmd-packages.json.drv'... Going to be running update for following packages: - wike-3.0.0 Press Enter key to continue... Running update for: - wike-3.0.0: UPDATING ... - wike-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wike 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.viewstate, using log file: /var/log/nixpkgs-update/python311Packages.viewstate/2024-05-04.log python311Packages.viewstate 0 -> 1 attrpath: python311Packages.viewstate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8c4m2ks2npc8v6rrj5fm4sbhg22ylc54-packages.json.drv building '/nix/store/8c4m2ks2npc8v6rrj5fm4sbhg22ylc54-packages.json.drv'... Going to be running update for following packages: - python3.11-viewstate-0.4.3 Press Enter key to continue... Running update for: - python3.11-viewstate-0.4.3: UPDATING ... - python3.11-viewstate-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.viewstate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-generativeai, using log file: /var/log/nixpkgs-update/python311Packages.google-generativeai/2024-05-04.log python311Packages.google-generativeai 0 -> 1 attrpath: python311Packages.google-generativeai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yrf3h5dmixqpkczpscd4gpxv8p65ny5x-packages.json.drv building '/nix/store/yrf3h5dmixqpkczpscd4gpxv8p65ny5x-packages.json.drv'... Going to be running update for following packages: - python3.11-google-generativeai-0.5.2 Press Enter key to continue... Running update for: - python3.11-google-generativeai-0.5.2: UPDATING ... - python3.11-google-generativeai-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-generativeai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycron, using log file: /var/log/nixpkgs-update/python311Packages.pycron/2024-05-04.log python311Packages.pycron 0 -> 1 attrpath: python311Packages.pycron Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/55zslf2phx71ykc901g7c7m34c6r8v6g-packages.json.drv building '/nix/store/55zslf2phx71ykc901g7c7m34c6r8v6g-packages.json.drv'... Going to be running update for following packages: - python3.11-pycron-3.0.0 Press Enter key to continue... Running update for: - python3.11-pycron-3.0.0: UPDATING ... - python3.11-pycron-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycron 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynac, using log file: /var/log/nixpkgs-update/python311Packages.pynac/2024-05-04.log python311Packages.pynac 0 -> 1 attrpath: python311Packages.pynac Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/glif1ja0sg6bihbf0jadbab4b3pcdncg-packages.json.drv building '/nix/store/glif1ja0sg6bihbf0jadbab4b3pcdncg-packages.json.drv'... Going to be running update for following packages: - python3.11-pynac-0.2 Press Enter key to continue... Running update for: - python3.11-pynac-0.2: UPDATING ... - python3.11-pynac-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynac 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hubstaff, using log file: /var/log/nixpkgs-update/hubstaff/2024-05-04.log hubstaff 0 -> 1 attrpath: hubstaff Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/09zb60m0g1hp8671v1zfr0m6wszrn6vr-hubstaff-updater.drv /nix/store/y4275xf7g4l407snygdhfc6i9bvcm6a6-packages.json.drv building '/nix/store/09zb60m0g1hp8671v1zfr0m6wszrn6vr-hubstaff-updater.drv'... building '/nix/store/y4275xf7g4l407snygdhfc6i9bvcm6a6-packages.json.drv'... Going to be running update for following packages: - hubstaff-1.6.13-269829b4 Press Enter key to continue... Running update for: - hubstaff-1.6.13-269829b4: UPDATING ... - hubstaff-1.6.13-269829b4: ERROR --- SHOWING ERROR LOG FOR hubstaff-1.6.13-269829b4 ---------------------- --- SHOWING ERROR LOG FOR hubstaff-1.6.13-269829b4 ---------------------- The update script for hubstaff-1.6.13-269829b4 failed with exit code 22 [result] Failed to update hubstaff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.guidance, using log file: /var/log/nixpkgs-update/python311Packages.guidance/2024-05-04.log python311Packages.guidance 0 -> 1 attrpath: python311Packages.guidance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j3c1ywlp82jd36mw1lw7rh1rn2n1lijg-packages.json.drv building '/nix/store/j3c1ywlp82jd36mw1lw7rh1rn2n1lijg-packages.json.drv'... Going to be running update for following packages: - python3.11-guidance-0.1.11 Press Enter key to continue... Running update for: - python3.11-guidance-0.1.11: UPDATING ... - python3.11-guidance-0.1.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.guidance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath formula, using log file: /var/log/nixpkgs-update/formula/2024-05-04.log formula 0 -> 1 attrpath: formula Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p2wp3vv3jwmrmxffyp6hvp9189p8zdlm-packages.json.drv building '/nix/store/p2wp3vv3jwmrmxffyp6hvp9189p8zdlm-packages.json.drv'... Going to be running update for following packages: - formula-dotnet-2.0 Press Enter key to continue... Running update for: - formula-dotnet-2.0: UPDATING ... - formula-dotnet-2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/logic/formula/default.nix b/pkgs/applications/science/logic/formula/default.nix index 20267e6071c5..2fda64dc5854 100644 --- a/pkgs/applications/science/logic/formula/default.nix +++ b/pkgs/applications/science/logic/formula/default.nix @@ -2,13 +2,13 @@ buildDotnetModule rec { pname = "formula-dotnet"; - version = "2.0"; + version = "0-unstable-2022-10-17"; src = fetchFromGitHub { owner = "VUISIS"; repo = "formula-dotnet"; - rev = "8ee2e6abfd4ce038e1d9cb9c8602dec1ed6c0163"; - sha256 = "sha256-2ulv//YV3OqrfFltgUCeDe4rOPC0qqJ+80/D2lIoih8="; + rev = "8d3b6e635ed94feb639aa843b1f0a33f86131f0f"; + sha256 = "sha256-0oczQrDDaw2r3fsALBTHn1hCp1FPET1pjbgrNl14+mc="; }; nugetDeps = ./nuget.nix; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A formula nix build failed. /build/source/Src/CommandLine/CommandInterface.cs(2562,33): error CS0246: The type or namespace name 'ProgramName' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2562,63): error CS0246: The type or namespace name 'Flag' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2597,33): error CS0246: The type or namespace name 'Term' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2597,41): error CS0246: The type or namespace name 'ProgramName' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2597,56): error CS0246: The type or namespace name 'Node' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2645,50): error CS0246: The type or namespace name 'Term' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2645,29): error CS0246: The type or namespace name 'Term' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2717,48): error CS0246: The type or namespace name 'AST<>' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2717,52): error CS0246: The type or namespace name 'Node' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2717,66): error CS0305: Using the generic type 'Span' requires 1 type arguments [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2717,24): error CS0246: The type or namespace name 'AST<>' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2717,28): error CS0246: The type or namespace name 'ModRef' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2734,43): error CS0246: The type or namespace name 'AST<>' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2734,47): error CS0246: The type or namespace name 'Node' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2734,59): error CS0246: The type or namespace name 'AST<>' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(2734,63): error CS0246: The type or namespace name 'Node' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(74,42): error CS0246: The type or namespace name 'AST<>' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(74,46): error CS0246: The type or namespace name 'Node' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(80,28): error CS0246: The type or namespace name 'ProgramName' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(155,17): error CS0246: The type or namespace name 'Env' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(162,17): error CS0246: The type or namespace name 'API' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/TaskManager.cs(219,20): error CS0246: The type or namespace name 'ExecuterStatistics' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/TaskManager.cs(292,63): error CS0246: The type or namespace name 'ExecuterStatistics' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandInterface.cs(201,70): error CS0246: The type or namespace name 'EnvParams' could not be found (are you missing a using directive or an assembly reference?) [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandLineProgram.cs(109,43): error CS0535: 'CommandLineProgram.ConsoleSink' does not implement interface member 'IMessageSink.WriteMessage(string, SeverityKind)' [/build/source/Src/CommandLine/CommandLine.csproj] /build/source/Src/CommandLine/CommandLineProgram.cs(109,43): error CS0535: 'CommandLineProgram.ConsoleSink' does not implement interface member 'IMessageSink.WriteMessageLine(string, SeverityKind)' [/build/source/Src/CommandLine/CommandLine.csproj] 0 Warning(s) 67 Error(s) Time Elapsed 00:00:01.30 [result] Failed to update formula 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyscreeze, using log file: /var/log/nixpkgs-update/python311Packages.pyscreeze/2024-05-04.log python311Packages.pyscreeze 0 -> 1 attrpath: python311Packages.pyscreeze Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6l5gf26fnyzpnx4fa31nh9qghgxdrjnn-packages.json.drv building '/nix/store/6l5gf26fnyzpnx4fa31nh9qghgxdrjnn-packages.json.drv'... Going to be running update for following packages: - python3.11-pyscreeze-0.1.26 Press Enter key to continue... Running update for: - python3.11-pyscreeze-0.1.26: UPDATING ... - python3.11-pyscreeze-0.1.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyscreeze 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath firebird_3, using log file: /var/log/nixpkgs-update/firebird_3/2024-05-04.log firebird_3 3.0.10 -> 5.0.0 https://github.com/FirebirdSQL/firebird/releases attrpath: firebird_3 Checking auto update branch... No auto update branch exists Version in attr path firebird_3 not compatible with 5.0.0 [result] Failed to update firebird_3 3.0.10 -> 5.0.0 https://github.com/FirebirdSQL/firebird/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swaggerhole, using log file: /var/log/nixpkgs-update/swaggerhole/2024-05-04.log swaggerhole 0 -> 1 attrpath: swaggerhole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dcflyn62dcr1idx63ca3askbjnbhz0b6-packages.json.drv building '/nix/store/dcflyn62dcr1idx63ca3askbjnbhz0b6-packages.json.drv'... Going to be running update for following packages: - swaggerhole-1.1 Press Enter key to continue... Running update for: - swaggerhole-1.1: UPDATING ... - swaggerhole-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update swaggerhole 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ytcc, using log file: /var/log/nixpkgs-update/ytcc/2024-05-04.log ytcc 0 -> 1 attrpath: ytcc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1kaz07aavsdavql8q9ih021ijhv42wsp-packages.json.drv building '/nix/store/1kaz07aavsdavql8q9ih021ijhv42wsp-packages.json.drv'... Going to be running update for following packages: - ytcc-2.6.1 Press Enter key to continue... Running update for: - ytcc-2.6.1: UPDATING ... - ytcc-2.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ytcc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mmcif-pdbx, using log file: /var/log/nixpkgs-update/python311Packages.mmcif-pdbx/2024-05-04.log python311Packages.mmcif-pdbx 0 -> 1 attrpath: python311Packages.mmcif-pdbx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xnca97cnz0yfkvhwwps5wjc3h04vgasl-packages.json.drv building '/nix/store/xnca97cnz0yfkvhwwps5wjc3h04vgasl-packages.json.drv'... Going to be running update for following packages: - python3.11-mmcif-pdbx-2.0.1 Press Enter key to continue... Running update for: - python3.11-mmcif-pdbx-2.0.1: UPDATING ... - python3.11-mmcif-pdbx-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mmcif-pdbx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stups-cli-support, using log file: /var/log/nixpkgs-update/python311Packages.stups-cli-support/2024-05-04.log python311Packages.stups-cli-support 0 -> 1 attrpath: python311Packages.stups-cli-support Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g5hp4bx035nn1f8ddmljjpikzpydmcj8-packages.json.drv building '/nix/store/g5hp4bx035nn1f8ddmljjpikzpydmcj8-packages.json.drv'... Going to be running update for following packages: - python3.11-stups-cli-support-1.1.20 Press Enter key to continue... Running update for: - python3.11-stups-cli-support-1.1.20: UPDATING ... - python3.11-stups-cli-support-1.1.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stups-cli-support 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.importmagic, using log file: /var/log/nixpkgs-update/python311Packages.importmagic/2024-05-04.log python311Packages.importmagic 0 -> 1 attrpath: python311Packages.importmagic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q80db41mb808xa34r312ax94pyz4c3mp-packages.json.drv building '/nix/store/q80db41mb808xa34r312ax94pyz4c3mp-packages.json.drv'... Going to be running update for following packages: - python3.11-importmagic-0.1.7 Press Enter key to continue... Running update for: - python3.11-importmagic-0.1.7: UPDATING ... - python3.11-importmagic-0.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.importmagic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.lxqt-policykit, using log file: /var/log/nixpkgs-update/lxqt.lxqt-policykit/2024-05-04.log lxqt.lxqt-policykit 0 -> 1 attrpath: lxqt.lxqt-policykit Packages for lxqt are currently skipped. [result] Failed to update lxqt.lxqt-policykit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coreapi, using log file: /var/log/nixpkgs-update/python311Packages.coreapi/2024-05-04.log python311Packages.coreapi 0 -> 1 attrpath: python311Packages.coreapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mxigjydcskns3vsdgs5l0i7p57538lm9-packages.json.drv building '/nix/store/mxigjydcskns3vsdgs5l0i7p57538lm9-packages.json.drv'... Going to be running update for following packages: - python3.11-coreapi-2.3.3 Press Enter key to continue... Running update for: - python3.11-coreapi-2.3.3: UPDATING ... - python3.11-coreapi-2.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.coreapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.distutils-extra, using log file: /var/log/nixpkgs-update/python311Packages.distutils-extra/2024-05-04.log python311Packages.distutils-extra 0 -> 1 attrpath: python311Packages.distutils-extra Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sm44kqwj9db63pk2ya2l9107pn9nqlm7-packages.json.drv building '/nix/store/sm44kqwj9db63pk2ya2l9107pn9nqlm7-packages.json.drv'... Going to be running update for following packages: - python3.11-distutils-extra-2.50 Press Enter key to continue... Running update for: - python3.11-distutils-extra-2.50: UPDATING ... - python3.11-distutils-extra-2.50: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.distutils-extra 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bumps, using log file: /var/log/nixpkgs-update/python311Packages.bumps/2024-05-04.log python311Packages.bumps 0 -> 1 attrpath: python311Packages.bumps Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/47qsv67mlhkjkjm06cm8hzbcajyfh9d2-packages.json.drv building '/nix/store/47qsv67mlhkjkjm06cm8hzbcajyfh9d2-packages.json.drv'... Going to be running update for following packages: - python3.11-bumps-0.9.2 Press Enter key to continue... Running update for: - python3.11-bumps-0.9.2: UPDATING ... - python3.11-bumps-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bumps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mastodon, using log file: /var/log/nixpkgs-update/mastodon/2024-05-04.log mastodon 0 -> 1 attrpath: mastodon Checking auto update branch... Derivation contains bundlerEnv [result] Failed to update mastodon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath procodile, using log file: /var/log/nixpkgs-update/procodile/2024-05-04.log procodile 0 -> 1 attrpath: procodile Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update procodile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.infinity, using log file: /var/log/nixpkgs-update/python311Packages.infinity/2024-05-04.log python311Packages.infinity 0 -> 1 attrpath: python311Packages.infinity Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r0flfc46sva0gs3ml76q0w22dv5q1bxi-packages.json.drv building '/nix/store/r0flfc46sva0gs3ml76q0w22dv5q1bxi-packages.json.drv'... Going to be running update for following packages: - python3.11-infinity-1.5 Press Enter key to continue... Running update for: - python3.11-infinity-1.5: UPDATING ... - python3.11-infinity-1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.infinity 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypdf, using log file: /var/log/nixpkgs-update/python311Packages.pypdf/2024-05-04.log python311Packages.pypdf 0 -> 1 attrpath: python311Packages.pypdf Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/icy2mlsbfvxfaydhczczi17l3ym98n09-packages.json.drv building '/nix/store/icy2mlsbfvxfaydhczczi17l3ym98n09-packages.json.drv'... Going to be running update for following packages: - python3.11-pypdf-4.1.0 Press Enter key to continue... Running update for: - python3.11-pypdf-4.1.0: UPDATING ... - python3.11-pypdf-4.1.0: ERROR --- SHOWING ERROR LOG FOR python3.11-pypdf-4.1.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/6mg744rkrbgm64mn9g0ci3v0bldlibga-update-python-libraries", line 600, in main() File "/nix/store/6mg744rkrbgm64mn9g0ci3v0bldlibga-update-python-libraries", line 579, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/6mg744rkrbgm64mn9g0ci3v0bldlibga-update-python-libraries", line 579, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/6mg744rkrbgm64mn9g0ci3v0bldlibga-update-python-libraries", line 523, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/6mg744rkrbgm64mn9g0ci3v0bldlibga-update-python-libraries", line 434, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/6mg744rkrbgm64mn9g0ci3v0bldlibga-update-python-libraries", line 298, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/subprocess.py", line 1955, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-pypdf-4.1.0 ---------------------- The update script for python3.11-pypdf-4.1.0 failed with exit code 1 [result] Failed to update python311Packages.pypdf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stdlibs, using log file: /var/log/nixpkgs-update/python311Packages.stdlibs/2024-05-04.log python311Packages.stdlibs 0 -> 1 attrpath: python311Packages.stdlibs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8yzm97lg8z91r7r9aci94csfkrd7z0ix-packages.json.drv building '/nix/store/8yzm97lg8z91r7r9aci94csfkrd7z0ix-packages.json.drv'... Going to be running update for following packages: - python3.11-stdlibs-2024.1.28 Press Enter key to continue... Running update for: - python3.11-stdlibs-2024.1.28: UPDATING ... - python3.11-stdlibs-2024.1.28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stdlibs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.localstack-client, using log file: /var/log/nixpkgs-update/python311Packages.localstack-client/2024-05-04.log python311Packages.localstack-client 0 -> 1 attrpath: python311Packages.localstack-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/csbagyni16b3a9xy14x9gsjd2qxc6f11-packages.json.drv building '/nix/store/csbagyni16b3a9xy14x9gsjd2qxc6f11-packages.json.drv'... Going to be running update for following packages: - python3.11-localstack-client-1.39 Press Enter key to continue... Running update for: - python3.11-localstack-client-1.39: UPDATING ... - python3.11-localstack-client-1.39: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.localstack-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rustls-ffi, using log file: /var/log/nixpkgs-update/rustls-ffi/2024-05-04.log rustls-ffi 0.10.0 -> 0.13.0 https://repology.org/project/rustls-ffi/versions attrpath: rustls-ffi Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - rustls-ffi: 0.10.0 -> 0.13.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/305391" [result] Failed to update rustls-ffi 0.10.0 -> 0.13.0 https://repology.org/project/rustls-ffi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.minidb, using log file: /var/log/nixpkgs-update/python311Packages.minidb/2024-05-04.log python311Packages.minidb 0 -> 1 attrpath: python311Packages.minidb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/48mavv6ksyqdn1rfxbpzy3vpjbyfvf3a-packages.json.drv building '/nix/store/48mavv6ksyqdn1rfxbpzy3vpjbyfvf3a-packages.json.drv'... Going to be running update for following packages: - python3.11-minidb-2.0.7 Press Enter key to continue... Running update for: - python3.11-minidb-2.0.7: UPDATING ... - python3.11-minidb-2.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.minidb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scss-lint, using log file: /var/log/nixpkgs-update/scss-lint/2024-05-04.log scss-lint 0 -> 1 attrpath: scss-lint Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update scss-lint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unrpa, using log file: /var/log/nixpkgs-update/python311Packages.unrpa/2024-05-04.log python311Packages.unrpa 0 -> 1 attrpath: python311Packages.unrpa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4fv222l2vwlgvj2ndxr2l8c5fhaw8yp4-packages.json.drv building '/nix/store/4fv222l2vwlgvj2ndxr2l8c5fhaw8yp4-packages.json.drv'... Going to be running update for following packages: - python3.11-unrpa-2.3.0 Press Enter key to continue... Running update for: - python3.11-unrpa-2.3.0: UPDATING ... - python3.11-unrpa-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unrpa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blis, using log file: /var/log/nixpkgs-update/python311Packages.blis/2024-05-04.log python311Packages.blis 0 -> 1 attrpath: python311Packages.blis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2iwbkv210f053j03vmybjmlpykqfsjab-packages.json.drv building '/nix/store/2iwbkv210f053j03vmybjmlpykqfsjab-packages.json.drv'... Going to be running update for following packages: - python3.11-blis-0.7.11 Press Enter key to continue... Running update for: - python3.11-blis-0.7.11: UPDATING ... - python3.11-blis-0.7.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scikits-odes, using log file: /var/log/nixpkgs-update/python311Packages.scikits-odes/2024-05-04.log python311Packages.scikits-odes 0 -> 1 attrpath: python311Packages.scikits-odes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gzcl113ql2s7r21qy1hmhy3c5zcsmjvp-packages.json.drv building '/nix/store/gzcl113ql2s7r21qy1hmhy3c5zcsmjvp-packages.json.drv'... Going to be running update for following packages: - python3.11-scikits.odes-2.7.0 Press Enter key to continue... Running update for: - python3.11-scikits.odes-2.7.0: UPDATING ... - python3.11-scikits.odes-2.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikits-odes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skytemple-icons, using log file: /var/log/nixpkgs-update/python311Packages.skytemple-icons/2024-05-04.log python311Packages.skytemple-icons 0 -> 1 attrpath: python311Packages.skytemple-icons Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q6cvas41izh9s925771pa2ikyg1yrh7s-packages.json.drv building '/nix/store/q6cvas41izh9s925771pa2ikyg1yrh7s-packages.json.drv'... Going to be running update for following packages: - python3.11-skytemple-icons-1.3.2 Press Enter key to continue... Running update for: - python3.11-skytemple-icons-1.3.2: UPDATING ... - python3.11-skytemple-icons-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skytemple-icons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath waagent, using log file: /var/log/nixpkgs-update/waagent/2024-05-04.log waagent 0 -> 1 attrpath: waagent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g3j6xpazwfkm70bslzixzl776f5n6az7-packages.json.drv building '/nix/store/g3j6xpazwfkm70bslzixzl776f5n6az7-packages.json.drv'... Going to be running update for following packages: - waagent-2.10.0.8 Press Enter key to continue... Running update for: - waagent-2.10.0.8: UPDATING ... - waagent-2.10.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update waagent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.docker-py, using log file: /var/log/nixpkgs-update/python311Packages.docker-py/2024-05-04.log python311Packages.docker-py 0 -> 1 attrpath: python311Packages.docker-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c62zs52lq80vjz7bssnhsh6x4d1plzl5-packages.json.drv building '/nix/store/c62zs52lq80vjz7bssnhsh6x4d1plzl5-packages.json.drv'... Going to be running update for following packages: - python3.11-docker-py-1.10.6 Press Enter key to continue... Running update for: - python3.11-docker-py-1.10.6: UPDATING ... - python3.11-docker-py-1.10.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.docker-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pmdsky-debug-py, using log file: /var/log/nixpkgs-update/python311Packages.pmdsky-debug-py/2024-05-04.log python311Packages.pmdsky-debug-py 0 -> 1 attrpath: python311Packages.pmdsky-debug-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/31mx34gmwdzm2pqkzyi5mfv471vf2y2g-packages.json.drv building '/nix/store/31mx34gmwdzm2pqkzyi5mfv471vf2y2g-packages.json.drv'... Going to be running update for following packages: - python3.11-pmdsky-debug-py-8.0.4 Press Enter key to continue... Running update for: - python3.11-pmdsky-debug-py-8.0.4: UPDATING ... - python3.11-pmdsky-debug-py-8.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pmdsky-debug-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynvim-pp, using log file: /var/log/nixpkgs-update/python311Packages.pynvim-pp/2024-05-04.log python311Packages.pynvim-pp 0 -> 1 attrpath: python311Packages.pynvim-pp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/czmnfnsdffi4xxzwsax42wmbjdjk1wqp-packages.json.drv building '/nix/store/czmnfnsdffi4xxzwsax42wmbjdjk1wqp-packages.json.drv'... Going to be running update for following packages: - python3.11-pynvim-pp-unstable-2024-03-11 Press Enter key to continue... Running update for: - python3.11-pynvim-pp-unstable-2024-03-11: UPDATING ... - python3.11-pynvim-pp-unstable-2024-03-11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynvim-pp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.notifications-android-tv, using log file: /var/log/nixpkgs-update/python311Packages.notifications-android-tv/2024-05-04.log python311Packages.notifications-android-tv 0 -> 1 attrpath: python311Packages.notifications-android-tv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/axvn04kph5frp4bjvaq3rbmh6gz605xn-packages.json.drv building '/nix/store/axvn04kph5frp4bjvaq3rbmh6gz605xn-packages.json.drv'... Going to be running update for following packages: - python3.11-notifications-android-tv-1.0.0 Press Enter key to continue... Running update for: - python3.11-notifications-android-tv-1.0.0: UPDATING ... - python3.11-notifications-android-tv-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.notifications-android-tv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cattrs, using log file: /var/log/nixpkgs-update/python311Packages.cattrs/2024-05-04.log python311Packages.cattrs 0 -> 1 attrpath: python311Packages.cattrs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2gjxvci1s2kwvqff19fji29bsds1vwl6-packages.json.drv building '/nix/store/2gjxvci1s2kwvqff19fji29bsds1vwl6-packages.json.drv'... Going to be running update for following packages: - python3.11-cattrs-23.2.3 Press Enter key to continue... Running update for: - python3.11-cattrs-23.2.3: UPDATING ... - python3.11-cattrs-23.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cattrs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.memcached, using log file: /var/log/nixpkgs-update/php81Extensions.memcached/2024-05-04.log php81Extensions.memcached 0 -> 1 attrpath: php81Extensions.memcached Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s7iqwhbz7wvnh7hand9hjn0z2w4i9bg8-packages.json.drv building '/nix/store/s7iqwhbz7wvnh7hand9hjn0z2w4i9bg8-packages.json.drv'... Going to be running update for following packages: - php-memcached-3.2.0 Press Enter key to continue... Running update for: - php-memcached-3.2.0: UPDATING ... - php-memcached-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.memcached 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.myhdl, using log file: /var/log/nixpkgs-update/python311Packages.myhdl/2024-05-04.log python311Packages.myhdl 0 -> 1 attrpath: python311Packages.myhdl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5anhlk2xcs4mi6vqqd69c1krfimmgldw-packages.json.drv building '/nix/store/5anhlk2xcs4mi6vqqd69c1krfimmgldw-packages.json.drv'... Going to be running update for following packages: - python3.11-myhdl-unstable-2022-04-26 Press Enter key to continue... Running update for: - python3.11-myhdl-unstable-2022-04-26: UPDATING ... - python3.11-myhdl-unstable-2022-04-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.myhdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tmuxp, using log file: /var/log/nixpkgs-update/tmuxp/2024-05-04.log tmuxp 0 -> 1 attrpath: tmuxp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i1r463rfws5nvjzk2rrskfyxwf5fv32r-packages.json.drv building '/nix/store/i1r463rfws5nvjzk2rrskfyxwf5fv32r-packages.json.drv'... Going to be running update for following packages: - tmuxp-1.46.0 Press Enter key to continue... Running update for: - tmuxp-1.46.0: UPDATING ... - tmuxp-1.46.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix index f0352cdda360..6964cb5ace4e 100644 --- a/pkgs/tools/misc/tmuxp/default.nix +++ b/pkgs/tools/misc/tmuxp/default.nix @@ -2,8 +2,8 @@ let pname = "tmuxp"; - version = "1.46.0"; - hash = "sha256-+aXpsB4mjw9sZLalv3knW8okP+mh2P/nbZCiCwa3UBU="; + version = "1.47.0"; + hash = "sha256-HYY6CEUPpZVvVK9kV4Ehw4wGk5YfIVSkZ0+qqf6Nz4c="; in python3Packages.buildPythonApplication { inherit pname version; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tmuxp nix build failed. Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/5d9bj9h08z8nbrv14y11n0mmchkab4f9-tmuxp-1.47.0.tar.gz source root is tmuxp-1.47.0 setting SOURCE_DATE_EPOCH to timestamp 1713700906 of file tmuxp-1.47.0/tests/workspace/test_import_tmuxinator.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built tmuxp-1.47.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for tmuxp-1.47.0-py3-none-any.whl - libtmux<0.38.0,>=0.37.0 not satisfied by version 0.36.0 [result] Failed to update tmuxp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-freezegun, using log file: /var/log/nixpkgs-update/python311Packages.types-freezegun/2024-05-04.log python311Packages.types-freezegun 0 -> 1 attrpath: python311Packages.types-freezegun Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rd8g24d96znnahyy2qagf3mbdffm3ia8-packages.json.drv building '/nix/store/rd8g24d96znnahyy2qagf3mbdffm3ia8-packages.json.drv'... Going to be running update for following packages: - python3.11-types-freezegun-1.1.10 Press Enter key to continue... Running update for: - python3.11-types-freezegun-1.1.10: UPDATING ... - python3.11-types-freezegun-1.1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-freezegun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.catalogue, using log file: /var/log/nixpkgs-update/python311Packages.catalogue/2024-05-04.log python311Packages.catalogue 0 -> 1 attrpath: python311Packages.catalogue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8pfgshd88skfjg61qlmvzlnnzyd8qc1c-packages.json.drv building '/nix/store/8pfgshd88skfjg61qlmvzlnnzyd8qc1c-packages.json.drv'... Going to be running update for following packages: - python3.11-catalogue-2.0.10 Press Enter key to continue... Running update for: - python3.11-catalogue-2.0.10: UPDATING ... - python3.11-catalogue-2.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.catalogue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.tls, using log file: /var/log/nixpkgs-update/terraform-providers.tls/2024-05-04.log terraform-providers.tls 0 -> 1 attrpath: terraform-providers.tls Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.tls 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.mathcomp-analysis, using log file: /var/log/nixpkgs-update/coqPackages.mathcomp-analysis/2024-05-04.log coqPackages.mathcomp-analysis 0.7.0 -> 1.1.0 https://github.com/math-comp/analysis/releases attrpath: coqPackages.mathcomp-analysis Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update coqPackages.mathcomp-analysis 0.7.0 -> 1.1.0 https://github.com/math-comp/analysis/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-screen-recorder, using log file: /var/log/nixpkgs-update/deepin.deepin-screen-recorder/2024-05-04.log deepin.deepin-screen-recorder unstable-2023-07-10 -> 6.0.5 https://github.com/linuxdeepin/deepin-screen-recorder/releases attrpath: deepin.deepin-screen-recorder deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-screen-recorder unstable-2023-07-10 -> 6.0.5 https://github.com/linuxdeepin/deepin-screen-recorder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-rum, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-rum/2024-05-04.log python311Packages.mypy-boto3-rum 1.34.49 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-rum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v7yl9infbdnpj8k4281pd18wpijgbbd9-packages.json.drv building '/nix/store/v7yl9infbdnpj8k4281pd18wpijgbbd9-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-rum-1.34.49 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-rum-1.34.49: UPDATING ... - python3.11-mypy-boto3-rum-1.34.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-rum 1.34.49 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.coq-elpi, using log file: /var/log/nixpkgs-update/coqPackages.coq-elpi/2024-05-04.log coqPackages.coq-elpi 2.0.1 -> 2.1.0 https://github.com/LPCIC/coq-elpi/releases attrpath: coqPackages.coq-elpi Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update coqPackages.coq-elpi 2.0.1 -> 2.1.0 https://github.com/LPCIC/coq-elpi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-workstations, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-workstations/2024-05-04.log python311Packages.google-cloud-workstations 0 -> 1 attrpath: python311Packages.google-cloud-workstations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1shnjwgnb7gzbx4czmky2k0ai1dk2p2d-packages.json.drv building '/nix/store/1shnjwgnb7gzbx4czmky2k0ai1dk2p2d-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-workstations-0.5.6 Press Enter key to continue... Running update for: - python3.11-google-cloud-workstations-0.5.6: UPDATING ... - python3.11-google-cloud-workstations-0.5.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-workstations 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.go-lib, using log file: /var/log/nixpkgs-update/deepin.go-lib/2024-05-04.log deepin.go-lib 5.8.27 -> 6.0.7 https://github.com/linuxdeepin/go-lib/releases attrpath: deepin.go-lib deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.go-lib 5.8.27 -> 6.0.7 https://github.com/linuxdeepin/go-lib/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.fourcolor, using log file: /var/log/nixpkgs-update/coqPackages.fourcolor/2024-05-04.log coqPackages.fourcolor 1.2.5 -> 1.3.1 https://github.com/math-comp/fourcolor/releases attrpath: coqPackages.fourcolor Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update coqPackages.fourcolor 1.2.5 -> 1.3.1 https://github.com/math-comp/fourcolor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath darwin.discrete-scroll, using log file: /var/log/nixpkgs-update/darwin.discrete-scroll/2024-05-04.log darwin.discrete-scroll 0.1.1 -> 0.1.1u https://github.com/emreyolcu/discrete-scroll/releases attrpath: darwin.discrete-scroll 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/darwin/discrete-scroll/default.nix b/pkgs/os-specific/darwin/discrete-scroll/default.nix index f38bf8d81322..a40fd82df128 100644 --- a/pkgs/os-specific/darwin/discrete-scroll/default.nix +++ b/pkgs/os-specific/darwin/discrete-scroll/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "discrete-scroll"; - version = "0.1.1"; + version = "0.1.1u"; src = fetchFromGitHub { owner = "emreyolcu"; repo = "discrete-scroll"; rev = "v${version}"; - sha256 = "0aqkp4kkwjlkll91xbqwf8asjww8ylsdgqvdk8d06bwdvg2cgvhg"; + sha256 = "sha256-nS9CpysfeKgrP0Kohpy9LEkwvjmuDxLh+PmWbLSCgA4="; }; buildInputs = [ Cocoa ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A darwin.discrete-scroll Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . darwin.discrete-scroll Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/darwin.discrete-scroll/lib/customisation.nix:365:17: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/darwin.discrete-scroll/pkgs/stdenv/generic/check-meta.nix:507:7: 506| # or, alternatively, just output a warning message. 507| handled = | ^ 508| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘discrete-scroll-0.1.1u’ in /var/cache/nixpkgs-update/worker/worktree/darwin.discrete-scroll/pkgs/os-specific/darwin/discrete-scroll/default.nix:30 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ] package.meta.badPlatforms = [ ] , refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update darwin.discrete-scroll 0.1.1 -> 0.1.1u https://github.com/emreyolcu/discrete-scroll/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-netapp, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-netapp/2024-05-04.log python311Packages.google-cloud-netapp 0 -> 1 attrpath: python311Packages.google-cloud-netapp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3q2qy2wd0xzbszq1l4fm2bjzqj1zj2gl-packages.json.drv building '/nix/store/3q2qy2wd0xzbszq1l4fm2bjzqj1zj2gl-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-netapp-0.3.9 Press Enter key to continue... Running update for: - python3.11-google-cloud-netapp-0.3.9: UPDATING ... - python3.11-google-cloud-netapp-0.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-netapp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackagesGoogle.cuda-samples, using log file: /var/log/nixpkgs-update/cudaPackagesGoogle.cuda-samples/2024-05-04.log cudaPackagesGoogle.cuda-samples 11.8 -> 12.4.1 https://github.com/NVIDIA/cuda-samples/releases attrpath: cudaPackagesGoogle.cuda-samples Checking auto update branch... No auto update branch exists Old version 11.8" not present in master derivation file with contents: { autoAddDriverRunpath, backendStdenv, cmake, cudatoolkit, cudaVersion, fetchFromGitHub, fetchpatch, freeimage, glfw3, hash, lib, pkg-config, stdenv, }: let inherit (lib) lists strings; in backendStdenv.mkDerivation (finalAttrs: { strictDeps = true; pname = "cuda-samples"; version = cudaVersion; src = fetchFromGitHub { owner = "NVIDIA"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; inherit hash; }; nativeBuildInputs = [ autoAddDriverRunpath pkg-config ] # CMake has to run as a native, build-time dependency for libNVVM samples. # However, it's not the primary build tool -- that's still make. # As such, we disable CMake's build system. ++ lists.optionals (strings.versionAtLeast finalAttrs.version "12.2") [ cmake ]; dontUseCmakeConfigure = true; buildInputs = [ cudatoolkit freeimage glfw3 ]; # See https://github.com/NVIDIA/cuda-samples/issues/75. patches = lib.optionals (finalAttrs.version == "11.3") [ (fetchpatch { url = "https://github.com/NVIDIA/cuda-samples/commit/5c3ec60faeb7a3c4ad9372c99114d7bb922fda8d.patch"; hash = "sha256-0XxdmNK9MPpHwv8+qECJTvXGlFxc+fIbta4ynYprfpU="; }) ]; enableParallelBuilding = true; preConfigure = '' export CUDA_PATH=${cudatoolkit} ''; installPhase = '' runHook preInstall install -Dm755 -t $out/bin bin/${stdenv.hostPlatform.parsed.cpu.name}/${stdenv.hostPlatform.parsed.kernel.name}/release/* runHook postInstall ''; meta = { description = "Samples for CUDA Developers which demonstrates features in CUDA Toolkit"; # CUDA itself is proprietary, but these sample apps are not. license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ obsidian-systems-maintenance ] ++ lib.teams.cuda.members; }; }) [result] Failed to update cudaPackagesGoogle.cuda-samples 11.8 -> 12.4.1 https://github.com/NVIDIA/cuda-samples/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elmPackages.elm-test-rs, using log file: /var/log/nixpkgs-update/elmPackages.elm-test-rs/2024-05-04.log elmPackages.elm-test-rs 2.0 -> 3.0 https://github.com/mpizenberg/elm-test-rs/releases attrpath: elmPackages.elm-test-rs Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - elmPackages.elm-test-rs: 2.0 -> 3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/267726" [result] Failed to update elmPackages.elm-test-rs 2.0 -> 3.0 https://github.com/mpizenberg/elm-test-rs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-webrisk, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-webrisk/2024-05-04.log python311Packages.google-cloud-webrisk 0 -> 1 attrpath: python311Packages.google-cloud-webrisk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sk5q46lpxhrznwmmfc7n5bsdjpcd2sy4-packages.json.drv building '/nix/store/sk5q46lpxhrznwmmfc7n5bsdjpcd2sy4-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-webrisk-1.14.3 Press Enter key to continue... Running update for: - python3.11-google-cloud-webrisk-1.14.3: UPDATING ... - python3.11-google-cloud-webrisk-1.14.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-webrisk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-appsync, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-appsync/2024-05-04.log python311Packages.mypy-boto3-appsync 1.34.49 -> 1.34.92 https://repology.org/project/python:mypy-boto3-appsync/versions attrpath: python311Packages.mypy-boto3-appsync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x35psmsi9na52yaiihdgbg774rp22qgr-packages.json.drv building '/nix/store/x35psmsi9na52yaiihdgbg774rp22qgr-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-appsync-1.34.49 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-appsync-1.34.49: UPDATING ... - python3.11-mypy-boto3-appsync-1.34.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-appsync 1.34.49 -> 1.34.92 https://repology.org/project/python:mypy-boto3-appsync/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-swagger, using log file: /var/log/nixpkgs-update/python311Packages.flask-swagger/2024-05-04.log python311Packages.flask-swagger 0 -> 1 attrpath: python311Packages.flask-swagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m1zwhhncqqmdyb2ywrivg8zd0vv9h699-packages.json.drv building '/nix/store/m1zwhhncqqmdyb2ywrivg8zd0vv9h699-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-swagger-0.2.14 Press Enter key to continue... Running update for: - python3.11-flask-swagger-0.2.14: UPDATING ... - python3.11-flask-swagger-0.2.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-swagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.joblib, using log file: /var/log/nixpkgs-update/python311Packages.joblib/2024-05-04.log python311Packages.joblib 0 -> 1 attrpath: python311Packages.joblib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dsg151kr7zjh0lfrrmnxsmmbmafkdsdi-packages.json.drv building '/nix/store/dsg151kr7zjh0lfrrmnxsmmbmafkdsdi-packages.json.drv'... Going to be running update for following packages: - python3.11-joblib-1.4.0 Press Enter key to continue... Running update for: - python3.11-joblib-1.4.0: UPDATING ... - python3.11-joblib-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/joblib/default.nix b/pkgs/development/python-modules/joblib/default.nix index e592c8089f72..d36b314cb836 100644 --- a/pkgs/development/python-modules/joblib/default.nix +++ b/pkgs/development/python-modules/joblib/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "joblib"; - version = "1.4.0"; + version = "1.4.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-HrDcCRkZzThEkN6JDLXf1ThBCm1LO1Tu8J+4xQtAmxw="; + hash = "sha256-I4LFgWsmNvvSCgng9Ona1HNnZf37fcpYKUO5wTZrPw4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 390 > 100 [result] Failed to update python311Packages.joblib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dbus-sharp-1_0, using log file: /var/log/nixpkgs-update/dbus-sharp-1_0/2024-05-04.log dbus-sharp-1_0 0.7 -> 0.8.1 https://github.com/mono/dbus-sharp/releases attrpath: dbus-sharp-1_0 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/dbus-sharp/dbus-sharp-1.0.nix b/pkgs/development/libraries/dbus-sharp/dbus-sharp-1.0.nix index eb1b20e29eb1..620ba31dce93 100644 --- a/pkgs/development/libraries/dbus-sharp/dbus-sharp-1.0.nix +++ b/pkgs/development/libraries/dbus-sharp/dbus-sharp-1.0.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "dbus-sharp"; - version = "0.7"; + version = "0.8.1"; src = fetchFromGitHub { owner = "mono"; repo = "dbus-sharp"; rev = "v${version}"; - sha256 = "13qlqx9wqahfpzzl59157cjxprqcx2bd40w5gb2bs3vdx058p562"; + sha256 = "sha256-xxtebtePxw+eIeaoI5eQNalhjV9GjPsdtBy0uTNdtLw="; }; nativeBuildInputs = [ pkg-config autoreconfHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dbus-sharp-1_0 nix build failed. Making all in tools make[1]: Entering directory '/build/source/tools' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/source/tools' Making all in examples make[1]: Entering directory '/build/source/examples' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/source/examples' Making all in tests make[1]: Entering directory '/build/source/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/source/tests' make[1]: Entering directory '/build/source' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/build/source' @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/h3bhzvz9ipglcybbcvkxvm4vg9lwvqg4-bash-5.2p26/bin/bash install Making install in src make[1]: Entering directory '/build/source/src' make[2]: Entering directory '/build/source/src' make[2]: Nothing to be done for 'install-exec-am'. /nix/store/65b5ihimmn4la29dqw7y87illn4nb5d2-mono-6.12.0.182/bin/xbuild /nologo /verbosity:quiet dbus-sharp.csproj /nix/store/65b5ihimmn4la29dqw7y87illn4nb5d2-mono-6.12.0.182/bin/gacutil /i dbus-sharp.dll /package dbus-sharp-2.0 /f /gacdir /nix/store/3psffrv2wrfaf3981cakr9akz13zl922-dbus-sharp-0.8.1/lib /root /nix/store/3psffrv2wrfaf3981cakr9akz13zl922-dbus-sharp-0.8.1/lib Failure adding assembly dbus-sharp.dll to the cache: Strong name cannot be verified for delay-signed assembly make[2]: *** [Makefile:469: install-data-local] Error 1 make[2]: Leaving directory '/build/source/src' make[1]: *** [Makefile:354: install-am] Error 2 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:407: install-recursive] Error 1 [result] Failed to update dbus-sharp-1_0 0.7 -> 0.8.1 https://github.com/mono/dbus-sharp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyppeteer, using log file: /var/log/nixpkgs-update/python311Packages.pyppeteer/2024-05-04.log python311Packages.pyppeteer 0 -> 1 attrpath: python311Packages.pyppeteer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dg8vx4s4025ndz9gp943a7xdbpvl9fcp-packages.json.drv building '/nix/store/dg8vx4s4025ndz9gp943a7xdbpvl9fcp-packages.json.drv'... Going to be running update for following packages: - python3.11-pyppeteer-1.0.2 Press Enter key to continue... Running update for: - python3.11-pyppeteer-1.0.2: UPDATING ... - python3.11-pyppeteer-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyppeteer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath peek, using log file: /var/log/nixpkgs-update/peek/2024-05-04.log peek 0 -> 1 attrpath: peek Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4fgahwif9wyr0jcr50157dgv01qdm4gh-packages.json.drv building '/nix/store/4fgahwif9wyr0jcr50157dgv01qdm4gh-packages.json.drv'... Going to be running update for following packages: - peek-1.5.1 Press Enter key to continue... Running update for: - peek-1.5.1: UPDATING ... - peek-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update peek 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py17track, using log file: /var/log/nixpkgs-update/python311Packages.py17track/2024-05-04.log python311Packages.py17track 0 -> 1 attrpath: python311Packages.py17track Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aw1kf95k5mxn0ml5q7vjym6qvcya3nyj-packages.json.drv building '/nix/store/aw1kf95k5mxn0ml5q7vjym6qvcya3nyj-packages.json.drv'... Going to be running update for following packages: - python3.11-py17track-2021.12.2 Press Enter key to continue... Running update for: - python3.11-py17track-2021.12.2: UPDATING ... - python3.11-py17track-2021.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py17track 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.elasticsearch-dsl, using log file: /var/log/nixpkgs-update/python311Packages.elasticsearch-dsl/2024-05-04.log python311Packages.elasticsearch-dsl 0 -> 1 attrpath: python311Packages.elasticsearch-dsl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ix843fczshp8b2h9m0vr91i2ckffr5v4-packages.json.drv building '/nix/store/ix843fczshp8b2h9m0vr91i2ckffr5v4-packages.json.drv'... Going to be running update for following packages: - python3.11-elasticsearch-dsl-8.13.0 Press Enter key to continue... Running update for: - python3.11-elasticsearch-dsl-8.13.0: UPDATING ... - python3.11-elasticsearch-dsl-8.13.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/elasticsearch-dsl/default.nix b/pkgs/development/python-modules/elasticsearch-dsl/default.nix index 53778ce0b4e1..55511c18f0d0 100644 --- a/pkgs/development/python-modules/elasticsearch-dsl/default.nix +++ b/pkgs/development/python-modules/elasticsearch-dsl/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "elasticsearch-dsl"; - version = "8.13.0"; + version = "8.13.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-cy/IEae7B2O8P7WJLk6nzwbTG7o1XoezM1PpLfrNebQ="; + sha256 = "sha256-FTMFODQZp+5hulOG9P4iueIHMnmv75c01bWfXKtoL3o="; }; propagatedBuildInputs = [ elasticsearch python-dateutil six ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ggsq3inwfcbcsvyw2p5fmrglns7z0yqb-python3.11-elasticsearch-dsl-8.13.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python311Packages.parsedmarc
  • python311Packages.parsedmarc.dist
10 packages built:
  • parsedmarc
  • parsedmarc.dist
  • python311Packages.elasticsearchdsl (python311Packages.elasticsearch-dsl)
  • python311Packages.elasticsearchdsl.dist (python311Packages.elasticsearch-dsl.dist)
  • python311Packages.luqum
  • python311Packages.luqum.dist
  • python312Packages.elasticsearchdsl (python312Packages.elasticsearch-dsl)
  • python312Packages.elasticsearchdsl.dist (python312Packages.elasticsearch-dsl.dist)
  • python312Packages.luqum
  • python312Packages.luqum.dist
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.elasticsearch-dsl is: High level Python client for Elasticsearch meta.homepage for python311Packages.elasticsearch-dsl is: https://github.com/elasticsearch/elasticsearch-dsl-py ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 8.13.1 with grep in /nix/store/ggsq3inwfcbcsvyw2p5fmrglns7z0yqb-python3.11-elasticsearch-dsl-8.13.1 - found 8.13.1 in filename of file in /nix/store/ggsq3inwfcbcsvyw2p5fmrglns7z0yqb-python3.11-elasticsearch-dsl-8.13.1 ---
Rebuild report (if merged into master) (click to expand) ``` 9 total rebuild path(s) 9 package rebuild(s) First fifty rebuilds by attrpath parsedmarc python311Packages.elasticsearch-dsl python311Packages.elasticsearchdsl python311Packages.luqum python311Packages.parsedmarc python312Packages.elasticsearch-dsl python312Packages.elasticsearchdsl python312Packages.luqum ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ggsq3inwfcbcsvyw2p5fmrglns7z0yqb-python3.11-elasticsearch-dsl-8.13.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.elasticsearch-dsl https://github.com/r-ryantm/nixpkgs/archive/6a6b3eacac8e728ae33805e99ac1594dda595e94.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6a6b3eacac8e728ae33805e99ac1594dda595e94#python311Packages.elasticsearch-dsl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ggsq3inwfcbcsvyw2p5fmrglns7z0yqb-python3.11-elasticsearch-dsl-8.13.1 ls -la /nix/store/ggsq3inwfcbcsvyw2p5fmrglns7z0yqb-python3.11-elasticsearch-dsl-8.13.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python311Packages.parsedmarc
  • python311Packages.parsedmarc.dist
10 packages built:
  • parsedmarc
  • parsedmarc.dist
  • python311Packages.elasticsearchdsl (python311Packages.elasticsearch-dsl)
  • python311Packages.elasticsearchdsl.dist (python311Packages.elasticsearch-dsl.dist)
  • python311Packages.luqum
  • python311Packages.luqum.dist
  • python312Packages.elasticsearchdsl (python312Packages.elasticsearch-dsl)
  • python312Packages.elasticsearchdsl.dist (python312Packages.elasticsearch-dsl.dist)
  • python312Packages.luqum
  • python312Packages.luqum.dist
--- ###### Maintainer pings cc @desiderius for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309010 [result] Success updating python311Packages.elasticsearch-dsl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.traittypes, using log file: /var/log/nixpkgs-update/python311Packages.traittypes/2024-05-04.log python311Packages.traittypes 0 -> 1 attrpath: python311Packages.traittypes Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p4qvb932c02avhdqknfsarfz8xq0fzm4-packages.json.drv building '/nix/store/p4qvb932c02avhdqknfsarfz8xq0fzm4-packages.json.drv'... Going to be running update for following packages: - python3.11-traittypes-unstable-2019-06-23 Press Enter key to continue... Running update for: - python3.11-traittypes-unstable-2019-06-23: UPDATING ... - python3.11-traittypes-unstable-2019-06-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.traittypes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scikit-build-core, using log file: /var/log/nixpkgs-update/python311Packages.scikit-build-core/2024-05-04.log python311Packages.scikit-build-core 0 -> 1 attrpath: python311Packages.scikit-build-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q6wbs8ny4bv5p10gqasrnfnn33rqap84-packages.json.drv building '/nix/store/q6wbs8ny4bv5p10gqasrnfnn33rqap84-packages.json.drv'... Going to be running update for following packages: - python3.11-scikit-build-core-0.8.2 Press Enter key to continue... Running update for: - python3.11-scikit-build-core-0.8.2: UPDATING ... - python3.11-scikit-build-core-0.8.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scikit-build-core/default.nix b/pkgs/development/python-modules/scikit-build-core/default.nix index 0e4734d4a53b..d3ffd6727844 100644 --- a/pkgs/development/python-modules/scikit-build-core/default.nix +++ b/pkgs/development/python-modules/scikit-build-core/default.nix @@ -22,13 +22,13 @@ buildPythonPackage rec { pname = "scikit-build-core"; - version = "0.8.2"; + version = "0.9.3"; pyproject = true; src = fetchPypi { pname = "scikit_build_core"; inherit version; - hash = "sha256-UOwkuVaMmqbicjPe6yl4kyvHmFYhKzBXXL+kBJZVxDY="; + hash = "sha256-NB0RPkc6VAncYlIuixsbixZHoLlVV60V9r4qNgcf05A="; }; postPatch = lib.optionalString (pythonOlder "3.11") '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.scikit-build-core nix build failed. 'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax', 'abs_builddir': '/no-such-path/Python-3.11.9', 'abs_srcdir': '/no-such-path/Python-3.11.9', 'base': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9', 'datarootdir': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/share', 'exec_prefix': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9', 'installed_base': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9', 'installed_platbase': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9', 'platbase': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9', 'platlibdir': 'lib', 'prefix': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9', 'projectbase': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/bin', 'py_version': '3.11.9', 'py_version_nodot': '311', 'py_version_short': '3.11', 'srcdir': '/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/config-3.11-x86_64-linux-gnu', 'userbase': '/homeless-shelter/.local'} =========================== short test summary info ============================ SKIPPED [1] tests/test_fortran.py:17: could not import 'numpy': No module named 'numpy' SKIPPED [1] tests/test_builder.py:72: MSVC only SKIPPED [1] tests/test_dynamic_metadata.py:118: install hatch-fancy-pypi-readme and setuptools-scm to test the dynamic metadata plugins SKIPPED [28] tests/test_schema.py:33: could not import 'validate_pyproject.api': No module named 'validate_pyproject' SKIPPED [14] tests/test_schema.py:69: could not import 'fastjsonschema': No module named 'fastjsonschema' SKIPPED [8] tests/test_schema.py:111: could not import 'validate_pyproject.api': No module named 'validate_pyproject' XFAIL tests/test_builder.py::test_get_python_library - Doesn't matter if this fails, usually not used ERROR tests/test_hatchling.py::test_hatchling_sdist - subprocess.CalledProcessError: Command '['/nix/store/lpi16513bai8kg2bd84174... ERROR tests/test_hatchling.py::test_hatchling_wheel[sdist_to_wheel] - subprocess.CalledProcessError: Command '['/nix/store/lpi16513bai8kg2bd84174... ERROR tests/test_hatchling.py::test_hatchling_wheel[wheel_directly] - subprocess.CalledProcessError: Command '['/nix/store/lpi16513bai8kg2bd84174... ============ 202 passed, 53 skipped, 1 xfailed, 3 errors in 26.16s ============= /nix/store/558iw5j1bk7z6wrg8cp96q2rx03jqj1v-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.scikit-build-core 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyliblo, using log file: /var/log/nixpkgs-update/python311Packages.pyliblo/2024-05-04.log python311Packages.pyliblo 0 -> 1 attrpath: python311Packages.pyliblo Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1g5nw1ld02ilgsfaf64nxpg2hsgqcf9j-packages.json.drv building '/nix/store/1g5nw1ld02ilgsfaf64nxpg2hsgqcf9j-packages.json.drv'... Going to be running update for following packages: - python3.11-pyliblo-0.10.0 Press Enter key to continue... Running update for: - python3.11-pyliblo-0.10.0: UPDATING ... - python3.11-pyliblo-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyliblo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shippai, using log file: /var/log/nixpkgs-update/python311Packages.shippai/2024-05-04.log python311Packages.shippai 0 -> 1 attrpath: python311Packages.shippai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8p651knhx6pd1dbyz7zssyajc805sa0b-packages.json.drv building '/nix/store/8p651knhx6pd1dbyz7zssyajc805sa0b-packages.json.drv'... Going to be running update for following packages: - python3.11-shippai-0.3.2 Press Enter key to continue... Running update for: - python3.11-shippai-0.3.2: UPDATING ... - python3.11-shippai-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shippai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vprof, using log file: /var/log/nixpkgs-update/python311Packages.vprof/2024-05-04.log python311Packages.vprof 0 -> 1 attrpath: python311Packages.vprof Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q85ai8qx7lnpp75vphl9pwg1pz65fri2-packages.json.drv building '/nix/store/q85ai8qx7lnpp75vphl9pwg1pz65fri2-packages.json.drv'... Going to be running update for following packages: - python3.11-vprof-0.38 Press Enter key to continue... Running update for: - python3.11-vprof-0.38: UPDATING ... - python3.11-vprof-0.38: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vprof 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonrpc-async, using log file: /var/log/nixpkgs-update/python311Packages.jsonrpc-async/2024-05-04.log python311Packages.jsonrpc-async 0 -> 1 attrpath: python311Packages.jsonrpc-async Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/45m728vrbk3qnxkn8vj7jprnbv6wm0d1-packages.json.drv building '/nix/store/45m728vrbk3qnxkn8vj7jprnbv6wm0d1-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonrpc-async-2.1.2 Press Enter key to continue... Running update for: - python3.11-jsonrpc-async-2.1.2: UPDATING ... - python3.11-jsonrpc-async-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonrpc-async 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycuda, using log file: /var/log/nixpkgs-update/python311Packages.pycuda/2024-05-04.log python311Packages.pycuda 0 -> 1 attrpath: python311Packages.pycuda Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/77qzk84c8jf7gfxy0xxxy2pwir5qndr2-packages.json.drv building '/nix/store/77qzk84c8jf7gfxy0xxxy2pwir5qndr2-packages.json.drv'... Going to be running update for following packages: - python3.11-pycuda-2024.1 Press Enter key to continue... Running update for: - python3.11-pycuda-2024.1: UPDATING ... - python3.11-pycuda-2024.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycuda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rar, using log file: /var/log/nixpkgs-update/rar/2024-05-04.log rar 0 -> 1 attrpath: rar Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gdiflhjb9xpnbqa59433ym3xjqs5xhij-packages.json.drv building '/nix/store/gdiflhjb9xpnbqa59433ym3xjqs5xhij-packages.json.drv'... Going to be running update for following packages: - rar-7.00 Press Enter key to continue... Running update for: - rar-7.00: UPDATING ... - rar-7.00: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.upb-lib, using log file: /var/log/nixpkgs-update/python311Packages.upb-lib/2024-05-04.log python311Packages.upb-lib 0 -> 1 attrpath: python311Packages.upb-lib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z0g1xrpwfl0laiak8m9qjs2nbpijq5c3-packages.json.drv building '/nix/store/z0g1xrpwfl0laiak8m9qjs2nbpijq5c3-packages.json.drv'... Going to be running update for following packages: - python3.11-upb-lib-0.5.6 Press Enter key to continue... Running update for: - python3.11-upb-lib-0.5.6: UPDATING ... - python3.11-upb-lib-0.5.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.upb-lib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libsixel, using log file: /var/log/nixpkgs-update/python311Packages.libsixel/2024-05-04.log python311Packages.libsixel 0 -> 1 attrpath: python311Packages.libsixel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f8y7i9d3jmvf3lj1y6z0hv32pf7rlqpn-packages.json.drv building '/nix/store/f8y7i9d3jmvf3lj1y6z0hv32pf7rlqpn-packages.json.drv'... Going to be running update for following packages: - python3.11-libsixel-1.10.3 Press Enter key to continue... Running update for: - python3.11-libsixel-1.10.3: UPDATING ... - python3.11-libsixel-1.10.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libsixel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kemai, using log file: /var/log/nixpkgs-update/kemai/2024-05-04.log kemai 0 -> 1 attrpath: kemai Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fxcwl8nljfb9s5xig41hwcjlxf2x2j5n-packages.json.drv building '/nix/store/fxcwl8nljfb9s5xig41hwcjlxf2x2j5n-packages.json.drv'... Going to be running update for following packages: - kemai-0.10.0 Press Enter key to continue... Running update for: - kemai-0.10.0: UPDATING ... - kemai-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kemai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.socketio-client, using log file: /var/log/nixpkgs-update/python311Packages.socketio-client/2024-05-04.log python311Packages.socketio-client 0 -> 1 attrpath: python311Packages.socketio-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xr1sqyk0gfycd9sl1rn24xlxvp5pn3dm-packages.json.drv building '/nix/store/xr1sqyk0gfycd9sl1rn24xlxvp5pn3dm-packages.json.drv'... Going to be running update for following packages: - python3.11-socketio-client-0.7.2 Press Enter key to continue... Running update for: - python3.11-socketio-client-0.7.2: UPDATING ... - python3.11-socketio-client-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.socketio-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath memtree, using log file: /var/log/nixpkgs-update/memtree/2024-05-04.log memtree 0 -> 1 attrpath: memtree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vp3sizwabd4wwynfzzji9zqksrk1qzd8-packages.json.drv building '/nix/store/vp3sizwabd4wwynfzzji9zqksrk1qzd8-packages.json.drv'... Going to be running update for following packages: - memtree-0-unstable-2024-01-04 Press Enter key to continue... Running update for: - memtree-0-unstable-2024-01-04: UPDATING ... - memtree-0-unstable-2024-01-04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update memtree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath precice-config-visualizer, using log file: /var/log/nixpkgs-update/precice-config-visualizer/2024-05-04.log precice-config-visualizer 0 -> 1 attrpath: precice-config-visualizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c9brjgkj5y3wh394cgdv6lf7kc7f35i1-packages.json.drv building '/nix/store/c9brjgkj5y3wh394cgdv6lf7kc7f35i1-packages.json.drv'... Going to be running update for following packages: - config-visualizer-unstable-2022-02-23 Press Enter key to continue... Running update for: - config-visualizer-unstable-2022-02-23: UPDATING ... - config-visualizer-unstable-2022-02-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update precice-config-visualizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath google-cloud-cpp, using log file: /var/log/nixpkgs-update/google-cloud-cpp/2024-05-04.log google-cloud-cpp 2.14.0 -> 2.23.0 https://repology.org/project/google-cloud-cpp/versions attrpath: google-cloud-cpp Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update google-cloud-cpp 2.14.0 -> 2.23.0 https://repology.org/project/google-cloud-cpp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mayim, using log file: /var/log/nixpkgs-update/python311Packages.mayim/2024-05-04.log python311Packages.mayim 0 -> 1 attrpath: python311Packages.mayim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dzx1svn3dqpfkd45kp5y24brp95pjfyb-packages.json.drv building '/nix/store/dzx1svn3dqpfkd45kp5y24brp95pjfyb-packages.json.drv'... Going to be running update for following packages: - python3.11-mayim-1.1.0 Press Enter key to continue... Running update for: - python3.11-mayim-1.1.0: UPDATING ... - python3.11-mayim-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mayim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-connect, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-connect/2024-05-04.log python312Packages.mypy-boto3-connect 1.34.82 -> 1.34.98 https://repology.org/project/python:mypy-boto3-connect/versions attrpath: python312Packages.mypy-boto3-connect isn't the default python version [result] Failed to update python312Packages.mypy-boto3-connect 1.34.82 -> 1.34.98 https://repology.org/project/python:mypy-boto3-connect/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.govee-led-wez, using log file: /var/log/nixpkgs-update/python311Packages.govee-led-wez/2024-05-04.log python311Packages.govee-led-wez 0 -> 1 attrpath: python311Packages.govee-led-wez Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dklk0ak1kv4gkbbkb2iszgvjqpvfwjyh-packages.json.drv building '/nix/store/dklk0ak1kv4gkbbkb2iszgvjqpvfwjyh-packages.json.drv'... Going to be running update for following packages: - python3.11-govee-led-wez-0.0.15 Press Enter key to continue... Running update for: - python3.11-govee-led-wez-0.0.15: UPDATING ... - python3.11-govee-led-wez-0.0.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.govee-led-wez 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath backblaze-b2, using log file: /var/log/nixpkgs-update/backblaze-b2/2024-05-04.log backblaze-b2 0 -> 1 attrpath: backblaze-b2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cr512m26yfiq0pa0kisg0xayvflslpnm-packages.json.drv building '/nix/store/cr512m26yfiq0pa0kisg0xayvflslpnm-packages.json.drv'... Going to be running update for following packages: - backblaze-b2-3.19.1 Press Enter key to continue... Running update for: - backblaze-b2-3.19.1: UPDATING ... - backblaze-b2-3.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update backblaze-b2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cherrypy-cors, using log file: /var/log/nixpkgs-update/python311Packages.cherrypy-cors/2024-05-04.log python311Packages.cherrypy-cors 0 -> 1 attrpath: python311Packages.cherrypy-cors Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h0ny5hjw1rpl7nwzdqmyjg4b0ps70jy8-packages.json.drv building '/nix/store/h0ny5hjw1rpl7nwzdqmyjg4b0ps70jy8-packages.json.drv'... Going to be running update for following packages: - python3.11-cherrypy-cors-1.7.0 Press Enter key to continue... Running update for: - python3.11-cherrypy-cors-1.7.0: UPDATING ... - python3.11-cherrypy-cors-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cherrypy-cors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.home-assistant-chip-core, using log file: /var/log/nixpkgs-update/python311Packages.home-assistant-chip-core/2024-05-04.log python311Packages.home-assistant-chip-core 0 -> 1 attrpath: python311Packages.home-assistant-chip-core Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3faglf76yd0f0l94b1vz3xj9g6c4qv49-packages.json.drv building '/nix/store/3faglf76yd0f0l94b1vz3xj9g6c4qv49-packages.json.drv'... Going to be running update for following packages: - python3.11-home-assistant-chip-core-2024.3.2 Press Enter key to continue... Running update for: - python3.11-home-assistant-chip-core-2024.3.2: UPDATING ... - python3.11-home-assistant-chip-core-2024.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.home-assistant-chip-core 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ncgopher, using log file: /var/log/nixpkgs-update/ncgopher/2024-05-04.log ncgopher 0.5.0 -> 0.6.0 https://repology.org/project/ncgopher/versions attrpath: ncgopher Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-YRBTqzZqAmIQBGqY1Dh4eEHcfi5x2c9LcBzP8ChugbU= Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ncgopher nix build failed.  Compiling openssl-probe v0.1.5  Compiling smallvec v1.8.0  Compiling maplit v1.0.2  Compiling dirs v5.0.1 error: failed to run custom build command for `openssl-sys v0.9.90` Caused by: process didn't exit successfully: `/build/source/target/release/build/openssl-sys-b335ce75b688a8bb/build-script-main` (exit status: 101) --- stdout cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR unset cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR OPENSSL_NO_VENDOR unset CC_x86_64-unknown-linux-gnu = None CC_x86_64_unknown_linux_gnu = None HOST_CC = Some("/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/cc") CFLAGS_x86_64-unknown-linux-gnu = None CFLAGS_x86_64_unknown_linux_gnu = None HOST_CFLAGS = None CFLAGS = None CRATE_CC_NO_DEFAULTS = None DEBUG = Some("false") CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") running cd "/build/source/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-9ce312f4c3d52490/out/openssl-build/build/src" && env -u CROSS_COMPILE CC="/nix/store/8mjb3ziimfi3rki71q4s0916xkm4cm5p-gcc-wrapper-13.2.0/bin/cc" "perl" "./Configure" "--prefix=/build/source/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-9ce312f4c3d52490/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" --- stderr thread 'main' panicked at /build/ncgopher-0.6.0-vendor.tar.gz/openssl-src/src/lib.rs:497:39: called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... [result] Failed to update ncgopher 0.5.0 -> 0.6.0 https://repology.org/project/ncgopher/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flux-led, using log file: /var/log/nixpkgs-update/python311Packages.flux-led/2024-05-04.log python311Packages.flux-led 0 -> 1 attrpath: python311Packages.flux-led Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/97fw56v2f2j0vp8xxzw3qir2h1a3z2i6-packages.json.drv building '/nix/store/97fw56v2f2j0vp8xxzw3qir2h1a3z2i6-packages.json.drv'... Going to be running update for following packages: - python3.11-flux-led-1.0.4 Press Enter key to continue... Running update for: - python3.11-flux-led-1.0.4: UPDATING ... - python3.11-flux-led-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flux-led 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiolivisi, using log file: /var/log/nixpkgs-update/python311Packages.aiolivisi/2024-05-04.log python311Packages.aiolivisi 0 -> 1 attrpath: python311Packages.aiolivisi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qgwbz7wkmps97xn1wbns96g61n3bx9kj-packages.json.drv building '/nix/store/qgwbz7wkmps97xn1wbns96g61n3bx9kj-packages.json.drv'... Going to be running update for following packages: - python3.11-aiolivisi-0.0.19 Press Enter key to continue... Running update for: - python3.11-aiolivisi-0.0.19: UPDATING ... - python3.11-aiolivisi-0.0.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiolivisi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.docker, using log file: /var/log/nixpkgs-update/python311Packages.docker/2024-05-04.log python311Packages.docker 0 -> 1 attrpath: python311Packages.docker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/58f5jk2qnyj8429wqslka2clqb9vffh5-packages.json.drv building '/nix/store/58f5jk2qnyj8429wqslka2clqb9vffh5-packages.json.drv'... Going to be running update for following packages: - python3.11-docker-7.0.0 Press Enter key to continue... Running update for: - python3.11-docker-7.0.0: UPDATING ... - python3.11-docker-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.docker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nptyping, using log file: /var/log/nixpkgs-update/python311Packages.nptyping/2024-05-04.log python311Packages.nptyping 0 -> 1 attrpath: python311Packages.nptyping Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/894prls8ypz5zl8j4mihhvcg4yxpsldp-packages.json.drv building '/nix/store/894prls8ypz5zl8j4mihhvcg4yxpsldp-packages.json.drv'... Going to be running update for following packages: - python3.11-nptyping-2.5.0 Press Enter key to continue... Running update for: - python3.11-nptyping-2.5.0: UPDATING ... - python3.11-nptyping-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nptyping 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sdnotify, using log file: /var/log/nixpkgs-update/python311Packages.sdnotify/2024-05-04.log python311Packages.sdnotify 0 -> 1 attrpath: python311Packages.sdnotify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d89hx59447xdfpw0qjrrgc0fqghy6p0g-packages.json.drv building '/nix/store/d89hx59447xdfpw0qjrrgc0fqghy6p0g-packages.json.drv'... Going to be running update for following packages: - python3.11-sdnotify-0.3.2 Press Enter key to continue... Running update for: - python3.11-sdnotify-0.3.2: UPDATING ... - python3.11-sdnotify-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sdnotify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath identity, using log file: /var/log/nixpkgs-update/identity/2024-05-04.log identity 0 -> 1 attrpath: identity Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4g64g3qj0ggnyfnikwj2jccbbrhk0p2s-packages.json.drv building '/nix/store/4g64g3qj0ggnyfnikwj2jccbbrhk0p2s-packages.json.drv'... Going to be running update for following packages: - identity-0.6.0 Press Enter key to continue... Running update for: - identity-0.6.0: UPDATING ... - identity-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update identity 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycddl, using log file: /var/log/nixpkgs-update/python311Packages.pycddl/2024-05-04.log python311Packages.pycddl 0 -> 1 attrpath: python311Packages.pycddl Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/561kdw24gsbd77flc625xrs408bjlzk2-packages.json.drv building '/nix/store/561kdw24gsbd77flc625xrs408bjlzk2-packages.json.drv'... Going to be running update for following packages: - python3.11-pycddl-0.5.2 Press Enter key to continue... Running update for: - python3.11-pycddl-0.5.2: UPDATING ... - python3.11-pycddl-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycddl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-canary, using log file: /var/log/nixpkgs-update/python311Packages.py-canary/2024-05-04.log python311Packages.py-canary 0 -> 1 attrpath: python311Packages.py-canary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j026lzqx28kic5vanfs6v2m4ydkk4gr2-packages.json.drv building '/nix/store/j026lzqx28kic5vanfs6v2m4ydkk4gr2-packages.json.drv'... Going to be running update for following packages: - python3.11-py-canary-0.5.3 Press Enter key to continue... Running update for: - python3.11-py-canary-0.5.3: UPDATING ... - python3.11-py-canary-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-canary 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fnott, using log file: /var/log/nixpkgs-update/fnott/2024-05-04.log fnott 0 -> 1 attrpath: fnott Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ixbnv1qjrbm9j223hvk3p080hzjdpbq1-packages.json.drv building '/nix/store/ixbnv1qjrbm9j223hvk3p080hzjdpbq1-packages.json.drv'... Going to be running update for following packages: - fnott-1.5.0 Press Enter key to continue... Running update for: - fnott-1.5.0: UPDATING ... - fnott-1.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/fn/fnott/package.nix b/pkgs/by-name/fn/fnott/package.nix index ad66d3874826..5e839101b3ee 100644 --- a/pkgs/by-name/fn/fnott/package.nix +++ b/pkgs/by-name/fn/fnott/package.nix @@ -20,14 +20,14 @@ stdenv.mkDerivation rec { pname = "fnott"; - version = "1.5.0"; + version = "1.6.0"; src = fetchFromGitea { domain = "codeberg.org"; owner = "dnkl"; repo = "fnott"; rev = version; - hash = "sha256-F2Pt3xbWDZZ3s056KU3qLXUrFQ0wT7QYK4GvR7slMYc="; + hash = "sha256-out3OZCGZGIIHFZ4t2nN6/3UpsRH9zfw35emexVo4RE="; }; strictDeps = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fnott nix build failed. Installing doc/fnottctl.1 to /nix/store/dmyxzzxpcr8a4qf87bfwlc7wci8hfhba-fnott-1.6.0/share/man/man1 Installing /build/source/fnott.desktop to /nix/store/dmyxzzxpcr8a4qf87bfwlc7wci8hfhba-fnott-1.6.0/share/applications Installing /build/source/fnott.ini to /nix/store/dmyxzzxpcr8a4qf87bfwlc7wci8hfhba-fnott-1.6.0/etc/xdg/fnott Installing /build/source/LICENSE to /nix/store/dmyxzzxpcr8a4qf87bfwlc7wci8hfhba-fnott-1.6.0/share/doc/fnott Installing /build/source/README.md to /nix/store/dmyxzzxpcr8a4qf87bfwlc7wci8hfhba-fnott-1.6.0/share/doc/fnott Installing /build/source/completions/zsh/_fnott to /nix/store/dmyxzzxpcr8a4qf87bfwlc7wci8hfhba-fnott-1.6.0/share/zsh/site-functions Installing /build/source/completions/zsh/_fnottctl to /nix/store/dmyxzzxpcr8a4qf87bfwlc7wci8hfhba-fnott-1.6.0/share/zsh/site-functions Installing /build/source/build/dbus/fnott.service to /etc/dbus-1/services Traceback (most recent call last): File "/nix/store/ykjhz2wqms7fb6jnwdj9282qibm682d7-meson-1.4.0/lib/python3.11/site-packages/mesonbuild/mesonmain.py", line 186, in run return options.run_func(options) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ykjhz2wqms7fb6jnwdj9282qibm682d7-meson-1.4.0/lib/python3.11/site-packages/mesonbuild/minstall.py", line 863, in run installer.do_install(datafilename) File "/nix/store/ykjhz2wqms7fb6jnwdj9282qibm682d7-meson-1.4.0/lib/python3.11/site-packages/mesonbuild/minstall.py", line 547, in do_install self.install_data(d, dm, destdir, fullprefix) File "/nix/store/ykjhz2wqms7fb6jnwdj9282qibm682d7-meson-1.4.0/lib/python3.11/site-packages/mesonbuild/minstall.py", line 621, in install_data if self.do_copyfile(fullfilename, outfilename, makedirs=(dm, outdir), follow_symlinks=i.follow_symlinks): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ykjhz2wqms7fb6jnwdj9282qibm682d7-meson-1.4.0/lib/python3.11/site-packages/mesonbuild/minstall.py", line 409, in do_copyfile dirmaker.makedirs(outdir, exist_ok=True) File "/nix/store/ykjhz2wqms7fb6jnwdj9282qibm682d7-meson-1.4.0/lib/python3.11/site-packages/mesonbuild/minstall.py", line 108, in makedirs self.makedirs_impl(path, exist_ok=exist_ok) File "/nix/store/ykjhz2wqms7fb6jnwdj9282qibm682d7-meson-1.4.0/lib/python3.11/site-packages/mesonbuild/minstall.py", line 309, in makedirs os.makedirs(*args, **kwargs) File "", line 215, in makedirs File "", line 225, in makedirs PermissionError: [Errno 13] Permission denied: '/etc/dbus-1' ERROR: Unhandled python OSError. This is probably not a Meson bug, but an issue with your build environment. [result] Failed to update fnott 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oslo-config, using log file: /var/log/nixpkgs-update/python311Packages.oslo-config/2024-05-04.log python311Packages.oslo-config 0 -> 1 attrpath: python311Packages.oslo-config Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/imy2xib98fg399071hphs5bvhb9lm213-packages.json.drv building '/nix/store/imy2xib98fg399071hphs5bvhb9lm213-packages.json.drv'... Going to be running update for following packages: - python3.11-oslo-config-9.4.0 Press Enter key to continue... Running update for: - python3.11-oslo-config-9.4.0: UPDATING ... - python3.11-oslo-config-9.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oslo-config 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.gitlab, using log file: /var/log/nixpkgs-update/terraform-providers.gitlab/2024-05-04.log terraform-providers.gitlab 0 -> 1 attrpath: terraform-providers.gitlab Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.gitlab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulumiPackages.pulumi-yandex-unofficial, using log file: /var/log/nixpkgs-update/pulumiPackages.pulumi-yandex-unofficial/2024-05-04.log pulumiPackages.pulumi-yandex-unofficial 0.98.0 -> 0.99.1 https://github.com/Regrau/pulumi-yandex/releases attrpath: pulumiPackages.pulumi-yandex-unofficial Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update pulumiPackages.pulumi-yandex-unofficial 0.98.0 -> 0.99.1 https://github.com/Regrau/pulumi-yandex/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tableauserverclient, using log file: /var/log/nixpkgs-update/python311Packages.tableauserverclient/2024-05-04.log python311Packages.tableauserverclient 0 -> 1 attrpath: python311Packages.tableauserverclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kni6b0l14kaq7n0qwpv1qj1z3f5ij4wz-packages.json.drv building '/nix/store/kni6b0l14kaq7n0qwpv1qj1z3f5ij4wz-packages.json.drv'... Going to be running update for following packages: - python3.11-tableauserverclient-0.30 Press Enter key to continue... Running update for: - python3.11-tableauserverclient-0.30: UPDATING ... - python3.11-tableauserverclient-0.30: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tableauserverclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymailgunner, using log file: /var/log/nixpkgs-update/python311Packages.pymailgunner/2024-05-04.log python311Packages.pymailgunner 0 -> 1 attrpath: python311Packages.pymailgunner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d34vk2s4iiy7yh4djdgkapck4aa7dgz8-packages.json.drv building '/nix/store/d34vk2s4iiy7yh4djdgkapck4aa7dgz8-packages.json.drv'... Going to be running update for following packages: - python3.11-pymailgunner-1.5 Press Enter key to continue... Running update for: - python3.11-pymailgunner-1.5: UPDATING ... - python3.11-pymailgunner-1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymailgunner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-timezone-field, using log file: /var/log/nixpkgs-update/python311Packages.django-timezone-field/2024-05-04.log python311Packages.django-timezone-field 0 -> 1 attrpath: python311Packages.django-timezone-field Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g7myi5hjakx8j7xiv74arx9vfmwqxv1x-packages.json.drv building '/nix/store/g7myi5hjakx8j7xiv74arx9vfmwqxv1x-packages.json.drv'... Going to be running update for following packages: - python3.11-django-timezone-field-5.1 Press Enter key to continue... Running update for: - python3.11-django-timezone-field-5.1: UPDATING ... - python3.11-django-timezone-field-5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-timezone-field 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.servefile, using log file: /var/log/nixpkgs-update/python311Packages.servefile/2024-05-04.log python311Packages.servefile 0 -> 1 attrpath: python311Packages.servefile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zpg3lqz74yw9p0wmr7rgm65m6s2x51wr-packages.json.drv building '/nix/store/zpg3lqz74yw9p0wmr7rgm65m6s2x51wr-packages.json.drv'... Going to be running update for following packages: - python3.11-servefile-0.5.4 Press Enter key to continue... Running update for: - python3.11-servefile-0.5.4: UPDATING ... - python3.11-servefile-0.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.servefile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.pcov, using log file: /var/log/nixpkgs-update/php81Extensions.pcov/2024-05-04.log php81Extensions.pcov 0 -> 1 attrpath: php81Extensions.pcov Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hwc83n77fihv1m9sx0pyqsmxqmpp9z64-packages.json.drv building '/nix/store/hwc83n77fihv1m9sx0pyqsmxqmpp9z64-packages.json.drv'... Going to be running update for following packages: - php-pcov-1.0.11 Press Enter key to continue... Running update for: - php-pcov-1.0.11: UPDATING ... - php-pcov-1.0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.pcov 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fishPlugins.fishtape, using log file: /var/log/nixpkgs-update/fishPlugins.fishtape/2024-05-04.log fishPlugins.fishtape 2.1.3 -> 3.0.1 https://github.com/jorgebucaran/fishtape/releases attrpath: fishPlugins.fishtape 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/shells/fish/plugins/fishtape.nix b/pkgs/shells/fish/plugins/fishtape.nix index 82f2375d5e3f..b43d910f45af 100644 --- a/pkgs/shells/fish/plugins/fishtape.nix +++ b/pkgs/shells/fish/plugins/fishtape.nix @@ -2,13 +2,13 @@ buildFishPlugin rec { pname = "fishtape"; - version = "2.1.3"; + version = "3.0.1"; src = fetchFromGitHub { owner = "jorgebucaran"; repo = "fishtape"; rev = version; - sha256 = "0dxcyhs2shhgy5xnwcimqja8vqsyk841x486lgq13i3y1h0kp2kd"; + sha256 = "sha256-Sp2IarJe2SVBH1pD7pdDnXrndG4h3b5G4f3SMBceShw="; }; checkFunctionDirs = [ "./" ]; # fishtape is introspective [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fishPlugins.fishtape nix build failed. got build log for 'fishPlugins.fishtape' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/nac0pmk6d1r3hjk8vm5z5hbszsn1y7ca-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase rm: cannot remove 'test/tty.fish': No such file or directory /nix/store/c63hc5vbk5wfw82i1jp7w04ckis6hnlr-fishplugin-fishtape-3.0.1-test (line 2): No matches for wildcard 'test/*.fish'. See `help wildcards-globbing`. fishtape test/*.fish ^~~~~~~~~~^ [result] Failed to update fishPlugins.fishtape 2.1.3 -> 3.0.1 https://github.com/jorgebucaran/fishtape/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-ve, using log file: /var/log/nixpkgs-update/hunspellDicts.es-ve/2024-05-04.log hunspellDicts.es-ve 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-ve Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-ve 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es_SV, using log file: /var/log/nixpkgs-update/hunspellDicts.es_SV/2024-05-04.log hunspellDicts.es_SV 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es_SV Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es_SV 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-ni, using log file: /var/log/nixpkgs-update/hunspellDicts.es-ni/2024-05-04.log hunspellDicts.es-ni 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-ni Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-ni 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.fa-ir, using log file: /var/log/nixpkgs-update/hunspellDicts.fa-ir/2024-05-04.log hunspellDicts.fa-ir experimental-2022-09-04 -> 3.3 https://github.com/b00f/lilak/releases attrpath: hunspellDicts.fa-ir Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.fa-ir experimental-2022-09-04 -> 3.3 https://github.com/b00f/lilak/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iosevka-comfy.comfy-fixed, using log file: /var/log/nixpkgs-update/iosevka-comfy.comfy-fixed/2024-05-04.log iosevka-comfy.comfy-fixed 1.4.0 -> 29.2.1 https://github.com/be5invis/iosevka/releases attrpath: iosevka-comfy.comfy-fixed Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] Hashes equal; no update necessary [result] Failed to update iosevka-comfy.comfy-fixed 1.4.0 -> 29.2.1 https://github.com/be5invis/iosevka/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iosevka-comfy.comfy-wide-duo, using log file: /var/log/nixpkgs-update/iosevka-comfy.comfy-wide-duo/2024-05-04.log iosevka-comfy.comfy-wide-duo 1.4.0 -> 29.2.1 https://github.com/be5invis/iosevka/releases attrpath: iosevka-comfy.comfy-wide-duo Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] Hashes equal; no update necessary [result] Failed to update iosevka-comfy.comfy-wide-duo 1.4.0 -> 29.2.1 https://github.com/be5invis/iosevka/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-sv, using log file: /var/log/nixpkgs-update/hunspellDicts.es-sv/2024-05-04.log hunspellDicts.es-sv 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-sv Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-sv 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-ec, using log file: /var/log/nixpkgs-update/hunspellDicts.es-ec/2024-05-04.log hunspellDicts.es-ec 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-ec Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-ec 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-uy, using log file: /var/log/nixpkgs-update/hunspellDicts.es-uy/2024-05-04.log hunspellDicts.es-uy 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-uy Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-uy 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es_GT, using log file: /var/log/nixpkgs-update/hunspellDicts.es_GT/2024-05-04.log hunspellDicts.es_GT 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es_GT Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es_GT 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-pr, using log file: /var/log/nixpkgs-update/hunspellDicts.es-pr/2024-05-04.log hunspellDicts.es-pr 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-pr Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-pr 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iosevka-comfy.comfy-wide, using log file: /var/log/nixpkgs-update/iosevka-comfy.comfy-wide/2024-05-04.log iosevka-comfy.comfy-wide 1.4.0 -> 29.2.1 https://github.com/be5invis/iosevka/releases attrpath: iosevka-comfy.comfy-wide Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] Hashes equal; no update necessary [result] Failed to update iosevka-comfy.comfy-wide 1.4.0 -> 29.2.1 https://github.com/be5invis/iosevka/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.spago, using log file: /var/log/nixpkgs-update/haskellPackages.spago/2024-05-04.log haskellPackages.spago 0.20.9 -> 0.21.0 https://github.com/purescript/spago/releases attrpath: haskellPackages.spago 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/purescript/spago/spago.nix b/pkgs/development/tools/purescript/spago/spago.nix index e3636e16f58c..c6fa3a1a7462 100644 --- a/pkgs/development/tools/purescript/spago/spago.nix +++ b/pkgs/development/tools/purescript/spago/spago.nix @@ -14,10 +14,10 @@ }: mkDerivation { pname = "spago"; - version = "0.20.9"; + version = "0.21.0"; src = fetchgit { url = "https://github.com/purescript/spago.git"; - sha256 = "00vdqg7vaw3d9zwh47886lw9fhhlwjagzhaj3aqz4xm92pjavhih"; + sha256 = "sha256-MMKt5BWpdvKxGlLB/5TkFEKXODUIHQL5T21wtc/DbQM="; rev = "d16d4914200783fbd820ba89dbdf67270454faf5"; fetchSubmodules = true; }; rev equal; no update necessary [result] Failed to update haskellPackages.spago 0.20.9 -> 0.21.0 https://github.com/purescript/spago/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-es, using log file: /var/log/nixpkgs-update/hunspellDicts.es-es/2024-05-04.log hunspellDicts.es-es 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-es Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-es 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_libre.chipsec, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_libre.chipsec/2024-05-04.log linuxKernel.packages.linux_libre.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases attrpath: linuxKernel.packages.linux_libre.chipsec creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_libre.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_10_hardened.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_10_hardened.vendor-reset/2024-05-04.log linuxKernel.packages.linux_5_10_hardened.vendor-reset unstable-2021-02-16-5.10.212 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_5_10_hardened.vendor-reset creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_10_hardened.vendor-reset unstable-2021-02-16-5.10.212 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.influxdb3-python, using log file: /var/log/nixpkgs-update/python311Packages.influxdb3-python/2024-05-04.log python311Packages.influxdb3-python 0 -> 1 attrpath: python311Packages.influxdb3-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kmddlq4nzy6i8fyqk66a0dw3qwn0ij1x-packages.json.drv building '/nix/store/kmddlq4nzy6i8fyqk66a0dw3qwn0ij1x-packages.json.drv'... Going to be running update for following packages: - python3.11-influxdb3-python-0.4.0 Press Enter key to continue... Running update for: - python3.11-influxdb3-python-0.4.0: UPDATING ... - python3.11-influxdb3-python-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.influxdb3-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bwa, using log file: /var/log/nixpkgs-update/bwa/2024-05-04.log bwa unstable-2022-09-23 -> 0.7.18 https://github.com/lh3/bwa/releases attrpath: bwa Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update bwa unstable-2022-09-23 -> 0.7.18 https://github.com/lh3/bwa/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.dde-device-formatter, using log file: /var/log/nixpkgs-update/deepin.dde-device-formatter/2024-05-04.log deepin.dde-device-formatter 0.0.1.15 -> 0.0.1.16 https://github.com/linuxdeepin/dde-device-formatter/releases attrpath: deepin.dde-device-formatter deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dde-device-formatter 0.0.1.15 -> 0.0.1.16 https://github.com/linuxdeepin/dde-device-formatter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.nvim-cmp, using log file: /var/log/nixpkgs-update/lua54Packages.nvim-cmp/2024-05-04.log lua54Packages.nvim-cmp scm-1 -> 0.0.1 https://github.com/hrsh7th/nvim-cmp/releases attrpath: lua54Packages.nvim-cmp Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.nvim-cmp scm-1 -> 0.0.1 https://github.com/hrsh7th/nvim-cmp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1_hardened.nvidia_x11_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1_hardened.nvidia_x11_beta_open/2024-05-04.log linuxKernel.packages.linux_6_1_hardened.nvidia_x11_beta_open 6.1.81-550.78 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_6_1_hardened.nvidia_x11_beta_open creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_1_hardened.nvidia_x11_beta_open 6.1.81-550.78 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_4.nvidia_x11_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_4.nvidia_x11_beta_open/2024-05-04.log linuxKernel.packages.linux_5_4.nvidia_x11_beta_open 5.4.275-550.78 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_5_4.nvidia_x11_beta_open creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_4.nvidia_x11_beta_open 5.4.275-550.78 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.rocks-nvim, using log file: /var/log/nixpkgs-update/luajitPackages.rocks-nvim/2024-05-04.log luajitPackages.rocks-nvim 2.21.1-1 -> 2.26.0 https://github.com/nvim-neorocks/rocks.nvim/releases attrpath: luajitPackages.rocks-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.rocks-nvim 2.21.1-1 -> 2.26.0 https://github.com/nvim-neorocks/rocks.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_latest_libre.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_latest_libre.vendor-reset/2024-05-04.log linuxKernel.packages.linux_latest_libre.vendor-reset unstable-2021-02-16-6.8.9 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_latest_libre.vendor-reset creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_latest_libre.vendor-reset unstable-2021-02-16-6.8.9 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.printbox-text, using log file: /var/log/nixpkgs-update/ocamlPackages.printbox-text/2024-05-04.log ocamlPackages.printbox-text 0.6.1 -> 0.11 https://github.com/c-cube/printbox/releases attrpath: ocamlPackages.printbox-text Checking auto update branch... No auto update branch exists Old version 0.6.1" not present in master derivation file with contents: { buildDunePackage, lib, ocaml, printbox, uucp, uutf, mdx }: buildDunePackage { pname = "printbox-text"; inherit (printbox) src version; propagatedBuildInputs = [ printbox uucp uutf ]; doCheck = printbox.doCheck && lib.versionOlder ocaml.version "5.0"; nativeCheckInputs = [ mdx.bin ]; meta = printbox.meta // { description = "Text renderer for printbox, using unicode edges"; }; } [result] Failed to update ocamlPackages.printbox-text 0.6.1 -> 0.11 https://github.com/c-cube/printbox/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.carton, using log file: /var/log/nixpkgs-update/ocamlPackages.carton/2024-05-04.log ocamlPackages.carton 0.7.0 -> 3.15.0 https://github.com/mirage/ocaml-git/releases attrpath: ocamlPackages.carton Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/4w4wbjl5y22hjazxwrmb0xb94n3515ng-git-carton-v3.15.0.tbz.drv building '/nix/store/4w4wbjl5y22hjazxwrmb0xb94n3515ng-git-carton-v3.15.0.tbz.drv'... trying https://github.com/mirage/ocaml-git/releases/download/carton-v3.15.0/git-carton-v3.15.0.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download git-carton-v3.15.0.tbz from any mirror error: builder for '/nix/store/4w4wbjl5y22hjazxwrmb0xb94n3515ng-git-carton-v3.15.0.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/ocaml-git/releases/download/carton-v3.15.0/git-carton-v3.15.0.tbz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download git-carton-v3.15.0.tbz from any mirror For full logs, run 'nix log /nix/store/4w4wbjl5y22hjazxwrmb0xb94n3515ng-git-carton-v3.15.0.tbz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ocamlPackages.carton.originalSrc' not found stderr did not split as expected full stderr was: these 5 derivations will be built: /nix/store/4w4wbjl5y22hjazxwrmb0xb94n3515ng-git-carton-v3.15.0.tbz.drv /nix/store/a9hxpp79wki3gp9sv2rh3h8hnzfsg24a-ocaml5.1.1-alcotest-lwt-1.7.0.drv /nix/store/im4xw57ghmjqnp3c9qkal5g867fkgz8l-ocaml5.1.1-checkseum-0.5.2.drv /nix/store/br5mmv7lj4d6xbsnlnnl851pyr9m7j4v-ocaml5.1.1-decompress-1.5.3.drv /nix/store/x8pxmmac4r4gq1zl658hgd1g2iqaz5d6-ocaml5.1.1-carton-3.15.0.drv these 6 paths will be fetched (26.98 MiB download, 145.40 MiB unpacked): /nix/store/5sczam68xdys5642528dam9djvma2c8k-ocaml5.1.1-base64-3.5.1 /nix/store/b7464nr7gjpkmcm8m7ppn23r5gg2xnpv-ocaml5.1.1-bos-0.2.1 /nix/store/xm6vzkh6ic16kxj9yila8vqc3xnbd9fd-ocaml5.1.1-digestif-1.1.4 /nix/store/0n8q1w6nrf6mcaqng4nksqq5mwpjx0wd-ocaml5.1.1-js_of_ocaml-5.7.1 /nix/store/q45vrw3bz2pq2vsxjxdgrny98qxyyl6q-ocaml5.1.1-js_of_ocaml-compiler-5.7.1 /nix/store/jbgr34kygaqrm7wwc6gva1a7760iygj0-ocaml5.1.1-logs-0.7.0 copying path '/nix/store/xm6vzkh6ic16kxj9yila8vqc3xnbd9fd-ocaml5.1.1-digestif-1.1.4' from 'https://cache.nixos.org'... copying path '/nix/store/5sczam68xdys5642528dam9djvma2c8k-ocaml5.1.1-base64-3.5.1' from 'https://cache.nixos.org'... copying path '/nix/store/q45vrw3bz2pq2vsxjxdgrny98qxyyl6q-ocaml5.1.1-js_of_ocaml-compiler-5.7.1' from 'https://cache.nixos.org'... building '/nix/store/4w4wbjl5y22hjazxwrmb0xb94n3515ng-git-carton-v3.15.0.tbz.drv'... trying https://github.com/mirage/ocaml-git/releases/download/carton-v3.15.0/git-carton-v3.15.0.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download git-carton-v3.15.0.tbz from any mirror error: builder for '/nix/store/4w4wbjl5y22hjazxwrmb0xb94n3515ng-git-carton-v3.15.0.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/ocaml-git/releases/download/carton-v3.15.0/git-carton-v3.15.0.tbz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download git-carton-v3.15.0.tbz from any mirror For full logs, run 'nix log /nix/store/4w4wbjl5y22hjazxwrmb0xb94n3515ng-git-carton-v3.15.0.tbz.drv'. error: 1 dependencies of derivation '/nix/store/x8pxmmac4r4gq1zl658hgd1g2iqaz5d6-ocaml5.1.1-carton-3.15.0.drv' failed to build [result] Failed to update ocamlPackages.carton 0.7.0 -> 3.15.0 https://github.com/mirage/ocaml-git/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.dns-client, using log file: /var/log/nixpkgs-update/ocamlPackages.dns-client/2024-05-04.log ocamlPackages.dns-client 7.0.1 -> 7.0.3 https://github.com/mirage/ocaml-dns/releases attrpath: ocamlPackages.dns-client Checking auto update branch... No auto update branch exists Old version 7.0.1" not present in master derivation file with contents: { lib, buildDunePackage, dns, lwt, mirage-clock, mirage-time , mirage-random, mirage-crypto-rng, mtime, randomconv , cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest , ca-certs, ca-certs-nss , happy-eyeballs , tcpip , tls, tls-mirage }: buildDunePackage { pname = "dns-client"; inherit (dns) src version; duneVersion = "3"; propagatedBuildInputs = [ dns randomconv domain-name mtime mirage-crypto-rng ]; checkInputs = [ alcotest ]; doCheck = true; meta = dns.meta // { description = "Pure DNS resolver API"; mainProgram = "dns-client.unix"; }; } [result] Failed to update ocamlPackages.dns-client 7.0.1 -> 7.0.3 https://github.com/mirage/ocaml-dns/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.mustache, using log file: /var/log/nixpkgs-update/ocamlPackages.mustache/2024-05-04.log ocamlPackages.mustache 3.1.0 -> 3.3.0 https://github.com/rgrinberg/ocaml-mustache/releases attrpath: ocamlPackages.mustache 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/mustache/default.nix b/pkgs/development/ocaml-modules/mustache/default.nix index ce2201c37873..d13ceeebe46e 100644 --- a/pkgs/development/ocaml-modules/mustache/default.nix +++ b/pkgs/development/ocaml-modules/mustache/default.nix @@ -2,13 +2,13 @@ buildDunePackage rec { pname = "mustache"; - version = "3.1.0"; + version = "3.3.0"; duneVersion = "3"; src = fetchFromGitHub { owner = "rgrinberg"; repo = "ocaml-mustache"; rev = "v${version}"; - sha256 = "19v8rk8d8lkfm2rmhdawfgadji6wa267ir5dprh4w9l1sfj8a1py"; + sha256 = "sha256-7rdp7nrjc25/Nuj/cf78qxS3Qy4ufaNcKjSnYh4Ri8U="; }; nativeBuildInputs = [ menhir ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.mustache nix build failed. @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Done: 0% (0/2, 2 left) (jobs: 1) Done: 12% (6/47, 41 left) (jobs: 0) Done: 42% (20/47, 27 left) (jobs: 0) Done: 34% (23/66, 43 left) (jobs: 0) Done: 32% (23/71, 48 left) (jobs: 1) Done: 30% (23/76, 53 left) (jobs: 4) Done: 42% (32/76, 44 left) (jobs: 3) Done: 52% (40/76, 36 left) (jobs: 1) Done: 65% (50/76, 26 left) (jobs: 2) Done: 72% (55/76, 21 left) (jobs: 3) Done: 76% (58/76, 18 left) (jobs: 3) Done: 78% (60/76, 16 left) (jobs: 2) Done: 81% (62/76, 14 left) (jobs: 2) Done: 86% (66/76, 10 left) (jobs: 1) Done: 89% (68/76, 8 left) (jobs: 1) Done: 92% (70/76, 6 left) (jobs: 1) Done: 96% (73/76, 3 left) (jobs: 1) Done: 98% (75/76, 1 left) (jobs: 0) @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase File "mustache-cli/test/dune", line 2, characters 7-28: 2 | (deps %{bin:mustache-ocaml})) ^^^^^^^^^^^^^^^^^^^^^ Error: Program mustache-ocaml not found in the tree or in PATH (context: default) File "mustache-cli/test/errors/dune", line 2, characters 7-28: 2 | (deps %{bin:mustache-ocaml})) ^^^^^^^^^^^^^^^^^^^^^ Error: Program mustache-ocaml not found in the tree or in PATH (context: default) Done: 100% (39/39, 0 left, 2 failed) (jobs: 0) Done: 86% (75/87, 12 left, 2 failed) (jobs: 1) Done: 87% (100/114, 14 left, 2 failed) (jobs: 5) Done: 91% (104/114, 10 left, 2 failed) (jobs: 4) Done: 93% (107/114, 7 left, 2 failed) (jobs: 3) Done: 95% (109/114, 5 left, 2 failed) (jobs: 3) Done: 96% (110/114, 4 left, 2 failed) (jobs: 3) Done: 98% (113/115, 2 left, 2 failed) (jobs: 2) Done: 99% (114/115, 1 left, 2 failed) (jobs: 1) Done: 98% (115/117, 2 left, 2 failed) (jobs: 2) (cd _build/default/mustache/lib_test && ./test_mustache.exe) ...................................... Ran: 38 tests in: 0.11 seconds. OK Done: 98% (115/117, 2 left, 2 failed) (jobs: 2) Done: 99% (116/117, 1 left, 2 failed) (jobs: 1) (cd _build/default/mustache/lib_test && ./spec_mustache.exe) ....................................................................................................................... Ran: 119 tests in: 0.12 seconds. OK Done: 99% (116/117, 1 left, 2 failed) (jobs: 1) [result] Failed to update ocamlPackages.mustache 3.1.0 -> 3.3.0 https://github.com/rgrinberg/ocaml-mustache/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.ocamlformat_0_25_1, using log file: /var/log/nixpkgs-update/ocamlPackages.ocamlformat_0_25_1/2024-05-04.log ocamlPackages.ocamlformat_0_25_1 0.25.1 -> 0.26.2 https://github.com/ocaml-ppx/ocamlformat/releases attrpath: ocamlPackages.ocamlformat_0_25_1 Checking auto update branch... No auto update branch exists Version in attr path ocamlPackages.ocamlformat_0_25_1 not compatible with 0.26.2 [result] Failed to update ocamlPackages.ocamlformat_0_25_1 0.25.1 -> 0.26.2 https://github.com/ocaml-ppx/ocamlformat/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.nvim-nio, using log file: /var/log/nixpkgs-update/luajitPackages.nvim-nio/2024-05-04.log luajitPackages.nvim-nio 1.9.0-1 -> 1.9.3 https://github.com/nvim-neotest/nvim-nio/releases attrpath: luajitPackages.nvim-nio Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.nvim-nio 1.9.0-1 -> 1.9.3 https://github.com/nvim-neotest/nvim-nio/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open/2024-05-04.log linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open 6.1.90-550.40.61 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_1.nvidia_x11_vulkan_beta_open 6.1.90-550.40.61 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open/2024-05-04.log linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open 6.6.30-550.40.61 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_libre.nvidia_x11_vulkan_beta_open 6.6.30-550.40.61 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua53Packages.rocks-nvim, using log file: /var/log/nixpkgs-update/lua53Packages.rocks-nvim/2024-05-04.log lua53Packages.rocks-nvim 2.21.1-1 -> 2.26.0 https://github.com/nvim-neorocks/rocks.nvim/releases attrpath: lua53Packages.rocks-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.rocks-nvim 2.21.1-1 -> 2.26.0 https://github.com/nvim-neorocks/rocks.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua52Packages.toml, using log file: /var/log/nixpkgs-update/lua52Packages.toml/2024-05-04.log lua52Packages.toml 0.3.0-0 -> 2.0.0 https://repology.org/project/lua:toml/versions attrpath: lua52Packages.toml Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.toml 0.3.0-0 -> 2.0.0 https://repology.org/project/lua:toml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath apt-mirror, using log file: /var/log/nixpkgs-update/apt-mirror/2024-05-04.log apt-mirror 0 -> 1 attrpath: apt-mirror Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fa9kjf3bi5y46h0cl4p00qd38pkh46dz-packages.json.drv building '/nix/store/fa9kjf3bi5y46h0cl4p00qd38pkh46dz-packages.json.drv'... Going to be running update for following packages: - apt-mirror-0.5.4 Press Enter key to continue... Running update for: - apt-mirror-0.5.4: UPDATING ... - apt-mirror-0.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update apt-mirror 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubectl-validate, using log file: /var/log/nixpkgs-update/kubectl-validate/2024-05-04.log kubectl-validate 0 -> 1 attrpath: kubectl-validate Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6zp654d7ik2pmyjzb1hvwiz69w3jd7z4-packages.json.drv building '/nix/store/6zp654d7ik2pmyjzb1hvwiz69w3jd7z4-packages.json.drv'... Going to be running update for following packages: - kubectl-validate-0.0.3 Press Enter key to continue... Running update for: - kubectl-validate-0.0.3: UPDATING ... - kubectl-validate-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kubectl-validate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elf-info, using log file: /var/log/nixpkgs-update/elf-info/2024-05-04.log elf-info 0 -> 1 attrpath: elf-info Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vgwlgwxyxg70k3p1jhy0fylablxvrkq8-packages.json.drv building '/nix/store/vgwlgwxyxg70k3p1jhy0fylablxvrkq8-packages.json.drv'... Going to be running update for following packages: - elf-info-0.3.0 Press Enter key to continue... Running update for: - elf-info-0.3.0: UPDATING ... - elf-info-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update elf-info 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl538Packages.CompressRawBzip2 2.206 -> 2.212 https://github.com/pmqs/Compress-Raw-Bzip2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.happy-eyeballs, using log file: /var/log/nixpkgs-update/ocamlPackages.happy-eyeballs/2024-05-04.log ocamlPackages.happy-eyeballs 0.5.0 -> 0.6.0 https://github.com/roburio/happy-eyeballs/releases attrpath: ocamlPackages.happy-eyeballs Checking auto update branch... An auto update branch exists with message `ocamlPackages.happy-eyeballs: 0.5.0 -> 0.6.0`. New version is 0.6.0. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.happy-eyeballs 0.5.0 -> 0.6.0 https://github.com/roburio/happy-eyeballs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath postgresql13JitPackages.pgaudit, using log file: /var/log/nixpkgs-update/postgresql13JitPackages.pgaudit/2024-05-04.log postgresql13JitPackages.pgaudit 1.5.2 -> 16.0 https://github.com/pgaudit/pgaudit/releases attrpath: postgresql13JitPackages.pgaudit creates too many duplicate PRs [result] Failed to update postgresql13JitPackages.pgaudit 1.5.2 -> 16.0 https://github.com/pgaudit/pgaudit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php83Extensions.sqlsrv, using log file: /var/log/nixpkgs-update/php83Extensions.sqlsrv/2024-05-04.log php83Extensions.sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases attrpath: php83Extensions.sqlsrv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/px1b1yag8k2q3j4dn64w6r1wv2qs63hg-packages.json.drv building '/nix/store/px1b1yag8k2q3j4dn64w6r1wv2qs63hg-packages.json.drv'... Going to be running update for following packages: - php-sqlsrv-5.10.1 Press Enter key to continue... Running update for: - php-sqlsrv-5.10.1: UPDATING ... - php-sqlsrv-5.10.1: ERROR --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 361, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 299, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- The update script for php-sqlsrv-5.10.1 failed with exit code 1 [result] Failed to update php83Extensions.sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-iot, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-iot/2024-05-04.log python311Packages.mypy-boto3-iot 1.34.52 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-iot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dmj3izjppxa8164hn71cgqclw63xhaib-packages.json.drv building '/nix/store/dmj3izjppxa8164hn71cgqclw63xhaib-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-iot-1.34.52 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-iot-1.34.52: UPDATING ... - python3.11-mypy-boto3-iot-1.34.52: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-iot 1.34.52 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-ivschat, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-ivschat/2024-05-04.log python311Packages.mypy-boto3-ivschat 1.34.76 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-ivschat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/awjn4yxrkm36xa3hz2a10izl75s2nyjz-packages.json.drv building '/nix/store/awjn4yxrkm36xa3hz2a10izl75s2nyjz-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-ivschat-1.34.76 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-ivschat-1.34.76: UPDATING ... - python3.11-mypy-boto3-ivschat-1.34.76: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-ivschat 1.34.76 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-globalaccelerator, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-globalaccelerator/2024-05-04.log python311Packages.mypy-boto3-globalaccelerator 1.34.70 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-globalaccelerator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ky19pjikm636swlbpv3bwv7mrvd69zlr-packages.json.drv building '/nix/store/ky19pjikm636swlbpv3bwv7mrvd69zlr-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-globalaccelerator-1.34.70 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-globalaccelerator-1.34.70: UPDATING ... - python3.11-mypy-boto3-globalaccelerator-1.34.70: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-globalaccelerator 1.34.70 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-fis, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-fis/2024-05-04.log python311Packages.mypy-boto3-fis 1.34.63 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-fis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iglk50jwmfl0n5sf5m0djy3hl4kmpylq-packages.json.drv building '/nix/store/iglk50jwmfl0n5sf5m0djy3hl4kmpylq-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-fis-1.34.63 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-fis-1.34.63: UPDATING ... - python3.11-mypy-boto3-fis-1.34.63: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-fis 1.34.63 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-pi, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-pi/2024-05-04.log python311Packages.mypy-boto3-pi 1.34.0 -> 1.34.90 https://repology.org/project/python:mypy-boto3-pi/versions attrpath: python311Packages.mypy-boto3-pi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8l0fb58psl083fdpya7b4vj5xmkj9716-packages.json.drv building '/nix/store/8l0fb58psl083fdpya7b4vj5xmkj9716-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-pi-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-pi-1.34.0: UPDATING ... - python3.11-mypy-boto3-pi-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-pi 1.34.0 -> 1.34.90 https://repology.org/project/python:mypy-boto3-pi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-m2, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-m2/2024-05-04.log python311Packages.mypy-boto3-m2 1.34.0 -> 1.34.85 https://repology.org/project/python:mypy-boto3-m2/versions attrpath: python311Packages.mypy-boto3-m2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cjcz5wkjsfbwnhn55mpk5vvdabvllcd8-packages.json.drv building '/nix/store/cjcz5wkjsfbwnhn55mpk5vvdabvllcd8-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-m2-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-m2-1.34.0: UPDATING ... - python3.11-mypy-boto3-m2-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-m2 1.34.0 -> 1.34.85 https://repology.org/project/python:mypy-boto3-m2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-qldb-session, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-qldb-session/2024-05-04.log python311Packages.mypy-boto3-qldb-session 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-qldb-session Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qf7a41wvi4bsjd8c83mkpv21fvnq7kkm-packages.json.drv building '/nix/store/qf7a41wvi4bsjd8c83mkpv21fvnq7kkm-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-qldb-session-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-qldb-session-1.34.0: UPDATING ... - python3.11-mypy-boto3-qldb-session-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-qldb-session 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-docdb-elastic, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-docdb-elastic/2024-05-04.log python311Packages.mypy-boto3-docdb-elastic 1.34.53 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-docdb-elastic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/42hlp6418xcmab22bgqm0imqjql1hhs0-packages.json.drv building '/nix/store/42hlp6418xcmab22bgqm0imqjql1hhs0-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-docdb-elastic-1.34.53 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-docdb-elastic-1.34.53: UPDATING ... - python3.11-mypy-boto3-docdb-elastic-1.34.53: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-docdb-elastic 1.34.53 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-budgets, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-budgets/2024-05-04.log python311Packages.mypy-boto3-budgets 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-budgets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7phxrl7m9cvrjgiwwwbl0gqgr0afg5m6-packages.json.drv building '/nix/store/7phxrl7m9cvrjgiwwwbl0gqgr0afg5m6-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-budgets-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-budgets-1.34.0: UPDATING ... - python3.11-mypy-boto3-budgets-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-budgets 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-timestream-query, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-timestream-query/2024-05-04.log python311Packages.mypy-boto3-timestream-query 1.34.65 -> 1.34.94 https://repology.org/project/python:mypy-boto3-timestream-query/versions attrpath: python311Packages.mypy-boto3-timestream-query Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m931wq2ispx4p8j86avpa642cym5h2jj-packages.json.drv building '/nix/store/m931wq2ispx4p8j86avpa642cym5h2jj-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-timestream-query-1.34.65 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-timestream-query-1.34.65: UPDATING ... - python3.11-mypy-boto3-timestream-query-1.34.65: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-timestream-query 1.34.65 -> 1.34.94 https://repology.org/project/python:mypy-boto3-timestream-query/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.gitsigns-nvim, using log file: /var/log/nixpkgs-update/luajitPackages.gitsigns-nvim/2024-05-04.log luajitPackages.gitsigns-nvim scm-1 -> 0.8.1 https://github.com/lewis6991/gitsigns.nvim/releases attrpath: luajitPackages.gitsigns-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.gitsigns-nvim scm-1 -> 0.8.1 https://github.com/lewis6991/gitsigns.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1_hardened.chipsec, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1_hardened.chipsec/2024-05-04.log linuxKernel.packages.linux_6_1_hardened.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases attrpath: linuxKernel.packages.linux_6_1_hardened.chipsec creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_1_hardened.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath juce, using log file: /var/log/nixpkgs-update/juce/2024-05-04.log juce 7.0.11 -> 7.0.12 https://repology.org/project/juce/versions attrpath: juce Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update juce 7.0.11 -> 7.0.12 https://repology.org/project/juce/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libwacom, using log file: /var/log/nixpkgs-update/libwacom/2024-05-04.log libwacom 2.10.0 -> 2.11.0 https://repology.org/project/libwacom/versions attrpath: libwacom Checking auto update branch... No auto update branch exists Old version 2.10.0" not present in master derivation file with contents: { stdenv , lib , fetchFromGitHub , meson , ninja , glib , pkg-config , udev , libevdev , libgudev , libxml2 , python3 , valgrind }: stdenv.mkDerivation rec { pname = "libwacom"; version = "2.11.0"; outputs = [ "out" "dev" ]; src = fetchFromGitHub { owner = "linuxwacom"; repo = "libwacom"; rev = "libwacom-${version}"; hash = "sha256-TQOe954Zos3VpAG5M/O5je9dr8d4gOXIwy4xl3o+e1g="; }; postPatch = '' patchShebangs test/check-files-in-git.sh ''; nativeBuildInputs = [ pkg-config meson ninja python3 ]; buildInputs = [ glib udev libevdev libgudev ]; doCheck = stdenv.hostPlatform == stdenv.buildPlatform && lib.meta.availableOn stdenv.hostPlatform valgrind && !stdenv.hostPlatform.isPower # one test times out ; mesonFlags = [ "-Dtests=${if doCheck then "enabled" else "disabled"}" ]; checkInputs = [ libxml2 ]; nativeCheckInputs = [ valgrind (python3.withPackages (ps: with ps; [ ps.libevdev pytest pyudev ])) ]; meta = with lib; { platforms = platforms.linux; homepage = "https://linuxwacom.github.io/"; changelog = "https://github.com/linuxwacom/libwacom/blob/${src.rev}/NEWS"; description = "Libraries, configuration, and diagnostic tools for Wacom tablets running under Linux"; maintainers = teams.freedesktop.members; license = licenses.hpnd; }; } [result] Failed to update libwacom 2.10.0 -> 2.11.0 https://repology.org/project/libwacom/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-ivs, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-ivs/2024-05-04.log python311Packages.mypy-boto3-ivs 1.34.78 -> 1.34.92 https://repology.org/project/python:mypy-boto3-ivs/versions attrpath: python311Packages.mypy-boto3-ivs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sm47h22gaq66h9cnsdv578gk6kg7wihw-packages.json.drv building '/nix/store/sm47h22gaq66h9cnsdv578gk6kg7wihw-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-ivs-1.34.78 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-ivs-1.34.78: UPDATING ... - python3.11-mypy-boto3-ivs-1.34.78: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-ivs 1.34.78 -> 1.34.92 https://repology.org/project/python:mypy-boto3-ivs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_4_hardened.chipsec, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_4_hardened.chipsec/2024-05-04.log linuxKernel.packages.linux_5_4_hardened.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases attrpath: linuxKernel.packages.linux_5_4_hardened.chipsec creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_4_hardened.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl538Packages.IOCompress 2.206 -> 2.212 https://github.com/pmqs/IO-Compress/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.unisim_archisec, using log file: /var/log/nixpkgs-update/ocamlPackages.unisim_archisec/2024-05-04.log ocamlPackages.unisim_archisec 0.0.5 -> 0.0.8 https://github.com/binsec/unisim_archisec/releases attrpath: ocamlPackages.unisim_archisec Checking auto update branch... An auto update branch exists with message `ocamlPackages.unisim_archisec: 0.0.5 -> 0.0.8`. New version is 0.0.8. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.unisim_archisec 0.0.5 -> 0.0.8 https://github.com/binsec/unisim_archisec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.tuntap, using log file: /var/log/nixpkgs-update/ocamlPackages.tuntap/2024-05-04.log ocamlPackages.tuntap 2.0.0 -> 2.0.1 https://github.com/mirage/ocaml-tuntap/releases attrpath: ocamlPackages.tuntap Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/mh8zhg55h3n6kfzzw0587xqbn3vh6jy6-tuntap-v2.0.1.tbz.drv building '/nix/store/mh8zhg55h3n6kfzzw0587xqbn3vh6jy6-tuntap-v2.0.1.tbz.drv'... trying https://github.com/mirage/ocaml-tuntap/releases/download/v2.0.1/tuntap-v2.0.1.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download tuntap-v2.0.1.tbz from any mirror error: builder for '/nix/store/mh8zhg55h3n6kfzzw0587xqbn3vh6jy6-tuntap-v2.0.1.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/ocaml-tuntap/releases/download/v2.0.1/tuntap-v2.0.1.tbz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download tuntap-v2.0.1.tbz from any mirror For full logs, run 'nix log /nix/store/mh8zhg55h3n6kfzzw0587xqbn3vh6jy6-tuntap-v2.0.1.tbz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ocamlPackages.tuntap.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/mh8zhg55h3n6kfzzw0587xqbn3vh6jy6-tuntap-v2.0.1.tbz.drv /nix/store/b4qmjjqgxxy8b5x8yl17bwj0ysvzrrn6-ocaml5.1.1-tuntap-2.0.1.drv building '/nix/store/mh8zhg55h3n6kfzzw0587xqbn3vh6jy6-tuntap-v2.0.1.tbz.drv'... trying https://github.com/mirage/ocaml-tuntap/releases/download/v2.0.1/tuntap-v2.0.1.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download tuntap-v2.0.1.tbz from any mirror error: builder for '/nix/store/mh8zhg55h3n6kfzzw0587xqbn3vh6jy6-tuntap-v2.0.1.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/ocaml-tuntap/releases/download/v2.0.1/tuntap-v2.0.1.tbz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download tuntap-v2.0.1.tbz from any mirror For full logs, run 'nix log /nix/store/mh8zhg55h3n6kfzzw0587xqbn3vh6jy6-tuntap-v2.0.1.tbz.drv'. error: 1 dependencies of derivation '/nix/store/b4qmjjqgxxy8b5x8yl17bwj0ysvzrrn6-ocaml5.1.1-tuntap-2.0.1.drv' failed to build [result] Failed to update ocamlPackages.tuntap 2.0.0 -> 2.0.1 https://github.com/mirage/ocaml-tuntap/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-service-quotas, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-service-quotas/2024-05-04.log python311Packages.mypy-boto3-service-quotas 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-service-quotas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r841hggwl47an1xf3kz9aijkv9jxh7k3-packages.json.drv building '/nix/store/r841hggwl47an1xf3kz9aijkv9jxh7k3-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-service-quotas-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-service-quotas-1.34.0: UPDATING ... - python3.11-mypy-boto3-service-quotas-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-service-quotas 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-sagemaker-geospatial, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-sagemaker-geospatial/2024-05-04.log python311Packages.mypy-boto3-sagemaker-geospatial 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-sagemaker-geospatial Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5vwvi4bxhip8m4ksxxpx7gwh9651b3y0-packages.json.drv building '/nix/store/5vwvi4bxhip8m4ksxxpx7gwh9651b3y0-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-sagemaker-geospatial-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-sagemaker-geospatial-1.34.0: UPDATING ... - python3.11-mypy-boto3-sagemaker-geospatial-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-sagemaker-geospatial 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-cloudwatch, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-cloudwatch/2024-05-04.log python311Packages.mypy-boto3-cloudwatch 1.34.83 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-cloudwatch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1b2aqh6pnckhqiks8s43g4c5snxfpmb0-packages.json.drv building '/nix/store/1b2aqh6pnckhqiks8s43g4c5snxfpmb0-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-cloudwatch-1.34.83 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-cloudwatch-1.34.83: UPDATING ... - python3.11-mypy-boto3-cloudwatch-1.34.83: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-cloudwatch 1.34.83 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod.nvidia_x11_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod.nvidia_x11_beta_open/2024-05-04.log linuxKernel.packages.linux_xanmod.nvidia_x11_beta_open 6.6.29-550.78 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_xanmod.nvidia_x11_beta_open creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_xanmod.nvidia_x11_beta_open 6.6.29-550.78 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-iotthingsgraph, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-iotthingsgraph/2024-05-04.log python311Packages.mypy-boto3-iotthingsgraph 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-iotthingsgraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7h1iskjyzvp30573fy0ihb1zx8abp6zh-packages.json.drv building '/nix/store/7h1iskjyzvp30573fy0ihb1zx8abp6zh-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-iotthingsgraph-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-iotthingsgraph-1.34.0: UPDATING ... - python3.11-mypy-boto3-iotthingsgraph-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-iotthingsgraph 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.riot, using log file: /var/log/nixpkgs-update/ocamlPackages.riot/2024-05-04.log ocamlPackages.riot 0.0.7 -> 0.0.9 https://github.com/leostera/riot/releases attrpath: ocamlPackages.riot 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/riot/default.nix b/pkgs/development/ocaml-modules/riot/default.nix index a6f599639111..f9a9166d626f 100644 --- a/pkgs/development/ocaml-modules/riot/default.nix +++ b/pkgs/development/ocaml-modules/riot/default.nix @@ -11,13 +11,13 @@ buildDunePackage rec { pname = "riot"; - version = "0.0.7"; + version = "0.0.9"; minimalOCamlVersion = "5.1"; src = fetchurl { url = "https://github.com/leostera/riot/releases/download/${version}/riot-${version}.tbz"; - hash = "sha256-t+PMBh4rZXi82dUljv3nLzZX5o1iagBbQ9FfGnr/dp4="; + hash = "sha256-8DX1tqwlWHlCmLt/XHrrc/7qk+MhJdwBnAqmQksTqoo="; }; propagatedBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.riot nix build failed. -> required by _build/default/riot.install -> required by alias install Done: 80% (4/5, 1 left) (jobs: 0) File "riot/lib/dune", line 14, characters 2-24: 14 | mirage-crypto-rng.unix)) ^^^^^^^^^^^^^^^^^^^^^^ Error: Library "mirage-crypto-rng.unix" not found. -> required by library "lib" in _build/default/riot/lib -> required by _build/default/META.riot -> required by _build/install/default/lib/riot/META -> required by _build/default/riot.install -> required by alias install Done: 80% (4/5, 1 left) (jobs: 0) File "riot/runtime/scheduler/dune", line 4, characters 28-31: 4 | (libraries core util gluon rio time log runtime_events)) ^^^ Error: Library "rio" not found. -> required by library "scheduler" in _build/default/riot/runtime/scheduler -> required by _build/default/META.riot -> required by _build/install/default/lib/riot/META -> required by _build/default/riot.install -> required by alias install Done: 80% (4/5, 1 left) (jobs: 0) File "riot/runtime/time/dune", line 4, characters 27-41: 4 | (libraries core rio mtime mtime.clock.os)) ^^^^^^^^^^^^^^ Error: Library "mtime.clock.os" not found. -> required by library "time" in _build/default/riot/runtime/time -> required by _build/default/META.riot -> required by _build/install/default/lib/riot/META -> required by _build/default/riot.install -> required by alias install Done: 80% (4/5, 1 left) (jobs: 0) Done: 48% (15/31, 16 left, 5 failed) (jobs: 0) Done: 3% (16/456, 440 left, 5 failed) (jobs: 0) Done: 25% (158/609, 451 left, 5 failed) (jobs: 0) Done: 29% (198/675, 477 left, 5 failed) (jobs: 7) Done: 30% (226/735, 509 left, 5 failed) (jobs: 24) Done: 37% (273/735, 462 left, 5 failed) (jobs: 24) Done: 45% (334/735, 401 left, 5 failed) (jobs: 14) Done: 51% (377/735, 358 left, 5 failed) (jobs: 12) Done: 54% (400/735, 335 left, 5 failed) (jobs: 3) Done: 54% (404/735, 331 left, 5 failed) (jobs: 1) Done: 55% (409/735, 326 left, 5 failed) (jobs: 1) [result] Failed to update ocamlPackages.riot 0.0.7 -> 0.0.9 https://github.com/leostera/riot/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-lookoutmetrics, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-lookoutmetrics/2024-05-04.log python311Packages.mypy-boto3-lookoutmetrics 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-lookoutmetrics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xcma8l3612ldvgd1qn5w10nby9x2znah-packages.json.drv building '/nix/store/xcma8l3612ldvgd1qn5w10nby9x2znah-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-lookoutmetrics-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-lookoutmetrics-1.34.0: UPDATING ... - python3.11-mypy-boto3-lookoutmetrics-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-lookoutmetrics 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-cloudtrail-data, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-cloudtrail-data/2024-05-04.log python311Packages.mypy-boto3-cloudtrail-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-cloudtrail-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m6a318ygbgrx41kzf0dnpd6gq5digfbr-packages.json.drv building '/nix/store/m6a318ygbgrx41kzf0dnpd6gq5digfbr-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-cloudtrail-data-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-cloudtrail-data-1.34.0: UPDATING ... - python3.11-mypy-boto3-cloudtrail-data-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-cloudtrail-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.ipympl, using log file: /var/log/nixpkgs-update/python312Packages.ipympl/2024-05-04.log python312Packages.ipympl 0.9.3 -> 0.9.4 https://repology.org/project/python:ipympl/versions attrpath: python312Packages.ipympl isn't the default python version [result] Failed to update python312Packages.ipympl 0.9.3 -> 0.9.4 https://repology.org/project/python:ipympl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.outlines, using log file: /var/log/nixpkgs-update/python312Packages.outlines/2024-05-04.log python312Packages.outlines 0.0.38 -> 0.0.42 https://github.com/outlines-dev/outlines/releases attrpath: python312Packages.outlines isn't the default python version [result] Failed to update python312Packages.outlines 0.0.38 -> 0.0.42 https://github.com/outlines-dev/outlines/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rust-analyzer, using log file: /var/log/nixpkgs-update/rust-analyzer/2024-05-04.log rust-analyzer 2024-04-08 -> 20240429 https://repology.org/project/rust-analyzer/versions attrpath: rust-analyzer Checking auto update branch... No auto update branch exists Old version 2024-04-08" not present in master derivation file with contents: { lib , stdenv , callPackage , fetchFromGitHub , rustPlatform , CoreServices , cmake , libiconv , useMimalloc ? false , doCheck ? true , nix-update-script }: rustPlatform.buildRustPackage rec { pname = "rust-analyzer-unwrapped"; version = "2024-04-29"; cargoSha256 = "sha256-OvkaBWkq5c3amvDZj51iOXUrfevBMhbCaKGHmrA/23E="; src = fetchFromGitHub { owner = "rust-lang"; repo = "rust-analyzer"; rev = version; sha256 = "sha256-zttBYGaoHpZfqWHQ8OI5f9OkGHCHb8tDBMySwsYNa2U="; }; cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ]; cargoTestFlags = [ "--package" "rust-analyzer" "--package" "proc-macro-srv-cli" ]; # Code format check requires more dependencies but don't really matter for packaging. # So just ignore it. checkFlags = [ "--skip=tidy::check_code_formatting" ]; nativeBuildInputs = lib.optional useMimalloc cmake; buildInputs = lib.optionals stdenv.isDarwin [ CoreServices libiconv ]; buildFeatures = lib.optional useMimalloc "mimalloc"; CFG_RELEASE = version; inherit doCheck; preCheck = lib.optionalString doCheck '' export RUST_SRC_PATH=${rustPlatform.rustLibSrc} ''; doInstallCheck = true; installCheckPhase = '' runHook preInstallCheck versionOutput="$($out/bin/rust-analyzer --version)" echo "'rust-analyzer --version' returns: $versionOutput" [[ "$versionOutput" == "rust-analyzer ${version}" ]] runHook postInstallCheck ''; passthru = { updateScript = nix-update-script { }; # FIXME: Pass overrided `rust-analyzer` once `buildRustPackage` also implements #119942 tests.neovim-lsp = callPackage ./test-neovim-lsp.nix { }; }; meta = with lib; { description = "A modular compiler frontend for the Rust language"; homepage = "https://rust-analyzer.github.io"; license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ oxalica ]; mainProgram = "rust-analyzer"; }; } [result] Failed to update rust-analyzer 2024-04-08 -> 20240429 https://repology.org/project/rust-analyzer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua53Packages.libluv, using log file: /var/log/nixpkgs-update/lua53Packages.libluv/2024-05-04.log lua53Packages.libluv 1.44.2-1 -> 1.48.0-2 https://github.com/luvit/luv/releases attrpath: lua53Packages.libluv Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.libluv 1.44.2-1 -> 1.48.0-2 https://github.com/luvit/luv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-greengrass, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-greengrass/2024-05-04.log python311Packages.mypy-boto3-greengrass 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-greengrass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zdfzy3zbf88cdav7xsb0c4ngfdm6wf4p-packages.json.drv building '/nix/store/zdfzy3zbf88cdav7xsb0c4ngfdm6wf4p-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-greengrass-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-greengrass-1.34.0: UPDATING ... - python3.11-mypy-boto3-greengrass-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-greengrass 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages.grammarly-languageserver, using log file: /var/log/nixpkgs-update/nodePackages.grammarly-languageserver/2024-05-04.log nodePackages.grammarly-languageserver 0.0.4 -> 0.24.0 https://github.com/znck/grammarly/releases attrpath: nodePackages.grammarly-languageserver Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages.grammarly-languageserver 0.0.4 -> 0.24.0 https://github.com/znck/grammarly/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages_latest.kaput-cli, using log file: /var/log/nixpkgs-update/nodePackages_latest.kaput-cli/2024-05-04.log nodePackages_latest.kaput-cli 1.1.1 -> 2.2.2 https://github.com/davidchalifoux/kaput-cli/releases attrpath: nodePackages_latest.kaput-cli Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages_latest.kaput-cli 1.1.1 -> 2.2.2 https://github.com/davidchalifoux/kaput-cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-personalize, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-personalize/2024-05-04.log python311Packages.mypy-boto3-personalize 1.34.20 -> 1.34.97 https://repology.org/project/python:mypy-boto3-personalize/versions attrpath: python311Packages.mypy-boto3-personalize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a8h8952l8mk21ka2rag3465sha07ljkj-packages.json.drv building '/nix/store/a8h8952l8mk21ka2rag3465sha07ljkj-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-personalize-1.34.20 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-personalize-1.34.20: UPDATING ... - python3.11-mypy-boto3-personalize-1.34.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-personalize 1.34.20 -> 1.34.97 https://repology.org/project/python:mypy-boto3-personalize/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.lpeglabel, using log file: /var/log/nixpkgs-update/luajitPackages.lpeglabel/2024-05-04.log luajitPackages.lpeglabel 1.6.0-1 -> 1.6.2-1 https://github.com/sqmedeiros/lpeglabel/releases attrpath: luajitPackages.lpeglabel Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.lpeglabel 1.6.0-1 -> 1.6.2-1 https://github.com/sqmedeiros/lpeglabel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-alexaforbusiness, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-alexaforbusiness/2024-05-04.log python311Packages.mypy-boto3-alexaforbusiness 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-alexaforbusiness Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w8n1lg9vlhmb83f2ndi2mq2kj1nviphm-packages.json.drv building '/nix/store/w8n1lg9vlhmb83f2ndi2mq2kj1nviphm-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-alexaforbusiness-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-alexaforbusiness-1.34.0: UPDATING ... - python3.11-mypy-boto3-alexaforbusiness-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-alexaforbusiness 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-forecast, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-forecast/2024-05-04.log python311Packages.mypy-boto3-forecast 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-forecast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gf7i6kjxn1zc1pwr8ykvd9gyq4psgqac-packages.json.drv building '/nix/store/gf7i6kjxn1zc1pwr8ykvd9gyq4psgqac-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-forecast-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-forecast-1.34.0: UPDATING ... - python3.11-mypy-boto3-forecast-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-forecast 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-wellarchitected, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-wellarchitected/2024-05-04.log python311Packages.mypy-boto3-wellarchitected 1.34.0 -> 1.34.85 https://repology.org/project/python:mypy-boto3-wellarchitected/versions attrpath: python311Packages.mypy-boto3-wellarchitected Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0l19cx1nzhnlnp5dwgq84w0ndh8nv20l-packages.json.drv building '/nix/store/0l19cx1nzhnlnp5dwgq84w0ndh8nv20l-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-wellarchitected-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-wellarchitected-1.34.0: UPDATING ... - python3.11-mypy-boto3-wellarchitected-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-wellarchitected 1.34.0 -> 1.34.85 https://repology.org/project/python:mypy-boto3-wellarchitected/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_6_hardened.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_6_hardened.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_6_6_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_6_6_hardened.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_6_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-opensearchserverless, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-opensearchserverless/2024-05-04.log python311Packages.mypy-boto3-opensearchserverless 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-opensearchserverless Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ms2pj4p9vjnpyimxnzn9ks9h06269z7d-packages.json.drv building '/nix/store/ms2pj4p9vjnpyimxnzn9ks9h06269z7d-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-opensearchserverless-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-opensearchserverless-1.34.0: UPDATING ... - python3.11-mypy-boto3-opensearchserverless-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-opensearchserverless 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-iot-jobs-data, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-iot-jobs-data/2024-05-04.log python311Packages.mypy-boto3-iot-jobs-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-iot-jobs-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/57fb8cic9p5vjic89ka16si7wf6r5b5d-packages.json.drv building '/nix/store/57fb8cic9p5vjic89ka16si7wf6r5b5d-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-iot-jobs-data-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-iot-jobs-data-1.34.0: UPDATING ... - python3.11-mypy-boto3-iot-jobs-data-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-iot-jobs-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-apigateway, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-apigateway/2024-05-04.log python311Packages.mypy-boto3-apigateway 1.34.56 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-apigateway Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ff0q8l7q21ma3n04kc9fz46nvdh4mnp7-packages.json.drv building '/nix/store/ff0q8l7q21ma3n04kc9fz46nvdh4mnp7-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-apigateway-1.34.56 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-apigateway-1.34.56: UPDATING ... - python3.11-mypy-boto3-apigateway-1.34.56: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-apigateway 1.34.56 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-entityresolution, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-entityresolution/2024-05-04.log python311Packages.mypy-boto3-entityresolution 1.34.0 -> 1.34.91 https://repology.org/project/python:mypy-boto3-entityresolution/versions attrpath: python311Packages.mypy-boto3-entityresolution Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/710cnw0jk6yg4hfqjmw6z22xwgakpyfv-packages.json.drv building '/nix/store/710cnw0jk6yg4hfqjmw6z22xwgakpyfv-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-entityresolution-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-entityresolution-1.34.0: UPDATING ... - python3.11-mypy-boto3-entityresolution-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-entityresolution 1.34.0 -> 1.34.91 https://repology.org/project/python:mypy-boto3-entityresolution/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-simspaceweaver, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-simspaceweaver/2024-05-04.log python311Packages.mypy-boto3-simspaceweaver 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-simspaceweaver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hnppkhwqz4ixmgzhm2fq3v9s9shnxqlb-packages.json.drv building '/nix/store/hnppkhwqz4ixmgzhm2fq3v9s9shnxqlb-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-simspaceweaver-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-simspaceweaver-1.34.0: UPDATING ... - python3.11-mypy-boto3-simspaceweaver-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-simspaceweaver 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-sagemaker-edge, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-sagemaker-edge/2024-05-04.log python311Packages.mypy-boto3-sagemaker-edge 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-sagemaker-edge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/491k1qybnxvx245gz4by9prawc2f08zj-packages.json.drv building '/nix/store/491k1qybnxvx245gz4by9prawc2f08zj-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-sagemaker-edge-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-sagemaker-edge-1.34.0: UPDATING ... - python3.11-mypy-boto3-sagemaker-edge-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-sagemaker-edge 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-chime-sdk-messaging, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-chime-sdk-messaging/2024-05-04.log python311Packages.mypy-boto3-chime-sdk-messaging 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-chime-sdk-messaging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ymbm4qzbr3ksdx2ivd4r38acdx1lgdn4-packages.json.drv building '/nix/store/ymbm4qzbr3ksdx2ivd4r38acdx1lgdn4-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-chime-sdk-messaging-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-chime-sdk-messaging-1.34.0: UPDATING ... - python3.11-mypy-boto3-chime-sdk-messaging-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-chime-sdk-messaging 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.anthropic, using log file: /var/log/nixpkgs-update/python312Packages.anthropic/2024-05-04.log python312Packages.anthropic 0.25.6 -> 0.25.7 https://github.com/anthropics/anthropic-sdk-python/releases attrpath: python312Packages.anthropic isn't the default python version [result] Failed to update python312Packages.anthropic 0.25.6 -> 0.25.7 https://github.com/anthropics/anthropic-sdk-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.dm-env, using log file: /var/log/nixpkgs-update/python312Packages.dm-env/2024-05-04.log python312Packages.dm-env 1.6 -> 2.0.2 https://github.com/dpkp/kafka-python/releases attrpath: python312Packages.dm-env isn't the default python version [result] Failed to update python312Packages.dm-env 1.6 -> 2.0.2 https://github.com/dpkp/kafka-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-amplifybackend, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-amplifybackend/2024-05-04.log python312Packages.mypy-boto3-amplifybackend 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-amplifybackend isn't the default python version [result] Failed to update python312Packages.mypy-boto3-amplifybackend 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-dms, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-dms/2024-05-04.log python312Packages.mypy-boto3-dms 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-dms isn't the default python version [result] Failed to update python312Packages.mypy-boto3-dms 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-elasticache, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-elasticache/2024-05-04.log python312Packages.mypy-boto3-elasticache 1.34.72 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-elasticache isn't the default python version [result] Failed to update python312Packages.mypy-boto3-elasticache 1.34.72 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-mobile, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-mobile/2024-05-04.log python312Packages.mypy-boto3-mobile 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-mobile isn't the default python version [result] Failed to update python312Packages.mypy-boto3-mobile 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-cloudformation, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cloudformation/2024-05-04.log python312Packages.mypy-boto3-cloudformation 1.34.77 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cloudformation isn't the default python version [result] Failed to update python312Packages.mypy-boto3-cloudformation 1.34.77 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-docdb, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-docdb/2024-05-04.log python312Packages.mypy-boto3-docdb 1.34.77 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-docdb isn't the default python version [result] Failed to update python312Packages.mypy-boto3-docdb 1.34.77 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-efs, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-efs/2024-05-04.log python312Packages.mypy-boto3-efs 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-efs isn't the default python version [result] Failed to update python312Packages.mypy-boto3-efs 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-scheduler, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-scheduler/2024-05-04.log python312Packages.mypy-boto3-scheduler 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-scheduler isn't the default python version [result] Failed to update python312Packages.mypy-boto3-scheduler 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-comprehendmedical, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-comprehendmedical/2024-05-04.log python312Packages.mypy-boto3-comprehendmedical 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-comprehendmedical isn't the default python version [result] Failed to update python312Packages.mypy-boto3-comprehendmedical 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-ce, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ce/2024-05-04.log python312Packages.mypy-boto3-ce 1.34.71 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-ce isn't the default python version [result] Failed to update python312Packages.mypy-boto3-ce 1.34.71 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-transfer, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-transfer/2024-05-04.log python312Packages.mypy-boto3-transfer 1.34.77 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-transfer isn't the default python version [result] Failed to update python312Packages.mypy-boto3-transfer 1.34.77 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-codecatalyst, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-codecatalyst/2024-05-04.log python312Packages.mypy-boto3-codecatalyst 1.34.73 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-codecatalyst isn't the default python version [result] Failed to update python312Packages.mypy-boto3-codecatalyst 1.34.73 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-inspector, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-inspector/2024-05-04.log python312Packages.mypy-boto3-inspector 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-inspector isn't the default python version [result] Failed to update python312Packages.mypy-boto3-inspector 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-elasticbeanstalk, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-elasticbeanstalk/2024-05-04.log python312Packages.mypy-boto3-elasticbeanstalk 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-elasticbeanstalk isn't the default python version [result] Failed to update python312Packages.mypy-boto3-elasticbeanstalk 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-autoscaling-plans, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-autoscaling-plans/2024-05-04.log python312Packages.mypy-boto3-autoscaling-plans 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-autoscaling-plans isn't the default python version [result] Failed to update python312Packages.mypy-boto3-autoscaling-plans 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-support, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-support/2024-05-04.log python312Packages.mypy-boto3-support 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-support isn't the default python version [result] Failed to update python312Packages.mypy-boto3-support 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-iot-data, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-iot-data/2024-05-04.log python312Packages.mypy-boto3-iot-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-iot-data isn't the default python version [result] Failed to update python312Packages.mypy-boto3-iot-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-apigatewayv2, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-apigatewayv2/2024-05-04.log python312Packages.mypy-boto3-apigatewayv2 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-apigatewayv2 isn't the default python version [result] Failed to update python312Packages.mypy-boto3-apigatewayv2 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-wisdom, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-wisdom/2024-05-04.log python312Packages.mypy-boto3-wisdom 1.34.16 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-wisdom isn't the default python version [result] Failed to update python312Packages.mypy-boto3-wisdom 1.34.16 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-managedblockchain, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-managedblockchain/2024-05-04.log python312Packages.mypy-boto3-managedblockchain 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-managedblockchain isn't the default python version [result] Failed to update python312Packages.mypy-boto3-managedblockchain 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-acm-pca, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-acm-pca/2024-05-04.log python312Packages.mypy-boto3-acm-pca 1.34.28 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-acm-pca isn't the default python version [result] Failed to update python312Packages.mypy-boto3-acm-pca 1.34.28 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-iot-jobs-data, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-iot-jobs-data/2024-05-04.log python312Packages.mypy-boto3-iot-jobs-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-iot-jobs-data isn't the default python version [result] Failed to update python312Packages.mypy-boto3-iot-jobs-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-route53-recovery-readiness, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-route53-recovery-readiness/2024-05-04.log python312Packages.mypy-boto3-route53-recovery-readiness 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-route53-recovery-readiness isn't the default python version [result] Failed to update python312Packages.mypy-boto3-route53-recovery-readiness 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.opentelemetry-instrumentation, using log file: /var/log/nixpkgs-update/python312Packages.opentelemetry-instrumentation/2024-05-04.log python312Packages.opentelemetry-instrumentation 0.45b0 -> 1.16.0 https://repology.org/project/python:opentelemetry-instrumentation/versions attrpath: python312Packages.opentelemetry-instrumentation isn't the default python version [result] Failed to update python312Packages.opentelemetry-instrumentation 0.45b0 -> 1.16.0 https://repology.org/project/python:opentelemetry-instrumentation/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-kafka, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-kafka/2024-05-04.log python312Packages.mypy-boto3-kafka 1.34.61 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-kafka isn't the default python version [result] Failed to update python312Packages.mypy-boto3-kafka 1.34.61 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tmuxPlugins.t-smart-tmux-session-manager, using log file: /var/log/nixpkgs-update/tmuxPlugins.t-smart-tmux-session-manager/2024-05-04.log tmuxPlugins.t-smart-tmux-session-manager 2.8.0 -> 2.11.1 https://github.com/joshmedeski/t-smart-tmux-session-manager/releases attrpath: tmuxPlugins.t-smart-tmux-session-manager Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update tmuxPlugins.t-smart-tmux-session-manager 2.8.0 -> 2.11.1 https://github.com/joshmedeski/t-smart-tmux-session-manager/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-dataexchange, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-dataexchange/2024-05-04.log python312Packages.mypy-boto3-dataexchange 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-dataexchange isn't the default python version [result] Failed to update python312Packages.mypy-boto3-dataexchange 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.duckduckgo-search, using log file: /var/log/nixpkgs-update/python312Packages.duckduckgo-search/2024-05-04.log python312Packages.duckduckgo-search 5.0 -> 5.3.0b4 https://github.com/deedy5/duckduckgo_search/releases attrpath: python312Packages.duckduckgo-search isn't the default python version [result] Failed to update python312Packages.duckduckgo-search 5.0 -> 5.3.0b4 https://github.com/deedy5/duckduckgo_search/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-connect-contact-lens, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-connect-contact-lens/2024-05-04.log python312Packages.mypy-boto3-connect-contact-lens 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-connect-contact-lens isn't the default python version [result] Failed to update python312Packages.mypy-boto3-connect-contact-lens 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.python-flirt, using log file: /var/log/nixpkgs-update/python312Packages.python-flirt/2024-05-04.log python312Packages.python-flirt 0.8.6 -> 0.8.10 https://github.com/williballenthin/lancelot/releases attrpath: python312Packages.python-flirt isn't the default python version [result] Failed to update python312Packages.python-flirt 0.8.6 -> 0.8.10 https://github.com/williballenthin/lancelot/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-auditmanager, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-auditmanager/2024-05-04.log python311Packages.mypy-boto3-auditmanager 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-auditmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qms9pg7kd0im2iiv6i71mll6qh24dsxz-packages.json.drv building '/nix/store/qms9pg7kd0im2iiv6i71mll6qh24dsxz-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-auditmanager-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-auditmanager-1.34.0: UPDATING ... - python3.11-mypy-boto3-auditmanager-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-auditmanager 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-rbin, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-rbin/2024-05-04.log python312Packages.mypy-boto3-rbin 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-rbin isn't the default python version [result] Failed to update python312Packages.mypy-boto3-rbin 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod.chipsec, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod.chipsec/2024-05-04.log linuxKernel.packages.linux_xanmod.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases attrpath: linuxKernel.packages.linux_xanmod.chipsec creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_xanmod.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-elastictranscoder, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-elastictranscoder/2024-05-04.log python312Packages.mypy-boto3-elastictranscoder 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-elastictranscoder isn't the default python version [result] Failed to update python312Packages.mypy-boto3-elastictranscoder 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-proton, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-proton/2024-05-04.log python312Packages.mypy-boto3-proton 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-proton isn't the default python version [result] Failed to update python312Packages.mypy-boto3-proton 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-chime-sdk-media-pipelines, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-chime-sdk-media-pipelines/2024-05-04.log python311Packages.mypy-boto3-chime-sdk-media-pipelines 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-chime-sdk-media-pipelines Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hlv72mb9gbsahgjmpkg5bdvpzhg3h4zn-packages.json.drv building '/nix/store/hlv72mb9gbsahgjmpkg5bdvpzhg3h4zn-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-chime-sdk-media-pipelines-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-chime-sdk-media-pipelines-1.34.0: UPDATING ... - python3.11-mypy-boto3-chime-sdk-media-pipelines-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-chime-sdk-media-pipelines 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-mediastore, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-mediastore/2024-05-04.log python311Packages.mypy-boto3-mediastore 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-mediastore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ya72g568hpcqvij50dxzqk9w1a839c8s-packages.json.drv building '/nix/store/ya72g568hpcqvij50dxzqk9w1a839c8s-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-mediastore-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-mediastore-1.34.0: UPDATING ... - python3.11-mypy-boto3-mediastore-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-mediastore 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua53Packages.nvim-nio, using log file: /var/log/nixpkgs-update/lua53Packages.nvim-nio/2024-05-04.log lua53Packages.nvim-nio 1.9.0-1 -> 1.9.3 https://github.com/nvim-neotest/nvim-nio/releases attrpath: lua53Packages.nvim-nio Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.nvim-nio 1.9.0-1 -> 1.9.3 https://github.com/nvim-neotest/nvim-nio/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-lexv2-models, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-lexv2-models/2024-05-04.log python311Packages.mypy-boto3-lexv2-models 1.34.53 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-lexv2-models Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/svs7hs7pb2dvy7z75zhjwhiqp103z5dn-packages.json.drv building '/nix/store/svs7hs7pb2dvy7z75zhjwhiqp103z5dn-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-lexv2-models-1.34.53 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-lexv2-models-1.34.53: UPDATING ... - python3.11-mypy-boto3-lexv2-models-1.34.53: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-lexv2-models 1.34.53 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_10_hardened.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_10_hardened.dddvb/2024-05-04.log linuxKernel.packages.linux_5_10_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_5_10_hardened.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_10_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-support-app, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-support-app/2024-05-04.log python312Packages.mypy-boto3-support-app 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-support-app isn't the default python version [result] Failed to update python312Packages.mypy-boto3-support-app 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.hidapi, using log file: /var/log/nixpkgs-update/ocamlPackages.hidapi/2024-05-04.log ocamlPackages.hidapi 1.1.2 -> 1.2.1 https://github.com/vbmithr/ocaml-hidapi/releases attrpath: ocamlPackages.hidapi Checking auto update branch... An auto update branch exists with message `ocamlPackages.hidapi: 1.1.2 -> 1.2.1`. New version is 1.2.1. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.hidapi 1.1.2 -> 1.2.1 https://github.com/vbmithr/ocaml-hidapi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.bazelbuild.vscode-bazel, using log file: /var/log/nixpkgs-update/vscode-extensions.bazelbuild.vscode-bazel/2024-05-04.log vscode-extensions.bazelbuild.vscode-bazel 0.7.0 -> 0.10.0 https://github.com/bazelbuild/vscode-bazel/releases attrpath: vscode-extensions.bazelbuild.vscode-bazel Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.bazelbuild.vscode-bazel 0.7.0 -> 0.10.0 https://github.com/bazelbuild/vscode-bazel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gfal2-util, using log file: /var/log/nixpkgs-update/gfal2-util/2024-05-04.log gfal2-util 0 -> 1 attrpath: gfal2-util Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wiam4pyajnjd4jzcxh02q8khp5sr1j4z-packages.json.drv building '/nix/store/wiam4pyajnjd4jzcxh02q8khp5sr1j4z-packages.json.drv'... Going to be running update for following packages: - gfal2-util-1.8.1 Press Enter key to continue... Running update for: - gfal2-util-1.8.1: UPDATING ... - gfal2-util-1.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gfal2-util 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rnd-name, using log file: /var/log/nixpkgs-update/rnd-name/2024-05-04.log rnd-name 0 -> 1 attrpath: rnd-name Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wix1q0s2kg4f2ydppzqzhcz9i95rpd8f-packages.json.drv building '/nix/store/wix1q0s2kg4f2ydppzqzhcz9i95rpd8f-packages.json.drv'... Going to be running update for following packages: - rnd-name-1.0.0 Press Enter key to continue... Running update for: - rnd-name-1.0.0: UPDATING ... - rnd-name-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rnd-name 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.gleam.gleam, using log file: /var/log/nixpkgs-update/vscode-extensions.gleam.gleam/2024-05-04.log vscode-extensions.gleam.gleam 2.3.0 -> 2.7.0 https://github.com/gleam-lang/vscode-gleam/releases attrpath: vscode-extensions.gleam.gleam Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.gleam.gleam 2.3.0 -> 2.7.0 https://github.com/gleam-lang/vscode-gleam/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.ms-vscode.powershell, using log file: /var/log/nixpkgs-update/vscode-extensions.ms-vscode.powershell/2024-05-04.log vscode-extensions.ms-vscode.powershell 2023.3.1 -> 2024.2.1 https://github.com/PowerShell/vscode-powershell/releases attrpath: vscode-extensions.ms-vscode.powershell Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.ms-vscode.powershell 2023.3.1 -> 2024.2.1 https://github.com/PowerShell/vscode-powershell/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-dlm, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-dlm/2024-05-04.log python311Packages.mypy-boto3-dlm 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-dlm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vsssffspsxkx0a50zvrgnaaclarhb7m-packages.json.drv building '/nix/store/9vsssffspsxkx0a50zvrgnaaclarhb7m-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-dlm-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-dlm-1.34.0: UPDATING ... - python3.11-mypy-boto3-dlm-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-dlm 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua53Packages.gitsigns-nvim, using log file: /var/log/nixpkgs-update/lua53Packages.gitsigns-nvim/2024-05-04.log lua53Packages.gitsigns-nvim scm-1 -> 0.8.1 https://github.com/lewis6991/gitsigns.nvim/releases attrpath: lua53Packages.gitsigns-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.gitsigns-nvim scm-1 -> 0.8.1 https://github.com/lewis6991/gitsigns.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openraPackages_2019.mods.raclassic, using log file: /var/log/nixpkgs-update/openraPackages_2019.mods.raclassic/2024-05-04.log openraPackages_2019.mods.raclassic 183.git.c76c13e -> 20231010 https://github.com/OpenRA/raclassic/releases attrpath: openraPackages_2019.mods.raclassic Checking auto update branch... No auto update branch exists Received ExitFailure 1 when running Raw command: env EDITOR=echo /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command edit openraPackages_2019.mods.raclassic -f . Standard error: error: cannot find position information for 'openraPackages_2019.mods.raclassic [result] Failed to update openraPackages_2019.mods.raclassic 183.git.c76c13e -> 20231010 https://github.com/OpenRA/raclassic/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.neuronpy, using log file: /var/log/nixpkgs-update/python312Packages.neuronpy/2024-05-04.log python312Packages.neuronpy 8.2.3 -> 8.2.4 https://github.com/neuronsimulator/nrn/releases attrpath: python312Packages.neuronpy isn't the default python version [result] Failed to update python312Packages.neuronpy 8.2.3 -> 8.2.4 https://github.com/neuronsimulator/nrn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-ram, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ram/2024-05-04.log python312Packages.mypy-boto3-ram 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-ram isn't the default python version [result] Failed to update python312Packages.mypy-boto3-ram 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.home-assistant-chip-core, using log file: /var/log/nixpkgs-update/python312Packages.home-assistant-chip-core/2024-05-04.log python312Packages.home-assistant-chip-core 2024.3.2 -> 2024.4.1 https://github.com/home-assistant-libs/chip-wheels/releases attrpath: python312Packages.home-assistant-chip-core isn't the default python version [result] Failed to update python312Packages.home-assistant-chip-core 2024.3.2 -> 2024.4.1 https://github.com/home-assistant-libs/chip-wheels/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.git, using log file: /var/log/nixpkgs-update/ocamlPackages.git/2024-05-04.log ocamlPackages.git 3.14.0 -> 3.15.0 https://github.com/mirage/ocaml-git/releases attrpath: ocamlPackages.git Checking auto update branch... An auto update branch exists with message `ocamlPackages.git: 3.14.0 -> 3.15.0`. New version is 3.15.0. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.git 3.14.0 -> 3.15.0 https://github.com/mirage/ocaml-git/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-timestream-write, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-timestream-write/2024-05-04.log python312Packages.mypy-boto3-timestream-write 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-timestream-write isn't the default python version [result] Failed to update python312Packages.mypy-boto3-timestream-write 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-opensearchserverless, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-opensearchserverless/2024-05-04.log python312Packages.mypy-boto3-opensearchserverless 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-opensearchserverless isn't the default python version [result] Failed to update python312Packages.mypy-boto3-opensearchserverless 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-chime-sdk-identity, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-chime-sdk-identity/2024-05-04.log python312Packages.mypy-boto3-chime-sdk-identity 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-chime-sdk-identity isn't the default python version [result] Failed to update python312Packages.mypy-boto3-chime-sdk-identity 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tmuxPlugins.fingers, using log file: /var/log/nixpkgs-update/tmuxPlugins.fingers/2024-05-04.log tmuxPlugins.fingers 2.1.1 -> 2.1.5 https://github.com/Morantron/tmux-fingers/releases attrpath: tmuxPlugins.fingers Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update tmuxPlugins.fingers 2.1.1 -> 2.1.5 https://github.com/Morantron/tmux-fingers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-apigatewaymanagementapi, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-apigatewaymanagementapi/2024-05-04.log python312Packages.mypy-boto3-apigatewaymanagementapi 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-apigatewaymanagementapi isn't the default python version [result] Failed to update python312Packages.mypy-boto3-apigatewaymanagementapi 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.luasnip, using log file: /var/log/nixpkgs-update/lua54Packages.luasnip/2024-05-04.log lua54Packages.luasnip 2.2.0-1 -> 2.3.0 https://github.com/L3MON4D3/LuaSnip/releases attrpath: lua54Packages.luasnip Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.luasnip 2.2.0-1 -> 2.3.0 https://github.com/L3MON4D3/LuaSnip/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-rolesanywhere, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-rolesanywhere/2024-05-04.log python312Packages.mypy-boto3-rolesanywhere 1.34.76 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-rolesanywhere isn't the default python version [result] Failed to update python312Packages.mypy-boto3-rolesanywhere 1.34.76 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-sesv2, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-sesv2/2024-05-04.log python312Packages.mypy-boto3-sesv2 1.34.56 -> 1.34.98 https://repology.org/project/python:mypy-boto3-sesv2/versions attrpath: python312Packages.mypy-boto3-sesv2 isn't the default python version [result] Failed to update python312Packages.mypy-boto3-sesv2 1.34.56 -> 1.34.98 https://repology.org/project/python:mypy-boto3-sesv2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_15_hardened.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_15_hardened.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_5_15_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_5_15_hardened.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_15_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodejs_22, using log file: /var/log/nixpkgs-update/nodejs_22/2024-05-04.log nodejs_22 22.0.0 -> 22.1.0 https://repology.org/project/nodejs/versions attrpath: nodejs_22 Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/svmsa24hmbvaxcryz94ik19rmq5gqsf6-update-nodejs.drv /nix/store/rrwry7y059wpps6z90pxkp5na86gy4ij-packages.json.drv building '/nix/store/svmsa24hmbvaxcryz94ik19rmq5gqsf6-update-nodejs.drv'... building '/nix/store/rrwry7y059wpps6z90pxkp5na86gy4ij-packages.json.drv'... Going to be running update for following packages: - nodejs-22.0.0 Press Enter key to continue... Running update for: - nodejs-22.0.0: UPDATING ... - nodejs-22.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/web/nodejs/v22.nix b/pkgs/development/web/nodejs/v22.nix index a72f22b6f498..7d489233ba94 100644 --- a/pkgs/development/web/nodejs/v22.nix +++ b/pkgs/development/web/nodejs/v22.nix @@ -8,8 +8,8 @@ let in buildNodejs { inherit enableNpm; - version = "22.0.0"; - sha256 = "sha256-IuKPv/MfaQc7gCTLQnReUQX4QEHzR1smC5fVoUEDnRo="; + version = "22.1.0"; + sha256 = "1jr35x2gprfw3890xizs1y7mwxdwz6sr9r5mk462dmnvv505yzcx"; patches = [ ./disable-darwin-v8-system-instrumentation-node19.patch ./bypass-darwin-xcrun-node16.patch No auto update branch exists There might already be an open PR for this update: - nodejs_22: 22.0.0 -> 22.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/308614" [result] Failed to update nodejs_22 22.0.0 -> 22.1.0 https://repology.org/project/nodejs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.orthos, using log file: /var/log/nixpkgs-update/rPackages.orthos/2024-05-04.log rPackages.orthos 1.0.1 -> 1.2.0 https://repology.org/project/r:orthos/versions attrpath: rPackages.orthos Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.orthos 1.0.1 -> 1.2.0 https://repology.org/project/r:orthos/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ebTobit, using log file: /var/log/nixpkgs-update/rPackages.ebTobit/2024-05-04.log rPackages.ebTobit 1.0.1 -> 1.0.2 https://repology.org/project/r:ebtobit/versions attrpath: rPackages.ebTobit Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ebTobit 1.0.1 -> 1.0.2 https://repology.org/project/r:ebtobit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_3.net-ssh, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.net-ssh/2024-05-04.log rubyPackages_3_3.net-ssh 7.2.1 -> 7.2.3 https://repology.org/project/ruby:net-ssh/versions attrpath: rubyPackages_3_3.net-ssh Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_3.net-ssh 7.2.1 -> 7.2.3 https://repology.org/project/ruby:net-ssh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gDNAinRNAseqData, using log file: /var/log/nixpkgs-update/rPackages.gDNAinRNAseqData/2024-05-04.log rPackages.gDNAinRNAseqData 1.2.0 -> 1.4.0 https://repology.org/project/r:gdnainrnaseqdata/versions attrpath: rPackages.gDNAinRNAseqData Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gDNAinRNAseqData 1.2.0 -> 1.4.0 https://repology.org/project/r:gdnainrnaseqdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.marinerData, using log file: /var/log/nixpkgs-update/rPackages.marinerData/2024-05-04.log rPackages.marinerData 1.2.0 -> 1.4.0 https://repology.org/project/r:marinerdata/versions attrpath: rPackages.marinerData Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.marinerData 1.2.0 -> 1.4.0 https://repology.org/project/r:marinerdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lib4sbom, using log file: /var/log/nixpkgs-update/lib4sbom/2024-05-04.log lib4sbom 0 -> 1 attrpath: lib4sbom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gmp189lx8527203c88jw6aalxa7nhr21-packages.json.drv building '/nix/store/gmp189lx8527203c88jw6aalxa7nhr21-packages.json.drv'... Going to be running update for following packages: - python3.11-lib4sbom-0.7.1 Press Enter key to continue... Running update for: - python3.11-lib4sbom-0.7.1: UPDATING ... - python3.11-lib4sbom-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lib4sbom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CBNplot, using log file: /var/log/nixpkgs-update/rPackages.CBNplot/2024-05-04.log rPackages.CBNplot 1.2.1 -> 1.4.0 https://repology.org/project/r:cbnplot/versions attrpath: rPackages.CBNplot Checking auto update branch... No auto update branch exists Old version 1.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.CBNplot 1.2.1 -> 1.4.0 https://repology.org/project/r:cbnplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.orthosData, using log file: /var/log/nixpkgs-update/rPackages.orthosData/2024-05-04.log rPackages.orthosData 1.0.0 -> 1.2.0 https://repology.org/project/r:orthosdata/versions attrpath: rPackages.orthosData Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.orthosData 1.0.0 -> 1.2.0 https://repology.org/project/r:orthosdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.crisprScore, using log file: /var/log/nixpkgs-update/rPackages.crisprScore/2024-05-04.log rPackages.crisprScore 1.6.0 -> 1.8.0 https://repology.org/project/r:crisprscore/versions attrpath: rPackages.crisprScore Checking auto update branch... No auto update branch exists Old version 1.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.crisprScore 1.6.0 -> 1.8.0 https://repology.org/project/r:crisprscore/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.rivet, using log file: /var/log/nixpkgs-update/python312Packages.rivet/2024-05-04.log python312Packages.rivet 3.1.10 -> 4.0.0 https://repology.org/project/rivet/versions attrpath: python312Packages.rivet isn't the default python version [result] Failed to update python312Packages.rivet 3.1.10 -> 4.0.0 https://repology.org/project/rivet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.HiContacts, using log file: /var/log/nixpkgs-update/rPackages.HiContacts/2024-05-04.log rPackages.HiContacts 1.4.0 -> 1.6.0 https://repology.org/project/r:hicontacts/versions attrpath: rPackages.HiContacts Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.HiContacts 1.4.0 -> 1.6.0 https://repology.org/project/r:hicontacts/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TENxVisiumData, using log file: /var/log/nixpkgs-update/rPackages.TENxVisiumData/2024-05-04.log rPackages.TENxVisiumData 1.10.0 -> 1.12.0 https://repology.org/project/r:tenxvisiumdata/versions attrpath: rPackages.TENxVisiumData Checking auto update branch... No auto update branch exists Old version 1.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.TENxVisiumData 1.10.0 -> 1.12.0 https://repology.org/project/r:tenxvisiumdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.alabaster_se, using log file: /var/log/nixpkgs-update/rPackages.alabaster_se/2024-05-04.log rPackages.alabaster_se 1.2.0 -> 1.4.0 https://repology.org/project/r:alabaster.se/versions attrpath: rPackages.alabaster_se Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.alabaster_se 1.2.0 -> 1.4.0 https://repology.org/project/r:alabaster.se/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SingleMoleculeFootprinting, using log file: /var/log/nixpkgs-update/rPackages.SingleMoleculeFootprinting/2024-05-04.log rPackages.SingleMoleculeFootprinting 1.10.0 -> 1.12.0 https://repology.org/project/r:singlemoleculefootprinting/versions attrpath: rPackages.SingleMoleculeFootprinting Checking auto update branch... No auto update branch exists Old version 1.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SingleMoleculeFootprinting 1.10.0 -> 1.12.0 https://repology.org/project/r:singlemoleculefootprinting/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.crisprScoreData, using log file: /var/log/nixpkgs-update/rPackages.crisprScoreData/2024-05-04.log rPackages.crisprScoreData 1.6.0 -> 1.8.0 https://repology.org/project/r:crisprscoredata/versions attrpath: rPackages.crisprScoreData Checking auto update branch... No auto update branch exists Old version 1.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.crisprScoreData 1.6.0 -> 1.8.0 https://repology.org/project/r:crisprscoredata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iSEEhub, using log file: /var/log/nixpkgs-update/rPackages.iSEEhub/2024-05-04.log rPackages.iSEEhub 1.4.0 -> 1.6.0 https://repology.org/project/r:iseehub/versions attrpath: rPackages.iSEEhub Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.iSEEhub 1.4.0 -> 1.6.0 https://repology.org/project/r:iseehub/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.EpiMix_data, using log file: /var/log/nixpkgs-update/rPackages.EpiMix_data/2024-05-04.log rPackages.EpiMix_data 1.4.0 -> 1.6.0 https://repology.org/project/r:epimix.data/versions attrpath: rPackages.EpiMix_data Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.EpiMix_data 1.4.0 -> 1.6.0 https://repology.org/project/r:epimix.data/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ENmix, using log file: /var/log/nixpkgs-update/rPackages.ENmix/2024-05-04.log rPackages.ENmix 1.38.01 -> 1.40.0 https://repology.org/project/r:enmix/versions attrpath: rPackages.ENmix Checking auto update branch... No auto update branch exists Old version 1.38.01" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ENmix 1.38.01 -> 1.40.0 https://repology.org/project/r:enmix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bandle, using log file: /var/log/nixpkgs-update/rPackages.bandle/2024-05-04.log rPackages.bandle 1.6.0 -> 1.8.0 https://repology.org/project/r:bandle/versions attrpath: rPackages.bandle Checking auto update branch... No auto update branch exists Old version 1.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bandle 1.6.0 -> 1.8.0 https://repology.org/project/r:bandle/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.bcrypt, using log file: /var/log/nixpkgs-update/python312Packages.bcrypt/2024-05-04.log python312Packages.bcrypt 4.1.2 -> 4.1.3 https://repology.org/project/python:bcrypt/versions attrpath: python312Packages.bcrypt isn't the default python version [result] Failed to update python312Packages.bcrypt 4.1.2 -> 4.1.3 https://repology.org/project/python:bcrypt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.plaid-python, using log file: /var/log/nixpkgs-update/python312Packages.plaid-python/2024-05-04.log python312Packages.plaid-python 21.0.0 -> 21.1.0 https://repology.org/project/python:plaid-python/versions attrpath: python312Packages.plaid-python isn't the default python version [result] Failed to update python312Packages.plaid-python 21.0.0 -> 21.1.0 https://repology.org/project/python:plaid-python/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.reportlab, using log file: /var/log/nixpkgs-update/python312Packages.reportlab/2024-05-04.log python312Packages.reportlab 4.1.0 -> 4.2.0 https://repology.org/project/python:reportlab/versions attrpath: python312Packages.reportlab isn't the default python version [result] Failed to update python312Packages.reportlab 4.1.0 -> 4.2.0 https://repology.org/project/python:reportlab/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DAPARdata, using log file: /var/log/nixpkgs-update/rPackages.DAPARdata/2024-05-04.log rPackages.DAPARdata 1.32.1 -> 1.34.0 https://repology.org/project/r:dapardata/versions attrpath: rPackages.DAPARdata Checking auto update branch... No auto update branch exists Old version 1.32.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; enableParallelBuilding = true; configurePhase = '' runHook preConfigure export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}" export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DAPARdata 1.32.1 -> 1.34.0 https://repology.org/project/r:dapardata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pymunk, using log file: /var/log/nixpkgs-update/python312Packages.pymunk/2024-05-04.log python312Packages.pymunk 6.5.2 -> 6.7.0 https://repology.org/project/python:pymunk/versions attrpath: python312Packages.pymunk isn't the default python version [result] Failed to update python312Packages.pymunk 6.5.2 -> 6.7.0 https://repology.org/project/python:pymunk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cargo-make, using log file: /var/log/nixpkgs-update/cargo-make/2024-05-04.log cargo-make 0.37.11 -> 0.37.12 https://github.com/sagiegurari/cargo-make/releases attrpath: cargo-make Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-5Z8ywbaWVgLx6PH/w9QV0LJpeqY7zpkCqnAb4BAww0o= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/ca/cargo-make/package.nix b/pkgs/by-name/ca/cargo-make/package.nix index a0c64e2c4f94..7e92ceaa4386 100644 --- a/pkgs/by-name/ca/cargo-make/package.nix +++ b/pkgs/by-name/ca/cargo-make/package.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-make"; - version = "0.37.11"; + version = "0.37.12"; src = fetchFromGitHub { owner = "sagiegurari"; repo = "cargo-make"; rev = version; - hash = "sha256-a8iNMvMB52PEFVQq4Hv3bnIrA8k5p1a5M7JBp67SUDk="; + hash = "sha256-hnjhc4ZIabHml0HMuIanwXkx+QGnal7RlvZjcZUx8pQ="; }; - cargoHash = "sha256-UrVSGxDRhD3Tm25cUYOkkf/A2mgLZAyBImu1AeNOdX4="; + cargoHash = "sha256-5Z8ywbaWVgLx6PH/w9QV0LJpeqY7zpkCqnAb4BAww0o="; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/f572913cn0a111my1zzcc341gzajllb3-cargo-make-0.37.12" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • cargo-make
  • open-scq30
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/sagiegurari/cargo-make/releases. meta.description for cargo-make is: A Rust task runner and build tool meta.homepage for cargo-make is: https://github.com/sagiegurari/cargo-make meta.changelog for cargo-make is: https://github.com/sagiegurari/cargo-make/blob/0.37.12/CHANGELOG.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/sagiegurari/cargo-make/releases/tag/0.37.12) - [Compare changes on GitHub](https://github.com/sagiegurari/cargo-make/compare/0.37.11...0.37.12) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.37.12 with grep in /nix/store/f572913cn0a111my1zzcc341gzajllb3-cargo-make-0.37.12 - found 0.37.12 in filename of file in /nix/store/f572913cn0a111my1zzcc341gzajllb3-cargo-make-0.37.12 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath cargo-make open-scq30 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/f572913cn0a111my1zzcc341gzajllb3-cargo-make-0.37.12 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A cargo-make https://github.com/r-ryantm/nixpkgs/archive/f8de3889db4ddcc87271ce308d493fcc934fbb82.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f8de3889db4ddcc87271ce308d493fcc934fbb82#cargo-make ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/f572913cn0a111my1zzcc341gzajllb3-cargo-make-0.37.12 ls -la /nix/store/f572913cn0a111my1zzcc341gzajllb3-cargo-make-0.37.12/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • cargo-make
  • open-scq30
--- ###### Maintainer pings cc @figsoda @xrelkd for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309033 [result] Success updating cargo-make 0.37.11 -> 0.37.12 https://github.com/sagiegurari/cargo-make/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php83Extensions.pdo_sqlsrv, using log file: /var/log/nixpkgs-update/php83Extensions.pdo_sqlsrv/2024-05-04.log php83Extensions.pdo_sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases attrpath: php83Extensions.pdo_sqlsrv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/4rnxqnqmfp25fjl544vnwcbgfcbc8rrb-packages.json.drv building '/nix/store/4rnxqnqmfp25fjl544vnwcbgfcbc8rrb-packages.json.drv'... Going to be running update for following packages: - php-pdo_sqlsrv-5.10.1 Press Enter key to continue... Running update for: - php-pdo_sqlsrv-5.10.1: UPDATING ... - php-pdo_sqlsrv-5.10.1: ERROR --- SHOWING ERROR LOG FOR php-pdo_sqlsrv-5.10.1 ---------------------- Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 361, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 299, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-pdo_sqlsrv-5.10.1 ---------------------- The update script for php-pdo_sqlsrv-5.10.1 failed with exit code 1 [result] Failed to update php83Extensions.pdo_sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_libre.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_libre.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_libre.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_libre.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_libre.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-codestar-connections, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-codestar-connections/2024-05-04.log python312Packages.mypy-boto3-codestar-connections 1.34.60 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-codestar-connections isn't the default python version [result] Failed to update python312Packages.mypy-boto3-codestar-connections 1.34.60 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-detective, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-detective/2024-05-04.log python312Packages.mypy-boto3-detective 1.34.43 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-detective isn't the default python version [result] Failed to update python312Packages.mypy-boto3-detective 1.34.43 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-mediapackage-vod, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-mediapackage-vod/2024-05-04.log python312Packages.mypy-boto3-mediapackage-vod 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-mediapackage-vod isn't the default python version [result] Failed to update python312Packages.mypy-boto3-mediapackage-vod 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.luv, using log file: /var/log/nixpkgs-update/lua54Packages.luv/2024-05-04.log lua54Packages.luv 1.44.2-1 -> 1.48.0-2 https://github.com/luvit/luv/releases attrpath: lua54Packages.luv Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.luv 1.44.2-1 -> 1.48.0-2 https://github.com/luvit/luv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eww, using log file: /var/log/nixpkgs-update/eww/2024-05-04.log eww 0.6.0-unstable-2024-04-26 -> 0.6.0 https://github.com/elkowar/eww/releases attrpath: eww Checking auto update branch... No auto update branch exists 0.6.0 is not newer than 0.6.0-unstable-2024-04-26 according to Nix; versionComparison: -1 [result] Failed to update eww 0.6.0-unstable-2024-04-26 -> 0.6.0 https://github.com/elkowar/eww/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.z3-solver, using log file: /var/log/nixpkgs-update/python311Packages.z3-solver/2024-05-04.log python311Packages.z3-solver 4.8.17 -> 4.13.0 https://github.com/Z3Prover/z3/releases attrpath: python311Packages.z3-solver Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update python311Packages.z3-solver 4.8.17 -> 4.13.0 https://github.com/Z3Prover/z3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1.dddvb/2024-05-04.log linuxKernel.packages.linux_6_1.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_6_1.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_1.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-route53resolver, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-route53resolver/2024-05-04.log python312Packages.mypy-boto3-route53resolver 1.34.15 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-route53resolver isn't the default python version [result] Failed to update python312Packages.mypy-boto3-route53resolver 1.34.15 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flood, using log file: /var/log/nixpkgs-update/flood/2024-05-04.log flood 4.8.0 -> 4.8.2 https://github.com/jesec/flood/releases attrpath: flood Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] Replacing npmDepsHash with sha256-md76I7W5QQvfbOmk5ODssMtJAVOj8nvaJ2PakEZ8WUA= [npmDepsVersion] Finished updating NPM deps version and replacing hashes [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/p2p/flood/default.nix b/pkgs/applications/networking/p2p/flood/default.nix index f31c214b190c..85ef8b2130bb 100644 --- a/pkgs/applications/networking/p2p/flood/default.nix +++ b/pkgs/applications/networking/p2p/flood/default.nix @@ -5,16 +5,16 @@ buildNpmPackage rec { pname = "flood"; - version = "4.8.0"; + version = "4.8.2"; src = fetchFromGitHub { owner = "jesec"; repo = pname; rev = "v${version}"; - hash = "sha256-hth8tk2DHuBGNAXdjknbdQinuwWJ//QF0e23neeTExw="; + hash = "sha256-Ejr0pmWIuYByzDS+iFTECO/aymzuJrJjaaW7HikNt2w="; }; - npmDepsHash = "sha256-WlQ/u7yIbuFETsmbW7ddAOO7OVrNPOXR3ja3N0aFWRE="; + npmDepsHash = "sha256-md76I7W5QQvfbOmk5ODssMtJAVOj8nvaJ2PakEZ8WUA="; meta = with lib; { description = "Modern web UI for various torrent clients with a Node.js backend and React frontend"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/fjvlslgvnwcv2gy04sv9p34w69wgxn5q-flood-4.8.2" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • flood
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/jesec/flood/releases. meta.description for flood is: Modern web UI for various torrent clients with a Node.js backend and React frontend meta.homepage for flood is: https://flood.js.org ###### Updates performed - NPM version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/jesec/flood/releases/tag/v4.8.2) - [Compare changes on GitHub](https://github.com/jesec/flood/compare/v4.8.0...v4.8.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.8.2 with grep in /nix/store/fjvlslgvnwcv2gy04sv9p34w69wgxn5q-flood-4.8.2 - found 4.8.2 in filename of file in /nix/store/fjvlslgvnwcv2gy04sv9p34w69wgxn5q-flood-4.8.2 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath flood ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fjvlslgvnwcv2gy04sv9p34w69wgxn5q-flood-4.8.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A flood https://github.com/r-ryantm/nixpkgs/archive/f1f77e662fcfdbcb0d8a7a9246f0fd792015ab91.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f1f77e662fcfdbcb0d8a7a9246f0fd792015ab91#flood ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fjvlslgvnwcv2gy04sv9p34w69wgxn5q-flood-4.8.2 ls -la /nix/store/fjvlslgvnwcv2gy04sv9p34w69wgxn5q-flood-4.8.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • flood
--- ###### Maintainer pings cc @thiagokokada @winterqt for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309038 [result] Success updating flood 4.8.0 -> 4.8.2 https://github.com/jesec/flood/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-finspace-data, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-finspace-data/2024-05-04.log python311Packages.mypy-boto3-finspace-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-finspace-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q4hxsg5jyj520n2w4xhkdy8010wmbxm7-packages.json.drv building '/nix/store/q4hxsg5jyj520n2w4xhkdy8010wmbxm7-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-finspace-data-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-finspace-data-1.34.0: UPDATING ... - python3.11-mypy-boto3-finspace-data-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-finspace-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-evidently, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-evidently/2024-05-04.log python312Packages.mypy-boto3-evidently 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-evidently isn't the default python version [result] Failed to update python312Packages.mypy-boto3-evidently 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.readme, using log file: /var/log/nixpkgs-update/python312Packages.readme/2024-05-04.log python312Packages.readme 0.7.1 -> 43.0 https://github.com/pypa/readme/releases attrpath: python312Packages.readme isn't the default python version [result] Failed to update python312Packages.readme 0.7.1 -> 43.0 https://github.com/pypa/readme/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua53Packages.sqlite, using log file: /var/log/nixpkgs-update/lua53Packages.sqlite/2024-05-04.log lua53Packages.sqlite v1.2.2-0 -> 1.2.2 https://github.com/tami5/sqlite.lua/releases attrpath: lua53Packages.sqlite Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.sqlite v1.2.2-0 -> 1.2.2 https://github.com/tami5/sqlite.lua/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_6_hardened.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_6_hardened.dddvb/2024-05-04.log linuxKernel.packages.linux_6_6_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_6_6_hardened.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_6_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_stable.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_stable.dddvb/2024-05-04.log linuxKernel.packages.linux_xanmod_stable.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_xanmod_stable.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_xanmod_stable.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-personalize-events, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-personalize-events/2024-05-04.log python312Packages.mypy-boto3-personalize-events 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-personalize-events isn't the default python version [result] Failed to update python312Packages.mypy-boto3-personalize-events 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openraPackages_2019.engines.playtest, using log file: /var/log/nixpkgs-update/openraPackages_2019.engines.playtest/2024-05-04.log openraPackages_2019.engines.playtest playtest-20190302 -> 20231010 https://github.com/OpenRA/OpenRA/releases attrpath: openraPackages_2019.engines.playtest Checking auto update branch... No auto update branch exists Received ExitFailure 1 when running Raw command: env EDITOR=echo /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command edit openraPackages_2019.engines.playtest -f . Standard error: error: cannot find position information for 'openraPackages_2019.engines.playtest [result] Failed to update openraPackages_2019.engines.playtest playtest-20190302 -> 20231010 https://github.com/OpenRA/OpenRA/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-translate, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-translate/2024-05-04.log python311Packages.mypy-boto3-translate 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-translate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4k9mrjnfpnw28hz2kqw4c71qyvp6jlzx-packages.json.drv building '/nix/store/4k9mrjnfpnw28hz2kqw4c71qyvp6jlzx-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-translate-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-translate-1.34.0: UPDATING ... - python3.11-mypy-boto3-translate-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-translate 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_latest.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_latest.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_xanmod_latest.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_xanmod_latest.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_xanmod_latest.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath transfer-sh, using log file: /var/log/nixpkgs-update/transfer-sh/2024-05-04.log transfer-sh 0 -> 1 attrpath: transfer-sh Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5bgzry614bmgfgmfa7a155j1jfyhsgvk-packages.json.drv building '/nix/store/5bgzry614bmgfgmfa7a155j1jfyhsgvk-packages.json.drv'... Going to be running update for following packages: - transfer-sh-1.6.1 Press Enter key to continue... Running update for: - transfer-sh-1.6.1: UPDATING ... - transfer-sh-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update transfer-sh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-entityresolution, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-entityresolution/2024-05-04.log python312Packages.mypy-boto3-entityresolution 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-entityresolution isn't the default python version [result] Failed to update python312Packages.mypy-boto3-entityresolution 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath humioctl, using log file: /var/log/nixpkgs-update/humioctl/2024-05-04.log humioctl 0.32.3 -> 0.33.0 https://github.com/humio/cli/releases attrpath: humioctl Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-FAy0LNmesEDgS3JTz5DPd8vkR5CHHhAbms++N8TQApA=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'humioctl.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/labmksvqm2pd8x0p2ks1c3jw3rxlhgma-humioctl-0.33.0-go-modules.drv /nix/store/zpjhaqjja1ngxca88mz43rqyf11601j3-humioctl-0.33.0.drv building '/nix/store/labmksvqm2pd8x0p2ks1c3jw3rxlhgma-humioctl-0.33.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/9191qhrlpy5fgx7j8ipqirnhw5dsnyvk-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading github.com/spf13/cobra v1.7.0 go: downloading github.com/cli/shurcooL-graphql v0.0.4 go: downloading golang.org/x/sync v0.3.0 go: downloading golang.org/x/term v0.13.0 go: downloading github.com/olekukonko/tablewriter v0.0.1 go: downloading github.com/gofrs/uuid v3.2.0+incompatible go: downloading github.com/hpcloud/tail v1.0.0 go: downloading github.com/mitchellh/go-homedir v1.1.0 go: downloading github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e go: downloading golang.org/x/sys v0.13.0 go: downloading github.com/spf13/viper v1.17.0 go: downloading gopkg.in/yaml.v2 v2.2.8 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/sagikazarmark/locafero v0.3.0 go: downloading github.com/spf13/afero v1.10.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/magiconair/properties v1.8.7 go: downloading github.com/fsnotify/fsnotify v1.6.0 go: downloading github.com/subosito/gotenv v1.6.0 go: downloading github.com/sagikazarmark/slog-shim v0.1.0 go: downloading github.com/hashicorp/hcl v1.0.0 go: downloading github.com/pelletier/go-toml/v2 v2.1.0 go: downloading github.com/spf13/cast v1.5.1 go: downloading gopkg.in/ini.v1 v1.67.0 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: downloading golang.org/x/text v0.13.0 go: downloading github.com/sourcegraph/conc v0.3.0 go: downloading gopkg.in/fsnotify.v1 v1.4.7 go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9 go: downloading go.uber.org/multierr v1.9.0 go: downloading go.uber.org/atomic v1.9.0 go: downloading github.com/mattn/go-runewidth v0.0.6 go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/labmksvqm2pd8x0p2ks1c3jw3rxlhgma-humioctl-0.33.0-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading gopkg.in/yaml.v2 v2.2.8 > go: downloading github.com/mitchellh/mapstructure v1.5.0 > go: downloading github.com/spf13/pflag v1.0.5 > go: downloading github.com/sagikazarmark/locafero v0.3.0 > go: downloading github.com/spf13/afero v1.10.0 > go: downloading gopkg.in/yaml.v3 v3.0.1 > go: downloading github.com/magiconair/properties v1.8.7 > go: downloading github.com/fsnotify/fsnotify v1.6.0 > go: downloading github.com/subosito/gotenv v1.6.0 > go: downloading github.com/sagikazarmark/slog-shim v0.1.0 > go: downloading github.com/hashicorp/hcl v1.0.0 > go: downloading github.com/pelletier/go-toml/v2 v2.1.0 > go: downloading github.com/spf13/cast v1.5.1 > go: downloading gopkg.in/ini.v1 v1.67.0 > go: downloading github.com/inconshreveable/mousetrap v1.1.0 > go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 > go: downloading golang.org/x/text v0.13.0 > go: downloading github.com/sourcegraph/conc v0.3.0 > go: downloading gopkg.in/fsnotify.v1 v1.4.7 > go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9 > go: downloading go.uber.org/multierr v1.9.0 > go: downloading go.uber.org/atomic v1.9.0 > go: downloading github.com/mattn/go-runewidth v0.0.6 > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/labmksvqm2pd8x0p2ks1c3jw3rxlhgma-humioctl-0.33.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/zpjhaqjja1ngxca88mz43rqyf11601j3-humioctl-0.33.0.drv' failed to build [result] Failed to update humioctl 0.32.3 -> 0.33.0 https://github.com/humio/cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath _1oom, using log file: /var/log/nixpkgs-update/_1oom/2024-05-04.log _1oom 0 -> 1 attrpath: _1oom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/46srjb9xrfjrfvhyf64k34zs69w3i36x-packages.json.drv building '/nix/store/46srjb9xrfjrfvhyf64k34zs69w3i36x-packages.json.drv'... Going to be running update for following packages: - 1oom-1.8.1 Press Enter key to continue... Running update for: - 1oom-1.8.1: UPDATING ... - 1oom-1.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update _1oom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages_latest.autoprefixer, using log file: /var/log/nixpkgs-update/nodePackages_latest.autoprefixer/2024-05-04.log nodePackages_latest.autoprefixer 10.4.18 -> 10.4.19 https://github.com/postcss/autoprefixer/releases attrpath: nodePackages_latest.autoprefixer Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages_latest.autoprefixer 10.4.18 -> 10.4.19 https://github.com/postcss/autoprefixer/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath novops, using log file: /var/log/nixpkgs-update/novops/2024-05-04.log novops 0.13.0 -> 0.14.0 https://github.com/PierreBeucher/novops/releases attrpath: novops Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-ib1iifqQezWqXxQKppm0ghz0qi5z0siZUMVPHufiC0k= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/no/novops/package.nix b/pkgs/by-name/no/novops/package.nix index eed3077f5ef3..3b6c65c8fc56 100644 --- a/pkgs/by-name/no/novops/package.nix +++ b/pkgs/by-name/no/novops/package.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "novops"; - version = "0.13.0"; + version = "0.14.0"; src = fetchFromGitHub { owner = "PierreBeucher"; repo = pname; rev = "v${version}"; - hash = "sha256-LrEPdEVWgbZ6WyEqdfAhUjKXPuk8Xx7kmLA2ZsPFf1U="; + hash = "sha256-9uX+YwCCIrf0BDioDL+G2z2ZNwYRFyPZa/mzTYXv51Y="; }; - cargoHash = "sha256-kI836Z0fgpmPPoX0HtWkZG731xaVWgWkXF0eCaQfM28="; + cargoHash = "sha256-ib1iifqQezWqXxQKppm0ghz0qi5z0siZUMVPHufiC0k="; buildInputs = [ openssl # required for openssl-sys [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/qibcy5pml57im7mcbqkmipr4xj12pl2j-novops-0.14.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • novops
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/PierreBeucher/novops/releases. meta.description for novops is: Cross-platform secret & config manager for development and CI environments meta.homepage for novops is: https://github.com/PierreBeucher/novops ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/PierreBeucher/novops/releases/tag/v0.14.0) - [Compare changes on GitHub](https://github.com/PierreBeucher/novops/compare/v0.13.0...v0.14.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.14.0 with grep in /nix/store/qibcy5pml57im7mcbqkmipr4xj12pl2j-novops-0.14.0 - found 0.14.0 in filename of file in /nix/store/qibcy5pml57im7mcbqkmipr4xj12pl2j-novops-0.14.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath novops ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/qibcy5pml57im7mcbqkmipr4xj12pl2j-novops-0.14.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A novops https://github.com/r-ryantm/nixpkgs/archive/932bbf8165d34293bb1782fa7bb913b9af7c398c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/932bbf8165d34293bb1782fa7bb913b9af7c398c#novops ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/qibcy5pml57im7mcbqkmipr4xj12pl2j-novops-0.14.0 ls -la /nix/store/qibcy5pml57im7mcbqkmipr4xj12pl2j-novops-0.14.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • novops
--- ###### Maintainer pings cc @PierreBeucher for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309043 [result] Success updating novops 0.13.0 -> 0.14.0 https://github.com/PierreBeucher/novops/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-account, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-account/2024-05-04.log python311Packages.mypy-boto3-account 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-account Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mlm9kd8vxdhp5y7686kpsbcwlqlbi4m2-packages.json.drv building '/nix/store/mlm9kd8vxdhp5y7686kpsbcwlqlbi4m2-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-account-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-account-1.34.0: UPDATING ... - python3.11-mypy-boto3-account-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-account 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-wellarchitected, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-wellarchitected/2024-05-04.log python312Packages.mypy-boto3-wellarchitected 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-wellarchitected isn't the default python version [result] Failed to update python312Packages.mypy-boto3-wellarchitected 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-ds, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ds/2024-05-04.log python312Packages.mypy-boto3-ds 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-ds isn't the default python version [result] Failed to update python312Packages.mypy-boto3-ds 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-networkmanager, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-networkmanager/2024-05-04.log python312Packages.mypy-boto3-networkmanager 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-networkmanager isn't the default python version [result] Failed to update python312Packages.mypy-boto3-networkmanager 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-chime-sdk-voice, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-chime-sdk-voice/2024-05-04.log python311Packages.mypy-boto3-chime-sdk-voice 1.34.0 -> 1.34.95 https://repology.org/project/python:mypy-boto3-chime-sdk-voice/versions attrpath: python311Packages.mypy-boto3-chime-sdk-voice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5w3807hcf3hr51m3fzvwd5s0jajlkcxq-packages.json.drv building '/nix/store/5w3807hcf3hr51m3fzvwd5s0jajlkcxq-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-chime-sdk-voice-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-chime-sdk-voice-1.34.0: UPDATING ... - python3.11-mypy-boto3-chime-sdk-voice-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-chime-sdk-voice 1.34.0 -> 1.34.95 https://repology.org/project/python:mypy-boto3-chime-sdk-voice/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.extract-msg, using log file: /var/log/nixpkgs-update/python311Packages.extract-msg/2024-05-04.log python311Packages.extract-msg 0 -> 1 attrpath: python311Packages.extract-msg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2b6z5vlglqzwqb2rnz9f36szmsh9k7ns-packages.json.drv building '/nix/store/2b6z5vlglqzwqb2rnz9f36szmsh9k7ns-packages.json.drv'... Going to be running update for following packages: - python3.11-extract-msg-0.48.5 Press Enter key to continue... Running update for: - python3.11-extract-msg-0.48.5: UPDATING ... - python3.11-extract-msg-0.48.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.extract-msg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath certi, using log file: /var/log/nixpkgs-update/certi/2024-05-04.log certi 0 -> 1 attrpath: certi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wjk9q9n1xbcpw9zrd56v9wfypmwqg6dg-packages.json.drv building '/nix/store/wjk9q9n1xbcpw9zrd56v9wfypmwqg6dg-packages.json.drv'... Going to be running update for following packages: - certi-0.1.0-unstable-2023-01-27 Press Enter key to continue... Running update for: - certi-0.1.0-unstable-2023-01-27: UPDATING ... - certi-0.1.0-unstable-2023-01-27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update certi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sslstrip, using log file: /var/log/nixpkgs-update/sslstrip/2024-05-04.log sslstrip 0 -> 1 attrpath: sslstrip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/18zsqdsxxafprzpqp1wi6v9s4fawp6nw-packages.json.drv building '/nix/store/18zsqdsxxafprzpqp1wi6v9s4fawp6nw-packages.json.drv'... Going to be running update for following packages: - sslstrip-2.0 Press Enter key to continue... Running update for: - sslstrip-2.0: UPDATING ... - sslstrip-2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sslstrip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.compressed-rtf, using log file: /var/log/nixpkgs-update/python311Packages.compressed-rtf/2024-05-04.log python311Packages.compressed-rtf 0 -> 1 attrpath: python311Packages.compressed-rtf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dc781p9gx18flxyyccx76ym60z1nvdq3-packages.json.drv building '/nix/store/dc781p9gx18flxyyccx76ym60z1nvdq3-packages.json.drv'... Going to be running update for following packages: - python3.11-compressed-rtf-1.0.6-unstable-2023-10-15 Press Enter key to continue... Running update for: - python3.11-compressed-rtf-1.0.6-unstable-2023-10-15: UPDATING ... - python3.11-compressed-rtf-1.0.6-unstable-2023-10-15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.compressed-rtf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.archspec, using log file: /var/log/nixpkgs-update/python312Packages.archspec/2024-05-04.log python312Packages.archspec 0.2.3 -> 0.2.4 https://github.com/archspec/archspec/releases attrpath: python312Packages.archspec isn't the default python version [result] Failed to update python312Packages.archspec 0.2.3 -> 0.2.4 https://github.com/archspec/archspec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rtfde, using log file: /var/log/nixpkgs-update/python311Packages.rtfde/2024-05-04.log python311Packages.rtfde 0 -> 1 attrpath: python311Packages.rtfde Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 124 updateScript for python311Packages.rtfde took longer than 10m and timed out. Other output: this derivation will be built: /nix/store/5s7hc3pj70sqr61wjb5pyi3d6cl2lk51-packages.json.drv building '/nix/store/5s7hc3pj70sqr61wjb5pyi3d6cl2lk51-packages.json.drv'... [result] Failed to update python311Packages.rtfde 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pydantic_1, using log file: /var/log/nixpkgs-update/python312Packages.pydantic_1/2024-05-04.log python312Packages.pydantic_1 1.10.14 -> 2.7.1 https://github.com/pydantic/pydantic/releases attrpath: python312Packages.pydantic_1 isn't the default python version [result] Failed to update python312Packages.pydantic_1 1.10.14 -> 2.7.1 https://github.com/pydantic/pydantic/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyvista, using log file: /var/log/nixpkgs-update/python312Packages.pyvista/2024-05-04.log python312Packages.pyvista 0.43.6 -> 0.43.7 https://github.com/pyvista/pyvista/releases attrpath: python312Packages.pyvista isn't the default python version [result] Failed to update python312Packages.pyvista 0.43.6 -> 0.43.7 https://github.com/pyvista/pyvista/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-datapipeline, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-datapipeline/2024-05-04.log python311Packages.mypy-boto3-datapipeline 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-datapipeline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6f9iprb02dbszn31z73c9ms1wh1dx1n5-packages.json.drv building '/nix/store/6f9iprb02dbszn31z73c9ms1wh1dx1n5-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-datapipeline-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-datapipeline-1.34.0: UPDATING ... - python3.11-mypy-boto3-datapipeline-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-datapipeline 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-codecommit, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-codecommit/2024-05-04.log python312Packages.mypy-boto3-codecommit 1.34.6 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-codecommit isn't the default python version [result] Failed to update python312Packages.mypy-boto3-codecommit 1.34.6 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-customer-profiles, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-customer-profiles/2024-05-04.log python311Packages.mypy-boto3-customer-profiles 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-customer-profiles Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3zh09fd2z5ldzv0i9yrf49i41sdcfnar-packages.json.drv building '/nix/store/3zh09fd2z5ldzv0i9yrf49i41sdcfnar-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-customer-profiles-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-customer-profiles-1.34.0: UPDATING ... - python3.11-mypy-boto3-customer-profiles-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-customer-profiles 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath magnetophonDSP.shelfMultiBand, using log file: /var/log/nixpkgs-update/magnetophonDSP.shelfMultiBand/2024-05-04.log magnetophonDSP.shelfMultiBand 0.6.1 -> 0.6.2 https://github.com/magnetophon/shelfMultiBand/releases attrpath: magnetophonDSP.shelfMultiBand Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/isfb0s0m2jyvk1aw10zwh4h35zh31vry-source.drv building '/nix/store/isfb0s0m2jyvk1aw10zwh4h35zh31vry-source.drv'... trying https://github.com/magnetophon/shelfMultiBand/archive/V0.6.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/isfb0s0m2jyvk1aw10zwh4h35zh31vry-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/magnetophon/shelfMultiBand/archive/V0.6.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/isfb0s0m2jyvk1aw10zwh4h35zh31vry-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'magnetophonDSP.shelfMultiBand.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/isfb0s0m2jyvk1aw10zwh4h35zh31vry-source.drv /nix/store/mhw1w2nbq6pjb47myg6rrfzqzb79w9sh-shelfMultiBand-0.6.2.drv these 2 paths will be fetched (0.02 MiB download, 0.15 MiB unpacked): /nix/store/109nlp58pkzg71aqm0lja54q17ij9saf-faust2jaqt-2.72.14 /nix/store/x62k6d06fgmdbb0lv9xi1vi5w7cigz8a-faust2lv2-2.72.14 copying path '/nix/store/109nlp58pkzg71aqm0lja54q17ij9saf-faust2jaqt-2.72.14' from 'https://cache.nixos.org'... copying path '/nix/store/x62k6d06fgmdbb0lv9xi1vi5w7cigz8a-faust2lv2-2.72.14' from 'https://cache.nixos.org'... building '/nix/store/isfb0s0m2jyvk1aw10zwh4h35zh31vry-source.drv'... trying https://github.com/magnetophon/shelfMultiBand/archive/V0.6.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/isfb0s0m2jyvk1aw10zwh4h35zh31vry-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/magnetophon/shelfMultiBand/archive/V0.6.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/isfb0s0m2jyvk1aw10zwh4h35zh31vry-source.drv'. error: 1 dependencies of derivation '/nix/store/mhw1w2nbq6pjb47myg6rrfzqzb79w9sh-shelfMultiBand-0.6.2.drv' failed to build [result] Failed to update magnetophonDSP.shelfMultiBand 0.6.1 -> 0.6.2 https://github.com/magnetophon/shelfMultiBand/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-marketplace-entitlement, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-marketplace-entitlement/2024-05-04.log python311Packages.mypy-boto3-marketplace-entitlement 1.34.0 -> 1.34.93 https://repology.org/project/python:mypy-boto3-marketplace-entitlement/versions attrpath: python311Packages.mypy-boto3-marketplace-entitlement Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/akr3kmffs6yh6w0kcsfha045884k5hax-packages.json.drv building '/nix/store/akr3kmffs6yh6w0kcsfha045884k5hax-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-marketplace-entitlement-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-marketplace-entitlement-1.34.0: UPDATING ... - python3.11-mypy-boto3-marketplace-entitlement-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-marketplace-entitlement 1.34.0 -> 1.34.93 https://repology.org/project/python:mypy-boto3-marketplace-entitlement/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-privatenetworks, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-privatenetworks/2024-05-04.log python311Packages.mypy-boto3-privatenetworks 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-privatenetworks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4ima2ci12ivcxvp1cg1wvhxjnhxilj05-packages.json.drv building '/nix/store/4ima2ci12ivcxvp1cg1wvhxjnhxilj05-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-privatenetworks-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-privatenetworks-1.34.0: UPDATING ... - python3.11-mypy-boto3-privatenetworks-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-privatenetworks 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_4_hardened.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_4_hardened.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_5_4_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_5_4_hardened.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_4_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-amplify, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-amplify/2024-05-04.log python311Packages.mypy-boto3-amplify 1.34.63 -> 1.34.94 https://repology.org/project/python:mypy-boto3-amplify/versions attrpath: python311Packages.mypy-boto3-amplify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n96xqi6jsv2vmp0lncvmkh3kl1vd66vm-packages.json.drv building '/nix/store/n96xqi6jsv2vmp0lncvmkh3kl1vd66vm-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-amplify-1.34.63 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-amplify-1.34.63: UPDATING ... - python3.11-mypy-boto3-amplify-1.34.63: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-amplify 1.34.63 -> 1.34.94 https://repology.org/project/python:mypy-boto3-amplify/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-cognito-sync, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cognito-sync/2024-05-04.log python312Packages.mypy-boto3-cognito-sync 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cognito-sync isn't the default python version [result] Failed to update python312Packages.mypy-boto3-cognito-sync 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages.autoprefixer, using log file: /var/log/nixpkgs-update/nodePackages.autoprefixer/2024-05-04.log nodePackages.autoprefixer 10.4.18 -> 10.4.19 https://repology.org/project/node:autoprefixer/versions attrpath: nodePackages.autoprefixer Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages.autoprefixer 10.4.18 -> 10.4.19 https://repology.org/project/node:autoprefixer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-mediapackagev2, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-mediapackagev2/2024-05-04.log python311Packages.mypy-boto3-mediapackagev2 1.34.60 -> 1.34.85 https://repology.org/project/python:mypy-boto3-mediapackagev2/versions attrpath: python311Packages.mypy-boto3-mediapackagev2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ha1ywgs4c4rcn6di95s1wnz0sasvfraw-packages.json.drv building '/nix/store/ha1ywgs4c4rcn6di95s1wnz0sasvfraw-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-mediapackagev2-1.34.60 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-mediapackagev2-1.34.60: UPDATING ... - python3.11-mypy-boto3-mediapackagev2-1.34.60: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-mediapackagev2 1.34.60 -> 1.34.85 https://repology.org/project/python:mypy-boto3-mediapackagev2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-ssm-sap, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ssm-sap/2024-05-04.log python312Packages.mypy-boto3-ssm-sap 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-ssm-sap isn't the default python version [result] Failed to update python312Packages.mypy-boto3-ssm-sap 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath files-cli, using log file: /var/log/nixpkgs-update/files-cli/2024-05-04.log files-cli 2.13.14 -> 2.13.27 https://github.com/files-com/files-cli/releases attrpath: files-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-adPPXElmQgnFOSWZCoQ65MheYdT6lyqhIICA2Ci7+b4=" [golangModuleVersion] Replaced vendorHash with sha256-8xiIMl4eAFMvMsN5Y+ruw04BtdA+mrCnqxsoekyr4Bo= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/fi/files-cli/package.nix b/pkgs/by-name/fi/files-cli/package.nix index cab80e4e3458..adb9b6694024 100644 --- a/pkgs/by-name/fi/files-cli/package.nix +++ b/pkgs/by-name/fi/files-cli/package.nix @@ -7,16 +7,16 @@ buildGoModule rec { pname = "files-cli"; - version = "2.13.14"; + version = "2.13.27"; src = fetchFromGitHub { repo = "files-cli"; owner = "files-com"; rev = "v${version}"; - hash = "sha256-fECf3s9XKJq/DOyypfMgFRJjEIMKMUeWgCJca88vqJw="; + hash = "sha256-UbABURsoQkTwYvQqR7Eg8ti56JQKnIcAm78Tmu+W+ls="; }; - vendorHash = "sha256-adPPXElmQgnFOSWZCoQ65MheYdT6lyqhIICA2Ci7+b4="; + vendorHash = "sha256-8xiIMl4eAFMvMsN5Y+ruw04BtdA+mrCnqxsoekyr4Bo="; ldflags = [ "-s" [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/kqx0rlw803jr917wl8sjbgnrsj067nlv-files-cli-2.13.27" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • files-cli
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/files-com/files-cli/releases. meta.description for files-cli is: Files.com Command Line App for Windows, Linux, and macOS. meta.homepage for files-cli is: https://developers.files.com ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/Files-com/files-cli/releases/tag/v2.13.27) - [Compare changes on GitHub](https://github.com/files-com/files-cli/compare/v2.13.14...v2.13.27) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.13.27 with grep in /nix/store/kqx0rlw803jr917wl8sjbgnrsj067nlv-files-cli-2.13.27 - found 2.13.27 in filename of file in /nix/store/kqx0rlw803jr917wl8sjbgnrsj067nlv-files-cli-2.13.27 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath files-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/kqx0rlw803jr917wl8sjbgnrsj067nlv-files-cli-2.13.27 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A files-cli https://github.com/r-ryantm/nixpkgs/archive/2851beb279550e3e2b660125c47c017e740a7f81.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2851beb279550e3e2b660125c47c017e740a7f81#files-cli ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/kqx0rlw803jr917wl8sjbgnrsj067nlv-files-cli-2.13.27 ls -la /nix/store/kqx0rlw803jr917wl8sjbgnrsj067nlv-files-cli-2.13.27/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • files-cli
--- ###### Maintainer pings cc @kashw2 for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309057 [result] Success updating files-cli 2.13.14 -> 2.13.27 https://github.com/files-com/files-cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.dns-client-mirage, using log file: /var/log/nixpkgs-update/ocamlPackages.dns-client-mirage/2024-05-04.log ocamlPackages.dns-client-mirage 7.0.1 -> 7.0.3 https://github.com/mirage/ocaml-dns/releases attrpath: ocamlPackages.dns-client-mirage Checking auto update branch... No auto update branch exists Old version 7.0.1" not present in master derivation file with contents: { lib, buildDunePackage, dns, lwt, mirage-clock, mirage-time , mirage-random, mirage-crypto-rng, mtime, randomconv , cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest , ca-certs, ca-certs-nss , happy-eyeballs , tcpip , tls, tls-mirage }: buildDunePackage { pname = "dns-client"; inherit (dns) src version; duneVersion = "3"; propagatedBuildInputs = [ dns randomconv domain-name mtime mirage-crypto-rng ]; checkInputs = [ alcotest ]; doCheck = true; meta = dns.meta // { description = "Pure DNS resolver API"; mainProgram = "dns-client.unix"; }; } [result] Failed to update ocamlPackages.dns-client-mirage 7.0.1 -> 7.0.3 https://github.com/mirage/ocaml-dns/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-comprehend, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-comprehend/2024-05-04.log python311Packages.mypy-boto3-comprehend 1.34.30 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-comprehend Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/48kxy9dcyp8j8h8aa5s6j0g5sk10bx2x-packages.json.drv building '/nix/store/48kxy9dcyp8j8h8aa5s6j0g5sk10bx2x-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-comprehend-1.34.30 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-comprehend-1.34.30: UPDATING ... - python3.11-mypy-boto3-comprehend-1.34.30: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-comprehend 1.34.30 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-apprunner, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-apprunner/2024-05-04.log python312Packages.mypy-boto3-apprunner 1.34.11 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-apprunner isn't the default python version [result] Failed to update python312Packages.mypy-boto3-apprunner 1.34.11 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath magnetophonDSP.ConstantDetuneChorus, using log file: /var/log/nixpkgs-update/magnetophonDSP.ConstantDetuneChorus/2024-05-04.log magnetophonDSP.ConstantDetuneChorus 0.1.3 -> 0.1.5 https://github.com/magnetophon/constant-detune-chorus/releases attrpath: magnetophonDSP.ConstantDetuneChorus Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/5wia80ny2gkcigc73lvpkwzbl18ah6bv-source.drv building '/nix/store/5wia80ny2gkcigc73lvpkwzbl18ah6bv-source.drv'... trying https://github.com/magnetophon/constant-detune-chorus/archive/V0.1.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/5wia80ny2gkcigc73lvpkwzbl18ah6bv-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/magnetophon/constant-detune-chorus/archive/V0.1.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/5wia80ny2gkcigc73lvpkwzbl18ah6bv-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'magnetophonDSP.ConstantDetuneChorus.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/5wia80ny2gkcigc73lvpkwzbl18ah6bv-source.drv /nix/store/griv8v3d99jjy6x5w5igkvrvg46cnb4f-constant-detune-chorus-0.1.5.drv building '/nix/store/5wia80ny2gkcigc73lvpkwzbl18ah6bv-source.drv'... trying https://github.com/magnetophon/constant-detune-chorus/archive/V0.1.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/5wia80ny2gkcigc73lvpkwzbl18ah6bv-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/magnetophon/constant-detune-chorus/archive/V0.1.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/5wia80ny2gkcigc73lvpkwzbl18ah6bv-source.drv'. error: 1 dependencies of derivation '/nix/store/griv8v3d99jjy6x5w5igkvrvg46cnb4f-constant-detune-chorus-0.1.5.drv' failed to build [result] Failed to update magnetophonDSP.ConstantDetuneChorus 0.1.3 -> 0.1.5 https://github.com/magnetophon/constant-detune-chorus/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.opentelemetry-semantic-conventions, using log file: /var/log/nixpkgs-update/python312Packages.opentelemetry-semantic-conventions/2024-05-04.log python312Packages.opentelemetry-semantic-conventions 0.44b0 -> 1.24.0 https://repology.org/project/python:opentelemetry-semantic-conventions/versions attrpath: python312Packages.opentelemetry-semantic-conventions isn't the default python version [result] Failed to update python312Packages.opentelemetry-semantic-conventions 0.44b0 -> 1.24.0 https://repology.org/project/python:opentelemetry-semantic-conventions/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.chameleon, using log file: /var/log/nixpkgs-update/python312Packages.chameleon/2024-05-04.log python312Packages.chameleon 4.5.2 -> 4.5.4 https://github.com/malthe/chameleon/releases attrpath: python312Packages.chameleon isn't the default python version [result] Failed to update python312Packages.chameleon 4.5.2 -> 4.5.4 https://github.com/malthe/chameleon/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-lex-runtime, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-lex-runtime/2024-05-04.log python312Packages.mypy-boto3-lex-runtime 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-lex-runtime isn't the default python version [result] Failed to update python312Packages.mypy-boto3-lex-runtime 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-nimble, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-nimble/2024-05-04.log python312Packages.mypy-boto3-nimble 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-nimble isn't the default python version [result] Failed to update python312Packages.mypy-boto3-nimble 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.ocaml-sat-solvers, using log file: /var/log/nixpkgs-update/ocamlPackages.ocaml-sat-solvers/2024-05-04.log ocamlPackages.ocaml-sat-solvers 0.4 -> 0.7.1 https://github.com/tcsprojects/ocaml-sat-solvers/releases attrpath: ocamlPackages.ocaml-sat-solvers 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/ocaml-sat-solvers/default.nix b/pkgs/development/ocaml-modules/ocaml-sat-solvers/default.nix index c7779b098e73..991a547e14fe 100644 --- a/pkgs/development/ocaml-modules/ocaml-sat-solvers/default.nix +++ b/pkgs/development/ocaml-modules/ocaml-sat-solvers/default.nix @@ -2,7 +2,7 @@ buildOasisPackage rec { pname = "ocaml-sat-solvers"; - version = "0.4"; + version = "0.7.1"; minimumOCamlVersion = "4.03.0"; @@ -10,7 +10,7 @@ buildOasisPackage rec { owner = "tcsprojects"; repo = "ocaml-sat-solvers"; rev = "v${version}"; - sha256 = "1hxr16cyl1p1k1cik848mqrysq95wxmlykpm93a99pn55mp28938"; + sha256 = "sha256-hESHus3DlPp3YoqfQm/Pp1N91d9BPSGLD5FIbOeYOp8="; }; propagatedBuildInputs = [ minisat ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.ocaml-sat-solvers Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . ocamlPackages.ocaml-sat-solvers Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'ocaml5.1.1-ocaml-sat-solvers-0.7.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/ocamlPackages.ocaml-sat-solvers/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'nativeBuildInputs' of derivation 'ocaml5.1.1-ocaml-sat-solvers-0.7.1' at /var/cache/nixpkgs-update/worker/worktree/ocamlPackages.ocaml-sat-solvers/pkgs/stdenv/generic/make-derivation.nix:375:7: 374| depsBuildBuild = elemAt (elemAt dependencies 0) 0; 375| nativeBuildInputs = elemAt (elemAt dependencies 0) 1; | ^ 376| depsBuildTarget = elemAt (elemAt dependencies 0) 2; (stack trace truncated; use '--show-trace' to show the full trace) error: ocamlmod is not available for OCaml ≥ 5.0 [result] Failed to update ocamlPackages.ocaml-sat-solvers 0.4 -> 0.7.1 https://github.com/tcsprojects/ocaml-sat-solvers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubebuilder, using log file: /var/log/nixpkgs-update/kubebuilder/2024-05-04.log kubebuilder 3.14.1 -> 3.14.2 https://repology.org/project/kubebuilder/versions attrpath: kubebuilder Checking auto update branch... An auto update branch exists with message `kubebuilder: removed nested with from meta`. New version is 3.14.2. The auto update branch does not match or exceed the new version. Old version 3.14.1" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , makeWrapper , git , go , gnumake , installShellFiles , testers , kubebuilder }: buildGoModule rec { pname = "kubebuilder"; version = "3.14.2"; src = fetchFromGitHub { owner = "kubernetes-sigs"; repo = "kubebuilder"; rev = "v${version}"; hash = "sha256-bs/16MEZZOv+5cfr35HDqhnJxza9mQfjd8ALjJifRf8="; }; vendorHash = "sha256-eLLWzVQ9ANIWSdqjmggrboCwcUKVGdrJD2coCLmzAK4="; subPackages = ["cmd"]; allowGoReference = true; ldflags = [ "-X main.kubeBuilderVersion=v${version}" "-X main.goos=${go.GOOS}" "-X main.goarch=${go.GOARCH}" "-X main.gitCommit=unknown" "-X main.buildDate=unknown" ]; nativeBuildInputs = [ makeWrapper git installShellFiles ]; postInstall = '' mv $out/bin/cmd $out/bin/kubebuilder wrapProgram $out/bin/kubebuilder \ --prefix PATH : ${lib.makeBinPath [ go gnumake ]} installShellCompletion --cmd kubebuilder \ --bash <($out/bin/kubebuilder completion bash) \ --fish <($out/bin/kubebuilder completion fish) \ --zsh <($out/bin/kubebuilder completion zsh) ''; passthru.tests.version = testers.testVersion { command = "${kubebuilder}/bin/kubebuilder version"; package = kubebuilder; version = "v${version}"; }; meta = { description = "SDK for building Kubernetes APIs using CRDs"; mainProgram = "kubebuilder"; homepage = "https://github.com/kubernetes-sigs/kubebuilder"; changelog = "https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v${version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ cmars ]; }; } [result] Failed to update kubebuilder 3.14.1 -> 3.14.2 https://repology.org/project/kubebuilder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubevpn, using log file: /var/log/nixpkgs-update/kubevpn/2024-05-04.log kubevpn 2.2.6 -> 2.2.8 https://github.com/KubeNetworks/kubevpn/releases attrpath: kubevpn Checking auto update branch... An auto update branch exists with message `kubevpn: 2.2.6 -> 2.2.7`. New version is 2.2.8. The auto update branch does not match or exceed the new version. Old version 2.2.6" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "kubevpn"; version = "2.2.7"; src = fetchFromGitHub { owner = "KubeNetworks"; repo = "kubevpn"; rev = "v${version}"; hash = "sha256-6HZc4PxgTLROn1nQLreC/GP43/MXiqtiSAGsMfXC5vw="; }; vendorHash = null; # TODO investigate why some config tests are failing doCheck = false; meta = with lib; { changelog = "https://github.com/KubeNetworks/kubevpn/releases/tag/${src.rev}"; description = "Create a VPN and connect to Kubernetes cluster network, access resources, and more"; homepage = "https://github.com/KubeNetworks/kubevpn"; license = licenses.mit; maintainers = with maintainers; [ mig4ng ]; }; } [result] Failed to update kubevpn 2.2.6 -> 2.2.8 https://github.com/KubeNetworks/kubevpn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.aiosmb, using log file: /var/log/nixpkgs-update/python312Packages.aiosmb/2024-05-04.log python312Packages.aiosmb 0.4.10 -> 0.4.10-1 https://github.com/skelsec/aiosmb/releases attrpath: python312Packages.aiosmb isn't the default python version [result] Failed to update python312Packages.aiosmb 0.4.10 -> 0.4.10-1 https://github.com/skelsec/aiosmb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.linien-common, using log file: /var/log/nixpkgs-update/python312Packages.linien-common/2024-05-04.log python312Packages.linien-common 1.0.2 -> 2.0.0 https://github.com/linien-org/linien/releases attrpath: python312Packages.linien-common isn't the default python version [result] Failed to update python312Packages.linien-common 1.0.2 -> 2.0.0 https://github.com/linien-org/linien/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.sqlite, using log file: /var/log/nixpkgs-update/lua51Packages.sqlite/2024-05-04.log lua51Packages.sqlite v1.2.2-0 -> 1.2.2 https://github.com/tami5/sqlite.lua/releases attrpath: lua51Packages.sqlite Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.sqlite v1.2.2-0 -> 1.2.2 https://github.com/tami5/sqlite.lua/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es_CR, using log file: /var/log/nixpkgs-update/hunspellDicts.es_CR/2024-05-04.log hunspellDicts.es_CR 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es_CR Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es_CR 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-savingsplans, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-savingsplans/2024-05-04.log python311Packages.mypy-boto3-savingsplans 1.34.67 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-savingsplans Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kywnbzdh6w9015x9ijzp8577sbjllyj4-packages.json.drv building '/nix/store/kywnbzdh6w9015x9ijzp8577sbjllyj4-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-savingsplans-1.34.67 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-savingsplans-1.34.67: UPDATING ... - python3.11-mypy-boto3-savingsplans-1.34.67: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-savingsplans 1.34.67 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-memorydb, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-memorydb/2024-05-04.log python311Packages.mypy-boto3-memorydb 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-memorydb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n00s33ag7r8qscjbypzy82bg59ij6gb2-packages.json.drv building '/nix/store/n00s33ag7r8qscjbypzy82bg59ij6gb2-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-memorydb-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-memorydb-1.34.0: UPDATING ... - python3.11-mypy-boto3-memorydb-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-memorydb 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.ExiaHuang.dictionary, using log file: /var/log/nixpkgs-update/vscode-extensions.ExiaHuang.dictionary/2024-05-04.log vscode-extensions.ExiaHuang.dictionary 0.0.2 -> 0.2 https://github.com/exiahuang/fanyi-vscode/releases attrpath: vscode-extensions.ExiaHuang.dictionary Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.ExiaHuang.dictionary 0.0.2 -> 0.2 https://github.com/exiahuang/fanyi-vscode/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-redshift-data, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-redshift-data/2024-05-04.log python311Packages.mypy-boto3-redshift-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-redshift-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j5bqkhpxg16rgzyyh9w23k5bmg7d8ni3-packages.json.drv building '/nix/store/j5bqkhpxg16rgzyyh9w23k5bmg7d8ni3-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-redshift-data-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-redshift-data-1.34.0: UPDATING ... - python3.11-mypy-boto3-redshift-data-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-redshift-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.ffmpeg-avdevice, using log file: /var/log/nixpkgs-update/ocamlPackages.ffmpeg-avdevice/2024-05-04.log ocamlPackages.ffmpeg-avdevice 1.1.8 -> 1.1.11 https://github.com/savonet/ocaml-ffmpeg/releases attrpath: ocamlPackages.ffmpeg-avdevice Checking auto update branch... No auto update branch exists Old version 1.1.8" not present in master derivation file with contents: { lib, buildDunePackage, dune-configurator, pkg-config, fetchFromGitHub, callPackage , AppKit , AudioToolbox , AVFoundation , Cocoa , CoreImage , ForceFeedback , ffmpeg-base ? callPackage ./base.nix { } , ffmpeg-av, ffmpeg , OpenGL , stdenv , VideoToolbox }: buildDunePackage { pname = "ffmpeg-avdevice"; minimalOCamlVersion = "4.08"; inherit (ffmpeg-base) version src; nativeBuildInputs = [ pkg-config ]; buildInputs = [ dune-configurator ] ++ lib.optionals stdenv.isDarwin [ AppKit AudioToolbox AVFoundation Cocoa CoreImage ForceFeedback OpenGL VideoToolbox ]; propagatedBuildInputs = [ ffmpeg-av ffmpeg.dev ]; doCheck = true; meta = ffmpeg-base.meta // { description = "Bindings for the ffmpeg avdevice library"; }; } [result] Failed to update ocamlPackages.ffmpeg-avdevice 1.1.8 -> 1.1.11 https://github.com/savonet/ocaml-ffmpeg/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-forecastquery, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-forecastquery/2024-05-04.log python312Packages.mypy-boto3-forecastquery 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-forecastquery isn't the default python version [result] Failed to update python312Packages.mypy-boto3-forecastquery 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-migrationhubstrategy, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-migrationhubstrategy/2024-05-04.log python312Packages.mypy-boto3-migrationhubstrategy 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-migrationhubstrategy isn't the default python version [result] Failed to update python312Packages.mypy-boto3-migrationhubstrategy 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.bc-python-hcl2, using log file: /var/log/nixpkgs-update/python312Packages.bc-python-hcl2/2024-05-04.log python312Packages.bc-python-hcl2 0.4.2 -> 4.3.3 https://github.com/amplify-education/python-hcl2/releases attrpath: python312Packages.bc-python-hcl2 isn't the default python version [result] Failed to update python312Packages.bc-python-hcl2 0.4.2 -> 4.3.3 https://github.com/amplify-education/python-hcl2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-arc-zonal-shift, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-arc-zonal-shift/2024-05-04.log python312Packages.mypy-boto3-arc-zonal-shift 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-arc-zonal-shift isn't the default python version [result] Failed to update python312Packages.mypy-boto3-arc-zonal-shift 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.dns-client-lwt, using log file: /var/log/nixpkgs-update/ocamlPackages.dns-client-lwt/2024-05-04.log ocamlPackages.dns-client-lwt 7.0.1 -> 7.0.3 https://github.com/mirage/ocaml-dns/releases attrpath: ocamlPackages.dns-client-lwt Checking auto update branch... No auto update branch exists Old version 7.0.1" not present in master derivation file with contents: { lib, buildDunePackage, dns, lwt, mirage-clock, mirage-time , mirage-random, mirage-crypto-rng, mtime, randomconv , cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest , ca-certs, ca-certs-nss , happy-eyeballs , tcpip , tls, tls-mirage }: buildDunePackage { pname = "dns-client"; inherit (dns) src version; duneVersion = "3"; propagatedBuildInputs = [ dns randomconv domain-name mtime mirage-crypto-rng ]; checkInputs = [ alcotest ]; doCheck = true; meta = dns.meta // { description = "Pure DNS resolver API"; mainProgram = "dns-client.unix"; }; } [result] Failed to update ocamlPackages.dns-client-lwt 7.0.1 -> 7.0.3 https://github.com/mirage/ocaml-dns/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_zen.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_zen.vendor-reset/2024-05-04.log linuxKernel.packages.linux_zen.vendor-reset unstable-2021-02-16-6.8.6 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_zen.vendor-reset creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_zen.vendor-reset unstable-2021-02-16-6.8.6 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.yuview, using log file: /var/log/nixpkgs-update/libsForQt5.yuview/2024-05-04.log libsForQt5.yuview 2.13 -> 2.14 https://repology.org/project/yuview/versions attrpath: libsForQt5.yuview Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/y7ibk7p8k5nkyw00w074sdf2lwx17qag-source.drv building '/nix/store/y7ibk7p8k5nkyw00w074sdf2lwx17qag-source.drv'... trying https://github.com/IENT/YUView/archive/v.2.14.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/y7ibk7p8k5nkyw00w074sdf2lwx17qag-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/IENT/YUView/archive/v.2.14.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/y7ibk7p8k5nkyw00w074sdf2lwx17qag-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libsForQt5.yuview.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/y7ibk7p8k5nkyw00w074sdf2lwx17qag-source.drv /nix/store/1hgdi3a2vdsz1y7i9319h8nkhljdvvjv-yuview-2.14.drv building '/nix/store/y7ibk7p8k5nkyw00w074sdf2lwx17qag-source.drv'... trying https://github.com/IENT/YUView/archive/v.2.14.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/y7ibk7p8k5nkyw00w074sdf2lwx17qag-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/IENT/YUView/archive/v.2.14.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/y7ibk7p8k5nkyw00w074sdf2lwx17qag-source.drv'. error: 1 dependencies of derivation '/nix/store/1hgdi3a2vdsz1y7i9319h8nkhljdvvjv-yuview-2.14.drv' failed to build [result] Failed to update libsForQt5.yuview 2.13 -> 2.14 https://repology.org/project/yuview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-waf, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-waf/2024-05-04.log python311Packages.mypy-boto3-waf 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-waf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lj8vp26kl2gfjmdiyjg0f7v8p92l79z4-packages.json.drv building '/nix/store/lj8vp26kl2gfjmdiyjg0f7v8p92l79z4-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-waf-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-waf-1.34.0: UPDATING ... - python3.11-mypy-boto3-waf-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-waf 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl538Packages.LatexIndent 3.21 -> 3.24 https://github.com/cmhughes/latexindent.pl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-appconfigdata, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-appconfigdata/2024-05-04.log python311Packages.types-aiobotocore-appconfigdata 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-appconfigdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8na3jqrdq8kiw2269bgb7nyzxdjm1chj-packages.json.drv building '/nix/store/8na3jqrdq8kiw2269bgb7nyzxdjm1chj-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-appconfigdata-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-appconfigdata-2.12.3: UPDATING ... - python3.11-types-aiobotocore-appconfigdata-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-appconfigdata 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.dogtag-pki, using log file: /var/log/nixpkgs-update/python312Packages.dogtag-pki/2024-05-04.log python312Packages.dogtag-pki 11.2.1 -> 11.4.3 https://github.com/dogtagpki/pki/releases attrpath: python312Packages.dogtag-pki isn't the default python version [result] Failed to update python312Packages.dogtag-pki 11.2.1 -> 11.4.3 https://github.com/dogtagpki/pki/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-lookoutvision, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-lookoutvision/2024-05-04.log python312Packages.mypy-boto3-lookoutvision 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-lookoutvision isn't the default python version [result] Failed to update python312Packages.mypy-boto3-lookoutvision 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.terminal, using log file: /var/log/nixpkgs-update/ocamlPackages.terminal/2024-05-04.log ocamlPackages.terminal 0.2.2 -> 0.3.0 https://github.com/CraigFe/progress/releases attrpath: ocamlPackages.terminal Checking auto update branch... An auto update branch exists with message `ocamlPackages.terminal: 0.2.2 -> 0.3.0`. New version is 0.3.0. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.terminal 0.2.2 -> 0.3.0 https://github.com/CraigFe/progress/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_6.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_6.dddvb/2024-05-04.log linuxKernel.packages.linux_6_6.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_6_6.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_6.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod.nvidia_x11_vulkan_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod.nvidia_x11_vulkan_beta_open/2024-05-04.log linuxKernel.packages.linux_xanmod.nvidia_x11_vulkan_beta_open 6.6.29-550.40.61 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_xanmod.nvidia_x11_vulkan_beta_open creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_xanmod.nvidia_x11_vulkan_beta_open 6.6.29-550.40.61 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-pca-connector-ad, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-pca-connector-ad/2024-05-04.log python311Packages.mypy-boto3-pca-connector-ad 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-pca-connector-ad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i6q9isgv8fw6yf7xg3ra15ywx6dla6lq-packages.json.drv building '/nix/store/i6q9isgv8fw6yf7xg3ra15ywx6dla6lq-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-pca-connector-ad-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-pca-connector-ad-1.34.0: UPDATING ... - python3.11-mypy-boto3-pca-connector-ad-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-pca-connector-ad 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_4.chipsec, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_4.chipsec/2024-05-04.log linuxKernel.packages.linux_5_4.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases attrpath: linuxKernel.packages.linux_5_4.chipsec creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_4.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.camlidl, using log file: /var/log/nixpkgs-update/ocamlPackages.camlidl/2024-05-04.log ocamlPackages.camlidl 1.12 -> 112 https://github.com/xavierleroy/camlidl/releases attrpath: ocamlPackages.camlidl Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ocamlPackages.camlidl 1.12 -> 112 https://github.com/xavierleroy/camlidl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.cftime, using log file: /var/log/nixpkgs-update/python312Packages.cftime/2024-05-04.log python312Packages.cftime 1.6.3 -> 1.6.3rel https://github.com/Unidata/cftime/releases attrpath: python312Packages.cftime isn't the default python version [result] Failed to update python312Packages.cftime 1.6.3 -> 1.6.3rel https://github.com/Unidata/cftime/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-appfabric, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-appfabric/2024-05-04.log python311Packages.mypy-boto3-appfabric 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-appfabric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8659dq147mfkdmzkykkqf4c1nkpvq8x3-packages.json.drv building '/nix/store/8659dq147mfkdmzkykkqf4c1nkpvq8x3-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-appfabric-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-appfabric-1.34.0: UPDATING ... - python3.11-mypy-boto3-appfabric-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-appfabric 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.opentelemetry-test-utils, using log file: /var/log/nixpkgs-update/python312Packages.opentelemetry-test-utils/2024-05-04.log python312Packages.opentelemetry-test-utils 0.44b0 -> 1.20.0 https://repology.org/project/python:opentelemetry-test-utils/versions attrpath: python312Packages.opentelemetry-test-utils isn't the default python version [result] Failed to update python312Packages.opentelemetry-test-utils 0.44b0 -> 1.20.0 https://repology.org/project/python:opentelemetry-test-utils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sabyenc3, using log file: /var/log/nixpkgs-update/python312Packages.sabyenc3/2024-05-04.log python312Packages.sabyenc3 5.4.4 -> 8.1.0 https://github.com/sabnzbd/sabyenc/releases attrpath: python312Packages.sabyenc3 isn't the default python version [result] Failed to update python312Packages.sabyenc3 5.4.4 -> 8.1.0 https://github.com/sabnzbd/sabyenc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es-co, using log file: /var/log/nixpkgs-update/hunspellDicts.es-co/2024-05-04.log hunspellDicts.es-co 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es-co Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es-co 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19_hardened.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19_hardened.vendor-reset/2024-05-04.log linuxKernel.packages.linux_4_19_hardened.vendor-reset unstable-2021-02-16-4.19.309 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_4_19_hardened.vendor-reset creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_4_19_hardened.vendor-reset unstable-2021-02-16-4.19.309 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-controltower, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-controltower/2024-05-04.log python312Packages.mypy-boto3-controltower 1.34.42 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-controltower isn't the default python version [result] Failed to update python312Packages.mypy-boto3-controltower 1.34.42 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openraPackages_2019.engines.bleed, using log file: /var/log/nixpkgs-update/openraPackages_2019.engines.bleed/2024-05-04.log openraPackages_2019.engines.bleed bleed-8ee1102 -> 20231010 https://github.com/OpenRA/OpenRA/releases attrpath: openraPackages_2019.engines.bleed Checking auto update branch... No auto update branch exists Received ExitFailure 1 when running Raw command: env EDITOR=echo /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command edit openraPackages_2019.engines.bleed -f . Standard error: error: cannot find position information for 'openraPackages_2019.engines.bleed [result] Failed to update openraPackages_2019.engines.bleed bleed-8ee1102 -> 20231010 https://github.com/OpenRA/OpenRA/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-mgh, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-mgh/2024-05-04.log python311Packages.mypy-boto3-mgh 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-mgh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2jf613hj3dyrl6drzrxfxl9g3vgpb8m3-packages.json.drv building '/nix/store/2jf613hj3dyrl6drzrxfxl9g3vgpb8m3-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-mgh-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-mgh-1.34.0: UPDATING ... - python3.11-mypy-boto3-mgh-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-mgh 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-emr-serverless, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-emr-serverless/2024-05-04.log python311Packages.mypy-boto3-emr-serverless 1.34.0 -> 1.34.87 https://repology.org/project/python:mypy-boto3-emr-serverless/versions attrpath: python311Packages.mypy-boto3-emr-serverless Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z2wqqrz64x6asa1iwwkp2bxqqn12fhyf-packages.json.drv building '/nix/store/z2wqqrz64x6asa1iwwkp2bxqqn12fhyf-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-emr-serverless-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-emr-serverless-1.34.0: UPDATING ... - python3.11-mypy-boto3-emr-serverless-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-emr-serverless 1.34.0 -> 1.34.87 https://repology.org/project/python:mypy-boto3-emr-serverless/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-cloudcontrol, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-cloudcontrol/2024-05-04.log python311Packages.mypy-boto3-cloudcontrol 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-cloudcontrol Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l9ndln7g1mqmh93ir2wdv97ws3a87p51-packages.json.drv building '/nix/store/l9ndln7g1mqmh93ir2wdv97ws3a87p51-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-cloudcontrol-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-cloudcontrol-1.34.0: UPDATING ... - python3.11-mypy-boto3-cloudcontrol-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-cloudcontrol 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pastescript, using log file: /var/log/nixpkgs-update/python312Packages.pastescript/2024-05-04.log python312Packages.pastescript 3.5.1 -> 3.6.0 https://repology.org/project/python:pastescript/versions attrpath: python312Packages.pastescript isn't the default python version [result] Failed to update python312Packages.pastescript 3.5.1 -> 3.6.0 https://repology.org/project/python:pastescript/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.nvim-cmp, using log file: /var/log/nixpkgs-update/lua51Packages.nvim-cmp/2024-05-04.log lua51Packages.nvim-cmp scm-1 -> 0.0.1 https://github.com/hrsh7th/nvim-cmp/releases attrpath: lua51Packages.nvim-cmp Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.nvim-cmp scm-1 -> 0.0.1 https://github.com/hrsh7th/nvim-cmp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.rocks-nvim, using log file: /var/log/nixpkgs-update/lua54Packages.rocks-nvim/2024-05-04.log lua54Packages.rocks-nvim 2.21.1-1 -> 2.26.0 https://github.com/nvim-neorocks/rocks.nvim/releases attrpath: lua54Packages.rocks-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.rocks-nvim 2.21.1-1 -> 2.26.0 https://github.com/nvim-neorocks/rocks.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es_CU, using log file: /var/log/nixpkgs-update/hunspellDicts.es_CU/2024-05-04.log hunspellDicts.es_CU 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es_CU Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es_CU 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-iot1click-projects, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-iot1click-projects/2024-05-04.log python311Packages.mypy-boto3-iot1click-projects 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-iot1click-projects Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c4yk9kkzd5b74wql0mnicmqk3dqi958c-packages.json.drv building '/nix/store/c4yk9kkzd5b74wql0mnicmqk3dqi958c-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-iot1click-projects-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-iot1click-projects-1.34.0: UPDATING ... - python3.11-mypy-boto3-iot1click-projects-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-iot1click-projects 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-efs, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-efs/2024-05-04.log python311Packages.mypy-boto3-efs 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-efs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bfik6aff22s2iir9h0babffn1c2xf907-packages.json.drv building '/nix/store/bfik6aff22s2iir9h0babffn1c2xf907-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-efs-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-efs-1.34.0: UPDATING ... - python3.11-mypy-boto3-efs-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-efs 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.saturn_lockfree, using log file: /var/log/nixpkgs-update/ocamlPackages.saturn_lockfree/2024-05-04.log ocamlPackages.saturn_lockfree 0.4.0 -> 0.4.1 https://github.com/ocaml-multicore/saturn/releases attrpath: ocamlPackages.saturn_lockfree Checking auto update branch... An auto update branch exists with message `ocamlPackages.saturn_lockfree: 0.4.0 -> 0.4.1`. New version is 0.4.1. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.saturn_lockfree 0.4.0 -> 0.4.1 https://github.com/ocaml-multicore/saturn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-redshift-data, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-redshift-data/2024-05-04.log python312Packages.mypy-boto3-redshift-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-redshift-data isn't the default python version [result] Failed to update python312Packages.mypy-boto3-redshift-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod.vendor-reset/2024-05-04.log linuxKernel.packages.linux_xanmod.vendor-reset unstable-2021-02-16-6.6.29 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_xanmod.vendor-reset creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_xanmod.vendor-reset unstable-2021-02-16-6.6.29 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-iotdeviceadvisor, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-iotdeviceadvisor/2024-05-04.log python311Packages.mypy-boto3-iotdeviceadvisor 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-iotdeviceadvisor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/32m9ac5lq5nl0aaiafxp4z76ycai0lwi-packages.json.drv building '/nix/store/32m9ac5lq5nl0aaiafxp4z76ycai0lwi-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-iotdeviceadvisor-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-iotdeviceadvisor-1.34.0: UPDATING ... - python3.11-mypy-boto3-iotdeviceadvisor-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-iotdeviceadvisor 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-migrationhubstrategy, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-migrationhubstrategy/2024-05-04.log python311Packages.mypy-boto3-migrationhubstrategy 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-migrationhubstrategy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/skdl2lv3bg4sinjnqsd3kd01zij4linp-packages.json.drv building '/nix/store/skdl2lv3bg4sinjnqsd3kd01zij4linp-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-migrationhubstrategy-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-migrationhubstrategy-1.34.0: UPDATING ... - python3.11-mypy-boto3-migrationhubstrategy-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-migrationhubstrategy 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.flask-mongoengine, using log file: /var/log/nixpkgs-update/python312Packages.flask-mongoengine/2024-05-04.log python312Packages.flask-mongoengine 1.0.0-unstable-2022-08-16 -> 1.0.0 https://github.com/MongoEngine/flask-mongoengine/releases attrpath: python312Packages.flask-mongoengine isn't the default python version [result] Failed to update python312Packages.flask-mongoengine 1.0.0-unstable-2022-08-16 -> 1.0.0 https://github.com/MongoEngine/flask-mongoengine/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulumiPackages.pulumi-language-python, using log file: /var/log/nixpkgs-update/pulumiPackages.pulumi-language-python/2024-05-04.log pulumiPackages.pulumi-language-python 3.99.0 -> 3.115.0 https://github.com/pulumi/pulumi/releases attrpath: pulumiPackages.pulumi-language-python Checking auto update branch... No auto update branch exists Old version 3.99.0" not present in master derivation file with contents: { buildGoModule , pulumi , python3 }: buildGoModule rec { inherit (pulumi) version src; pname = "pulumi-language-python"; sourceRoot = "${src.name}/sdk/python/cmd/pulumi-language-python"; vendorHash = "sha256-Q8nnYJJN5+W2luY8JQJj1X9KIk9ad511FBywr+0wBNg="; postPatch = '' substituteInPlace main_test.go \ --replace "TestDeterminePulumiPackages" \ "SkipTestDeterminePulumiPackages" ''; ldflags = [ "-s" "-w" "-X github.com/pulumi/pulumi/sdk/v3/go/common/version.Version=${version}" ]; nativeCheckInputs = [ python3 ]; postInstall = '' cp ../pulumi-language-python-exec $out/bin cp ../../dist/pulumi-resource-pulumi-python $out/bin cp ../../dist/pulumi-analyzer-policy-python $out/bin ''; } [result] Failed to update pulumiPackages.pulumi-language-python 3.99.0 -> 3.115.0 https://github.com/pulumi/pulumi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.tesserocr, using log file: /var/log/nixpkgs-update/python312Packages.tesserocr/2024-05-04.log python312Packages.tesserocr 2.6.3 -> 2.7.0 https://repology.org/project/python:tesserocr/versions attrpath: python312Packages.tesserocr isn't the default python version [result] Failed to update python312Packages.tesserocr 2.6.3 -> 2.7.0 https://repology.org/project/python:tesserocr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-emr-containers, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-emr-containers/2024-05-04.log python311Packages.mypy-boto3-emr-containers 1.34.78 -> 1.34.91 https://repology.org/project/python:mypy-boto3-emr-containers/versions attrpath: python311Packages.mypy-boto3-emr-containers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7bq6ydwvirh9mvnr0hg0mimxc1fbsp6a-packages.json.drv building '/nix/store/7bq6ydwvirh9mvnr0hg0mimxc1fbsp6a-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-emr-containers-1.34.78 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-emr-containers-1.34.78: UPDATING ... - python3.11-mypy-boto3-emr-containers-1.34.78: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-emr-containers 1.34.78 -> 1.34.91 https://repology.org/project/python:mypy-boto3-emr-containers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.spacy-alignments, using log file: /var/log/nixpkgs-update/python312Packages.spacy-alignments/2024-05-04.log python312Packages.spacy-alignments 0.9.0 -> 0.9.1 https://github.com/explosion/spacy-alignments/releases attrpath: python312Packages.spacy-alignments isn't the default python version [result] Failed to update python312Packages.spacy-alignments 0.9.0 -> 0.9.1 https://github.com/explosion/spacy-alignments/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19_hardened.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19_hardened.dddvb/2024-05-04.log linuxKernel.packages.linux_4_19_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_4_19_hardened.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_4_19_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es_HN, using log file: /var/log/nixpkgs-update/hunspellDicts.es_HN/2024-05-04.log hunspellDicts.es_HN 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es_HN Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es_HN 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-timestream-write, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-timestream-write/2024-05-04.log python311Packages.mypy-boto3-timestream-write 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-timestream-write Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a0j0alv4riapsk1miwdavvx0kmif3i3k-packages.json.drv building '/nix/store/a0j0alv4riapsk1miwdavvx0kmif3i3k-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-timestream-write-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-timestream-write-1.34.0: UPDATING ... - python3.11-mypy-boto3-timestream-write-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-timestream-write 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.ocamlformat_0_24_1, using log file: /var/log/nixpkgs-update/ocamlPackages.ocamlformat_0_24_1/2024-05-04.log ocamlPackages.ocamlformat_0_24_1 0.24.1 -> 0.26.2 https://github.com/ocaml-ppx/ocamlformat/releases attrpath: ocamlPackages.ocamlformat_0_24_1 Checking auto update branch... No auto update branch exists Version in attr path ocamlPackages.ocamlformat_0_24_1 not compatible with 0.26.2 [result] Failed to update ocamlPackages.ocamlformat_0_24_1 0.24.1 -> 0.26.2 https://github.com/ocaml-ppx/ocamlformat/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-devicefarm, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-devicefarm/2024-05-04.log python311Packages.mypy-boto3-devicefarm 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-devicefarm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4r8a50zsiwhfknwacpf9qazak46hmq5i-packages.json.drv building '/nix/store/4r8a50zsiwhfknwacpf9qazak46hmq5i-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-devicefarm-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-devicefarm-1.34.0: UPDATING ... - python3.11-mypy-boto3-devicefarm-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-devicefarm 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.ffmpeg-avfilter, using log file: /var/log/nixpkgs-update/ocamlPackages.ffmpeg-avfilter/2024-05-04.log ocamlPackages.ffmpeg-avfilter 1.1.8 -> 1.1.11 https://github.com/savonet/ocaml-ffmpeg/releases attrpath: ocamlPackages.ffmpeg-avfilter Checking auto update branch... No auto update branch exists Old version 1.1.8" not present in master derivation file with contents: { lib, buildDunePackage, dune-configurator, pkg-config, fetchFromGitHub, callPackage , AppKit , CoreImage , ffmpeg-base ? callPackage ./base.nix { } , ffmpeg-avutil, ffmpeg , OpenGL , stdenv , VideoToolbox }: buildDunePackage { pname = "ffmpeg-avfilter"; minimalOCamlVersion = "4.08"; inherit (ffmpeg-base) version src; nativeBuildInputs = [ pkg-config ]; buildInputs = [ dune-configurator ] ++ lib.optionals stdenv.isDarwin [ AppKit CoreImage OpenGL VideoToolbox ]; propagatedBuildInputs = [ ffmpeg-avutil ffmpeg.dev ]; doCheck = true; meta = ffmpeg-base.meta // { description = "Bindings for the ffmpeg avfilter library"; }; } [result] Failed to update ocamlPackages.ffmpeg-avfilter 1.1.8 -> 1.1.11 https://github.com/savonet/ocaml-ffmpeg/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-polly, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-polly/2024-05-04.log python312Packages.mypy-boto3-polly 1.34.43 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-polly isn't the default python version [result] Failed to update python312Packages.mypy-boto3-polly 1.34.43 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.granite, using log file: /var/log/nixpkgs-update/pantheon.granite/2024-05-04.log pantheon.granite 6.2.0 -> 7.4.0 https://github.com/elementary/granite/releases attrpath: pantheon.granite Checking auto update branch... No auto update branch exists Derivation file opts-out of auto-updates [result] Failed to update pantheon.granite 6.2.0 -> 7.4.0 https://github.com/elementary/granite/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_stable.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_stable.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_xanmod_stable.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_xanmod_stable.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_xanmod_stable.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sqldef, using log file: /var/log/nixpkgs-update/sqldef/2024-05-04.log sqldef 0.17.6 -> 0.17.7 https://repology.org/project/sqldef/versions attrpath: sqldef Checking auto update branch... An auto update branch exists with message `sqldef: 0.17.6 -> 0.17.7`. New version is 0.17.7. An auto update branch exists with an equal or greater version [result] Failed to update sqldef 0.17.6 -> 0.17.7 https://repology.org/project/sqldef/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.happy-eyeballs-mirage, using log file: /var/log/nixpkgs-update/ocamlPackages.happy-eyeballs-mirage/2024-05-04.log ocamlPackages.happy-eyeballs-mirage 0.5.0 -> 0.6.0 https://github.com/roburio/happy-eyeballs/releases attrpath: ocamlPackages.happy-eyeballs-mirage Checking auto update branch... No auto update branch exists Old version 0.5.0" not present in master derivation file with contents: { buildDunePackage , happy-eyeballs , duration , dns-client-mirage , domain-name , ipaddr , fmt , logs , lwt , mirage-clock , mirage-random , mirage-time , tcpip }: buildDunePackage { pname = "happy-eyeballs-mirage"; inherit (happy-eyeballs) src version; minimalOCamlVersion = "4.08"; duneVersion = "3"; buildInputs = [ duration ipaddr domain-name fmt mirage-clock mirage-random mirage-time ]; propagatedBuildInputs = [ dns-client-mirage happy-eyeballs logs lwt tcpip ]; doCheck = true; meta = happy-eyeballs.meta // { description = "Connecting to a remote host via IP version 4 or 6 using Mirage"; }; } [result] Failed to update ocamlPackages.happy-eyeballs-mirage 0.5.0 -> 0.6.0 https://github.com/roburio/happy-eyeballs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tootik, using log file: /var/log/nixpkgs-update/tootik/2024-05-04.log tootik 0.10.3 -> 0.10.4 https://repology.org/project/tootik/versions attrpath: tootik Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-Lsc8nK4I1gZEW7RbEapHr3IJ6wTATLElX3XfNX1LwvM=" [golangModuleVersion] Replaced vendorHash with sha256-Lsc8nK4I1gZEW7RbEapHr3IJ6wTATLElX3XfNX1LwvM= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/to/tootik/package.nix b/pkgs/by-name/to/tootik/package.nix index b799a753146f..9b236aabc6d9 100644 --- a/pkgs/by-name/to/tootik/package.nix +++ b/pkgs/by-name/to/tootik/package.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "tootik"; - version = "0.10.3"; + version = "0.10.4"; src = fetchFromGitHub { owner = "dimkr"; repo = "tootik"; rev = version; - hash = "sha256-afGFQxC9WJxSQk6LLl4IBo1JoKqcKQ/Qc7HOaJKi2Do="; + hash = "sha256-7rdDVxfTYcj6Wcoxrb5xCbpEYVTHQpocM27mSezkpoE="; }; vendorHash = "sha256-Lsc8nK4I1gZEW7RbEapHr3IJ6wTATLElX3XfNX1LwvM="; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/nlsj2y3q1xmzdbxp2f2j0haxvnpwxqg2-tootik-0.10.4" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • tootik
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/tootik/versions. meta.description for tootik is: A federated nanoblogging service with a Gemini frontend meta.homepage for tootik is: https://github.com/dimkr/tootik ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/dimkr/tootik/releases/tag/0.10.4) - [Compare changes on GitHub](https://github.com/dimkr/tootik/compare/0.10.3...0.10.4) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.10.4 with grep in /nix/store/nlsj2y3q1xmzdbxp2f2j0haxvnpwxqg2-tootik-0.10.4 - found 0.10.4 in filename of file in /nix/store/nlsj2y3q1xmzdbxp2f2j0haxvnpwxqg2-tootik-0.10.4 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath tootik ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/nlsj2y3q1xmzdbxp2f2j0haxvnpwxqg2-tootik-0.10.4 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A tootik https://github.com/r-ryantm/nixpkgs/archive/5a7cb0dcbaa10a31a93bed0f16cea1377f2660a7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5a7cb0dcbaa10a31a93bed0f16cea1377f2660a7#tootik ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/nlsj2y3q1xmzdbxp2f2j0haxvnpwxqg2-tootik-0.10.4 ls -la /nix/store/nlsj2y3q1xmzdbxp2f2j0haxvnpwxqg2-tootik-0.10.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • tootik
--- ###### Maintainer pings cc @sikmir for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309069 [result] Success updating tootik 0.10.3 -> 0.10.4 https://repology.org/project/tootik/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.dde-session, using log file: /var/log/nixpkgs-update/deepin.dde-session/2024-05-04.log deepin.dde-session 1.2.5 -> 1.2.6 https://repology.org/project/deepin-session/versions attrpath: deepin.dde-session deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dde-session 1.2.5 -> 1.2.6 https://repology.org/project/deepin-session/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.webauthn, using log file: /var/log/nixpkgs-update/python312Packages.webauthn/2024-05-04.log python312Packages.webauthn 2.0.0 -> 2.1.0 https://github.com/duo-labs/py_webauthn/releases attrpath: python312Packages.webauthn isn't the default python version [result] Failed to update python312Packages.webauthn 2.0.0 -> 2.1.0 https://github.com/duo-labs/py_webauthn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath screentest, using log file: /var/log/nixpkgs-update/screentest/2024-05-04.log screentest unstable-2021-05-10 -> 3.0 https://github.com/TobiX/screentest/releases attrpath: screentest Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update screentest unstable-2021-05-10 -> 3.0 https://github.com/TobiX/screentest/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulumiPackages.pulumi-language-nodejs, using log file: /var/log/nixpkgs-update/pulumiPackages.pulumi-language-nodejs/2024-05-04.log pulumiPackages.pulumi-language-nodejs 3.99.0 -> 3.115.0 https://github.com/pulumi/pulumi/releases attrpath: pulumiPackages.pulumi-language-nodejs Checking auto update branch... No auto update branch exists Old version 3.99.0" not present in master derivation file with contents: { buildGoModule , pulumi , nodejs }: buildGoModule rec { inherit (pulumi) version src; pname = "pulumi-language-nodejs"; sourceRoot = "${src.name}/sdk/nodejs/cmd/pulumi-language-nodejs"; vendorHash = "sha256-L91qIud8dWx7dWWEcknKUSTJe+f4OBL8wBg6dKUWgkQ="; postPatch = '' # Gives github.com/pulumi/pulumi/pkg/v3: is replaced in go.mod, but not marked as replaced in vendor/modules.txt etc substituteInPlace language_test.go \ --replace "TestLanguage" \ "SkipTestLanguage" ''; ldflags = [ "-s" "-w" "-X github.com/pulumi/pulumi/sdk/v3/go/common/version.Version=${version}" ]; nativeCheckInputs = [ nodejs ]; } [result] Failed to update pulumiPackages.pulumi-language-nodejs 3.99.0 -> 3.115.0 https://github.com/pulumi/pulumi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-sagemaker-featurestore-runtime, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-sagemaker-featurestore-runtime/2024-05-04.log python311Packages.mypy-boto3-sagemaker-featurestore-runtime 1.34.22 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-sagemaker-featurestore-runtime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/11s9xznfyx4617azabf1zbhfixp8lmbp-packages.json.drv building '/nix/store/11s9xznfyx4617azabf1zbhfixp8lmbp-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-sagemaker-featurestore-runtime-1.34.22 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-sagemaker-featurestore-runtime-1.34.22: UPDATING ... - python3.11-mypy-boto3-sagemaker-featurestore-runtime-1.34.22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-sagemaker-featurestore-runtime 1.34.22 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mike, using log file: /var/log/nixpkgs-update/python312Packages.mike/2024-05-04.log python312Packages.mike unstable-2023-05-06 -> 2.1.1 https://github.com/jimporter/mike/releases attrpath: python312Packages.mike isn't the default python version [result] Failed to update python312Packages.mike unstable-2023-05-06 -> 2.1.1 https://github.com/jimporter/mike/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php82Extensions.pdo_sqlsrv, using log file: /var/log/nixpkgs-update/php82Extensions.pdo_sqlsrv/2024-05-04.log php82Extensions.pdo_sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases attrpath: php82Extensions.pdo_sqlsrv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/bxj6qhj4cxvpb58xj4asza9xa6igb3h0-packages.json.drv building '/nix/store/bxj6qhj4cxvpb58xj4asza9xa6igb3h0-packages.json.drv'... Going to be running update for following packages: - php-pdo_sqlsrv-5.10.1 Press Enter key to continue... Running update for: - php-pdo_sqlsrv-5.10.1: UPDATING ... - php-pdo_sqlsrv-5.10.1: ERROR --- SHOWING ERROR LOG FOR php-pdo_sqlsrv-5.10.1 ---------------------- Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 361, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 299, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-pdo_sqlsrv-5.10.1 ---------------------- The update script for php-pdo_sqlsrv-5.10.1 failed with exit code 1 [result] Failed to update php82Extensions.pdo_sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.python-bring-api, using log file: /var/log/nixpkgs-update/python312Packages.python-bring-api/2024-05-04.log python312Packages.python-bring-api 3.0.0-unstable-2024-02-03 -> 3.0.0 https://github.com/eliasball/python-bring-api/releases attrpath: python312Packages.python-bring-api isn't the default python version [result] Failed to update python312Packages.python-bring-api 3.0.0-unstable-2024-02-03 -> 3.0.0 https://github.com/eliasball/python-bring-api/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_15.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_15.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_5_15.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_5_15.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_15.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath postgresql12JitPackages.pgaudit, using log file: /var/log/nixpkgs-update/postgresql12JitPackages.pgaudit/2024-05-04.log postgresql12JitPackages.pgaudit 1.4.3 -> 16.0 https://github.com/pgaudit/pgaudit/releases attrpath: postgresql12JitPackages.pgaudit creates too many duplicate PRs [result] Failed to update postgresql12JitPackages.pgaudit 1.4.3 -> 16.0 https://github.com/pgaudit/pgaudit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath postgresql12Packages.pgaudit, using log file: /var/log/nixpkgs-update/postgresql12Packages.pgaudit/2024-05-04.log postgresql12Packages.pgaudit 1.4.3 -> 16.0 https://github.com/pgaudit/pgaudit/releases attrpath: postgresql12Packages.pgaudit creates too many duplicate PRs [result] Failed to update postgresql12Packages.pgaudit 1.4.3 -> 16.0 https://github.com/pgaudit/pgaudit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.mirage-flow-combinators, using log file: /var/log/nixpkgs-update/ocamlPackages.mirage-flow-combinators/2024-05-04.log ocamlPackages.mirage-flow-combinators 3.0.0 -> 4.0.2 https://github.com/mirage/mirage-flow/releases attrpath: ocamlPackages.mirage-flow-combinators Checking auto update branch... No auto update branch exists Old version 3.0.0" not present in master derivation file with contents: { buildDunePackage, mirage-flow, fmt, lwt, logs, cstruct, mirage-clock }: buildDunePackage { pname = "mirage-flow-combinators"; inherit (mirage-flow) version src; duneVersion = "3"; propagatedBuildInputs = [ lwt logs cstruct mirage-clock mirage-flow ]; meta = mirage-flow.meta // { description = "Flow implementations and combinators for MirageOS specialized to lwt"; }; } [result] Failed to update ocamlPackages.mirage-flow-combinators 3.0.0 -> 4.0.2 https://github.com/mirage/mirage-flow/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-redshift, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-redshift/2024-05-04.log python311Packages.mypy-boto3-redshift 1.34.57 -> 1.34.84 https://repology.org/project/python:mypy-boto3-redshift/versions attrpath: python311Packages.mypy-boto3-redshift Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p6y1wdi8g1wmbxw86r177flcsmmp9lxw-packages.json.drv building '/nix/store/p6y1wdi8g1wmbxw86r177flcsmmp9lxw-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-redshift-1.34.57 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-redshift-1.34.57: UPDATING ... - python3.11-mypy-boto3-redshift-1.34.57: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-redshift 1.34.57 -> 1.34.84 https://repology.org/project/python:mypy-boto3-redshift/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua53Packages.lpeglabel, using log file: /var/log/nixpkgs-update/lua53Packages.lpeglabel/2024-05-04.log lua53Packages.lpeglabel 1.6.0-1 -> 1.6.2-1 https://github.com/sqmedeiros/lpeglabel/releases attrpath: lua53Packages.lpeglabel Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.lpeglabel 1.6.0-1 -> 1.6.2-1 https://github.com/sqmedeiros/lpeglabel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.opencensus, using log file: /var/log/nixpkgs-update/python312Packages.opencensus/2024-05-04.log python312Packages.opencensus 0.11.4 -> 0.11.4-1.1.13 https://github.com/census-instrumentation/opencensus-python/releases attrpath: python312Packages.opencensus isn't the default python version [result] Failed to update python312Packages.opencensus 0.11.4 -> 0.11.4-1.1.13 https://github.com/census-instrumentation/opencensus-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_stable.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_stable.vendor-reset/2024-05-04.log linuxKernel.packages.linux_xanmod_stable.vendor-reset unstable-2021-02-16-6.8.8 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_xanmod_stable.vendor-reset creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_xanmod_stable.vendor-reset unstable-2021-02-16-6.8.8 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.iliazeus.vscode-ansi, using log file: /var/log/nixpkgs-update/vscode-extensions.iliazeus.vscode-ansi/2024-05-04.log vscode-extensions.iliazeus.vscode-ansi 1.1.6 -> 1.1.7 https://github.com/iliazeus/vscode-ansi/releases attrpath: vscode-extensions.iliazeus.vscode-ansi Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.iliazeus.vscode-ansi 1.1.6 -> 1.1.7 https://github.com/iliazeus/vscode-ansi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-frauddetector, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-frauddetector/2024-05-04.log python311Packages.mypy-boto3-frauddetector 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-frauddetector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/61k788d6qkrsycwhll1bigxz1wm8jk9w-packages.json.drv building '/nix/store/61k788d6qkrsycwhll1bigxz1wm8jk9w-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-frauddetector-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-frauddetector-1.34.0: UPDATING ... - python3.11-mypy-boto3-frauddetector-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-frauddetector 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.uri-sexp, using log file: /var/log/nixpkgs-update/ocamlPackages.uri-sexp/2024-05-04.log ocamlPackages.uri-sexp 4.2.0 -> 4.4.0 https://github.com/mirage/ocaml-uri/releases attrpath: ocamlPackages.uri-sexp Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/h1z2434m8rlwshqbw6jw2blm81hzyfki-uri-v4.4.0.tbz.drv building '/nix/store/h1z2434m8rlwshqbw6jw2blm81hzyfki-uri-v4.4.0.tbz.drv'... trying https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-v4.4.0.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download uri-v4.4.0.tbz from any mirror error: builder for '/nix/store/h1z2434m8rlwshqbw6jw2blm81hzyfki-uri-v4.4.0.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-v4.4.0.tbz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download uri-v4.4.0.tbz from any mirror For full logs, run 'nix log /nix/store/h1z2434m8rlwshqbw6jw2blm81hzyfki-uri-v4.4.0.tbz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ocamlPackages.uri-sexp.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/h1z2434m8rlwshqbw6jw2blm81hzyfki-uri-v4.4.0.tbz.drv /nix/store/n6aaqqarkjqnwcr68dfh1rnxw2m8hf97-ocaml5.1.1-uri-4.4.0.drv /nix/store/rxn18z5h01sbsqzan40dc6w4svpdbczw-ocaml5.1.1-uri-sexp-4.4.0.drv building '/nix/store/h1z2434m8rlwshqbw6jw2blm81hzyfki-uri-v4.4.0.tbz.drv'... trying https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-v4.4.0.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download uri-v4.4.0.tbz from any mirror error: builder for '/nix/store/h1z2434m8rlwshqbw6jw2blm81hzyfki-uri-v4.4.0.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-v4.4.0.tbz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download uri-v4.4.0.tbz from any mirror For full logs, run 'nix log /nix/store/h1z2434m8rlwshqbw6jw2blm81hzyfki-uri-v4.4.0.tbz.drv'. error: 1 dependencies of derivation '/nix/store/rxn18z5h01sbsqzan40dc6w4svpdbczw-ocaml5.1.1-uri-sexp-4.4.0.drv' failed to build [result] Failed to update ocamlPackages.uri-sexp 4.2.0 -> 4.4.0 https://github.com/mirage/ocaml-uri/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_15_hardened.chipsec, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_15_hardened.chipsec/2024-05-04.log linuxKernel.packages.linux_5_15_hardened.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases attrpath: linuxKernel.packages.linux_5_15_hardened.chipsec creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_15_hardened.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-robomaker, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-robomaker/2024-05-04.log python311Packages.mypy-boto3-robomaker 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-robomaker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4p1bdhs7bhxkflgyf1rdf12xs4bqc0z1-packages.json.drv building '/nix/store/4p1bdhs7bhxkflgyf1rdf12xs4bqc0z1-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-robomaker-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-robomaker-1.34.0: UPDATING ... - python3.11-mypy-boto3-robomaker-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-robomaker 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php82Extensions.sqlsrv, using log file: /var/log/nixpkgs-update/php82Extensions.sqlsrv/2024-05-04.log php82Extensions.sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases attrpath: php82Extensions.sqlsrv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/gjxdcngj3ynxpwfmz3ibraqwz7817vws-packages.json.drv building '/nix/store/gjxdcngj3ynxpwfmz3ibraqwz7817vws-packages.json.drv'... Going to be running update for following packages: - php-sqlsrv-5.10.1 Press Enter key to continue... Running update for: - php-sqlsrv-5.10.1: UPDATING ... - php-sqlsrv-5.10.1: ERROR --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 361, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 299, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- The update script for php-sqlsrv-5.10.1 failed with exit code 1 [result] Failed to update php82Extensions.sqlsrv 5.10.1 -> 5.12.0 https://github.com/Microsoft/msphpsql/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-ssm-incidents, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-ssm-incidents/2024-05-04.log python311Packages.mypy-boto3-ssm-incidents 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-ssm-incidents Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jfws6svjyx54vsqggz2481ib25s4z9qa-packages.json.drv building '/nix/store/jfws6svjyx54vsqggz2481ib25s4z9qa-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-ssm-incidents-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-ssm-incidents-1.34.0: UPDATING ... - python3.11-mypy-boto3-ssm-incidents-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-ssm-incidents 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-kinesis-video-webrtc-storage, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-kinesis-video-webrtc-storage/2024-05-04.log python311Packages.mypy-boto3-kinesis-video-webrtc-storage 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-kinesis-video-webrtc-storage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ndqkqjpd135ay6qv1kd5q7ymbd4xsicj-packages.json.drv building '/nix/store/ndqkqjpd135ay6qv1kd5q7ymbd4xsicj-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-kinesis-video-webrtc-storage-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-kinesis-video-webrtc-storage-1.34.0: UPDATING ... - python3.11-mypy-boto3-kinesis-video-webrtc-storage-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-kinesis-video-webrtc-storage 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.evtx, using log file: /var/log/nixpkgs-update/python312Packages.evtx/2024-05-04.log python312Packages.evtx 0.8.2 -> 0.8.4 https://github.com/omerbenamram/pyevtx-rs/releases attrpath: python312Packages.evtx isn't the default python version [result] Failed to update python312Packages.evtx 0.8.2 -> 0.8.4 https://github.com/omerbenamram/pyevtx-rs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages.purescript-language-server, using log file: /var/log/nixpkgs-update/nodePackages.purescript-language-server/2024-05-04.log nodePackages.purescript-language-server 0.18.0 -> 0.18.1 https://github.com/nwolverson/purescript-language-server/releases attrpath: nodePackages.purescript-language-server Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages.purescript-language-server 0.18.0 -> 0.18.1 https://github.com/nwolverson/purescript-language-server/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.cow, using log file: /var/log/nixpkgs-update/ocamlPackages.cow/2024-05-04.log ocamlPackages.cow 2.4.0 -> 2.5.0 https://github.com/mirage/ocaml-cow/releases attrpath: ocamlPackages.cow Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/crr6gh7n93jd2gwnwc3y2w1issc42qb0-cow-v2.5.0.tbz.drv building '/nix/store/crr6gh7n93jd2gwnwc3y2w1issc42qb0-cow-v2.5.0.tbz.drv'... trying https://github.com/mirage/ocaml-cow/releases/download/v2.5.0/cow-v2.5.0.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download cow-v2.5.0.tbz from any mirror error: builder for '/nix/store/crr6gh7n93jd2gwnwc3y2w1issc42qb0-cow-v2.5.0.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/ocaml-cow/releases/download/v2.5.0/cow-v2.5.0.tbz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download cow-v2.5.0.tbz from any mirror For full logs, run 'nix log /nix/store/crr6gh7n93jd2gwnwc3y2w1issc42qb0-cow-v2.5.0.tbz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ocamlPackages.cow.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/crr6gh7n93jd2gwnwc3y2w1issc42qb0-cow-v2.5.0.tbz.drv /nix/store/zhp58vvy7l0r7lbcv8qkxzyvc5bwwhs0-ocaml5.1.1-cow-2.5.0.drv building '/nix/store/crr6gh7n93jd2gwnwc3y2w1issc42qb0-cow-v2.5.0.tbz.drv'... trying https://github.com/mirage/ocaml-cow/releases/download/v2.5.0/cow-v2.5.0.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download cow-v2.5.0.tbz from any mirror error: builder for '/nix/store/crr6gh7n93jd2gwnwc3y2w1issc42qb0-cow-v2.5.0.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/ocaml-cow/releases/download/v2.5.0/cow-v2.5.0.tbz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download cow-v2.5.0.tbz from any mirror For full logs, run 'nix log /nix/store/crr6gh7n93jd2gwnwc3y2w1issc42qb0-cow-v2.5.0.tbz.drv'. error: 1 dependencies of derivation '/nix/store/zhp58vvy7l0r7lbcv8qkxzyvc5bwwhs0-ocaml5.1.1-cow-2.5.0.drv' failed to build [result] Failed to update ocamlPackages.cow 2.4.0 -> 2.5.0 https://github.com/mirage/ocaml-cow/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-finspace, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-finspace/2024-05-04.log python311Packages.mypy-boto3-finspace 1.34.71 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-finspace Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8crs84f19ylg8dlwa4z7lagg90ml7p3l-packages.json.drv building '/nix/store/8crs84f19ylg8dlwa4z7lagg90ml7p3l-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-finspace-1.34.71 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-finspace-1.34.71: UPDATING ... - python3.11-mypy-boto3-finspace-1.34.71: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-finspace 1.34.71 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_zen.chipsec, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_zen.chipsec/2024-05-04.log linuxKernel.packages.linux_zen.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases attrpath: linuxKernel.packages.linux_zen.chipsec creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_zen.chipsec 1.10.6 -> 1.13.1 https://github.com/chipsec/chipsec/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.progress, using log file: /var/log/nixpkgs-update/ocamlPackages.progress/2024-05-04.log ocamlPackages.progress 0.2.2 -> 0.3.0 https://github.com/CraigFe/progress/releases attrpath: ocamlPackages.progress Checking auto update branch... No auto update branch exists Old version 0.2.2" not present in master derivation file with contents: { lib, buildDunePackage , fmt, logs, mtime, optint, terminal, vector , alcotest, astring }: buildDunePackage rec { pname = "progress"; minimalOCamlVersion = "4.08"; inherit (terminal) version src; propagatedBuildInputs = [ fmt logs mtime optint terminal vector ]; doCheck = true; checkInputs = [ alcotest astring ]; meta = with lib; { description = "Progress bar library for OCaml"; homepage = "https://github.com/CraigFe/progress"; license = licenses.mit; maintainers = [ maintainers.sternenseemann ]; }; } [result] Failed to update ocamlPackages.progress 0.2.2 -> 0.3.0 https://github.com/CraigFe/progress/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-servicecatalog, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-servicecatalog/2024-05-04.log python312Packages.mypy-boto3-servicecatalog 1.34.13 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-servicecatalog isn't the default python version [result] Failed to update python312Packages.mypy-boto3-servicecatalog 1.34.13 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-serverlessrepo, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-serverlessrepo/2024-05-04.log python312Packages.mypy-boto3-serverlessrepo 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-serverlessrepo isn't the default python version [result] Failed to update python312Packages.mypy-boto3-serverlessrepo 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua52Packages.nvim-cmp, using log file: /var/log/nixpkgs-update/lua52Packages.nvim-cmp/2024-05-04.log lua52Packages.nvim-cmp scm-1 -> 0.0.1 https://github.com/hrsh7th/nvim-cmp/releases attrpath: lua52Packages.nvim-cmp Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.nvim-cmp scm-1 -> 0.0.1 https://github.com/hrsh7th/nvim-cmp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-finspace-data, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-finspace-data/2024-05-04.log python312Packages.mypy-boto3-finspace-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-finspace-data isn't the default python version [result] Failed to update python312Packages.mypy-boto3-finspace-data 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-rum, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-rum/2024-05-04.log python312Packages.mypy-boto3-rum 1.34.49 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-rum isn't the default python version [result] Failed to update python312Packages.mypy-boto3-rum 1.34.49 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulumiPackages.pulumi-aws-native, using log file: /var/log/nixpkgs-update/pulumiPackages.pulumi-aws-native/2024-05-04.log pulumiPackages.pulumi-aws-native 0.38.0 -> 0.105.0 https://github.com/pulumi/pulumi-aws-native/releases attrpath: pulumiPackages.pulumi-aws-native Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update pulumiPackages.pulumi-aws-native 0.38.0 -> 0.105.0 https://github.com/pulumi/pulumi-aws-native/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl538Packages.BusinessISBNData 20231006.001 -> 20240427.001 https://github.com/briandfoy/business-isbn-data/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-dms, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-dms/2024-05-04.log python311Packages.mypy-boto3-dms 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-dms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8pjc0fd3pnrv0g9prixwfiq7lk2ssfnr-packages.json.drv building '/nix/store/8pjc0fd3pnrv0g9prixwfiq7lk2ssfnr-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-dms-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-dms-1.34.0: UPDATING ... - python3.11-mypy-boto3-dms-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-dms 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.biopandas, using log file: /var/log/nixpkgs-update/python312Packages.biopandas/2024-05-04.log python312Packages.biopandas 0.4.1 -> 0.5.1dev https://github.com/BioPandas/biopandas/releases attrpath: python312Packages.biopandas isn't the default python version [result] Failed to update python312Packages.biopandas 0.4.1 -> 0.5.1dev https://github.com/BioPandas/biopandas/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.vicious, using log file: /var/log/nixpkgs-update/lua54Packages.vicious/2024-05-04.log lua54Packages.vicious 2.6.0 -> 2.7.0 https://github.com/vicious-widgets/vicious/releases attrpath: lua54Packages.vicious Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.vicious 2.6.0 -> 2.7.0 https://github.com/vicious-widgets/vicious/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1.vendor-reset/2024-05-04.log linuxKernel.packages.linux_6_1.vendor-reset unstable-2021-02-16-6.1.90 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_6_1.vendor-reset creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_1.vendor-reset unstable-2021-02-16-6.1.90 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-dynamodbstreams, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-dynamodbstreams/2024-05-04.log python311Packages.mypy-boto3-dynamodbstreams 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-dynamodbstreams Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hkrsmls2iydfp2i6lpwwa7w4n8bsbwbx-packages.json.drv building '/nix/store/hkrsmls2iydfp2i6lpwwa7w4n8bsbwbx-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-dynamodbstreams-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-dynamodbstreams-1.34.0: UPDATING ... - python3.11-mypy-boto3-dynamodbstreams-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-dynamodbstreams 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.nvim-nio, using log file: /var/log/nixpkgs-update/lua54Packages.nvim-nio/2024-05-04.log lua54Packages.nvim-nio 1.9.0-1 -> 1.9.3 https://github.com/nvim-neotest/nvim-nio/releases attrpath: lua54Packages.nvim-nio Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.nvim-nio 1.9.0-1 -> 1.9.3 https://github.com/nvim-neotest/nvim-nio/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.xdg, using log file: /var/log/nixpkgs-update/python312Packages.xdg/2024-05-04.log python312Packages.xdg 6.0.0 -> 6.0.1 https://github.com/srstevenson/xdg/releases attrpath: python312Packages.xdg isn't the default python version [result] Failed to update python312Packages.xdg 6.0.0 -> 6.0.1 https://github.com/srstevenson/xdg/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-migrationhub-config, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-migrationhub-config/2024-05-04.log python312Packages.mypy-boto3-migrationhub-config 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-migrationhub-config isn't the default python version [result] Failed to update python312Packages.mypy-boto3-migrationhub-config 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_5_4.vendor-reset, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_4.vendor-reset/2024-05-04.log linuxKernel.packages.linux_5_4.vendor-reset unstable-2021-02-16-5.4.275 -> 0.1.0 https://github.com/gnif/vendor-reset/releases attrpath: linuxKernel.packages.linux_5_4.vendor-reset creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_5_4.vendor-reset unstable-2021-02-16-5.4.275 -> 0.1.0 https://github.com/gnif/vendor-reset/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-sqs, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-sqs/2024-05-04.log python312Packages.mypy-boto3-sqs 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-sqs isn't the default python version [result] Failed to update python312Packages.mypy-boto3-sqs 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.divyanshuagrawal.competitive-programming-helper, using log file: /var/log/nixpkgs-update/vscode-extensions.divyanshuagrawal.competitive-programming-helper/2024-05-04.log vscode-extensions.divyanshuagrawal.competitive-programming-helper 5.10.0 -> 6.0.0 https://github.com/agrawal-d/cph/releases attrpath: vscode-extensions.divyanshuagrawal.competitive-programming-helper Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.divyanshuagrawal.competitive-programming-helper 5.10.0 -> 6.0.0 https://github.com/agrawal-d/cph/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-kinesisanalytics, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-kinesisanalytics/2024-05-04.log python311Packages.mypy-boto3-kinesisanalytics 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-kinesisanalytics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8ghkvkd2y1nf27hwlsq171wwcp80zzjr-packages.json.drv building '/nix/store/8ghkvkd2y1nf27hwlsq171wwcp80zzjr-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-kinesisanalytics-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-kinesisanalytics-1.34.0: UPDATING ... - python3.11-mypy-boto3-kinesisanalytics-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-kinesisanalytics 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-cloudsearchdomain, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cloudsearchdomain/2024-05-04.log python312Packages.mypy-boto3-cloudsearchdomain 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cloudsearchdomain isn't the default python version [result] Failed to update python312Packages.mypy-boto3-cloudsearchdomain 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-migrationhuborchestrator, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-migrationhuborchestrator/2024-05-04.log python311Packages.mypy-boto3-migrationhuborchestrator 1.34.53 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-migrationhuborchestrator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w442jrah7rnlw4d0mi05bdq6rscwablv-packages.json.drv building '/nix/store/w442jrah7rnlw4d0mi05bdq6rscwablv-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-migrationhuborchestrator-1.34.53 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-migrationhuborchestrator-1.34.53: UPDATING ... - python3.11-mypy-boto3-migrationhuborchestrator-1.34.53: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-migrationhuborchestrator 1.34.53 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-iottwinmaker, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-iottwinmaker/2024-05-04.log python311Packages.mypy-boto3-iottwinmaker 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-iottwinmaker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/knrhn9f9d3ms4763fqbii8f39xqmryyl-packages.json.drv building '/nix/store/knrhn9f9d3ms4763fqbii8f39xqmryyl-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-iottwinmaker-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-iottwinmaker-1.34.0: UPDATING ... - python3.11-mypy-boto3-iottwinmaker-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-iottwinmaker 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-sso, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-sso/2024-05-04.log python312Packages.mypy-boto3-sso 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-sso isn't the default python version [result] Failed to update python312Packages.mypy-boto3-sso 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-budgets, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-budgets/2024-05-04.log python312Packages.mypy-boto3-budgets 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-budgets isn't the default python version [result] Failed to update python312Packages.mypy-boto3-budgets 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_6.nvidia_x11_vulkan_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_6.nvidia_x11_vulkan_beta_open/2024-05-04.log linuxKernel.packages.linux_6_6.nvidia_x11_vulkan_beta_open 6.6.30-550.40.61 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_6_6.nvidia_x11_vulkan_beta_open creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_6.nvidia_x11_vulkan_beta_open 6.6.30-550.40.61 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_1_hardened.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1_hardened.dddvb/2024-05-04.log linuxKernel.packages.linux_6_1_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_6_1_hardened.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_1_hardened.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.cleanlab, using log file: /var/log/nixpkgs-update/python312Packages.cleanlab/2024-05-04.log python312Packages.cleanlab 2.6.1 -> 2.6.3 https://github.com/cleanlab/cleanlab/releases attrpath: python312Packages.cleanlab isn't the default python version [result] Failed to update python312Packages.cleanlab 2.6.1 -> 2.6.3 https://github.com/cleanlab/cleanlab/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-application-autoscaling, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-application-autoscaling/2024-05-04.log python312Packages.mypy-boto3-application-autoscaling 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-application-autoscaling isn't the default python version [result] Failed to update python312Packages.mypy-boto3-application-autoscaling 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-arc-zonal-shift, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-arc-zonal-shift/2024-05-04.log python311Packages.mypy-boto3-arc-zonal-shift 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-arc-zonal-shift Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j7v8aphdh38ysq9jwmn1672lh1piv9qh-packages.json.drv building '/nix/store/j7v8aphdh38ysq9jwmn1672lh1piv9qh-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-arc-zonal-shift-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-arc-zonal-shift-1.34.0: UPDATING ... - python3.11-mypy-boto3-arc-zonal-shift-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-arc-zonal-shift 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.z3-solver, using log file: /var/log/nixpkgs-update/python312Packages.z3-solver/2024-05-04.log python312Packages.z3-solver 4.8.17 -> 4.13.0 https://github.com/Z3Prover/z3/releases attrpath: python312Packages.z3-solver isn't the default python version [result] Failed to update python312Packages.z3-solver 4.8.17 -> 4.13.0 https://github.com/Z3Prover/z3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-cur, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cur/2024-05-04.log python312Packages.mypy-boto3-cur 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cur isn't the default python version [result] Failed to update python312Packages.mypy-boto3-cur 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-cloudhsmv2, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cloudhsmv2/2024-05-04.log python312Packages.mypy-boto3-cloudhsmv2 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cloudhsmv2 isn't the default python version [result] Failed to update python312Packages.mypy-boto3-cloudhsmv2 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.ffmpeg-avcodec, using log file: /var/log/nixpkgs-update/ocamlPackages.ffmpeg-avcodec/2024-05-04.log ocamlPackages.ffmpeg-avcodec 1.1.8 -> 1.1.11 https://github.com/savonet/ocaml-ffmpeg/releases attrpath: ocamlPackages.ffmpeg-avcodec Checking auto update branch... No auto update branch exists Old version 1.1.8" not present in master derivation file with contents: { lib, buildDunePackage, dune-configurator, pkg-config, fetchFromGitHub, callPackage , AudioToolbox , ffmpeg-base ? callPackage ./base.nix { } , ffmpeg-avutil, ffmpeg , stdenv , VideoToolbox }: buildDunePackage { pname = "ffmpeg-avcodec"; minimalOCamlVersion = "4.08"; inherit (ffmpeg-base) version src; nativeBuildInputs = [ pkg-config ]; buildInputs = [ dune-configurator ] ++ lib.optionals stdenv.isDarwin [ AudioToolbox VideoToolbox ]; propagatedBuildInputs = [ ffmpeg-avutil ffmpeg.dev ]; doCheck = true; meta = ffmpeg-base.meta // { description = "Bindings for the ffmpeg avcodec library"; }; } [result] Failed to update ocamlPackages.ffmpeg-avcodec 1.1.8 -> 1.1.11 https://github.com/savonet/ocaml-ffmpeg/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath powerhub, using log file: /var/log/nixpkgs-update/powerhub/2024-05-04.log powerhub 0 -> 1 attrpath: powerhub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v6d2ncv495ca3am5n60191s2lpnw1vmy-packages.json.drv building '/nix/store/v6d2ncv495ca3am5n60191s2lpnw1vmy-packages.json.drv'... Going to be running update for following packages: - powerhub-2.0.7 Press Enter key to continue... Running update for: - powerhub-2.0.7: UPDATING ... - powerhub-2.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update powerhub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-license-manager-user-subscriptions, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-license-manager-user-subscriptions/2024-05-04.log python311Packages.mypy-boto3-license-manager-user-subscriptions 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-license-manager-user-subscriptions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/95jsmbgy91p2vbfn6f1dzzpk6japqr80-packages.json.drv building '/nix/store/95jsmbgy91p2vbfn6f1dzzpk6japqr80-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-license-manager-user-subscriptions-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-license-manager-user-subscriptions-1.34.0: UPDATING ... - python3.11-mypy-boto3-license-manager-user-subscriptions-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-license-manager-user-subscriptions 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.phe, using log file: /var/log/nixpkgs-update/python312Packages.phe/2024-05-04.log python312Packages.phe 1.5.0 -> 1.5.1 https://github.com/n1analytics/python-paillier/releases attrpath: python312Packages.phe isn't the default python version [result] Failed to update python312Packages.phe 1.5.0 -> 1.5.1 https://github.com/n1analytics/python-paillier/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.statistics, using log file: /var/log/nixpkgs-update/python312Packages.statistics/2024-05-04.log python312Packages.statistics 1.0.3.5 -> 3.4.0b3 https://github.com/digitalemagine/py-statistics/releases attrpath: python312Packages.statistics isn't the default python version [result] Failed to update python312Packages.statistics 1.0.3.5 -> 3.4.0b3 https://github.com/digitalemagine/py-statistics/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-workspaces-web, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-workspaces-web/2024-05-04.log python312Packages.mypy-boto3-workspaces-web 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-workspaces-web isn't the default python version [result] Failed to update python312Packages.mypy-boto3-workspaces-web 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.http, using log file: /var/log/nixpkgs-update/luajitPackages.http/2024-05-04.log luajitPackages.http 0.3-0 -> 0.4 https://github.com/daurnimator/lua-http/releases attrpath: luajitPackages.http Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.http 0.3-0 -> 0.4 https://github.com/daurnimator/lua-http/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.gitsigns-nvim, using log file: /var/log/nixpkgs-update/lua51Packages.gitsigns-nvim/2024-05-04.log lua51Packages.gitsigns-nvim scm-1 -> 0.8.1 https://github.com/lewis6991/gitsigns.nvim/releases attrpath: lua51Packages.gitsigns-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.gitsigns-nvim scm-1 -> 0.8.1 https://github.com/lewis6991/gitsigns.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-cognito-sync, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-cognito-sync/2024-05-04.log python311Packages.mypy-boto3-cognito-sync 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-cognito-sync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9jyxh04ra0lr2ybn1d4rx0ks7zxwnmgm-packages.json.drv building '/nix/store/9jyxh04ra0lr2ybn1d4rx0ks7zxwnmgm-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-cognito-sync-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-cognito-sync-1.34.0: UPDATING ... - python3.11-mypy-boto3-cognito-sync-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-cognito-sync 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-iotdeviceadvisor, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-iotdeviceadvisor/2024-05-04.log python312Packages.mypy-boto3-iotdeviceadvisor 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-iotdeviceadvisor isn't the default python version [result] Failed to update python312Packages.mypy-boto3-iotdeviceadvisor 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-payment-cryptography-data, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-payment-cryptography-data/2024-05-04.log python311Packages.mypy-boto3-payment-cryptography-data 1.34.58 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-payment-cryptography-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y2j5dzri1xiyzi3rkcn5gi13mrknysp3-packages.json.drv building '/nix/store/y2j5dzri1xiyzi3rkcn5gi13mrknysp3-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-payment-cryptography-data-1.34.58 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-payment-cryptography-data-1.34.58: UPDATING ... - python3.11-mypy-boto3-payment-cryptography-data-1.34.58: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-payment-cryptography-data 1.34.58 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.http, using log file: /var/log/nixpkgs-update/lua54Packages.http/2024-05-04.log lua54Packages.http 0.3-0 -> 0.4 https://github.com/daurnimator/lua-http/releases attrpath: lua54Packages.http Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.http 0.3-0 -> 0.4 https://github.com/daurnimator/lua-http/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-ecr, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-ecr/2024-05-04.log python311Packages.mypy-boto3-ecr 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-ecr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qmaf3ykbrz0pb7fc2hcz4yzij9zsjkr0-packages.json.drv building '/nix/store/qmaf3ykbrz0pb7fc2hcz4yzij9zsjkr0-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-ecr-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-ecr-1.34.0: UPDATING ... - python3.11-mypy-boto3-ecr-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-ecr 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-sesv2, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-sesv2/2024-05-04.log python311Packages.mypy-boto3-sesv2 1.34.56 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-sesv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/24yczm8142payplv1npqli813vrrzrvr-packages.json.drv building '/nix/store/24yczm8142payplv1npqli813vrrzrvr-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-sesv2-1.34.56 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-sesv2-1.34.56: UPDATING ... - python3.11-mypy-boto3-sesv2-1.34.56: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-sesv2 1.34.56 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_hardened.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_hardened.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_hardened.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_hardened.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-mediapackage-vod, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-mediapackage-vod/2024-05-04.log python311Packages.mypy-boto3-mediapackage-vod 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-mediapackage-vod Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sval70gwm7jhmni6xiz7s40k10gcp6fq-packages.json.drv building '/nix/store/sval70gwm7jhmni6xiz7s40k10gcp6fq-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-mediapackage-vod-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-mediapackage-vod-1.34.0: UPDATING ... - python3.11-mypy-boto3-mediapackage-vod-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-mediapackage-vod 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pycryptodome, using log file: /var/log/nixpkgs-update/python312Packages.pycryptodome/2024-05-04.log python312Packages.pycryptodome 3.20.0 -> 3.20.0x https://github.com/Legrandin/pycryptodome/releases attrpath: python312Packages.pycryptodome isn't the default python version [result] Failed to update python312Packages.pycryptodome 3.20.0 -> 3.20.0x https://github.com/Legrandin/pycryptodome/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-codecatalyst, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-codecatalyst/2024-05-04.log python311Packages.mypy-boto3-codecatalyst 1.34.73 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-codecatalyst Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6m78jgwyfq0d8brhpg4rr67nfn1n6q6l-packages.json.drv building '/nix/store/6m78jgwyfq0d8brhpg4rr67nfn1n6q6l-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-codecatalyst-1.34.73 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-codecatalyst-1.34.73: UPDATING ... - python3.11-mypy-boto3-codecatalyst-1.34.73: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-codecatalyst 1.34.73 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-health, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-health/2024-05-04.log python312Packages.mypy-boto3-health 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-health isn't the default python version [result] Failed to update python312Packages.mypy-boto3-health 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.asyncio-mqtt, using log file: /var/log/nixpkgs-update/python312Packages.asyncio-mqtt/2024-05-04.log python312Packages.asyncio-mqtt 0.16.1 -> 0.16.2 https://repology.org/project/python:asyncio-mqtt/versions attrpath: python312Packages.asyncio-mqtt isn't the default python version [result] Failed to update python312Packages.asyncio-mqtt 0.16.1 -> 0.16.2 https://repology.org/project/python:asyncio-mqtt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.charliermarsh.ruff, using log file: /var/log/nixpkgs-update/vscode-extensions.charliermarsh.ruff/2024-05-04.log vscode-extensions.charliermarsh.ruff 2024.4.0 -> 2024.20.0 https://github.com/astral-sh/ruff-vscode/releases attrpath: vscode-extensions.charliermarsh.ruff Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vscode-extensions.charliermarsh.ruff 2024.4.0 -> 2024.20.0 https://github.com/astral-sh/ruff-vscode/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-gamesparks, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-gamesparks/2024-05-04.log python312Packages.mypy-boto3-gamesparks 1.28.36 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-gamesparks isn't the default python version [result] Failed to update python312Packages.mypy-boto3-gamesparks 1.28.36 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_libre.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_libre.dddvb/2024-05-04.log linuxKernel.packages.linux_libre.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_libre.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_libre.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-pinpoint-sms-voice, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-pinpoint-sms-voice/2024-05-04.log python311Packages.mypy-boto3-pinpoint-sms-voice 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-pinpoint-sms-voice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j8nmyxk5pqn9f2vlbvjp0g4vvrfik89j-packages.json.drv building '/nix/store/j8nmyxk5pqn9f2vlbvjp0g4vvrfik89j-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-pinpoint-sms-voice-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-pinpoint-sms-voice-1.34.0: UPDATING ... - python3.11-mypy-boto3-pinpoint-sms-voice-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-pinpoint-sms-voice 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.astropy-extension-helpers, using log file: /var/log/nixpkgs-update/python312Packages.astropy-extension-helpers/2024-05-04.log python312Packages.astropy-extension-helpers 1.1.0 -> 1.1.1 https://github.com/astropy/extension-helpers/releases attrpath: python312Packages.astropy-extension-helpers isn't the default python version [result] Failed to update python312Packages.astropy-extension-helpers 1.1.0 -> 1.1.1 https://github.com/astropy/extension-helpers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hunspellDicts.es_CL, using log file: /var/log/nixpkgs-update/hunspellDicts.es_CL/2024-05-04.log hunspellDicts.es_CL 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases attrpath: hunspellDicts.es_CL Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hunspellDicts.es_CL 2.5 -> 2.8 https://github.com/sbosio/rla-es/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-chime-sdk-identity, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-chime-sdk-identity/2024-05-04.log python311Packages.mypy-boto3-chime-sdk-identity 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-chime-sdk-identity Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/swhhisv92zsr1bkqxbacmh4qdwfdw6wm-packages.json.drv building '/nix/store/swhhisv92zsr1bkqxbacmh4qdwfdw6wm-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-chime-sdk-identity-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-chime-sdk-identity-1.34.0: UPDATING ... - python3.11-mypy-boto3-chime-sdk-identity-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-chime-sdk-identity 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-networkmanager, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-networkmanager/2024-05-04.log python311Packages.mypy-boto3-networkmanager 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-networkmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vhysby4d0jdgzpks0bdsrql2cbha0n8b-packages.json.drv building '/nix/store/vhysby4d0jdgzpks0bdsrql2cbha0n8b-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-networkmanager-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-networkmanager-1.34.0: UPDATING ... - python3.11-mypy-boto3-networkmanager-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-networkmanager 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.criticality-score, using log file: /var/log/nixpkgs-update/python312Packages.criticality-score/2024-05-04.log python312Packages.criticality-score 1.0.8 -> 2.0.4 https://github.com/ossf/criticality_score/releases attrpath: python312Packages.criticality-score isn't the default python version [result] Failed to update python312Packages.criticality-score 1.0.8 -> 2.0.4 https://github.com/ossf/criticality_score/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.neuronpy, using log file: /var/log/nixpkgs-update/python311Packages.neuronpy/2024-05-04.log python311Packages.neuronpy 8.2.3 -> 8.2.4 https://github.com/neuronsimulator/nrn/releases attrpath: python311Packages.neuronpy Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv building '/nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv'... trying https://github.com/neuronsimulator/nrn/releases/download/8.2.4/full-src-package-8.2.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download full-src-package-8.2.4.tar.gz from any mirror error: builder for '/nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/neuronsimulator/nrn/releases/download/8.2.4/full-src-package-8.2.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download full-src-package-8.2.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'python311Packages.neuronpy.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv /nix/store/yav9am5cd4syvpcxw0jkdqhlcp95xsyb-neuron-8.2.4.drv these 17 paths will be fetched (12.13 MiB download, 61.01 MiB unpacked): /nix/store/h9r8yj81c1x6gikx78wif4dqn26jfvk6-binutils-2.41-lib /nix/store/2341kzgwvs0h7w1sm4z29jrdz8pkf5si-hwloc-2.10.0 /nix/store/b89wksdn5q1qg3x1py6jj7ng7nkm045d-hwloc-2.10.0-dev /nix/store/26q1p9mzrgasn3pi65xjvskbwn8f8vw0-hwloc-2.10.0-lib /nix/store/xz50cy1c69y02ji983p1nwp7b4050km9-libfabric-1.21.0 /nix/store/0j21vd0xks0f5z8ksw3ix9qcmni062xw-libfabric-1.21.0-dev /nix/store/b6ndhnmiwssd0f027sqibh4ynfaw5j74-libpsm2-12.0.1 /nix/store/d35mks1awi5bycw1vvw0skk0vd4iq344-munge-0.5.16 /nix/store/2y92nnvjdqf1wanzjvhgwnmsqs5ly6fn-openmpi-4.1.6 /nix/store/i2rwqgbkgbjz8fh6nx0ws2f9ija93pbb-openmpi-4.1.6-dev /nix/store/w8b6dnl9jrhnfhqqk68i56ls0cv14cmn-openmpi-4.1.6-man /nix/store/6a30gkkzsd7ab5qis7qmdmic6f52n74c-pmix-5.0.1 /nix/store/2cdaalzapqpmb6vb5ml2wx6sq9j4sycs-pmix-5.0.1-dev /nix/store/c77vajhfhj35pz3lb4d9cxmrcgbyclw2-python3.11-mpi4py-3.1.6 /nix/store/r6zhqmn03s3ac6mnjmg2swki0xk8vz53-rdma-core-51.0 /nix/store/vypw32igqyb8zr3vj0azxjiakwrqfryd-ucc-1.3.0 /nix/store/vnvwb2mjqksabq9wfaqybhq8nhg0aqhs-ucx-1.16.0 copying path '/nix/store/w8b6dnl9jrhnfhqqk68i56ls0cv14cmn-openmpi-4.1.6-man' from 'https://cache.nixos.org'... copying path '/nix/store/26q1p9mzrgasn3pi65xjvskbwn8f8vw0-hwloc-2.10.0-lib' from 'https://cache.nixos.org'... copying path '/nix/store/b6ndhnmiwssd0f027sqibh4ynfaw5j74-libpsm2-12.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/r6zhqmn03s3ac6mnjmg2swki0xk8vz53-rdma-core-51.0' from 'https://cache.nixos.org'... copying path '/nix/store/h9r8yj81c1x6gikx78wif4dqn26jfvk6-binutils-2.41-lib' from 'https://cache.nixos.org'... copying path '/nix/store/d35mks1awi5bycw1vvw0skk0vd4iq344-munge-0.5.16' from 'https://cache.nixos.org'... building '/nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv'... copying path '/nix/store/2341kzgwvs0h7w1sm4z29jrdz8pkf5si-hwloc-2.10.0' from 'https://cache.nixos.org'... copying path '/nix/store/6a30gkkzsd7ab5qis7qmdmic6f52n74c-pmix-5.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/xz50cy1c69y02ji983p1nwp7b4050km9-libfabric-1.21.0' from 'https://cache.nixos.org'... trying https://github.com/neuronsimulator/nrn/releases/download/8.2.4/full-src-package-8.2.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed copying path '/nix/store/b89wksdn5q1qg3x1py6jj7ng7nkm045d-hwloc-2.10.0-dev' from 'https://cache.nixos.org'... copying path '/nix/store/0j21vd0xks0f5z8ksw3ix9qcmni062xw-libfabric-1.21.0-dev' from 'https://cache.nixos.org'... 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download full-src-package-8.2.4.tar.gz from any mirror error: builder for '/nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/neuronsimulator/nrn/releases/download/8.2.4/full-src-package-8.2.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download full-src-package-8.2.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/yav9am5cd4syvpcxw0jkdqhlcp95xsyb-neuron-8.2.4.drv' failed to build [result] Failed to update python311Packages.neuronpy 8.2.3 -> 8.2.4 https://github.com/neuronsimulator/nrn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-shield, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-shield/2024-05-04.log python311Packages.mypy-boto3-shield 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-shield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gsil830j6rshyax7b0x0f6rq548dkwrd-packages.json.drv building '/nix/store/gsil830j6rshyax7b0x0f6rq548dkwrd-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-shield-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-shield-1.34.0: UPDATING ... - python3.11-mypy-boto3-shield-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-shield 1.34.0 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_zen.nvidia_x11_beta_open, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_zen.nvidia_x11_beta_open/2024-05-04.log linuxKernel.packages.linux_zen.nvidia_x11_beta_open 6.8.6-550.78 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases attrpath: linuxKernel.packages.linux_zen.nvidia_x11_beta_open creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_zen.nvidia_x11_beta_open 6.8.6-550.78 -> 550.78 https://github.com/NVIDIA/open-gpu-kernel-modules/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-braket, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-braket/2024-05-04.log python312Packages.types-aiobotocore-braket 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-braket isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-braket 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-sagemaker-a2i-runtime, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-sagemaker-a2i-runtime/2024-05-04.log python312Packages.types-aiobotocore-sagemaker-a2i-runtime 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-sagemaker-a2i-runtime isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-sagemaker-a2i-runtime 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-ec2, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-ec2/2024-05-04.log python311Packages.mypy-boto3-ec2 1.34.78 -> 1.34.97 https://repology.org/project/python:mypy-boto3-ec2/versions attrpath: python311Packages.mypy-boto3-ec2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kzpyirs1jkij8f4dq037szxgzvy4yg0x-packages.json.drv building '/nix/store/kzpyirs1jkij8f4dq037szxgzvy4yg0x-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-ec2-1.34.78 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-ec2-1.34.78: UPDATING ... - python3.11-mypy-boto3-ec2-1.34.78: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-ec2 1.34.78 -> 1.34.97 https://repology.org/project/python:mypy-boto3-ec2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.haskell-tools-nvim, using log file: /var/log/nixpkgs-update/lua54Packages.haskell-tools-nvim/2024-05-04.log lua54Packages.haskell-tools-nvim 3.1.8-1 -> 3.1.9 https://github.com/mrcjkb/haskell-tools.nvim/releases attrpath: lua54Packages.haskell-tools-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.haskell-tools-nvim 3.1.8-1 -> 3.1.9 https://github.com/mrcjkb/haskell-tools.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-s3, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-s3/2024-05-04.log python312Packages.types-aiobotocore-s3 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-s3 isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-s3 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-dax, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-dax/2024-05-04.log python312Packages.types-aiobotocore-dax 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-dax isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-dax 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-mwaa, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-mwaa/2024-05-04.log python311Packages.mypy-boto3-mwaa 1.34.57 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-mwaa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i2k4c8rcs5jdz2ig06kfjysblaxchshh-packages.json.drv building '/nix/store/i2k4c8rcs5jdz2ig06kfjysblaxchshh-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-mwaa-1.34.57 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-mwaa-1.34.57: UPDATING ... - python3.11-mypy-boto3-mwaa-1.34.57: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-mwaa 1.34.57 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-apigatewayv2, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-apigatewayv2/2024-05-04.log python311Packages.types-aiobotocore-apigatewayv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-apigatewayv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/amm1kv9l27hr9sqvrw16823qxy0jc68s-packages.json.drv building '/nix/store/amm1kv9l27hr9sqvrw16823qxy0jc68s-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-apigatewayv2-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-apigatewayv2-2.12.3: UPDATING ... - python3.11-types-aiobotocore-apigatewayv2-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-apigatewayv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-cleanrooms, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-cleanrooms/2024-05-04.log python311Packages.types-aiobotocore-cleanrooms 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-cleanrooms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0q9r19w6mckh6525l69syqwjzldx3y80-packages.json.drv building '/nix/store/0q9r19w6mckh6525l69syqwjzldx3y80-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-cleanrooms-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-cleanrooms-2.12.3: UPDATING ... - python3.11-types-aiobotocore-cleanrooms-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-cleanrooms 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-cloud9, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-cloud9/2024-05-04.log python311Packages.types-aiobotocore-cloud9 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-cloud9 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w51vvv53jrlajv54qr5shba6fcjmmmwg-packages.json.drv building '/nix/store/w51vvv53jrlajv54qr5shba6fcjmmmwg-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-cloud9-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-cloud9-2.12.3: UPDATING ... - python3.11-types-aiobotocore-cloud9-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-cloud9 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-application-insights, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-application-insights/2024-05-04.log python311Packages.types-aiobotocore-application-insights 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-application-insights Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3vj0hs68crm3gscl8w55k1gzfm41mpmj-packages.json.drv building '/nix/store/3vj0hs68crm3gscl8w55k1gzfm41mpmj-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-application-insights-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-application-insights-2.12.3: UPDATING ... - python3.11-types-aiobotocore-application-insights-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-application-insights 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-chime-sdk-messaging, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-chime-sdk-messaging/2024-05-04.log python311Packages.types-aiobotocore-chime-sdk-messaging 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-chime-sdk-messaging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/za8qwnx289kg2szm56db802brfkgbnh9-packages.json.drv building '/nix/store/za8qwnx289kg2szm56db802brfkgbnh9-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-chime-sdk-messaging-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-chime-sdk-messaging-2.12.3: UPDATING ... - python3.11-types-aiobotocore-chime-sdk-messaging-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-chime-sdk-messaging 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-amp, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-amp/2024-05-04.log python311Packages.types-aiobotocore-amp 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-amp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5imig4q4gj8flw42l9ri0ryx5cfg30pm-packages.json.drv building '/nix/store/5imig4q4gj8flw42l9ri0ryx5cfg30pm-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-amp-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-amp-2.12.3: UPDATING ... - python3.11-types-aiobotocore-amp-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-amp 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-chime-sdk-voice, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-chime-sdk-voice/2024-05-04.log python311Packages.types-aiobotocore-chime-sdk-voice 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-chime-sdk-voice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pi17isbc86fvx76ziq42q1q42rlpinrl-packages.json.drv building '/nix/store/pi17isbc86fvx76ziq42q1q42rlpinrl-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-chime-sdk-voice-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-chime-sdk-voice-2.12.3: UPDATING ... - python3.11-types-aiobotocore-chime-sdk-voice-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-chime-sdk-voice 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-clouddirectory, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-clouddirectory/2024-05-04.log python311Packages.types-aiobotocore-clouddirectory 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-clouddirectory Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0cbrgba21p6rgaiyd8cnxw1mz8jr2bnw-packages.json.drv building '/nix/store/0cbrgba21p6rgaiyd8cnxw1mz8jr2bnw-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-clouddirectory-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-clouddirectory-2.12.3: UPDATING ... - python3.11-types-aiobotocore-clouddirectory-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-clouddirectory 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-chime-sdk-meetings, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-chime-sdk-meetings/2024-05-04.log python311Packages.types-aiobotocore-chime-sdk-meetings 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-chime-sdk-meetings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/744whb9smfw1vxyjq3x10fsrw0kilhz3-packages.json.drv building '/nix/store/744whb9smfw1vxyjq3x10fsrw0kilhz3-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-chime-sdk-meetings-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-chime-sdk-meetings-2.12.3: UPDATING ... - python3.11-types-aiobotocore-chime-sdk-meetings-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-chime-sdk-meetings 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-auditmanager, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-auditmanager/2024-05-04.log python311Packages.types-aiobotocore-auditmanager 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-auditmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jk29s55j37s6737balx8f1b71w1wzcyy-packages.json.drv building '/nix/store/jk29s55j37s6737balx8f1b71w1wzcyy-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-auditmanager-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-auditmanager-2.12.3: UPDATING ... - python3.11-types-aiobotocore-auditmanager-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-auditmanager 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-apigatewaymanagementapi, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-apigatewaymanagementapi/2024-05-04.log python311Packages.types-aiobotocore-apigatewaymanagementapi 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-apigatewaymanagementapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6sgafzifir15nbypjn08l8327na95xrh-packages.json.drv building '/nix/store/6sgafzifir15nbypjn08l8327na95xrh-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-apigatewaymanagementapi-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-apigatewaymanagementapi-2.12.3: UPDATING ... - python3.11-types-aiobotocore-apigatewaymanagementapi-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-apigatewaymanagementapi 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-mediaconvert, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-mediaconvert/2024-05-04.log python311Packages.mypy-boto3-mediaconvert 1.34.81 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-mediaconvert Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kg4wlaq3gphnxlqihc28z80v2qxldbkq-packages.json.drv building '/nix/store/kg4wlaq3gphnxlqihc28z80v2qxldbkq-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-mediaconvert-1.34.81 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-mediaconvert-1.34.81: UPDATING ... - python3.11-mypy-boto3-mediaconvert-1.34.81: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-mediaconvert 1.34.81 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-panorama, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-panorama/2024-05-04.log python311Packages.types-aiobotocore-panorama 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-panorama Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wgarz5qwl3f3677m9jjznhcwkayf8056-packages.json.drv building '/nix/store/wgarz5qwl3f3677m9jjznhcwkayf8056-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-panorama-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-panorama-2.12.3: UPDATING ... - python3.11-types-aiobotocore-panorama-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-panorama 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-comprehendmedical, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-comprehendmedical/2024-05-04.log python311Packages.types-aiobotocore-comprehendmedical 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-comprehendmedical Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/52zszsffcgv4xg507x18vjnqrimnwmp1-packages.json.drv building '/nix/store/52zszsffcgv4xg507x18vjnqrimnwmp1-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-comprehendmedical-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-comprehendmedical-2.12.3: UPDATING ... - python3.11-types-aiobotocore-comprehendmedical-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-comprehendmedical 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-snow-device-management, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-snow-device-management/2024-05-04.log python311Packages.types-aiobotocore-snow-device-management 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-snow-device-management Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y6z0cwjr9fp3s9ggqnjnjagd7z9frl25-packages.json.drv building '/nix/store/y6z0cwjr9fp3s9ggqnjnjagd7z9frl25-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-snow-device-management-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-snow-device-management-2.12.3: UPDATING ... - python3.11-types-aiobotocore-snow-device-management-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-snow-device-management 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-detective, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-detective/2024-05-04.log python311Packages.types-aiobotocore-detective 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-detective Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9270k07p00h1bm7da06ipinrwwshg98y-packages.json.drv building '/nix/store/9270k07p00h1bm7da06ipinrwwshg98y-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-detective-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-detective-2.12.3: UPDATING ... - python3.11-types-aiobotocore-detective-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-detective 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-greengrassv2, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-greengrassv2/2024-05-04.log python311Packages.types-aiobotocore-greengrassv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-greengrassv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/irz3277j7lf1kwxwyw04sllqhic82k26-packages.json.drv building '/nix/store/irz3277j7lf1kwxwyw04sllqhic82k26-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-greengrassv2-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-greengrassv2-2.12.3: UPDATING ... - python3.11-types-aiobotocore-greengrassv2-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-greengrassv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-kinesis-video-webrtc-storage, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-kinesis-video-webrtc-storage/2024-05-04.log python311Packages.types-aiobotocore-kinesis-video-webrtc-storage 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-kinesis-video-webrtc-storage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wh2pnh37j884bwf8hs6dzzn9fpbh4bxg-packages.json.drv building '/nix/store/wh2pnh37j884bwf8hs6dzzn9fpbh4bxg-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-kinesis-video-webrtc-storage-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-kinesis-video-webrtc-storage-2.12.3: UPDATING ... - python3.11-types-aiobotocore-kinesis-video-webrtc-storage-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-kinesis-video-webrtc-storage 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-sms, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-sms/2024-05-04.log python311Packages.types-aiobotocore-sms 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-sms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hg9knkadn78s0lvd2lylzn8lqs3gipik-packages.json.drv building '/nix/store/hg9knkadn78s0lvd2lylzn8lqs3gipik-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-sms-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-sms-2.12.3: UPDATING ... - python3.11-types-aiobotocore-sms-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-sms 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-elbv2, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-elbv2/2024-05-04.log python311Packages.types-aiobotocore-elbv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-elbv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hr72apxbx6krr7qwa6sx8jabm66cq5dp-packages.json.drv building '/nix/store/hr72apxbx6krr7qwa6sx8jabm66cq5dp-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-elbv2-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-elbv2-2.12.3: UPDATING ... - python3.11-types-aiobotocore-elbv2-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-elbv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-iotevents-data, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-iotevents-data/2024-05-04.log python311Packages.types-aiobotocore-iotevents-data 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-iotevents-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rdl8lxd5s6hdp9026fc1c5q8zrd2kfhp-packages.json.drv building '/nix/store/rdl8lxd5s6hdp9026fc1c5q8zrd2kfhp-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-iotevents-data-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-iotevents-data-2.12.3: UPDATING ... - python3.11-types-aiobotocore-iotevents-data-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-iotevents-data 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-wafv2, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-wafv2/2024-05-04.log python311Packages.types-aiobotocore-wafv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-wafv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aic50f9q2k3lmlxhqj3pqq8vn6a9f4m3-packages.json.drv building '/nix/store/aic50f9q2k3lmlxhqj3pqq8vn6a9f4m3-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-wafv2-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-wafv2-2.12.3: UPDATING ... - python3.11-types-aiobotocore-wafv2-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-wafv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-acm-pca, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-acm-pca/2024-05-04.log python311Packages.types-aiobotocore-acm-pca 2.11.2 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-acm-pca Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1zpwk4wwf4hd83xp1m4ml9l6qdwiscxr-packages.json.drv building '/nix/store/1zpwk4wwf4hd83xp1m4ml9l6qdwiscxr-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-acm-pca-2.11.2 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-acm-pca-2.11.2: UPDATING ... - python3.11-types-aiobotocore-acm-pca-2.11.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-acm-pca 2.11.2 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-iot, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-iot/2024-05-04.log python311Packages.types-aiobotocore-iot 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-iot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sm0ywhmykzdb08apracbh3fmz9pzngl4-packages.json.drv building '/nix/store/sm0ywhmykzdb08apracbh3fmz9pzngl4-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-iot-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-iot-2.12.3: UPDATING ... - python3.11-types-aiobotocore-iot-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-iot 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-codestar, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-codestar/2024-05-04.log python311Packages.types-aiobotocore-codestar 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-codestar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fns0vqdkabgix3rw9n9fhmwqy2pp53y4-packages.json.drv building '/nix/store/fns0vqdkabgix3rw9n9fhmwqy2pp53y4-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-codestar-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-codestar-2.12.3: UPDATING ... - python3.11-types-aiobotocore-codestar-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-codestar 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-elastictranscoder, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-elastictranscoder/2024-05-04.log python311Packages.types-aiobotocore-elastictranscoder 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-elastictranscoder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/35s13xzsyfxnggalgpsq5wkvff7bbh8f-packages.json.drv building '/nix/store/35s13xzsyfxnggalgpsq5wkvff7bbh8f-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-elastictranscoder-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-elastictranscoder-2.12.3: UPDATING ... - python3.11-types-aiobotocore-elastictranscoder-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-elastictranscoder 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-route53-recovery-cluster, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-route53-recovery-cluster/2024-05-04.log python311Packages.types-aiobotocore-route53-recovery-cluster 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-route53-recovery-cluster Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f2g0mzywi5v19s26n693dyrfnhdpv1iv-packages.json.drv building '/nix/store/f2g0mzywi5v19s26n693dyrfnhdpv1iv-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-route53-recovery-cluster-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-route53-recovery-cluster-2.12.3: UPDATING ... - python3.11-types-aiobotocore-route53-recovery-cluster-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-route53-recovery-cluster 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-identitystore, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-identitystore/2024-05-04.log python311Packages.types-aiobotocore-identitystore 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-identitystore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mphrpr3n7lj9gxxhr1pxxlp2nr0pawhv-packages.json.drv building '/nix/store/mphrpr3n7lj9gxxhr1pxxlp2nr0pawhv-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-identitystore-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-identitystore-2.12.3: UPDATING ... - python3.11-types-aiobotocore-identitystore-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-identitystore 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-cognito-identity, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-cognito-identity/2024-05-04.log python311Packages.types-aiobotocore-cognito-identity 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-cognito-identity Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/in5ljr45byk68hkdriwnzjalxi62vi7y-packages.json.drv building '/nix/store/in5ljr45byk68hkdriwnzjalxi62vi7y-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-cognito-identity-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-cognito-identity-2.12.3: UPDATING ... - python3.11-types-aiobotocore-cognito-identity-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-cognito-identity 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-codeguru-security, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-codeguru-security/2024-05-04.log python311Packages.types-aiobotocore-codeguru-security 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-codeguru-security Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bqxxi39sx0yhjksjzk2qz8g3fsbxdijz-packages.json.drv building '/nix/store/bqxxi39sx0yhjksjzk2qz8g3fsbxdijz-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-codeguru-security-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-codeguru-security-2.12.3: UPDATING ... - python3.11-types-aiobotocore-codeguru-security-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-codeguru-security 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-neptune, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-neptune/2024-05-04.log python311Packages.types-aiobotocore-neptune 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-neptune Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wirc7m06mmc4p8pq4wsxf7l0yczykqz3-packages.json.drv building '/nix/store/wirc7m06mmc4p8pq4wsxf7l0yczykqz3-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-neptune-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-neptune-2.12.3: UPDATING ... - python3.11-types-aiobotocore-neptune-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-neptune 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-events, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-events/2024-05-04.log python311Packages.types-aiobotocore-events 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-events Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/al375nqbw73raigls24ijqs1n0b5wywn-packages.json.drv building '/nix/store/al375nqbw73raigls24ijqs1n0b5wywn-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-events-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-events-2.12.3: UPDATING ... - python3.11-types-aiobotocore-events-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-events 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-discovery, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-discovery/2024-05-04.log python311Packages.types-aiobotocore-discovery 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-discovery Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h5y0k8b2x3cbqbp1c47yh7d2l3gy5v66-packages.json.drv building '/nix/store/h5y0k8b2x3cbqbp1c47yh7d2l3gy5v66-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-discovery-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-discovery-2.12.3: UPDATING ... - python3.11-types-aiobotocore-discovery-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-discovery 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-network-firewall, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-network-firewall/2024-05-04.log python311Packages.types-aiobotocore-network-firewall 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-network-firewall Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ig1gva5djbzy5ywn964fl32jkwkcllrq-packages.json.drv building '/nix/store/ig1gva5djbzy5ywn964fl32jkwkcllrq-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-network-firewall-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-network-firewall-2.12.3: UPDATING ... - python3.11-types-aiobotocore-network-firewall-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-network-firewall 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-greengrass, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-greengrass/2024-05-04.log python311Packages.types-aiobotocore-greengrass 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-greengrass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yc09gjhj74pi0gxfvjpiahqyr4926d88-packages.json.drv building '/nix/store/yc09gjhj74pi0gxfvjpiahqyr4926d88-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-greengrass-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-greengrass-2.12.3: UPDATING ... - python3.11-types-aiobotocore-greengrass-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-greengrass 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-codepipeline, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-codepipeline/2024-05-04.log python311Packages.types-aiobotocore-codepipeline 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-codepipeline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1dm4xlr3m2b0rjk435zgj04wjhijmip3-packages.json.drv building '/nix/store/1dm4xlr3m2b0rjk435zgj04wjhijmip3-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-codepipeline-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-codepipeline-2.12.3: UPDATING ... - python3.11-types-aiobotocore-codepipeline-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-codepipeline 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-managedblockchain-query, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-managedblockchain-query/2024-05-04.log python311Packages.types-aiobotocore-managedblockchain-query 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-managedblockchain-query Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0svhk52vn9nxrv9jmy0c6jfpj2cx78wy-packages.json.drv building '/nix/store/0svhk52vn9nxrv9jmy0c6jfpj2cx78wy-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-managedblockchain-query-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-managedblockchain-query-2.12.3: UPDATING ... - python3.11-types-aiobotocore-managedblockchain-query-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-managedblockchain-query 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-textract, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-textract/2024-05-04.log python311Packages.types-aiobotocore-textract 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-textract Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d11h67f3sy22ch892v7sk49zknrlzpvv-packages.json.drv building '/nix/store/d11h67f3sy22ch892v7sk49zknrlzpvv-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-textract-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-textract-2.12.3: UPDATING ... - python3.11-types-aiobotocore-textract-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-textract 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-personalize-events, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-personalize-events/2024-05-04.log python311Packages.types-aiobotocore-personalize-events 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-personalize-events Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dnhny86j3yx8zx0mm0r7xrybibj2hl99-packages.json.drv building '/nix/store/dnhny86j3yx8zx0mm0r7xrybibj2hl99-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-personalize-events-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-personalize-events-2.12.3: UPDATING ... - python3.11-types-aiobotocore-personalize-events-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-personalize-events 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-emr-serverless, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-emr-serverless/2024-05-04.log python311Packages.types-aiobotocore-emr-serverless 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-emr-serverless Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a25n5da2qbksx5sf8r6a97a7vmszdnf8-packages.json.drv building '/nix/store/a25n5da2qbksx5sf8r6a97a7vmszdnf8-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-emr-serverless-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-emr-serverless-2.12.3: UPDATING ... - python3.11-types-aiobotocore-emr-serverless-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-emr-serverless 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-mediapackage-vod, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-mediapackage-vod/2024-05-04.log python311Packages.types-aiobotocore-mediapackage-vod 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-mediapackage-vod Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qmjsjlybz9q0aixaj2z15j6i3kmk765f-packages.json.drv building '/nix/store/qmjsjlybz9q0aixaj2z15j6i3kmk765f-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-mediapackage-vod-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-mediapackage-vod-2.12.3: UPDATING ... - python3.11-types-aiobotocore-mediapackage-vod-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-mediapackage-vod 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-sesv2, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-sesv2/2024-05-04.log python311Packages.types-aiobotocore-sesv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-sesv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7yizfnhgmg1ghqw3nxc6z5dymg1n0xf4-packages.json.drv building '/nix/store/7yizfnhgmg1ghqw3nxc6z5dymg1n0xf4-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-sesv2-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-sesv2-2.12.3: UPDATING ... - python3.11-types-aiobotocore-sesv2-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-sesv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-shield, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-shield/2024-05-04.log python311Packages.types-aiobotocore-shield 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-shield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6zixzsakpnp50lxj58c5n5k6jqkm9m28-packages.json.drv building '/nix/store/6zixzsakpnp50lxj58c5n5k6jqkm9m28-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-shield-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-shield-2.12.3: UPDATING ... - python3.11-types-aiobotocore-shield-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-shield 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-secretsmanager, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-secretsmanager/2024-05-04.log python311Packages.types-aiobotocore-secretsmanager 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-secretsmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jjbpib3j0y5cxzqkgvfm5zmbcr5gkv37-packages.json.drv building '/nix/store/jjbpib3j0y5cxzqkgvfm5zmbcr5gkv37-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-secretsmanager-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-secretsmanager-2.12.3: UPDATING ... - python3.11-types-aiobotocore-secretsmanager-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-secretsmanager 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-iotdeviceadvisor, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-iotdeviceadvisor/2024-05-04.log python311Packages.types-aiobotocore-iotdeviceadvisor 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-iotdeviceadvisor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zy7qc9ai1y8zsgqq54j7dqnn1l7pdi56-packages.json.drv building '/nix/store/zy7qc9ai1y8zsgqq54j7dqnn1l7pdi56-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-iotdeviceadvisor-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-iotdeviceadvisor-2.12.3: UPDATING ... - python3.11-types-aiobotocore-iotdeviceadvisor-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-iotdeviceadvisor 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-kinesis-video-media, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-kinesis-video-media/2024-05-04.log python311Packages.types-aiobotocore-kinesis-video-media 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-kinesis-video-media Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rkja8w7jg8hpxi7dkfyfm9s6l3r66vgq-packages.json.drv building '/nix/store/rkja8w7jg8hpxi7dkfyfm9s6l3r66vgq-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-kinesis-video-media-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-kinesis-video-media-2.12.3: UPDATING ... - python3.11-types-aiobotocore-kinesis-video-media-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-kinesis-video-media 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-storagegateway, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-storagegateway/2024-05-04.log python311Packages.types-aiobotocore-storagegateway 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-storagegateway Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r9nmzih95ljk23nl79869yvfz3h4wn2p-packages.json.drv building '/nix/store/r9nmzih95ljk23nl79869yvfz3h4wn2p-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-storagegateway-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-storagegateway-2.12.3: UPDATING ... - python3.11-types-aiobotocore-storagegateway-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-storagegateway 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-redshift-data, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-redshift-data/2024-05-04.log python311Packages.types-aiobotocore-redshift-data 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-redshift-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pwrfxzmnjxlsqfk7dmp1ybirqpgg0pij-packages.json.drv building '/nix/store/pwrfxzmnjxlsqfk7dmp1ybirqpgg0pij-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-redshift-data-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-redshift-data-2.12.3: UPDATING ... - python3.11-types-aiobotocore-redshift-data-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-redshift-data 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-sts, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-sts/2024-05-04.log python311Packages.types-aiobotocore-sts 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-sts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ygd23skz22i72dq3cwpqla2l2scn5r6z-packages.json.drv building '/nix/store/ygd23skz22i72dq3cwpqla2l2scn5r6z-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-sts-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-sts-2.12.3: UPDATING ... - python3.11-types-aiobotocore-sts-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-sts 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-lambda, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-lambda/2024-05-04.log python311Packages.types-aiobotocore-lambda 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-lambda Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g2qzbkafbmszygk7vrq0q7zg1y8q6lri-packages.json.drv building '/nix/store/g2qzbkafbmszygk7vrq0q7zg1y8q6lri-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-lambda-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-lambda-2.12.3: UPDATING ... - python3.11-types-aiobotocore-lambda-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-lambda 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-compute-optimizer, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-compute-optimizer/2024-05-04.log python311Packages.types-aiobotocore-compute-optimizer 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-compute-optimizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z81wxywmklbyns4cd0fl4dg6w6c8nim5-packages.json.drv building '/nix/store/z81wxywmklbyns4cd0fl4dg6w6c8nim5-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-compute-optimizer-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-compute-optimizer-2.12.3: UPDATING ... - python3.11-types-aiobotocore-compute-optimizer-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-compute-optimizer 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-medical-imaging, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-medical-imaging/2024-05-04.log python311Packages.types-aiobotocore-medical-imaging 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-medical-imaging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/av6v79wvharp87yi0f794h015fvdbzkc-packages.json.drv building '/nix/store/av6v79wvharp87yi0f794h015fvdbzkc-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-medical-imaging-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-medical-imaging-2.12.3: UPDATING ... - python3.11-types-aiobotocore-medical-imaging-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-medical-imaging 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-ssm-contacts, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-ssm-contacts/2024-05-04.log python311Packages.types-aiobotocore-ssm-contacts 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-ssm-contacts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aiprclzgzja0p4dynnyw0gp60hyqhqzx-packages.json.drv building '/nix/store/aiprclzgzja0p4dynnyw0gp60hyqhqzx-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-ssm-contacts-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-ssm-contacts-2.12.3: UPDATING ... - python3.11-types-aiobotocore-ssm-contacts-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-ssm-contacts 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-lookoutequipment, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-lookoutequipment/2024-05-04.log python311Packages.types-aiobotocore-lookoutequipment 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-lookoutequipment Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ac0mm6jwj0snsqaf9gvii4y0dk9ac22q-packages.json.drv building '/nix/store/ac0mm6jwj0snsqaf9gvii4y0dk9ac22q-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-lookoutequipment-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-lookoutequipment-2.12.3: UPDATING ... - python3.11-types-aiobotocore-lookoutequipment-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-lookoutequipment 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-wisdom, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-wisdom/2024-05-04.log python311Packages.types-aiobotocore-wisdom 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-wisdom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/srbk3q35p6ak0wqqw18pmxwhv42qvxv4-packages.json.drv building '/nix/store/srbk3q35p6ak0wqqw18pmxwhv42qvxv4-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-wisdom-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-wisdom-2.12.3: UPDATING ... - python3.11-types-aiobotocore-wisdom-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-wisdom 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-pi, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-pi/2024-05-04.log python311Packages.types-aiobotocore-pi 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-pi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8xkid2w1ydh85shl0pkjccmjhq6d82ay-packages.json.drv building '/nix/store/8xkid2w1ydh85shl0pkjccmjhq6d82ay-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-pi-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-pi-2.12.3: UPDATING ... - python3.11-types-aiobotocore-pi-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-pi 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-ds, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-ds/2024-05-04.log python311Packages.types-aiobotocore-ds 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-ds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n8688j9gv65mrala7kzqp6lssmhfqq2y-packages.json.drv building '/nix/store/n8688j9gv65mrala7kzqp6lssmhfqq2y-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-ds-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-ds-2.12.3: UPDATING ... - python3.11-types-aiobotocore-ds-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-ds 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-timestream-write, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-timestream-write/2024-05-04.log python311Packages.types-aiobotocore-timestream-write 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-timestream-write Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1cd9v5gzb8alna50yz4icdz945waa5zl-packages.json.drv building '/nix/store/1cd9v5gzb8alna50yz4icdz945waa5zl-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-timestream-write-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-timestream-write-2.12.3: UPDATING ... - python3.11-types-aiobotocore-timestream-write-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-timestream-write 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-kinesisanalyticsv2, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-kinesisanalyticsv2/2024-05-04.log python311Packages.types-aiobotocore-kinesisanalyticsv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-kinesisanalyticsv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/79m2x5i8ly2w83936yrpdqzvaxam56bh-packages.json.drv building '/nix/store/79m2x5i8ly2w83936yrpdqzvaxam56bh-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-kinesisanalyticsv2-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-kinesisanalyticsv2-2.12.3: UPDATING ... - python3.11-types-aiobotocore-kinesisanalyticsv2-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-kinesisanalyticsv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-kinesis-video-archived-media, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-kinesis-video-archived-media/2024-05-04.log python311Packages.types-aiobotocore-kinesis-video-archived-media 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-kinesis-video-archived-media Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/32gcy5r9xsaxrfgwx74vj7pgyfxx3li5-packages.json.drv building '/nix/store/32gcy5r9xsaxrfgwx74vj7pgyfxx3li5-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-kinesis-video-archived-media-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-kinesis-video-archived-media-2.12.3: UPDATING ... - python3.11-types-aiobotocore-kinesis-video-archived-media-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-kinesis-video-archived-media 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-firehose, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-firehose/2024-05-04.log python311Packages.types-aiobotocore-firehose 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-firehose Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qvhhcsfzjpj9acyfi8ry39qvxm54sq6r-packages.json.drv building '/nix/store/qvhhcsfzjpj9acyfi8ry39qvxm54sq6r-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-firehose-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-firehose-2.12.3: UPDATING ... - python3.11-types-aiobotocore-firehose-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-firehose 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-healthlake, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-healthlake/2024-05-04.log python311Packages.types-aiobotocore-healthlake 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-healthlake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vywgbc9mnxmq892948ds7knligvafz22-packages.json.drv building '/nix/store/vywgbc9mnxmq892948ds7knligvafz22-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-healthlake-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-healthlake-2.12.3: UPDATING ... - python3.11-types-aiobotocore-healthlake-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-healthlake 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-iotfleetwise, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-iotfleetwise/2024-05-04.log python311Packages.types-aiobotocore-iotfleetwise 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-iotfleetwise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l5hp3fqr8rx8q8k4l1psla400pfjv8zy-packages.json.drv building '/nix/store/l5hp3fqr8rx8q8k4l1psla400pfjv8zy-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-iotfleetwise-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-iotfleetwise-2.12.3: UPDATING ... - python3.11-types-aiobotocore-iotfleetwise-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-iotfleetwise 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-kafka, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-kafka/2024-05-04.log python311Packages.types-aiobotocore-kafka 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-kafka Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k0skz8x9idjikgqm3gpiqmfilrb9q5wv-packages.json.drv building '/nix/store/k0skz8x9idjikgqm3gpiqmfilrb9q5wv-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-kafka-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-kafka-2.12.3: UPDATING ... - python3.11-types-aiobotocore-kafka-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-kafka 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-iot1click-devices, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-iot1click-devices/2024-05-04.log python311Packages.types-aiobotocore-iot1click-devices 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-iot1click-devices Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lr6k4dha3miiwwgvcimnfcvvzw7p7gm6-packages.json.drv building '/nix/store/lr6k4dha3miiwwgvcimnfcvvzw7p7gm6-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-iot1click-devices-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-iot1click-devices-2.12.3: UPDATING ... - python3.11-types-aiobotocore-iot1click-devices-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-iot1click-devices 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-signer, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-signer/2024-05-04.log python311Packages.types-aiobotocore-signer 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-signer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ihi225c3hjmwkxy3zclqh85jq9qhsa13-packages.json.drv building '/nix/store/ihi225c3hjmwkxy3zclqh85jq9qhsa13-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-signer-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-signer-2.12.3: UPDATING ... - python3.11-types-aiobotocore-signer-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-signer 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-proton, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-proton/2024-05-04.log python311Packages.types-aiobotocore-proton 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-proton Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ab8wn2iqz4xhb1njfdj6yl6igyb3n704-packages.json.drv building '/nix/store/ab8wn2iqz4xhb1njfdj6yl6igyb3n704-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-proton-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-proton-2.12.3: UPDATING ... - python3.11-types-aiobotocore-proton-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-proton 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-waf-regional, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-waf-regional/2024-05-04.log python311Packages.types-aiobotocore-waf-regional 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-waf-regional Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p8dvv9dq2mynyg3s4l1a68irn721w0zd-packages.json.drv building '/nix/store/p8dvv9dq2mynyg3s4l1a68irn721w0zd-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-waf-regional-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-waf-regional-2.12.3: UPDATING ... - python3.11-types-aiobotocore-waf-regional-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-waf-regional 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-opsworks, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-opsworks/2024-05-04.log python311Packages.types-aiobotocore-opsworks 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-opsworks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/63mvixyhqixivc0clshls1y57qpcn7rw-packages.json.drv building '/nix/store/63mvixyhqixivc0clshls1y57qpcn7rw-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-opsworks-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-opsworks-2.12.3: UPDATING ... - python3.11-types-aiobotocore-opsworks-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-opsworks 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-route53-recovery-readiness, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-route53-recovery-readiness/2024-05-04.log python311Packages.types-aiobotocore-route53-recovery-readiness 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-route53-recovery-readiness Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f7j5kh8jnfrh6z6l0qr0fc7j0d5dz7av-packages.json.drv building '/nix/store/f7j5kh8jnfrh6z6l0qr0fc7j0d5dz7av-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-route53-recovery-readiness-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-route53-recovery-readiness-2.12.3: UPDATING ... - python3.11-types-aiobotocore-route53-recovery-readiness-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-route53-recovery-readiness 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-codebuild, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-codebuild/2024-05-04.log python311Packages.types-aiobotocore-codebuild 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-codebuild Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v0lr6vmk1hdfawy7b64vb7jgrpdwnfda-packages.json.drv building '/nix/store/v0lr6vmk1hdfawy7b64vb7jgrpdwnfda-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-codebuild-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-codebuild-2.12.3: UPDATING ... - python3.11-types-aiobotocore-codebuild-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-codebuild 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-finspace, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-finspace/2024-05-04.log python311Packages.types-aiobotocore-finspace 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-finspace Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vb3hsv5dp1x6nwvqd7ag61mfw4iia7g2-packages.json.drv building '/nix/store/vb3hsv5dp1x6nwvqd7ag61mfw4iia7g2-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-finspace-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-finspace-2.12.3: UPDATING ... - python3.11-types-aiobotocore-finspace-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-finspace 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-iotsitewise, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-iotsitewise/2024-05-04.log python311Packages.types-aiobotocore-iotsitewise 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-iotsitewise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kv5kvkjknzl6b1bmnmw9iz2my7xzxisq-packages.json.drv building '/nix/store/kv5kvkjknzl6b1bmnmw9iz2my7xzxisq-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-iotsitewise-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-iotsitewise-2.12.3: UPDATING ... - python3.11-types-aiobotocore-iotsitewise-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-iotsitewise 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-grafana, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-grafana/2024-05-04.log python311Packages.types-aiobotocore-grafana 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-grafana Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/90saw0gqbr4w5qgcras1bsjb53lnpx19-packages.json.drv building '/nix/store/90saw0gqbr4w5qgcras1bsjb53lnpx19-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-grafana-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-grafana-2.12.3: UPDATING ... - python3.11-types-aiobotocore-grafana-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-grafana 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-glue, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-glue/2024-05-04.log python311Packages.types-aiobotocore-glue 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-glue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ipxx6r5hqq1fd1y6i0hrns1ghmmd5ap3-packages.json.drv building '/nix/store/ipxx6r5hqq1fd1y6i0hrns1ghmmd5ap3-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-glue-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-glue-2.12.3: UPDATING ... - python3.11-types-aiobotocore-glue-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-glue 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-codeguru-reviewer, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-codeguru-reviewer/2024-05-04.log python311Packages.types-aiobotocore-codeguru-reviewer 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-codeguru-reviewer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4py7alsz7sd28j9rp7dp3621irmfa5wq-packages.json.drv building '/nix/store/4py7alsz7sd28j9rp7dp3621irmfa5wq-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-codeguru-reviewer-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-codeguru-reviewer-2.12.3: UPDATING ... - python3.11-types-aiobotocore-codeguru-reviewer-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-codeguru-reviewer 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-migrationhubstrategy, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-migrationhubstrategy/2024-05-04.log python311Packages.types-aiobotocore-migrationhubstrategy 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-migrationhubstrategy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3xp8qdppd55jxq1772485gifmjiiqkqz-packages.json.drv building '/nix/store/3xp8qdppd55jxq1772485gifmjiiqkqz-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-migrationhubstrategy-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-migrationhubstrategy-2.12.3: UPDATING ... - python3.11-types-aiobotocore-migrationhubstrategy-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-migrationhubstrategy 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-medialive, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-medialive/2024-05-04.log python311Packages.types-aiobotocore-medialive 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-medialive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w92cn8clwjrzl28gaj7bq8s71xqkwdr9-packages.json.drv building '/nix/store/w92cn8clwjrzl28gaj7bq8s71xqkwdr9-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-medialive-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-medialive-2.12.3: UPDATING ... - python3.11-types-aiobotocore-medialive-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-medialive 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-elastic-inference, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-elastic-inference/2024-05-04.log python311Packages.types-aiobotocore-elastic-inference 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-elastic-inference Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g5c48nr1pxplc76wk2yw8rczb01nbz8x-packages.json.drv building '/nix/store/g5c48nr1pxplc76wk2yw8rczb01nbz8x-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-elastic-inference-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-elastic-inference-2.12.3: UPDATING ... - python3.11-types-aiobotocore-elastic-inference-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-elastic-inference 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-worklink, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-worklink/2024-05-04.log python311Packages.types-aiobotocore-worklink 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-worklink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1nviqkcljiqxna1gyc771wmrwrpvh76j-packages.json.drv building '/nix/store/1nviqkcljiqxna1gyc771wmrwrpvh76j-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-worklink-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-worklink-2.12.3: UPDATING ... - python3.11-types-aiobotocore-worklink-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-worklink 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-ssm-incidents, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-ssm-incidents/2024-05-04.log python311Packages.types-aiobotocore-ssm-incidents 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-ssm-incidents Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0vh284ggy5651w31y066gcl2js8c1q65-packages.json.drv building '/nix/store/0vh284ggy5651w31y066gcl2js8c1q65-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-ssm-incidents-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-ssm-incidents-2.12.3: UPDATING ... - python3.11-types-aiobotocore-ssm-incidents-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-ssm-incidents 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-sagemaker-geospatial, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-sagemaker-geospatial/2024-05-04.log python311Packages.types-aiobotocore-sagemaker-geospatial 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-sagemaker-geospatial Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v44nm87ljz63qiii9svaaz6hlrr3y3pl-packages.json.drv building '/nix/store/v44nm87ljz63qiii9svaaz6hlrr3y3pl-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-sagemaker-geospatial-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-sagemaker-geospatial-2.12.3: UPDATING ... - python3.11-types-aiobotocore-sagemaker-geospatial-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-sagemaker-geospatial 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-sqs, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-sqs/2024-05-04.log python311Packages.types-aiobotocore-sqs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-sqs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/615351ggwva2jk6dbgdv6i7lkci4pii2-packages.json.drv building '/nix/store/615351ggwva2jk6dbgdv6i7lkci4pii2-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-sqs-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-sqs-2.12.3: UPDATING ... - python3.11-types-aiobotocore-sqs-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-sqs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-sns, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-sns/2024-05-04.log python311Packages.types-aiobotocore-sns 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-sns Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i694dxnbql5afs61r5lbf24kh1wfc30a-packages.json.drv building '/nix/store/i694dxnbql5afs61r5lbf24kh1wfc30a-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-sns-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-sns-2.12.3: UPDATING ... - python3.11-types-aiobotocore-sns-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-sns 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.luaposix, using log file: /var/log/nixpkgs-update/lua51Packages.luaposix/2024-05-04.log lua51Packages.luaposix 34.1.1-1 -> 36.2.1 https://repology.org/project/lua:luaposix/versions attrpath: lua51Packages.luaposix Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.luaposix 34.1.1-1 -> 36.2.1 https://repology.org/project/lua:luaposix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-opensearch, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-opensearch/2024-05-04.log python311Packages.mypy-boto3-opensearch 1.34.43 -> 1.34.95 https://repology.org/project/python:mypy-boto3-opensearch/versions attrpath: python311Packages.mypy-boto3-opensearch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b1ly8g1grybw3mr50nybgddynvm9z9h7-packages.json.drv building '/nix/store/b1ly8g1grybw3mr50nybgddynvm9z9h7-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-opensearch-1.34.43 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-opensearch-1.34.43: UPDATING ... - python3.11-mypy-boto3-opensearch-1.34.43: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-opensearch 1.34.43 -> 1.34.95 https://repology.org/project/python:mypy-boto3-opensearch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.http, using log file: /var/log/nixpkgs-update/lua51Packages.http/2024-05-04.log lua51Packages.http 0.3-0 -> 0.4 https://repology.org/project/lua:http/versions attrpath: lua51Packages.http Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.http 0.3-0 -> 0.4 https://repology.org/project/lua:http/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-logs, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-logs/2024-05-04.log python311Packages.mypy-boto3-logs 1.34.66 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-logs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h1b3pfv94qi9fxyp7yxflv5lgqm0val4-packages.json.drv building '/nix/store/h1b3pfv94qi9fxyp7yxflv5lgqm0val4-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-logs-1.34.66 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-logs-1.34.66: UPDATING ... - python3.11-mypy-boto3-logs-1.34.66: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-logs 1.34.66 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.libiio, using log file: /var/log/nixpkgs-update/python312Packages.libiio/2024-05-04.log python312Packages.libiio 0.24 -> 0.25 https://repology.org/project/libiio/versions attrpath: python312Packages.libiio isn't the default python version [result] Failed to update python312Packages.libiio 0.24 -> 0.25 https://repology.org/project/libiio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.lief, using log file: /var/log/nixpkgs-update/python312Packages.lief/2024-05-04.log python312Packages.lief 0.13.2 -> 0.14.1 https://repology.org/project/lief/versions attrpath: python312Packages.lief isn't the default python version [result] Failed to update python312Packages.lief 0.13.2 -> 0.14.1 https://repology.org/project/lief/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.qiskit-terra, using log file: /var/log/nixpkgs-update/python312Packages.qiskit-terra/2024-05-04.log python312Packages.qiskit-terra 0.25.1 -> 0.46.1 https://github.com/qiskit/qiskit-terra/releases attrpath: python312Packages.qiskit-terra isn't the default python version [result] Failed to update python312Packages.qiskit-terra 0.25.1 -> 0.46.1 https://github.com/qiskit/qiskit-terra/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyment, using log file: /var/log/nixpkgs-update/python312Packages.pyment/2024-05-04.log python312Packages.pyment 0.3.3 -> 0.3.4 https://repology.org/project/python:pyment/versions attrpath: python312Packages.pyment isn't the default python version [result] Failed to update python312Packages.pyment 0.3.3 -> 0.3.4 https://repology.org/project/python:pyment/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-cloudhsmv2, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-cloudhsmv2/2024-05-04.log python312Packages.types-aiobotocore-cloudhsmv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-cloudhsmv2 isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-cloudhsmv2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-appconfigdata, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-appconfigdata/2024-05-04.log python312Packages.types-aiobotocore-appconfigdata 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-appconfigdata isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-appconfigdata 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-mediaconvert, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-mediaconvert/2024-05-04.log python311Packages.types-aiobotocore-mediaconvert 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-mediaconvert Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/shp21wnalvnm1nil3zy6x1vvgq2vff8x-packages.json.drv building '/nix/store/shp21wnalvnm1nil3zy6x1vvgq2vff8x-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-mediaconvert-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-mediaconvert-2.12.3: UPDATING ... - python3.11-types-aiobotocore-mediaconvert-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-mediaconvert 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-elasticache, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-elasticache/2024-05-04.log python312Packages.types-aiobotocore-elasticache 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-elasticache isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-elasticache 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-sagemaker, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-sagemaker/2024-05-04.log python312Packages.mypy-boto3-sagemaker 1.34.74 -> 1.34.98 https://repology.org/project/python:mypy-boto3-sagemaker/versions attrpath: python312Packages.mypy-boto3-sagemaker isn't the default python version [result] Failed to update python312Packages.mypy-boto3-sagemaker 1.34.74 -> 1.34.98 https://repology.org/project/python:mypy-boto3-sagemaker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-aiobotocore-sagemaker-a2i-runtime, using log file: /var/log/nixpkgs-update/python311Packages.types-aiobotocore-sagemaker-a2i-runtime/2024-05-04.log python311Packages.types-aiobotocore-sagemaker-a2i-runtime 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.types-aiobotocore-sagemaker-a2i-runtime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/an6vrbvbdqdcydnych09jjnc0kjw85pr-packages.json.drv building '/nix/store/an6vrbvbdqdcydnych09jjnc0kjw85pr-packages.json.drv'... Going to be running update for following packages: - python3.11-types-aiobotocore-sagemaker-a2i-runtime-2.12.3 Press Enter key to continue... Running update for: - python3.11-types-aiobotocore-sagemaker-a2i-runtime-2.12.3: UPDATING ... - python3.11-types-aiobotocore-sagemaker-a2i-runtime-2.12.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-aiobotocore-sagemaker-a2i-runtime 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-cloudhsm, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-cloudhsm/2024-05-04.log python312Packages.types-aiobotocore-cloudhsm 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-cloudhsm isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-cloudhsm 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-route53, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-route53/2024-05-04.log python312Packages.types-aiobotocore-route53 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-route53 isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-route53 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-workdocs, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-workdocs/2024-05-04.log python312Packages.types-aiobotocore-workdocs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-workdocs isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-workdocs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-robomaker, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-robomaker/2024-05-04.log python312Packages.types-aiobotocore-robomaker 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-robomaker isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-robomaker 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-evidently, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-evidently/2024-05-04.log python312Packages.types-aiobotocore-evidently 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-evidently isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-evidently 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-iotwireless, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-iotwireless/2024-05-04.log python312Packages.types-aiobotocore-iotwireless 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-iotwireless isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-iotwireless 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-mediaconnect, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-mediaconnect/2024-05-04.log python312Packages.types-aiobotocore-mediaconnect 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-mediaconnect isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-mediaconnect 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-kms, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-kms/2024-05-04.log python312Packages.types-aiobotocore-kms 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-kms isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-kms 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-managedblockchain, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-managedblockchain/2024-05-04.log python312Packages.types-aiobotocore-managedblockchain 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-managedblockchain isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-managedblockchain 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-workspaces, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-workspaces/2024-05-04.log python312Packages.types-aiobotocore-workspaces 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-workspaces isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-workspaces 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-entityresolution, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-entityresolution/2024-05-04.log python312Packages.types-aiobotocore-entityresolution 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-entityresolution isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-entityresolution 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-iotevents, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-iotevents/2024-05-04.log python312Packages.types-aiobotocore-iotevents 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-iotevents isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-iotevents 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-healthlake, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-healthlake/2024-05-04.log python312Packages.types-aiobotocore-healthlake 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-healthlake isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-healthlake 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-qldb, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-qldb/2024-05-04.log python312Packages.types-aiobotocore-qldb 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-qldb isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-qldb 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-ses, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-ses/2024-05-04.log python312Packages.types-aiobotocore-ses 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-ses isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-ses 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-datasync, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-datasync/2024-05-04.log python312Packages.types-aiobotocore-datasync 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-datasync isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-datasync 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-marketplacecommerceanalytics, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-marketplacecommerceanalytics/2024-05-04.log python312Packages.types-aiobotocore-marketplacecommerceanalytics 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-marketplacecommerceanalytics isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-marketplacecommerceanalytics 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-connect, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-connect/2024-05-04.log python312Packages.types-aiobotocore-connect 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-connect isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-connect 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-medical-imaging, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-medical-imaging/2024-05-04.log python312Packages.types-aiobotocore-medical-imaging 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-medical-imaging isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-medical-imaging 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-sqs, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-sqs/2024-05-04.log python312Packages.types-aiobotocore-sqs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-sqs isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-sqs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-pinpoint-sms-voice, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-pinpoint-sms-voice/2024-05-04.log python312Packages.types-aiobotocore-pinpoint-sms-voice 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-pinpoint-sms-voice isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-pinpoint-sms-voice 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-auditmanager, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-auditmanager/2024-05-04.log python312Packages.types-aiobotocore-auditmanager 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-auditmanager isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-auditmanager 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-amplifybackend, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-amplifybackend/2024-05-04.log python312Packages.types-aiobotocore-amplifybackend 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-amplifybackend isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-amplifybackend 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-snow-device-management, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-snow-device-management/2024-05-04.log python312Packages.types-aiobotocore-snow-device-management 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-snow-device-management isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-snow-device-management 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-resource-groups, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-resource-groups/2024-05-04.log python312Packages.types-aiobotocore-resource-groups 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-resource-groups isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-resource-groups 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-stepfunctions, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-stepfunctions/2024-05-04.log python312Packages.types-aiobotocore-stepfunctions 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-stepfunctions isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-stepfunctions 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-kinesis-video-webrtc-storage, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-kinesis-video-webrtc-storage/2024-05-04.log python312Packages.types-aiobotocore-kinesis-video-webrtc-storage 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-kinesis-video-webrtc-storage isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-kinesis-video-webrtc-storage 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-ivschat, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-ivschat/2024-05-04.log python312Packages.types-aiobotocore-ivschat 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-ivschat isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-ivschat 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-ssm-contacts, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-ssm-contacts/2024-05-04.log python312Packages.types-aiobotocore-ssm-contacts 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-ssm-contacts isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-ssm-contacts 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-cloudtrail-data, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-cloudtrail-data/2024-05-04.log python312Packages.types-aiobotocore-cloudtrail-data 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-cloudtrail-data isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-cloudtrail-data 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-codepipeline, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-codepipeline/2024-05-04.log python312Packages.types-aiobotocore-codepipeline 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-codepipeline isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-codepipeline 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-mediastore, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-mediastore/2024-05-04.log python312Packages.types-aiobotocore-mediastore 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-mediastore isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-mediastore 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-comprehend, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-comprehend/2024-05-04.log python312Packages.types-aiobotocore-comprehend 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-comprehend isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-comprehend 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-glue, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-glue/2024-05-04.log python312Packages.types-aiobotocore-glue 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-glue isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-glue 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-frauddetector, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-frauddetector/2024-05-04.log python312Packages.types-aiobotocore-frauddetector 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-frauddetector isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-frauddetector 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-simspaceweaver, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-simspaceweaver/2024-05-04.log python312Packages.types-aiobotocore-simspaceweaver 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-simspaceweaver isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-simspaceweaver 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-compute-optimizer, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-compute-optimizer/2024-05-04.log python312Packages.types-aiobotocore-compute-optimizer 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-compute-optimizer isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-compute-optimizer 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-emr-containers, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-emr-containers/2024-05-04.log python312Packages.types-aiobotocore-emr-containers 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-emr-containers isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-emr-containers 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-sagemaker-metrics, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-sagemaker-metrics/2024-05-04.log python312Packages.types-aiobotocore-sagemaker-metrics 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-sagemaker-metrics isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-sagemaker-metrics 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-honeycode, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-honeycode/2024-05-04.log python312Packages.types-aiobotocore-honeycode 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-honeycode isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-honeycode 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-sso-oidc, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-sso-oidc/2024-05-04.log python312Packages.types-aiobotocore-sso-oidc 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-sso-oidc isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-sso-oidc 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-ivs, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-ivs/2024-05-04.log python312Packages.types-aiobotocore-ivs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-ivs isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-ivs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-controltower, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-controltower/2024-05-04.log python312Packages.types-aiobotocore-controltower 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-controltower isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-controltower 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-importexport, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-importexport/2024-05-04.log python312Packages.types-aiobotocore-importexport 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-importexport isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-importexport 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-lex-models, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-lex-models/2024-05-04.log python312Packages.types-aiobotocore-lex-models 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-lex-models isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-lex-models 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-oam, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-oam/2024-05-04.log python312Packages.types-aiobotocore-oam 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-oam isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-oam 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath colstr, using log file: /var/log/nixpkgs-update/colstr/2024-05-04.log colstr 0 -> 1 attrpath: colstr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/7iw41jxjnidza4pvk9w98xqg7iyv8dhv-packages.json.drv building '/nix/store/7iw41jxjnidza4pvk9w98xqg7iyv8dhv-packages.json.drv'... Going to be running update for following packages: - colstr-1.0.0 Press Enter key to continue... Running update for: - colstr-1.0.0: UPDATING ... - colstr-1.0.0: ERROR --- SHOWING ERROR LOG FOR colstr-1.0.0 ---------------------- Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 361, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 299, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR colstr-1.0.0 ---------------------- The update script for colstr-1.0.0 failed with exit code 1 [result] Failed to update colstr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-ram, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-ram/2024-05-04.log python312Packages.types-aiobotocore-ram 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-ram isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-ram 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-ecs, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-ecs/2024-05-04.log python312Packages.types-aiobotocore-ecs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-ecs isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-ecs 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-pinpoint-email, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-pinpoint-email/2024-05-04.log python312Packages.types-aiobotocore-pinpoint-email 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-pinpoint-email isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-pinpoint-email 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-datapipeline, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-datapipeline/2024-05-04.log python312Packages.types-aiobotocore-datapipeline 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-datapipeline isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-datapipeline 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-lexv2-models, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-lexv2-models/2024-05-04.log python312Packages.types-aiobotocore-lexv2-models 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-lexv2-models isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-lexv2-models 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-appintegrations, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-appintegrations/2024-05-04.log python312Packages.types-aiobotocore-appintegrations 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-appintegrations isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-appintegrations 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-sso-admin, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-sso-admin/2024-05-04.log python312Packages.types-aiobotocore-sso-admin 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-sso-admin isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-sso-admin 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-health, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-health/2024-05-04.log python312Packages.types-aiobotocore-health 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-health isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-health 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-lexv2-runtime, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-lexv2-runtime/2024-05-04.log python312Packages.types-aiobotocore-lexv2-runtime 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-lexv2-runtime isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-lexv2-runtime 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-kinesis-video-media, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-kinesis-video-media/2024-05-04.log python312Packages.types-aiobotocore-kinesis-video-media 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-kinesis-video-media isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-kinesis-video-media 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-route53-recovery-readiness, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-route53-recovery-readiness/2024-05-04.log python312Packages.types-aiobotocore-route53-recovery-readiness 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-route53-recovery-readiness isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-route53-recovery-readiness 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-groundstation, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-groundstation/2024-05-04.log python312Packages.types-aiobotocore-groundstation 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-groundstation isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-groundstation 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-guardduty, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-guardduty/2024-05-04.log python312Packages.types-aiobotocore-guardduty 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-guardduty isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-guardduty 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-connectcampaigns, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-connectcampaigns/2024-05-04.log python312Packages.types-aiobotocore-connectcampaigns 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-connectcampaigns isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-connectcampaigns 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-glacier, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-glacier/2024-05-04.log python312Packages.types-aiobotocore-glacier 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-glacier isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-glacier 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO multi-platform srcs in file. [result] Failed to update electron_29-bin 29.3.0 -> 29.3.2 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO multi-platform srcs in file. [result] Failed to update electron-bin 29.3.0 -> 29.3.2 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-managedblockchain-query, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-managedblockchain-query/2024-05-04.log python312Packages.types-aiobotocore-managedblockchain-query 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-managedblockchain-query isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-managedblockchain-query 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-firehose, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-firehose/2024-05-04.log python312Packages.types-aiobotocore-firehose 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-firehose isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-firehose 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-ec2, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-ec2/2024-05-04.log python312Packages.types-aiobotocore-ec2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-ec2 isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-ec2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-apprunner, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-apprunner/2024-05-04.log python312Packages.types-aiobotocore-apprunner 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-apprunner isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-apprunner 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-fsx, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-fsx/2024-05-04.log python312Packages.types-aiobotocore-fsx 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-fsx isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-fsx 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-codebuild, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-codebuild/2024-05-04.log python312Packages.types-aiobotocore-codebuild 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-codebuild isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-codebuild 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-iot-roborunner, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-iot-roborunner/2024-05-04.log python312Packages.types-aiobotocore-iot-roborunner 2.12.2 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-iot-roborunner isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-iot-roborunner 2.12.2 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-memorydb, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-memorydb/2024-05-04.log python312Packages.types-aiobotocore-memorydb 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-memorydb isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-memorydb 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-kendra, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-kendra/2024-05-04.log python312Packages.types-aiobotocore-kendra 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-kendra isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-kendra 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-macie2, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-macie2/2024-05-04.log python312Packages.types-aiobotocore-macie2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-macie2 isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-macie2 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-lightsail, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-lightsail/2024-05-04.log python312Packages.types-aiobotocore-lightsail 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-lightsail isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-lightsail 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-opsworks, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-opsworks/2024-05-04.log python312Packages.types-aiobotocore-opsworks 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-opsworks isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-opsworks 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-rbin, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-rbin/2024-05-04.log python312Packages.types-aiobotocore-rbin 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-rbin isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-rbin 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-kinesis-video-signaling, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-kinesis-video-signaling/2024-05-04.log python312Packages.types-aiobotocore-kinesis-video-signaling 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-kinesis-video-signaling isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-kinesis-video-signaling 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-license-manager-user-subscriptions, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-license-manager-user-subscriptions/2024-05-04.log python312Packages.types-aiobotocore-license-manager-user-subscriptions 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-license-manager-user-subscriptions isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-license-manager-user-subscriptions 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-license-manager-linux-subscriptions, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-license-manager-linux-subscriptions/2024-05-04.log python312Packages.types-aiobotocore-license-manager-linux-subscriptions 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-license-manager-linux-subscriptions isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-license-manager-linux-subscriptions 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-route53domains, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-route53domains/2024-05-04.log python312Packages.types-aiobotocore-route53domains 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-route53domains isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-route53domains 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-globalaccelerator, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-globalaccelerator/2024-05-04.log python312Packages.types-aiobotocore-globalaccelerator 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-globalaccelerator isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-globalaccelerator 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-lookoutvision, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-lookoutvision/2024-05-04.log python312Packages.types-aiobotocore-lookoutvision 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-lookoutvision isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-lookoutvision 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-secretsmanager, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-secretsmanager/2024-05-04.log python312Packages.types-aiobotocore-secretsmanager 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-secretsmanager isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-secretsmanager 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-iotsecuretunneling, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-iotsecuretunneling/2024-05-04.log python312Packages.types-aiobotocore-iotsecuretunneling 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-iotsecuretunneling isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-iotsecuretunneling 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-mgn, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-mgn/2024-05-04.log python312Packages.types-aiobotocore-mgn 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-mgn isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-mgn 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-iot-data, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-iot-data/2024-05-04.log python312Packages.types-aiobotocore-iot-data 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-iot-data isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-iot-data 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-budgets, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-budgets/2024-05-04.log python312Packages.types-aiobotocore-budgets 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-budgets isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-budgets 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-backup-gateway, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-backup-gateway/2024-05-04.log python312Packages.types-aiobotocore-backup-gateway 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.types-aiobotocore-backup-gateway isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-backup-gateway 2.12.3 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl538Packages.BusinessISBN 3.008 -> 3.009 https://github.com/briandfoy/business-isbn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pytest-mpl, using log file: /var/log/nixpkgs-update/python312Packages.pytest-mpl/2024-05-04.log python312Packages.pytest-mpl 0.16.1 -> 0.17.0 https://repology.org/project/python:pytest-mpl/versions attrpath: python312Packages.pytest-mpl isn't the default python version [result] Failed to update python312Packages.pytest-mpl 0.16.1 -> 0.17.0 https://repology.org/project/python:pytest-mpl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-emr, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-emr/2024-05-04.log python311Packages.mypy-boto3-emr 1.34.75 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-emr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3ycr85j8qiw10dyx9nn1hhbq2avb9ih2-packages.json.drv building '/nix/store/3ycr85j8qiw10dyx9nn1hhbq2avb9ih2-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-emr-1.34.75 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-emr-1.34.75: UPDATING ... - python3.11-mypy-boto3-emr-1.34.75: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-emr 1.34.75 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua52Packages.nvim-nio, using log file: /var/log/nixpkgs-update/lua52Packages.nvim-nio/2024-05-04.log lua52Packages.nvim-nio 1.9.0-1 -> 1.9.3 https://github.com/nvim-neotest/nvim-nio/releases attrpath: lua52Packages.nvim-nio Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.nvim-nio 1.9.0-1 -> 1.9.3 https://github.com/nvim-neotest/nvim-nio/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pachyderm, using log file: /var/log/nixpkgs-update/pachyderm/2024-05-04.log pachyderm 2.9.4 -> 2.9.5 https://github.com/pachyderm/pachyderm/releases attrpath: pachyderm Checking auto update branch... An auto update branch exists with message `pachyderm: 2.9.4 -> 2.9.5`. New version is 2.9.5. An auto update branch exists with an equal or greater version [result] Failed to update pachyderm 2.9.4 -> 2.9.5 https://github.com/pachyderm/pachyderm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-acm, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-acm/2024-05-04.log python312Packages.types-aiobotocore-acm 2.11.2 -> 2.12.3 https://repology.org/project/python:types-aiobotocore-acm/versions attrpath: python312Packages.types-aiobotocore-acm isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-acm 2.11.2 -> 2.12.3 https://repology.org/project/python:types-aiobotocore-acm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-account, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-account/2024-05-04.log python312Packages.types-aiobotocore-account 2.11.2 -> 2.12.3 https://repology.org/project/python:types-aiobotocore-account/versions attrpath: python312Packages.types-aiobotocore-account isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-account 2.11.2 -> 2.12.3 https://repology.org/project/python:types-aiobotocore-account/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.types-aiobotocore-accessanalyzer, using log file: /var/log/nixpkgs-update/python312Packages.types-aiobotocore-accessanalyzer/2024-05-04.log python312Packages.types-aiobotocore-accessanalyzer 2.11.2 -> 2.12.3 https://repology.org/project/python:types-aiobotocore-accessanalyzer/versions attrpath: python312Packages.types-aiobotocore-accessanalyzer isn't the default python version [result] Failed to update python312Packages.types-aiobotocore-accessanalyzer 2.11.2 -> 2.12.3 https://repology.org/project/python:types-aiobotocore-accessanalyzer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.onnxruntime, using log file: /var/log/nixpkgs-update/python312Packages.onnxruntime/2024-05-04.log python312Packages.onnxruntime 1.16.3 -> 1.17.3 https://repology.org/project/python:onnxruntime/versions attrpath: python312Packages.onnxruntime isn't the default python version [result] Failed to update python312Packages.onnxruntime 1.16.3 -> 1.17.3 https://repology.org/project/python:onnxruntime/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php82Extensions.ssh2, using log file: /var/log/nixpkgs-update/php82Extensions.ssh2/2024-05-04.log php82Extensions.ssh2 1.3.1 -> 1.4.1 https://github.com/php/pecl-networking-ssh2/releases attrpath: php82Extensions.ssh2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/nbr2vfsda1p2f1hs3cskdj94brcv760z-packages.json.drv building '/nix/store/nbr2vfsda1p2f1hs3cskdj94brcv760z-packages.json.drv'... Going to be running update for following packages: - php-ssh2-1.3.1 Press Enter key to continue... Running update for: - php-ssh2-1.3.1: UPDATING ... - php-ssh2-1.3.1: ERROR --- SHOWING ERROR LOG FOR php-ssh2-1.3.1 ---------------------- Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 361, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 299, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-ssh2-1.3.1 ---------------------- The update script for php-ssh2-1.3.1 failed with exit code 1 [result] Failed to update php82Extensions.ssh2 1.3.1 -> 1.4.1 https://github.com/php/pecl-networking-ssh2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.qt5integration, using log file: /var/log/nixpkgs-update/deepin.qt5integration/2024-05-04.log deepin.qt5integration 5.6.20 -> 5.6.28 https://github.com/linuxdeepin/qt5integration/releases attrpath: deepin.qt5integration deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.qt5integration 5.6.20 -> 5.6.28 https://github.com/linuxdeepin/qt5integration/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath postgresql12JitPackages.pgvecto-rs, using log file: /var/log/nixpkgs-update/postgresql12JitPackages.pgvecto-rs/2024-05-04.log postgresql12JitPackages.pgvecto-rs 0 -> 1 attrpath: postgresql12JitPackages.pgvecto-rs creates too many duplicate PRs [result] Failed to update postgresql12JitPackages.pgvecto-rs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.qt5platform-plugins, using log file: /var/log/nixpkgs-update/deepin.qt5platform-plugins/2024-05-04.log deepin.qt5platform-plugins 5.6.22 -> 5.6.28 https://github.com/linuxdeepin/qt5platform-plugins/releases attrpath: deepin.qt5platform-plugins deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.qt5platform-plugins 5.6.22 -> 5.6.28 https://github.com/linuxdeepin/qt5platform-plugins/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.kernels.linux_lqx, using log file: /var/log/nixpkgs-update/linuxKernel.kernels.linux_lqx/2024-05-04.log linuxKernel.kernels.linux_lqx 6.8.6 -> 6.8.9-zen1 https://github.com/zen-kernel/zen-kernel/releases attrpath: linuxKernel.kernels.linux_lqx creates too many duplicate PRs [result] Failed to update linuxKernel.kernels.linux_lqx 6.8.6 -> 6.8.9-zen1 https://github.com/zen-kernel/zen-kernel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_lqx.perf, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_lqx.perf/2024-05-04.log linuxKernel.packages.linux_lqx.perf 6.8.6 -> 6.8.9-zen1 https://github.com/zen-kernel/zen-kernel/releases attrpath: linuxKernel.packages.linux_lqx.perf creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_lqx.perf 6.8.6 -> 6.8.9-zen1 https://github.com/zen-kernel/zen-kernel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_lqx.turbostat, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_lqx.turbostat/2024-05-04.log linuxKernel.packages.linux_lqx.turbostat 6.8.6 -> 6.8.9-zen1 https://github.com/zen-kernel/zen-kernel/releases attrpath: linuxKernel.packages.linux_lqx.turbostat creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_lqx.turbostat 6.8.6 -> 6.8.9-zen1 https://github.com/zen-kernel/zen-kernel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.localstack, using log file: /var/log/nixpkgs-update/python312Packages.localstack/2024-05-04.log python312Packages.localstack 3.0.0 -> 3.4.0 https://repology.org/project/python:localstack/versions attrpath: python312Packages.localstack isn't the default python version [result] Failed to update python312Packages.localstack 3.0.0 -> 3.4.0 https://repology.org/project/python:localstack/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.systembridgemodels, using log file: /var/log/nixpkgs-update/python312Packages.systembridgemodels/2024-05-04.log python312Packages.systembridgemodels 4.0.4 -> 4.2.0 https://github.com/timmo001/system-bridge-models/releases attrpath: python312Packages.systembridgemodels isn't the default python version [result] Failed to update python312Packages.systembridgemodels 4.0.4 -> 4.2.0 https://github.com/timmo001/system-bridge-models/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openai, using log file: /var/log/nixpkgs-update/python311Packages.openai/2024-05-04.log python311Packages.openai 1.23.6 -> 1.25.1 https://github.com/openai/openai-python/releases attrpath: python311Packages.openai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xrbzldc1drskd5hxydxr7kgl087s356n-packages.json.drv building '/nix/store/xrbzldc1drskd5hxydxr7kgl087s356n-packages.json.drv'... Going to be running update for following packages: - python3.11-openai-1.23.6 Press Enter key to continue... Running update for: - python3.11-openai-1.23.6: UPDATING ... - python3.11-openai-1.23.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/openai/default.nix b/pkgs/development/python-modules/openai/default.nix index a2720bfb8567..71aa2dd5983c 100644 --- a/pkgs/development/python-modules/openai/default.nix +++ b/pkgs/development/python-modules/openai/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "openai"; - version = "1.23.6"; + version = "1.25.1"; pyproject = true; disabled = pythonOlder "3.7.1"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "openai"; repo = "openai-python"; rev = "refs/tags/v${version}"; - hash = "sha256-b7LkZc8XGNOG0HHStlFikatKWQ5gob98XLsei/vOq4c="; + hash = "sha256-ih7zHVfDoZRFoFW1vVmfhFJJfo4/9Urdik5Mp5VTKUQ="; }; build-system = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.openai: 1.23.6 -> 1.25.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/308638" [result] Failed to update python311Packages.openai 1.23.6 -> 1.25.1 https://github.com/openai/openai-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-dynamodb, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-dynamodb/2024-05-04.log python312Packages.mypy-boto3-dynamodb 1.34.67 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-dynamodb isn't the default python version [result] Failed to update python312Packages.mypy-boto3-dynamodb 1.34.67 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath itchiodl, using log file: /var/log/nixpkgs-update/itchiodl/2024-05-04.log itchiodl 0 -> 1 attrpath: itchiodl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5x2vywjlgkpg0ldn2y0czpjrpsxi27fd-packages.json.drv building '/nix/store/5x2vywjlgkpg0ldn2y0czpjrpsxi27fd-packages.json.drv'... Going to be running update for following packages: - itchiodl-2.3.0 Press Enter key to continue... Running update for: - itchiodl-2.3.0: UPDATING ... - itchiodl-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update itchiodl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.btrfsutil, using log file: /var/log/nixpkgs-update/python311Packages.btrfsutil/2024-05-04.log python311Packages.btrfsutil 0 -> 1 attrpath: python311Packages.btrfsutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2an26f36ihxwy65r7fj64dszd2kxlvpy-packages.json.drv building '/nix/store/2an26f36ihxwy65r7fj64dszd2kxlvpy-packages.json.drv'... Going to be running update for following packages: - python3.11-btrfsutil-6.8 Press Enter key to continue... Running update for: - python3.11-btrfsutil-6.8: UPDATING ... - python3.11-btrfsutil-6.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.btrfsutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aliyun-python-sdk-cdn, using log file: /var/log/nixpkgs-update/python311Packages.aliyun-python-sdk-cdn/2024-05-04.log python311Packages.aliyun-python-sdk-cdn 0 -> 1 attrpath: python311Packages.aliyun-python-sdk-cdn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/74bd7ckczi4iy0x327svp98habb5mjyq-packages.json.drv building '/nix/store/74bd7ckczi4iy0x327svp98habb5mjyq-packages.json.drv'... Going to be running update for following packages: - python3.11-aliyun-python-sdk-cdn-3.8.8 Press Enter key to continue... Running update for: - python3.11-aliyun-python-sdk-cdn-3.8.8: UPDATING ... - python3.11-aliyun-python-sdk-cdn-3.8.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aliyun-python-sdk-cdn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gaphor, using log file: /var/log/nixpkgs-update/gaphor/2024-05-04.log gaphor 0 -> 1 attrpath: gaphor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0gsaagscx5frxaycxpxb78sdl4a6ybvr-packages.json.drv building '/nix/store/0gsaagscx5frxaycxpxb78sdl4a6ybvr-packages.json.drv'... Going to be running update for following packages: - gaphor-2.8.2 Press Enter key to continue... Running update for: - gaphor-2.8.2: UPDATING ... - gaphor-2.8.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/gaphor/default.nix b/pkgs/tools/misc/gaphor/default.nix index a8afdef6a2bf..2ac5d88b2a87 100644 --- a/pkgs/tools/misc/gaphor/default.nix +++ b/pkgs/tools/misc/gaphor/default.nix @@ -21,13 +21,13 @@ buildPythonApplication rec { pname = "gaphor"; - version = "2.8.2"; + version = "2.25.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-+qqsSLjdY2I19fxdfkOEQ9DhTTHccUDll4O5yqtLiz0="; + sha256 = "sha256-9PNgU1/9RL6QXba0gn4zHCAtSV3iY0HOY1Rf6bkyzxY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gaphor nix build failed. Running phase: unpackPhase unpacking source archive /nix/store/ai5z76bhlvcrl81j171ms7pqhriqjinn-gaphor-2.25.1.tar.gz source root is gaphor-2.25.1 setting SOURCE_DATE_EPOCH to timestamp 1714527699 of file gaphor-2.25.1/gaphor/locale/hr/LC_MESSAGES/gaphor.mo @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built gaphor-2.25.1-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for gaphor-2.25.1-py3-none-any.whl - babel not installed - better-exceptions not installed - defusedxml not installed - dulwich not installed - pillow not installed - pydot not installed [result] Failed to update gaphor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gir-rs, using log file: /var/log/nixpkgs-update/gir-rs/2024-05-04.log gir-rs 0.17.1 -> 0.19.0 https://github.com/gtk-rs/gir/releases attrpath: gir-rs 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/gir/default.nix b/pkgs/development/tools/gir/default.nix index afdfbda2c54e..e25e6bafdd90 100644 --- a/pkgs/development/tools/gir/default.nix +++ b/pkgs/development/tools/gir/default.nix @@ -1,7 +1,7 @@ { lib, fetchFromGitHub, rustPlatform }: let - version = "0.17.1"; + version = "0.19.0"; in rustPlatform.buildRustPackage { pname = "gir"; @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage { owner = "gtk-rs"; repo = "gir"; rev = version; - sha256 = "sha256-WpTyT62bykq/uwzBFQXeJ1HxR1a2vKmtid8YAzk7J+Q="; + sha256 = "sha256-GAAK4ej16e5/sjnPOVWs4ul1H9sqa+tDE8ky9tbB9No="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gir-rs nix build failed. < < [[package]] < name = "winnow" < version = "0.5.34" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16" < dependencies = [ < "memchr", < ] --- > checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 288c276 < version = "0.8.19" --- > version = "0.8.4" 290c278 < checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" --- > checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update gir-rs 0.17.1 -> 0.19.0 https://github.com/gtk-rs/gir/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylacus, using log file: /var/log/nixpkgs-update/python311Packages.pylacus/2024-05-04.log python311Packages.pylacus 0 -> 1 attrpath: python311Packages.pylacus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s6b9nm780mry2sb8p0fl0q01grxamjrf-packages.json.drv building '/nix/store/s6b9nm780mry2sb8p0fl0q01grxamjrf-packages.json.drv'... Going to be running update for following packages: - python3.11-pylacus-1.9.0 Press Enter key to continue... Running update for: - python3.11-pylacus-1.9.0: UPDATING ... - python3.11-pylacus-1.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylacus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ledgercomm, using log file: /var/log/nixpkgs-update/python311Packages.ledgercomm/2024-05-04.log python311Packages.ledgercomm 0 -> 1 attrpath: python311Packages.ledgercomm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dh974qyq76pbn4w52lfsz9byn3r38ryx-packages.json.drv building '/nix/store/dh974qyq76pbn4w52lfsz9byn3r38ryx-packages.json.drv'... Going to be running update for following packages: - python3.11-ledgercomm-1.2.1 Press Enter key to continue... Running update for: - python3.11-ledgercomm-1.2.1: UPDATING ... - python3.11-ledgercomm-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ledgercomm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pubnubsub-handler, using log file: /var/log/nixpkgs-update/python311Packages.pubnubsub-handler/2024-05-04.log python311Packages.pubnubsub-handler 0 -> 1 attrpath: python311Packages.pubnubsub-handler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n7y40nxajq5n40brbvlcaf8lid9m6aip-packages.json.drv building '/nix/store/n7y40nxajq5n40brbvlcaf8lid9m6aip-packages.json.drv'... Going to be running update for following packages: - python3.11-pubnubsub-handler-1.0.9 Press Enter key to continue... Running update for: - python3.11-pubnubsub-handler-1.0.9: UPDATING ... - python3.11-pubnubsub-handler-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pubnubsub-handler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiomusiccast, using log file: /var/log/nixpkgs-update/python311Packages.aiomusiccast/2024-05-04.log python311Packages.aiomusiccast 0 -> 1 attrpath: python311Packages.aiomusiccast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p7bqmimms5469b8s85lskm3yax56afww-packages.json.drv building '/nix/store/p7bqmimms5469b8s85lskm3yax56afww-packages.json.drv'... Going to be running update for following packages: - python3.11-aiomusiccast-0.14.8 Press Enter key to continue... Running update for: - python3.11-aiomusiccast-0.14.8: UPDATING ... - python3.11-aiomusiccast-0.14.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiomusiccast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pixel-font-builder, using log file: /var/log/nixpkgs-update/python311Packages.pixel-font-builder/2024-05-04.log python311Packages.pixel-font-builder 0 -> 1 attrpath: python311Packages.pixel-font-builder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nw7505qw5xz03wymn4p2qndj4h36k6d6-packages.json.drv building '/nix/store/nw7505qw5xz03wymn4p2qndj4h36k6d6-packages.json.drv'... Going to be running update for following packages: - python3.11-pixel-font-builder-0.0.19 Press Enter key to continue... Running update for: - python3.11-pixel-font-builder-0.0.19: UPDATING ... - python3.11-pixel-font-builder-0.0.19: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pixel-font-builder/default.nix b/pkgs/development/python-modules/pixel-font-builder/default.nix index 0ef77bd5521c..1649f6411f53 100644 --- a/pkgs/development/python-modules/pixel-font-builder/default.nix +++ b/pkgs/development/python-modules/pixel-font-builder/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "pixel-font-builder"; - version = "0.0.19"; + version = "0.0.21"; disabled = pythonOlder "3.11"; src = fetchPypi { pname = "pixel_font_builder"; inherit version; - hash = "sha256-f38DyM5hojHfv8k/W6kcHxbOjz43hHW6i4Scm6NbHiQ="; + hash = "sha256-tLQSJ+vIbPtIzToZ5zwUgPROaS2TT256U0TD1bu613Q="; }; format = "pyproject"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pixel-font-builder nix build failed. Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/hri9q01z8lcqrzi1knd9d4xxl00cqlyx-pixel_font_builder-0.0.21.tar.gz source root is pixel_font_builder-0.0.21 setting SOURCE_DATE_EPOCH to timestamp 1580601600 of file pixel_font_builder-0.0.21/tests/test_example.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Setting SETUPTOOLS_SCM_PRETEND_VERSION to 0.0.21 Including all tracked files automatically Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built pixel_font_builder-0.0.21-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for pixel_font_builder-0.0.21-py3-none-any.whl - fonttools>=4.51.0 not satisfied by version 4.49.0 - pcffont not installed [result] Failed to update python311Packages.pixel-font-builder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyasuswrt, using log file: /var/log/nixpkgs-update/python311Packages.pyasuswrt/2024-05-04.log python311Packages.pyasuswrt 0 -> 1 attrpath: python311Packages.pyasuswrt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/17kbg1vm043naldp341gbpp7vl255br6-packages.json.drv building '/nix/store/17kbg1vm043naldp341gbpp7vl255br6-packages.json.drv'... Going to be running update for following packages: - python3.11-pyasuswrt-0.1.21 Press Enter key to continue... Running update for: - python3.11-pyasuswrt-0.1.21: UPDATING ... - python3.11-pyasuswrt-0.1.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyasuswrt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.networkmanager-openconnect, using log file: /var/log/nixpkgs-update/gnome.networkmanager-openconnect/2024-05-04.log gnome.networkmanager-openconnect 0 -> 1 attrpath: gnome.networkmanager-openconnect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m35d8k1pif14nmr4k88xg9n9kpgsslw5-packages.json.drv building '/nix/store/m35d8k1pif14nmr4k88xg9n9kpgsslw5-packages.json.drv'... Going to be running update for following packages: - NetworkManager-openconnect-1.2.10 Press Enter key to continue... Running update for: - NetworkManager-openconnect-1.2.10: UPDATING ... - NetworkManager-openconnect-1.2.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome.networkmanager-openconnect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.forbiddenfruit, using log file: /var/log/nixpkgs-update/python311Packages.forbiddenfruit/2024-05-04.log python311Packages.forbiddenfruit 0 -> 1 attrpath: python311Packages.forbiddenfruit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l1ldrdkh8d3wbhgibyx9x3pc0bckaqjy-packages.json.drv building '/nix/store/l1ldrdkh8d3wbhgibyx9x3pc0bckaqjy-packages.json.drv'... Going to be running update for following packages: - python3.11-forbiddenfruit-0.1.4 Press Enter key to continue... Running update for: - python3.11-forbiddenfruit-0.1.4: UPDATING ... - python3.11-forbiddenfruit-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.forbiddenfruit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lrcalc-python, using log file: /var/log/nixpkgs-update/python311Packages.lrcalc-python/2024-05-04.log python311Packages.lrcalc-python 0 -> 1 attrpath: python311Packages.lrcalc-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cn6y1ck6rln6v8pncw5v6m8qd8lmhqgg-packages.json.drv building '/nix/store/cn6y1ck6rln6v8pncw5v6m8qd8lmhqgg-packages.json.drv'... Going to be running update for following packages: - python3.11-lrcalc-python-2.1 Press Enter key to continue... Running update for: - python3.11-lrcalc-python-2.1: UPDATING ... - python3.11-lrcalc-python-2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lrcalc-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libutp_3_4, using log file: /var/log/nixpkgs-update/libutp_3_4/2024-05-04.log libutp_3_4 0 -> 1 attrpath: libutp_3_4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wy30n2j3qlm4ad4bp08ps0mpd614qh0n-packages.json.drv building '/nix/store/wy30n2j3qlm4ad4bp08ps0mpd614qh0n-packages.json.drv'... Going to be running update for following packages: - libutp-0-unstable-2023-11-14 Press Enter key to continue... Running update for: - libutp-0-unstable-2023-11-14: UPDATING ... - libutp-0-unstable-2023-11-14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libutp_3_4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.future, using log file: /var/log/nixpkgs-update/python311Packages.future/2024-05-04.log python311Packages.future 0 -> 1 attrpath: python311Packages.future Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ly9acnhyfj3hdxiddg79kfaszqkb6rnj-packages.json.drv building '/nix/store/ly9acnhyfj3hdxiddg79kfaszqkb6rnj-packages.json.drv'... Going to be running update for following packages: - python3.11-future-1.0.0 Press Enter key to continue... Running update for: - python3.11-future-1.0.0: UPDATING ... - python3.11-future-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.future 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO this isn't a real package [result] Failed to update python311Packages.xstatic-jquery-ui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ryujinx, using log file: /var/log/nixpkgs-update/ryujinx/2024-05-04.log ryujinx 0 -> 1 attrpath: ryujinx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/j94d29skwrx699wnjrksvg1glgm79pa9-packages.json.drv building '/nix/store/j94d29skwrx699wnjrksvg1glgm79pa9-packages.json.drv'... Going to be running update for following packages: - ryujinx-1.1.1281 Press Enter key to continue... Running update for: - ryujinx-1.1.1281: UPDATING ... - ryujinx-1.1.1281: ERROR --- SHOWING ERROR LOG FOR ryujinx-1.1.1281 ---------------------- these 6 derivations will be built: /nix/store/4h9w71fl29va4y7ic78drxp7q23hy9wm-dotnet-sdk-8.0.204-deps-nuget-deps.drv /nix/store/mzajj08skz68m854if12gmqd8xxx4695-source.drv /nix/store/nxiqckm5lxil300ryqjw8hrb874yfksp-nuget-to-nix.sh.drv /nix/store/rc4gpi2bhybqls45g2qm0amxrigssz78-ryujinx-1.1.1297-source.drv /nix/store/v30pca8vs69z6qcn302f6s4k4r6317nx-nuget-to-nix.drv /nix/store/w4j1809q24z3pd6dvp3sssals33k5s8m-fetch-ryujinx-deps.drv these 3 paths will be fetched (164.47 MiB download, 655.29 MiB unpacked): /nix/store/w2817d1z7hcngnazynz7l67dr5a7c5zq-dotnet-runtime-8.0.4 /nix/store/m3jnvzqh93cil0ki1c573zzgw52hmllr-dotnet-sdk-8.0.204 /nix/store/5q62wm08wkavklj9rxi8gz2gnwikcz41-libsoundio-2.0.0 copying path '/nix/store/m3jnvzqh93cil0ki1c573zzgw52hmllr-dotnet-sdk-8.0.204' from 'https://cache.nixos.org'... building '/nix/store/4h9w71fl29va4y7ic78drxp7q23hy9wm-dotnet-sdk-8.0.204-deps-nuget-deps.drv'... copying path '/nix/store/w2817d1z7hcngnazynz7l67dr5a7c5zq-dotnet-runtime-8.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/5q62wm08wkavklj9rxi8gz2gnwikcz41-libsoundio-2.0.0' from 'https://cache.nixos.org'... building '/nix/store/mzajj08skz68m854if12gmqd8xxx4695-source.drv'... trying https://github.com/Ryujinx/Ryujinx/archive/ab12fbe9634623b20ae82ee1a2cbb35b9db68fd3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4536k 0 4536k 0 0 4122k 0 --:--:-- 0:00:01 --:--:-- 5532k unpacking source archive /build/ab12fbe9634623b20ae82ee1a2cbb35b9db68fd3.tar.gz building '/nix/store/nxiqckm5lxil300ryqjw8hrb874yfksp-nuget-to-nix.sh.drv'... building '/nix/store/rc4gpi2bhybqls45g2qm0amxrigssz78-ryujinx-1.1.1297-source.drv'... building '/nix/store/v30pca8vs69z6qcn302f6s4k4r6317nx-nuget-to-nix.drv'... Running phase: unpackPhase unpacking source archive /nix/store/mqaarz3wqlmnc5iq7j784vaa5ls3ihx4-source source root is source Running phase: patchPhase Running phase: installPhase building '/nix/store/w4j1809q24z3pd6dvp3sssals33k5s8m-fetch-ryujinx-deps.drv'... cp: cannot stat '/run/nixpkgs-update-worker/deps-ryujinx-rpGlh8/home/.nuget/packages/*': No such file or directory cp: cannot stat '/run/nixpkgs-update-worker/deps-ryujinx-rpGlh8/home/.nuget/packages/*': No such file or directory --- SHOWING ERROR LOG FOR ryujinx-1.1.1281 ---------------------- The update script for ryujinx-1.1.1281 failed with exit code 23 [result] Failed to update ryujinx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.heatshrink2, using log file: /var/log/nixpkgs-update/python311Packages.heatshrink2/2024-05-04.log python311Packages.heatshrink2 0 -> 1 attrpath: python311Packages.heatshrink2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pa2nvmbq4shwkdhf0w4s4gr5y4prpa3g-packages.json.drv building '/nix/store/pa2nvmbq4shwkdhf0w4s4gr5y4prpa3g-packages.json.drv'... Going to be running update for following packages: - python3.11-heatshrink2-0.12.0 Press Enter key to continue... Running update for: - python3.11-heatshrink2-0.12.0: UPDATING ... - python3.11-heatshrink2-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.heatshrink2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath smassh, using log file: /var/log/nixpkgs-update/smassh/2024-05-04.log smassh 0 -> 1 attrpath: smassh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/063j8r084i3w59iqd8aqvpm3m4w99y2z-packages.json.drv building '/nix/store/063j8r084i3w59iqd8aqvpm3m4w99y2z-packages.json.drv'... Going to be running update for following packages: - smassh-3.1.3 Press Enter key to continue... Running update for: - smassh-3.1.3: UPDATING ... - smassh-3.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update smassh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath puppet-lint, using log file: /var/log/nixpkgs-update/puppet-lint/2024-05-04.log puppet-lint 0 -> 1 attrpath: puppet-lint Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update puppet-lint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dotslash, using log file: /var/log/nixpkgs-update/dotslash/2024-05-04.log dotslash 0 -> 1 attrpath: dotslash Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ykx02gk82cxsq3iwpg3m4anj6zmg36nz-packages.json.drv building '/nix/store/ykx02gk82cxsq3iwpg3m4anj6zmg36nz-packages.json.drv'... Going to be running update for following packages: - dotslash-0.4.1 Press Enter key to continue... Running update for: - dotslash-0.4.1: UPDATING ... - dotslash-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dotslash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dtrx, using log file: /var/log/nixpkgs-update/dtrx/2024-05-04.log dtrx 0 -> 1 attrpath: dtrx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rna38pl347ykqcg3z29jai325xmpmp9g-packages.json.drv building '/nix/store/rna38pl347ykqcg3z29jai325xmpmp9g-packages.json.drv'... Going to be running update for following packages: - dtrx-8.5.3 Press Enter key to continue... Running update for: - dtrx-8.5.3: UPDATING ... - dtrx-8.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dtrx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.obspy, using log file: /var/log/nixpkgs-update/python311Packages.obspy/2024-05-04.log python311Packages.obspy 0 -> 1 attrpath: python311Packages.obspy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dl3rr14pbnm49cym291m55hxllm68sja-packages.json.drv building '/nix/store/dl3rr14pbnm49cym291m55hxllm68sja-packages.json.drv'... Going to be running update for following packages: - python3.11-obspy-1.2.2 Press Enter key to continue... Running update for: - python3.11-obspy-1.2.2: UPDATING ... - python3.11-obspy-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.obspy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chevron, using log file: /var/log/nixpkgs-update/python311Packages.chevron/2024-05-04.log python311Packages.chevron 0 -> 1 attrpath: python311Packages.chevron Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3b8n0qfh5iisi30q05m7622cd0pdjs4i-packages.json.drv building '/nix/store/3b8n0qfh5iisi30q05m7622cd0pdjs4i-packages.json.drv'... Going to be running update for following packages: - python3.11-chevron-0.13.1 Press Enter key to continue... Running update for: - python3.11-chevron-0.13.1: UPDATING ... - python3.11-chevron-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chevron 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wled, using log file: /var/log/nixpkgs-update/python311Packages.wled/2024-05-04.log python311Packages.wled 0 -> 1 attrpath: python311Packages.wled Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zy29yaif5ws0a3fmivj036r593rdh326-packages.json.drv building '/nix/store/zy29yaif5ws0a3fmivj036r593rdh326-packages.json.drv'... Going to be running update for following packages: - python3.11-wled-0.17.0 Press Enter key to continue... Running update for: - python3.11-wled-0.17.0: UPDATING ... - python3.11-wled-0.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wled 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.svg-path, using log file: /var/log/nixpkgs-update/python311Packages.svg-path/2024-05-04.log python311Packages.svg-path 0 -> 1 attrpath: python311Packages.svg-path Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c8wdng2k3q1xlnnaf1vas9qijr25bl3i-packages.json.drv building '/nix/store/c8wdng2k3q1xlnnaf1vas9qijr25bl3i-packages.json.drv'... Going to be running update for following packages: - python3.11-svg.path-6.2 Press Enter key to continue... Running update for: - python3.11-svg.path-6.2: UPDATING ... - python3.11-svg.path-6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/svg-path/default.nix b/pkgs/development/python-modules/svg-path/default.nix index 2ec9f5b78025..72934bf23328 100644 --- a/pkgs/development/python-modules/svg-path/default.nix +++ b/pkgs/development/python-modules/svg-path/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "svg.path"; - version = "6.2"; + version = "6.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-GiFZ+duJjfk8RjfP08yvfaH9Bz9Z+ppZUMc+RtSqGso="; + hash = "sha256-6Td0CjFqf+yGrNIXq2Im4RL1EygHhSQSa7fqnb57Gt4="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.svg-path nix build failed. Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: svg.path @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.9, pytest-8.1.1, pluggy-1.4.0 rootdir: /build/svg.path-6.3 configfile: setup.cfg collecting ...  collected 0 items  =============================== warnings summary =============================== ../../nix/store/82ka7qgkxciia7c435kczw9k6axadmcj-python3.11-pytest-8.1.1/lib/python3.11/site-packages/_pytest/config/__init__.py:1498 /nix/store/82ka7qgkxciia7c435kczw9k6axadmcj-python3.11-pytest-8.1.1/lib/python3.11/site-packages/_pytest/config/__init__.py:1498: PytestConfigWarning: No files were found in testpaths; consider removing or adjusting your testpaths configuration. Searching recursively from the current directory instead. self.args, self.args_source = self._decide_args( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================== 1 warning in 0.00s ============================== /nix/store/558iw5j1bk7z6wrg8cp96q2rx03jqj1v-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.svg-path 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libassuan, using log file: /var/log/nixpkgs-update/libassuan/2024-05-04.log libassuan 0 -> 1 attrpath: libassuan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9iazvnsj7k20sz2giyxjka5iwmgdnl3h-packages.json.drv building '/nix/store/9iazvnsj7k20sz2giyxjka5iwmgdnl3h-packages.json.drv'... Going to be running update for following packages: - libassuan-2.5.7 Press Enter key to continue... Running update for: - libassuan-2.5.7: UPDATING ... - libassuan-2.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libassuan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixops_unstablePlugins.nixops-hetzner, using log file: /var/log/nixpkgs-update/nixops_unstablePlugins.nixops-hetzner/2024-05-04.log nixops_unstablePlugins.nixops-hetzner 0 -> 1 attrpath: nixops_unstablePlugins.nixops-hetzner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/xfpczdiasrc8r41cwkv1fvaqpkspdk14-packages.json.drv building '/nix/store/xfpczdiasrc8r41cwkv1fvaqpkspdk14-packages.json.drv'... Going to be running update for following packages: - python3.11-nixops-hetzner-unstable-2022-04-23 Press Enter key to continue... Running update for: - python3.11-nixops-hetzner-unstable-2022-04-23: UPDATING ... - python3.11-nixops-hetzner-unstable-2022-04-23: ERROR --- SHOWING ERROR LOG FOR python3.11-nixops-hetzner-unstable-2022-04-23 ---------------------- + url= + branch= + hardcode_zero_version= + tag_format= + tag_prefix= + tag_converter= + shallow_clone= + : '' + (( 3 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 2 > 0 )) + flag='--tag-format=*' + shift 1 + case "$flag" in + tag_format='*' + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ nix-instantiate --eval -E 'with import ./. {}; nixops_unstablePlugins.nixops-hetzner.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/NixOS/nixops-hetzner.git ++ mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.UI1ENTSERn + cloneArgs=() + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + git clone --depth=1 https://github.com/NixOS/nixops-hetzner.git /run/nixpkgs-update-worker/tmp.UI1ENTSERn Cloning into '/run/nixpkgs-update-worker/tmp.UI1ENTSERn'... + pushd /run/nixpkgs-update-worker/tmp.UI1ENTSERn ++ git show -s --pretty=format:%cs + commit_date=2022-04-24 ++ git show -s --pretty=format:%H + commit_sha=bc7a68070c7371468bcc8bf6e36baebc6bd2da35 + last_tag= + [[ -z '' ]] + [[ 1 == \1 ]] + depth=100 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=100 --tags From https://github.com/NixOS/nixops-hetzner * [new tag] v1.0.0 -> v1.0.0 * [new tag] v1.0.1 -> v1.0.1 + depth=200 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=200 --tags + depth=400 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' + last_tag=v1.0.1 + [[ -n v1.0.1 ]] + break + [[ -z v1.0.1 ]] + [[ -z v1.0.1 ]] + [[ -n '' ]] + [[ -n '' ]] + [[ ! v1.0.1 =~ ^[[:digit:]] ]] + echo 'Last tag '\''v1.0.1'\'' does not start with a digit' Last tag 'v1.0.1' does not start with a digit + exit 1 --- SHOWING ERROR LOG FOR python3.11-nixops-hetzner-unstable-2022-04-23 ---------------------- The update script for python3.11-nixops-hetzner-unstable-2022-04-23 failed with exit code 1 [result] Failed to update nixops_unstablePlugins.nixops-hetzner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixops_unstablePlugins.nixops-encrypted-links, using log file: /var/log/nixpkgs-update/nixops_unstablePlugins.nixops-encrypted-links/2024-05-04.log nixops_unstablePlugins.nixops-encrypted-links 0 -> 1 attrpath: nixops_unstablePlugins.nixops-encrypted-links Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/a815q333f720kssw5p0mwj9xdj9pi5ba-packages.json.drv building '/nix/store/a815q333f720kssw5p0mwj9xdj9pi5ba-packages.json.drv'... Going to be running update for following packages: - python3.11-nixops-encrypted-links-unstable-2021-02-16 Press Enter key to continue... Running update for: - python3.11-nixops-encrypted-links-unstable-2021-02-16: UPDATING ... - python3.11-nixops-encrypted-links-unstable-2021-02-16: ERROR --- SHOWING ERROR LOG FOR python3.11-nixops-encrypted-links-unstable-2021-02-16 ---------------------- + url= + branch= + hardcode_zero_version= + tag_format= + tag_prefix= + tag_converter= + shallow_clone= + : '' + (( 3 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 2 > 0 )) + flag='--tag-format=*' + shift 1 + case "$flag" in + tag_format='*' + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ nix-instantiate --eval -E 'with import ./. {}; nixops_unstablePlugins.nixops-encrypted-links.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/nix-community/nixops-encrypted-links.git ++ mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.hp5nVbbSaY + cloneArgs=() + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + git clone --depth=1 https://github.com/nix-community/nixops-encrypted-links.git /run/nixpkgs-update-worker/tmp.hp5nVbbSaY Cloning into '/run/nixpkgs-update-worker/tmp.hp5nVbbSaY'... + pushd /run/nixpkgs-update-worker/tmp.hp5nVbbSaY ++ git show -s --pretty=format:%cs + commit_date=2021-02-16 ++ git show -s --pretty=format:%H + commit_sha=e2f196fce15fcfb00d18c055e1ac53aec33b8fb1 + last_tag= + [[ -z '' ]] + [[ 1 == \1 ]] + depth=100 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=100 --tags + depth=200 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=200 --tags + depth=400 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=400 --tags + depth=800 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=800 --tags + depth=1600 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=1600 --tags + depth=3200 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=3200 --tags + depth=6400 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=6400 --tags + depth=12800 + (( depth < 10000 )) + [[ -z '' ]] + git fetch --tags ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -z '' ]] + last_tag=0 + [[ -n '' ]] + [[ -n '' ]] + [[ ! 0 =~ ^[[:digit:]] ]] + new_version=0-unstable-2021-02-16 + popd + update-source-version nixops_unstablePlugins.nixops-encrypted-links 0-unstable-2021-02-16 --rev=e2f196fce15fcfb00d18c055e1ac53aec33b8fb1 update-source-version: error: Failed to replace source revision 'e2f196fce15fcfb00d18c055e1ac53aec33b8fb1' to 'e2f196fce15fcfb00d18c055e1ac53aec33b8fb1' in 'nixops_unstablePlugins.nixops-encrypted-links'! --- SHOWING ERROR LOG FOR python3.11-nixops-encrypted-links-unstable-2021-02-16 ---------------------- The update script for python3.11-nixops-encrypted-links-unstable-2021-02-16 failed with exit code 1 [result] Failed to update nixops_unstablePlugins.nixops-encrypted-links 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixops_unstablePlugins.nixops-aws, using log file: /var/log/nixpkgs-update/nixops_unstablePlugins.nixops-aws/2024-05-04.log nixops_unstablePlugins.nixops-aws 0 -> 1 attrpath: nixops_unstablePlugins.nixops-aws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/w39cwf9wr09vqsp07dfvx2pnrvcbyjsd-packages.json.drv building '/nix/store/w39cwf9wr09vqsp07dfvx2pnrvcbyjsd-packages.json.drv'... Going to be running update for following packages: - python3.11-nixops-aws-unstable-2024-02-29 Press Enter key to continue... Running update for: - python3.11-nixops-aws-unstable-2024-02-29: UPDATING ... - python3.11-nixops-aws-unstable-2024-02-29: ERROR --- SHOWING ERROR LOG FOR python3.11-nixops-aws-unstable-2024-02-29 ---------------------- + url= + branch= + hardcode_zero_version= + tag_format= + tag_prefix= + tag_converter= + shallow_clone= + : '' + (( 3 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 2 > 0 )) + flag='--tag-format=*' + shift 1 + case "$flag" in + tag_format='*' + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ nix-instantiate --eval -E 'with import ./. {}; nixops_unstablePlugins.nixops-aws.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/NixOS/nixops-aws.git ++ mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.Tm2ItGpzbx + cloneArgs=() + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + git clone --depth=1 https://github.com/NixOS/nixops-aws.git /run/nixpkgs-update-worker/tmp.Tm2ItGpzbx Cloning into '/run/nixpkgs-update-worker/tmp.Tm2ItGpzbx'... + pushd /run/nixpkgs-update-worker/tmp.Tm2ItGpzbx ++ git show -s --pretty=format:%cs + commit_date=2024-02-29 ++ git show -s --pretty=format:%H + commit_sha=d173b2f14ec767d782ceab45fb22b32fe3b5a1f7 + last_tag= + [[ -z '' ]] + [[ 1 == \1 ]] + depth=100 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=100 --tags From https://github.com/NixOS/nixops-aws * [new tag] v1.0.0 -> v1.0.0 + depth=200 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=200 --tags + depth=400 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' + last_tag=v1.0.0 + [[ -n v1.0.0 ]] + break + [[ -z v1.0.0 ]] + [[ -z v1.0.0 ]] + [[ -n '' ]] + [[ -n '' ]] + [[ ! v1.0.0 =~ ^[[:digit:]] ]] + echo 'Last tag '\''v1.0.0'\'' does not start with a digit' Last tag 'v1.0.0' does not start with a digit + exit 1 --- SHOWING ERROR LOG FOR python3.11-nixops-aws-unstable-2024-02-29 ---------------------- The update script for python3.11-nixops-aws-unstable-2024-02-29 failed with exit code 1 [result] Failed to update nixops_unstablePlugins.nixops-aws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zpix-pixel-font, using log file: /var/log/nixpkgs-update/zpix-pixel-font/2024-05-04.log zpix-pixel-font 3.1.8 -> 3.1.9 https://github.com/SolidZORO/zpix-pixel-font/releases attrpath: zpix-pixel-font Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update zpix-pixel-font 3.1.8 -> 3.1.9 https://github.com/SolidZORO/zpix-pixel-font/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_8.ipu6-drivers, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_8.ipu6-drivers/2024-05-04.log linuxKernel.packages.linux_6_8.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases attrpath: linuxKernel.packages.linux_6_8.ipu6-drivers creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_8.ipu6-drivers unstable-2023-11-24 -> 1.0.0-mtlp-mr1-v6.6 https://github.com/intel/ipu6-drivers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_8.dddvb, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_8.dddvb/2024-05-04.log linuxKernel.packages.linux_6_8.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases attrpath: linuxKernel.packages.linux_6_8.dddvb creates too many duplicate PRs [result] Failed to update linuxKernel.packages.linux_6_8.dddvb 0.9.38-pre.6 -> 0.9.39 https://github.com/DigitalDevices/dddvb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath talosctl, using log file: /var/log/nixpkgs-update/talosctl/2024-05-04.log talosctl 1.7.0 -> 1.7.1 https://repology.org/project/talosctl/versions attrpath: talosctl Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-5vWAZsLQxPZGpTiT/OowCLNPdE5e+HrAGXpFRw6jgbU=" [golangModuleVersion] Replaced vendorHash with sha256-52RaQOJ2KTuc8wdk7vv5XsynKdMOwZ1LaqiPdB+jXPw= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/talosctl/default.nix b/pkgs/applications/networking/cluster/talosctl/default.nix index 5a46b80749b0..25e4c7ab97ed 100644 --- a/pkgs/applications/networking/cluster/talosctl/default.nix +++ b/pkgs/applications/networking/cluster/talosctl/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "talosctl"; - version = "1.7.0"; + version = "1.7.1"; src = fetchFromGitHub { owner = "siderolabs"; repo = "talos"; rev = "v${version}"; - hash = "sha256-E5pu37R2y0hQezM/p6LJXZv2L6QnV89Ir2HoKaqcOqI="; + hash = "sha256-1UDPpavDjWoM5kSfyaT4H5y5ax/vVlfqpzN9U2sTVuk="; }; - vendorHash = "sha256-5vWAZsLQxPZGpTiT/OowCLNPdE5e+HrAGXpFRw6jgbU="; + vendorHash = "sha256-52RaQOJ2KTuc8wdk7vv5XsynKdMOwZ1LaqiPdB+jXPw="; ldflags = [ "-s" "-w" ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/w357angjsgfvj69dl22cgxg6gjl03mya-talosctl-1.7.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • talosctl
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/talosctl/versions. meta.description for talosctl is: A CLI for out-of-band management of Kubernetes nodes created by Talos meta.homepage for talosctl is: https://www.talos.dev/ ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/siderolabs/talos/releases/tag/v1.7.1) - [Compare changes on GitHub](https://github.com/siderolabs/talos/compare/v1.7.0...v1.7.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.7.1 with grep in /nix/store/w357angjsgfvj69dl22cgxg6gjl03mya-talosctl-1.7.1 - found 1.7.1 in filename of file in /nix/store/w357angjsgfvj69dl22cgxg6gjl03mya-talosctl-1.7.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath talosctl ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/w357angjsgfvj69dl22cgxg6gjl03mya-talosctl-1.7.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A talosctl https://github.com/r-ryantm/nixpkgs/archive/135e98312b4999e6dc78a5f4b8036193be2f8f5c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/135e98312b4999e6dc78a5f4b8036193be2f8f5c#talosctl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/w357angjsgfvj69dl22cgxg6gjl03mya-talosctl-1.7.1 ls -la /nix/store/w357angjsgfvj69dl22cgxg6gjl03mya-talosctl-1.7.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • talosctl
--- ###### Maintainer pings cc @flokli for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309102 [result] Success updating talosctl 1.7.0 -> 1.7.1 https://repology.org/project/talosctl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.polling, using log file: /var/log/nixpkgs-update/python311Packages.polling/2024-05-04.log python311Packages.polling 0 -> 1 attrpath: python311Packages.polling Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hal20l9g7c766i4sbv1rn2anpsrg2m4a-packages.json.drv building '/nix/store/hal20l9g7c766i4sbv1rn2anpsrg2m4a-packages.json.drv'... Going to be running update for following packages: - python3.11-polling-0.3.0 Press Enter key to continue... Running update for: - python3.11-polling-0.3.0: UPDATING ... - python3.11-polling-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.polling 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath proxysql, using log file: /var/log/nixpkgs-update/proxysql/2024-05-04.log proxysql 2.6.0 -> 2.6.2 https://repology.org/project/proxysql/versions attrpath: proxysql 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/sql/proxysql/default.nix b/pkgs/servers/sql/proxysql/default.nix index e0a6f23a4631..9a5b69ad22ae 100644 --- a/pkgs/servers/sql/proxysql/default.nix +++ b/pkgs/servers/sql/proxysql/default.nix @@ -32,13 +32,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "proxysql"; - version = "2.6.0"; + version = "2.6.2"; src = fetchFromGitHub { owner = "sysown"; repo = "proxysql"; rev = finalAttrs.version; - hash = "sha256-vFPTBSp5DPNRuhtSD34ah2074almS+jiYxBE1L9Pz6g="; + hash = "sha256-6uLqh6fhOK6x2vWoU2woheoe/uqMxnQx+HRCVfm+yMA="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A proxysql nix build failed. got build log for 'proxysql' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/mc32ff7nxkr67ildx13v1ggc5yp320y3-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/affi2j5k5ziyda8yg9xk2vgp8hcy6dnw-makefiles.patch patching file Makefile Hunk #1 FAILED at 59. Hunk #2 succeeded at 379 (offset 76 lines). 1 out of 2 hunks FAILED -- saving rejects to file Makefile.rej patching file deps/Makefile Hunk #1 succeeded at 54 with fuzz 1 (offset -15 lines). Hunk #2 succeeded at 68 with fuzz 1 (offset -15 lines). Hunk #3 FAILED at 101. Hunk #4 succeeded at 96 (offset -24 lines). Hunk #5 succeeded at 111 with fuzz 1 (offset -24 lines). Hunk #6 FAILED at 146. Hunk #7 succeeded at 140 (offset -31 lines). Hunk #8 succeeded at 157 (offset -39 lines). Hunk #9 succeeded at 237 (offset -47 lines). Hunk #10 succeeded at 244 (offset -47 lines). Hunk #11 succeeded at 272 (offset -47 lines). 2 out of 11 hunks FAILED -- saving rejects to file deps/Makefile.rej [result] Failed to update proxysql 2.6.0 -> 2.6.2 https://repology.org/project/proxysql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath komac, using log file: /var/log/nixpkgs-update/komac/2024-05-04.log komac 2.1.0 -> 2.2.1 https://repology.org/project/komac/versions attrpath: komac Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-CDPN90X3m/9FRLolAVCIcAuajZbB5OAgLcFXq2ICS8g= Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A komac nix build failed. --- stderr thread 'main' panicked at /build/komac-2.2.1-vendor.tar.gz/openssl-sys/build/find_normal.rs:190:5: Could not find directory of OpenSSL installation, and this `-sys` crate cannot proceed without this knowledge. If OpenSSL is installed and this crate had trouble finding it, you can set the `OPENSSL_DIR` environment variable for the compilation process. Make sure you also have the development packages of openssl installed. For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora. If you're in a situation where you think the directory *should* be found automatically, please open a bug at https://github.com/sfackler/rust-openssl and include information about your system as well as this message. $HOST = x86_64-unknown-linux-gnu $TARGET = x86_64-unknown-linux-gnu openssl-sys = 0.9.102 It looks like you're compiling on Linux and also targeting Linux. Currently this requires the `pkg-config` utility to find OpenSSL but unfortunately `pkg-config` could not be found. If you have OpenSSL installed you can likely fix this by installing `pkg-config`. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... [result] Failed to update komac 2.1.0 -> 2.2.1 https://repology.org/project/komac/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath errands, using log file: /var/log/nixpkgs-update/errands/2024-05-04.log errands 0 -> 1 attrpath: errands Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0944q1j0rpykjx3yxi7b46mvfmj6acix-packages.json.drv building '/nix/store/0944q1j0rpykjx3yxi7b46mvfmj6acix-packages.json.drv'... Going to be running update for following packages: - errands-45.1.9 Press Enter key to continue... Running update for: - errands-45.1.9: UPDATING ... - errands-45.1.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/er/errands/package.nix b/pkgs/by-name/er/errands/package.nix index afb41ae98e56..f6d479d47c6c 100644 --- a/pkgs/by-name/er/errands/package.nix +++ b/pkgs/by-name/er/errands/package.nix @@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec { pname = "errands"; - version = "45.1.9"; + version = "46.0.2"; pyproject = false; @@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec { owner = "mrvladus"; repo = "Errands"; rev = "refs/tags/${version}"; - hash = "sha256-q8vmT7XUx3XJjPfbEd/c3HrTENfopl1MqwT0x5OuG0c="; + hash = "sha256-/LZgsrrBsmcn9yM2pIpkTtEO40qO6fxId7Fg7c3JC5g="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A errands nix build failed. Running phase: unpackPhase unpacking source archive /nix/store/qqbnkvi84xn3bkcbqw1078rcl2y0mj7i-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/screenshots/main.png @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase mesonConfigurePhase flags: --prefix=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2 --libdir=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2/lib --libexecdir=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2/libexec --bindir=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2/bin --sbindir=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2/sbin --includedir=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2/include --mandir=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2/share/man --infodir=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2/share/info --localedir=/nix/store/q1z7a3qwg512916r7p46bhlfdi36zc3h-errands-46.0.2/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain The Meson build system Version: 1.4.0 Source dir: /build/source Build dir: /build/source/build Build type: native build Project name: errands Project version: 46.0.2 Host machine cpu family: x86_64 Host machine cpu: x86_64 Found pkg-config: YES (/nix/store/vbk2n3094zyl9ywijks6a3d7s2i6wnfm-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2 Run-time dependency libadwaita-1 found: YES 1.5.0 Run-time dependency libsecret-1 found: YES 0.21.4 Did not find CMake 'cmake' Found CMake: NO Run-time dependency libportal found: NO (tried pkgconfig) meson.build:9:0: ERROR: Dependency "libportal" not found, tried pkgconfig A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update errands 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.julius, using log file: /var/log/nixpkgs-update/python311Packages.julius/2024-05-04.log python311Packages.julius 0 -> 1 attrpath: python311Packages.julius Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7s1hrjkwivcjpid55ka5wh74jz9f931p-packages.json.drv building '/nix/store/7s1hrjkwivcjpid55ka5wh74jz9f931p-packages.json.drv'... Going to be running update for following packages: - python3.11-julius-0.2.7 Press Enter key to continue... Running update for: - python3.11-julius-0.2.7: UPDATING ... - python3.11-julius-0.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.julius 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages_latest.serve, using log file: /var/log/nixpkgs-update/nodePackages_latest.serve/2024-05-04.log nodePackages_latest.serve 14.2.1 -> 14.2.3 https://github.com/vercel/serve/releases attrpath: nodePackages_latest.serve Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages_latest.serve 14.2.1 -> 14.2.3 https://github.com/vercel/serve/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torch-pitch-shift, using log file: /var/log/nixpkgs-update/python311Packages.torch-pitch-shift/2024-05-04.log python311Packages.torch-pitch-shift 0 -> 1 attrpath: python311Packages.torch-pitch-shift Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vinlycs4gdlfx7fhcl1dgqygxf5hb3p0-packages.json.drv building '/nix/store/vinlycs4gdlfx7fhcl1dgqygxf5hb3p0-packages.json.drv'... Going to be running update for following packages: - python3.11-torch-pitch-shift-1.2.4 Press Enter key to continue... Running update for: - python3.11-torch-pitch-shift-1.2.4: UPDATING ... - python3.11-torch-pitch-shift-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torch-pitch-shift 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyscaffoldext-markdown, using log file: /var/log/nixpkgs-update/python311Packages.pyscaffoldext-markdown/2024-05-04.log python311Packages.pyscaffoldext-markdown 0 -> 1 attrpath: python311Packages.pyscaffoldext-markdown Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bc1w9ms3pyzw14m5wcmbhm7fs43p1x8d-packages.json.drv building '/nix/store/bc1w9ms3pyzw14m5wcmbhm7fs43p1x8d-packages.json.drv'... Going to be running update for following packages: - python3.11-pyscaffoldext-markdown-0.5 Press Enter key to continue... Running update for: - python3.11-pyscaffoldext-markdown-0.5: UPDATING ... - python3.11-pyscaffoldext-markdown-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyscaffoldext-markdown 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyscaffoldext-dsproject, using log file: /var/log/nixpkgs-update/python311Packages.pyscaffoldext-dsproject/2024-05-04.log python311Packages.pyscaffoldext-dsproject 0 -> 1 attrpath: python311Packages.pyscaffoldext-dsproject Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ys3m0awlmkcq2ki49vb4vmhcm37w6ivc-packages.json.drv building '/nix/store/ys3m0awlmkcq2ki49vb4vmhcm37w6ivc-packages.json.drv'... Going to be running update for following packages: - python3.11-pyscaffoldext-dsproject-0.7.2 Press Enter key to continue... Running update for: - python3.11-pyscaffoldext-dsproject-0.7.2: UPDATING ... - python3.11-pyscaffoldext-dsproject-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyscaffoldext-dsproject 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php82Extensions.igbinary, using log file: /var/log/nixpkgs-update/php82Extensions.igbinary/2024-05-04.log php82Extensions.igbinary 3.2.14 -> 3.2.15 https://github.com/igbinary/igbinary/releases attrpath: php82Extensions.igbinary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/wby80sy52yj78g9apl5zmkj3505jlvd7-packages.json.drv building '/nix/store/wby80sy52yj78g9apl5zmkj3505jlvd7-packages.json.drv'... Going to be running update for following packages: - php-igbinary-3.2.14 Press Enter key to continue... Running update for: - php-igbinary-3.2.14: UPDATING ... - php-igbinary-3.2.14: ERROR --- SHOWING ERROR LOG FOR php-igbinary-3.2.14 ---------------------- Traceback (most recent call last): File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 361, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/update.py", line 299, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ysydham89393bkjjil37pnl6qarbzxpx-nix-update-1.3.1/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-igbinary-3.2.14 ---------------------- The update script for php-igbinary-3.2.14 failed with exit code 1 [result] Failed to update php82Extensions.igbinary 3.2.14 -> 3.2.15 https://github.com/igbinary/igbinary/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pymupdf, using log file: /var/log/nixpkgs-update/python312Packages.pymupdf/2024-05-04.log python312Packages.pymupdf 1.23.26 -> 1.24.2 https://github.com/pymupdf/PyMuPDF/releases attrpath: python312Packages.pymupdf isn't the default python version [result] Failed to update python312Packages.pymupdf 1.23.26 -> 1.24.2 https://github.com/pymupdf/PyMuPDF/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-sns, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-sns/2024-05-04.log python312Packages.mypy-boto3-sns 1.34.44 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-sns isn't the default python version [result] Failed to update python312Packages.mypy-boto3-sns 1.34.44 -> 7.24.0 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynose, using log file: /var/log/nixpkgs-update/python311Packages.pynose/2024-05-04.log python311Packages.pynose 0 -> 1 attrpath: python311Packages.pynose Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ccmbfqrm02j12j7fb1l3b06ika9za4cs-packages.json.drv building '/nix/store/ccmbfqrm02j12j7fb1l3b06ika9za4cs-packages.json.drv'... Going to be running update for following packages: - python3.11-pynose-1.5.0 Press Enter key to continue... Running update for: - python3.11-pynose-1.5.0: UPDATING ... - python3.11-pynose-1.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pynose/default.nix b/pkgs/development/python-modules/pynose/default.nix index e58681cbe966..736c6e18e2ea 100644 --- a/pkgs/development/python-modules/pynose/default.nix +++ b/pkgs/development/python-modules/pynose/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "pynose"; - version = "1.5.0"; + version = "1.5.1"; pyproject = true; src = fetchFromGitHub { owner = "mdmintz"; repo = "pynose"; rev = "refs/tags/v${version}"; - hash = "sha256-Oi+vwInqgsdZfr5abJUa4zkTktpEuG0m89d1O8Oot0Q="; + hash = "sha256-NOr5gm4/rLuZyCuD72AmO5bZOxOWnIkpoiyKVt74ZHk="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1751 > 100 [result] Failed to update python311Packages.pynose 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath neuron, using log file: /var/log/nixpkgs-update/neuron/2024-05-04.log neuron 8.2.3 -> 8.2.4 https://github.com/neuronsimulator/nrn/releases attrpath: neuron Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv building '/nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv'... trying https://github.com/neuronsimulator/nrn/releases/download/8.2.4/full-src-package-8.2.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download full-src-package-8.2.4.tar.gz from any mirror error: builder for '/nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/neuronsimulator/nrn/releases/download/8.2.4/full-src-package-8.2.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download full-src-package-8.2.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'neuron.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv /nix/store/y9hcmlwdy2a36p1iq7ywlv72cjg6j8gd-neuron-8.2.4.drv building '/nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv'... trying https://github.com/neuronsimulator/nrn/releases/download/8.2.4/full-src-package-8.2.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download full-src-package-8.2.4.tar.gz from any mirror error: builder for '/nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/neuronsimulator/nrn/releases/download/8.2.4/full-src-package-8.2.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download full-src-package-8.2.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/g21ivvv8lm3xg73gc250q02jxcbdln7l-full-src-package-8.2.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/y9hcmlwdy2a36p1iq7ywlv72cjg6j8gd-neuron-8.2.4.drv' failed to build [result] Failed to update neuron 8.2.3 -> 8.2.4 https://github.com/neuronsimulator/nrn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yarn-berry, using log file: /var/log/nixpkgs-update/yarn-berry/2024-05-04.log yarn-berry 0 -> 1 attrpath: yarn-berry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9yl8xdg2qj5b2zrdagk4m9gdx460fsh1-packages.json.drv building '/nix/store/9yl8xdg2qj5b2zrdagk4m9gdx460fsh1-packages.json.drv'... Going to be running update for following packages: - yarn-berry-4.1.1 Press Enter key to continue... Running update for: - yarn-berry-4.1.1: UPDATING ... - yarn-berry-4.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/yarn-berry/default.nix b/pkgs/development/tools/yarn-berry/default.nix index 47ddf77634bf..5c00fbbc457b 100644 --- a/pkgs/development/tools/yarn-berry/default.nix +++ b/pkgs/development/tools/yarn-berry/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "yarn-berry"; - version = "4.1.1"; + version = "4.2.1"; src = fetchFromGitHub { owner = "yarnpkg"; repo = "berry"; rev = "@yarnpkg/cli/${finalAttrs.version}"; - hash = "sha256-75bERA1uZeywMjYznFDyk4+AtVDLo7eIajVtWdAD/RA="; + hash = "sha256-id/Z7oqwoIIWaOU5mQ7vuPRQw6WQAKcDAopYB2tEl0s="; }; buildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/7jckwzcg2797rxs1s50ah0z993kbar94-yarn-berry-4.2.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • yarn-berry
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for yarn-berry is: Fast, reliable, and secure dependency management. meta.homepage for yarn-berry is: https://yarnpkg.com/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.2.1 with grep in /nix/store/7jckwzcg2797rxs1s50ah0z993kbar94-yarn-berry-4.2.1 - found 4.2.1 in filename of file in /nix/store/7jckwzcg2797rxs1s50ah0z993kbar94-yarn-berry-4.2.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath yarn-berry ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/7jckwzcg2797rxs1s50ah0z993kbar94-yarn-berry-4.2.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A yarn-berry https://github.com/r-ryantm/nixpkgs/archive/d856959b52f592d089b68a4289b225af7214c39b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d856959b52f592d089b68a4289b225af7214c39b#yarn-berry ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/7jckwzcg2797rxs1s50ah0z993kbar94-yarn-berry-4.2.1 ls -la /nix/store/7jckwzcg2797rxs1s50ah0z993kbar94-yarn-berry-4.2.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • yarn-berry
--- ###### Maintainer pings cc @ryota-ka @pyrox0 @DimitarNestorov for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309111 [result] Success updating yarn-berry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spacedrive, using log file: /var/log/nixpkgs-update/spacedrive/2024-05-04.log spacedrive 0 -> 1 attrpath: spacedrive Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lw0a1jr496dq2x1mf96kcd3wv912gzh7-packages.json.drv building '/nix/store/lw0a1jr496dq2x1mf96kcd3wv912gzh7-packages.json.drv'... Going to be running update for following packages: - spacedrive-0.2.13 Press Enter key to continue... Running update for: - spacedrive-0.2.13: UPDATING ... - spacedrive-0.2.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/sp/spacedrive/package.nix b/pkgs/by-name/sp/spacedrive/package.nix index a4efb37f8d60..dd72a065aa65 100644 --- a/pkgs/by-name/sp/spacedrive/package.nix +++ b/pkgs/by-name/sp/spacedrive/package.nix @@ -9,7 +9,7 @@ let pname = "spacedrive"; - version = "0.2.13"; + version = "0.2.14"; src = fetchurl { aarch64-darwin = { @@ -22,7 +22,7 @@ let }; x86_64-linux = { url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-linux-x86_64.AppImage"; - hash = "sha256-AyR1FshOjFatkZLgT2K46IKJgeFDu4e4//CvcuNyt0E="; + hash = "sha256-DFJ1/uJW0BwEtJZxGpnvGC7U8YmsJTUbcuWEOAP2Bno="; }; }.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported."); No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/f792d0qryricv74kl6pcrpksv3xsnzf7-spacedrive-0.2.14" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • spacedrive
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for spacedrive is: An open source file manager, powered by a virtual distributed filesystem meta.homepage for spacedrive is: https://www.spacedrive.com meta.changelog for spacedrive is: https://github.com/spacedriveapp/spacedrive/releases/tag/0.2.14 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/spacedriveapp/spacedrive/releases/tag/0.2.14) - [Compare changes on GitHub](https://github.com/spacedriveapp/spacedrive/compare/0.2.13...0.2.14) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.2.14 with grep in /nix/store/f792d0qryricv74kl6pcrpksv3xsnzf7-spacedrive-0.2.14 - found 0.2.14 in filename of file in /nix/store/f792d0qryricv74kl6pcrpksv3xsnzf7-spacedrive-0.2.14 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath spacedrive ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/f792d0qryricv74kl6pcrpksv3xsnzf7-spacedrive-0.2.14 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A spacedrive https://github.com/r-ryantm/nixpkgs/archive/a5a247734d30f03b746892687973fe0db39d1607.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a5a247734d30f03b746892687973fe0db39d1607#spacedrive ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/f792d0qryricv74kl6pcrpksv3xsnzf7-spacedrive-0.2.14 ls -la /nix/store/f792d0qryricv74kl6pcrpksv3xsnzf7-spacedrive-0.2.14/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • spacedrive
--- ###### Maintainer pings cc @DataHearth @heisfer @MikaelFangel @stepbrobd for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309114 [result] Success updating spacedrive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.garth, using log file: /var/log/nixpkgs-update/python311Packages.garth/2024-05-04.log python311Packages.garth 0 -> 1 attrpath: python311Packages.garth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mr87ygdl4191y7h3phz5qdmasmk4fy9r-packages.json.drv building '/nix/store/mr87ygdl4191y7h3phz5qdmasmk4fy9r-packages.json.drv'... Going to be running update for following packages: - python3.11-garth-0.4.45 Press Enter key to continue... Running update for: - python3.11-garth-0.4.45: UPDATING ... - python3.11-garth-0.4.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.garth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nvitop, using log file: /var/log/nixpkgs-update/nvitop/2024-05-04.log nvitop 0 -> 1 attrpath: nvitop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fqjs5az0h5pnf8pkl8sn1dayw897fpl8-packages.json.drv building '/nix/store/fqjs5az0h5pnf8pkl8sn1dayw897fpl8-packages.json.drv'... Going to be running update for following packages: - nvitop-1.3.2 Press Enter key to continue... Running update for: - nvitop-1.3.2: UPDATING ... - nvitop-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nvitop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mung, using log file: /var/log/nixpkgs-update/python311Packages.mung/2024-05-04.log python311Packages.mung 0 -> 1 attrpath: python311Packages.mung Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d4v77xwd0pszcc9bqfvyr6y3nc72ca1h-packages.json.drv building '/nix/store/d4v77xwd0pszcc9bqfvyr6y3nc72ca1h-packages.json.drv'... Going to be running update for following packages: - python3.11-mung-1.2 Press Enter key to continue... Running update for: - python3.11-mung-1.2: UPDATING ... - python3.11-mung-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mung 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.praw, using log file: /var/log/nixpkgs-update/python311Packages.praw/2024-05-04.log python311Packages.praw 0 -> 1 attrpath: python311Packages.praw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f4rb8jbkb4hl6i5ns8zzq435dcpq5z2p-packages.json.drv building '/nix/store/f4rb8jbkb4hl6i5ns8zzq435dcpq5z2p-packages.json.drv'... Going to be running update for following packages: - python3.11-praw-7.7.1 Press Enter key to continue... Running update for: - python3.11-praw-7.7.1: UPDATING ... - python3.11-praw-7.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.praw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-celery-beat, using log file: /var/log/nixpkgs-update/python311Packages.django-celery-beat/2024-05-04.log python311Packages.django-celery-beat 0 -> 1 attrpath: python311Packages.django-celery-beat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2ijlb1nrc0v9xsrqn36n8qgpwksynmwy-packages.json.drv building '/nix/store/2ijlb1nrc0v9xsrqn36n8qgpwksynmwy-packages.json.drv'... Going to be running update for following packages: - python3.11-django-celery-beat-2.6.0 Press Enter key to continue... Running update for: - python3.11-django-celery-beat-2.6.0: UPDATING ... - python3.11-django-celery-beat-2.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-celery-beat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath twitch-dl, using log file: /var/log/nixpkgs-update/twitch-dl/2024-05-04.log twitch-dl 0 -> 1 attrpath: twitch-dl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/90hgjp2sk7d533jvfhsi443854dn0nn2-packages.json.drv building '/nix/store/90hgjp2sk7d533jvfhsi443854dn0nn2-packages.json.drv'... Going to be running update for following packages: - twitch-dl-2.2.2 Press Enter key to continue... Running update for: - twitch-dl-2.2.2: UPDATING ... - twitch-dl-2.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/tw/twitch-dl/package.nix b/pkgs/by-name/tw/twitch-dl/package.nix index 6a7a89d17fe1..6ddb6f7b4218 100644 --- a/pkgs/by-name/tw/twitch-dl/package.nix +++ b/pkgs/by-name/tw/twitch-dl/package.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication rec { pname = "twitch-dl"; - version = "2.2.2"; + version = "2.3.0"; pyproject = true; src = fetchFromGitHub { owner = "ihabunek"; repo = "twitch-dl"; rev = "refs/tags/${version}"; - hash = "sha256-Os27uqH3MA3v9+8WzfL5KIEUewAzf8JUyRtsWSzw81o="; + hash = "sha256-0uOOc3ANXleQlENB+gdWheafBiOOcyZsFvYj7r+WMCY="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A twitch-dl nix build failed. result = runner.invoke(cli.clips, ["gamesdonequick", "--json"]) > assert_ok(result) tests/test_cli.py:142: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ result = def assert_ok(result: Result): if result.exit_code != 0: > raise AssertionError( f"Command failed with exit code {result.exit_code}\nStderr: {result.stderr}" ) E AssertionError: Command failed with exit code 1 E Stderr: tests/test_cli.py:16: AssertionError =========================== short test summary info ============================ FAILED tests/test_cli.py::test_info_video - AssertionError: Command failed with exit code 1 FAILED tests/test_cli.py::test_info_video_json - AssertionError: Command failed with exit code 1 FAILED tests/test_cli.py::test_info_clip - AssertionError: Command failed with exit code 1 FAILED tests/test_cli.py::test_info_clip_json - AssertionError: Command failed with exit code 1 FAILED tests/test_cli.py::test_info_not_found - AssertionError: assert 'Clip banana not found' in 'Fetching clip...\n' FAILED tests/test_cli.py::test_download_clip - AssertionError: Command failed with exit code 1 FAILED tests/test_cli.py::test_download_video - AssertionError: Command failed with exit code 1 FAILED tests/test_cli.py::test_videos - AssertionError: Command failed with exit code 1 FAILED tests/test_cli.py::test_videos_channel_not_found - AssertionError: assert '' == 'Error: Chann...lly not found' FAILED tests/test_cli.py::test_clips - AssertionError: Command failed with exit code 1 ======================== 10 failed, 25 passed in 0.67s ========================= /nix/store/558iw5j1bk7z6wrg8cp96q2rx03jqj1v-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context [result] Failed to update twitch-dl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mkdocs-material-extensions, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-material-extensions/2024-05-04.log python311Packages.mkdocs-material-extensions 0 -> 1 attrpath: python311Packages.mkdocs-material-extensions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4dr1ggad0l54y61szms7xdpgzy1sir6l-packages.json.drv building '/nix/store/4dr1ggad0l54y61szms7xdpgzy1sir6l-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-material-extensions-1.3.1 Press Enter key to continue... Running update for: - python3.11-mkdocs-material-extensions-1.3.1: UPDATING ... - python3.11-mkdocs-material-extensions-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-material-extensions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath functionalplus, using log file: /var/log/nixpkgs-update/functionalplus/2024-05-04.log functionalplus 0.2.23 -> 0.2.24 https://repology.org/project/functionalplus/versions attrpath: functionalplus Checking auto update branch... No auto update branch exists Old version 0.2.23" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake }: stdenv.mkDerivation rec { pname = "functionalplus"; version = "0.2.24"; src = fetchFromGitHub { owner = "Dobiasd"; repo = "FunctionalPlus"; rev = "v${version}"; sha256 = "sha256-iQGvqFiTqejSqXALgUWCBjfH9QO0cg3vnI5PphgVoms="; }; nativeBuildInputs = [ cmake ]; meta = with lib; { description = "Functional Programming Library for C++"; homepage = "https://github.com/Dobiasd/FunctionalPlus"; license = licenses.boost; platforms = platforms.all; maintainers = []; }; } [result] Failed to update functionalplus 0.2.23 -> 0.2.24 https://repology.org/project/functionalplus/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tess, using log file: /var/log/nixpkgs-update/python311Packages.tess/2024-05-04.log python311Packages.tess 0 -> 1 attrpath: python311Packages.tess Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x526clfsi4zyijn119s8q436kq8jqyvr-packages.json.drv building '/nix/store/x526clfsi4zyijn119s8q436kq8jqyvr-packages.json.drv'... Going to be running update for following packages: - python3.11-tess-unstable-2019-05-07 Press Enter key to continue... Running update for: - python3.11-tess-unstable-2019-05-07: UPDATING ... - python3.11-tess-unstable-2019-05-07: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pot, using log file: /var/log/nixpkgs-update/python311Packages.pot/2024-05-04.log python311Packages.pot 0 -> 1 attrpath: python311Packages.pot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nkc4mvq35gnxk4qc340xap7hch49f8jp-packages.json.drv building '/nix/store/nkc4mvq35gnxk4qc340xap7hch49f8jp-packages.json.drv'... Going to be running update for following packages: - python3.11-pot-0.9.3 Press Enter key to continue... Running update for: - python3.11-pot-0.9.3: UPDATING ... - python3.11-pot-0.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath obs-studio-plugins.obs-source-record, using log file: /var/log/nixpkgs-update/obs-studio-plugins.obs-source-record/2024-05-04.log obs-studio-plugins.obs-source-record 0.3.2 -> 0.3.4 https://repology.org/project/obs-source-record/versions attrpath: obs-studio-plugins.obs-source-record Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update obs-studio-plugins.obs-source-record 0.3.2 -> 0.3.4 https://repology.org/project/obs-source-record/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scalene, using log file: /var/log/nixpkgs-update/scalene/2024-05-04.log scalene 1.5.38 -> 1.5.40 https://repology.org/project/scalene/versions attrpath: scalene Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y9215w16qcvb1l3flhmccxd6hmg6nxxm-packages.json.drv building '/nix/store/y9215w16qcvb1l3flhmccxd6hmg6nxxm-packages.json.drv'... Going to be running update for following packages: - scalene-1.5.39 Press Enter key to continue... Running update for: - scalene-1.5.39: UPDATING ... - scalene-1.5.39: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scalene/default.nix b/pkgs/development/python-modules/scalene/default.nix index 18eebe07cc19..4bdd6af7a3e0 100644 --- a/pkgs/development/python-modules/scalene/default.nix +++ b/pkgs/development/python-modules/scalene/default.nix @@ -18,13 +18,13 @@ buildPythonPackage rec { pname = "scalene"; - version = "1.5.39"; + version = "1.5.41"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-B4pDLP3+56toQZyvh6+6NimCKv0cpcO0ydcqV1tJZkg="; + hash = "sha256-akjxv9Qot2lGntZxkxfFqz65VboL1qduykfjyEg1Ivg="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A scalene nix build failed. got build log for 'scalene' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/mk4a8mhmmv9h91ra6z997lkzyvy2zqfl-scalene-1.5.41.tar.gz source root is scalene-1.5.41 setting SOURCE_DATE_EPOCH to timestamp 1714750250 of file scalene-1.5.41/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/5g2arb1f3m18zzhbifb5k9j7rkc3d4a3-scalene_config-import-fix.patch patching file scalene/launchbrowser.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file scalene/launchbrowser.py.rej [result] Failed to update scalene 1.5.38 -> 1.5.40 https://repology.org/project/scalene/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.marimo, using log file: /var/log/nixpkgs-update/python311Packages.marimo/2024-05-04.log python311Packages.marimo 0.4.10 -> 0.4.11 https://github.com/marimo-team/marimo/releases attrpath: python311Packages.marimo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4l6gsv2458mbbkrrb0iizr2xy44dx4z2-packages.json.drv building '/nix/store/4l6gsv2458mbbkrrb0iizr2xy44dx4z2-packages.json.drv'... Going to be running update for following packages: - python3.11-marimo-0.4.10 Press Enter key to continue... Running update for: - python3.11-marimo-0.4.10: UPDATING ... - python3.11-marimo-0.4.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/marimo/default.nix b/pkgs/development/python-modules/marimo/default.nix index 54f6fd858e35..0a2d8ed54b4a 100644 --- a/pkgs/development/python-modules/marimo/default.nix +++ b/pkgs/development/python-modules/marimo/default.nix @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "marimo"; - version = "0.4.10"; + version = "0.4.11"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-F6Hf8KPIkXuRhO/1mVHE1wfU6//vbUK1ghoqANmZjag="; + hash = "sha256-Z54h+7yrN2bPAu7pMFuuazztD71uCQxUBjA/CCaKH0U="; }; build-system = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.marimo nix build failed. adding 'marimo/_utils/flatten.py' adding 'marimo/_utils/format_signature.py' adding 'marimo/_utils/formatter.py' adding 'marimo/_utils/health.py' adding 'marimo/_utils/log_formatter.py' adding 'marimo/_utils/parse_dataclass.py' adding 'marimo/_utils/paths.py' adding 'marimo/_utils/platform.py' adding 'marimo/_utils/repr.py' adding 'marimo/_utils/rst_to_html.py' adding 'marimo/_utils/signals.py' adding 'marimo/_utils/tmpdir.py' adding 'marimo/_utils/typed_connection.py' adding 'marimo/_utils/url.py' adding 'marimo/_utils/config/config.py' adding 'marimo-0.4.11.dist-info/LICENSE' adding 'marimo-0.4.11.dist-info/METADATA' adding 'marimo-0.4.11.dist-info/WHEEL' adding 'marimo-0.4.11.dist-info/entry_points.txt' adding 'marimo-0.4.11.dist-info/top_level.txt' adding 'marimo-0.4.11.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built marimo-0.4.11-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for marimo-0.4.11-py3-none-any.whl - psutil not installed [result] Failed to update python311Packages.marimo 0.4.10 -> 0.4.11 https://github.com/marimo-team/marimo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-filter, using log file: /var/log/nixpkgs-update/python311Packages.django-filter/2024-05-04.log python311Packages.django-filter 0 -> 1 attrpath: python311Packages.django-filter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jqfvl8p4wc5l7rgi28nfnjc2rwpy5g6l-packages.json.drv building '/nix/store/jqfvl8p4wc5l7rgi28nfnjc2rwpy5g6l-packages.json.drv'... Going to be running update for following packages: - python3.11-django-filter-24.2 Press Enter key to continue... Running update for: - python3.11-django-filter-24.2: UPDATING ... - python3.11-django-filter-24.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-filter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stookalert, using log file: /var/log/nixpkgs-update/python311Packages.stookalert/2024-05-04.log python311Packages.stookalert 0 -> 1 attrpath: python311Packages.stookalert Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dijl9diw0796pk2rv1397hh854f2j95k-packages.json.drv building '/nix/store/dijl9diw0796pk2rv1397hh854f2j95k-packages.json.drv'... Going to be running update for following packages: - python3.11-stookalert-0.1.4 Press Enter key to continue... Running update for: - python3.11-stookalert-0.1.4: UPDATING ... - python3.11-stookalert-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stookalert 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-frontmatter, using log file: /var/log/nixpkgs-update/python311Packages.python-frontmatter/2024-05-04.log python311Packages.python-frontmatter 0 -> 1 attrpath: python311Packages.python-frontmatter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/db96a5a3bbpvj6xkzyvjxm0ha832rrwb-packages.json.drv building '/nix/store/db96a5a3bbpvj6xkzyvjxm0ha832rrwb-packages.json.drv'... Going to be running update for following packages: - python3.11-python-frontmatter-1.1.0 Press Enter key to continue... Running update for: - python3.11-python-frontmatter-1.1.0: UPDATING ... - python3.11-python-frontmatter-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-frontmatter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath findomain, using log file: /var/log/nixpkgs-update/findomain/2024-05-04.log findomain 9.0.3 -> 9.0.4 https://repology.org/project/findomain/versions attrpath: findomain 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/networking/findomain/default.nix b/pkgs/tools/networking/findomain/default.nix index deb9bb32fe0a..8f481d460bf3 100644 --- a/pkgs/tools/networking/findomain/default.nix +++ b/pkgs/tools/networking/findomain/default.nix @@ -10,13 +10,13 @@ rustPlatform.buildRustPackage rec { pname = "findomain"; - version = "9.0.3"; + version = "9.0.4"; src = fetchFromGitHub { owner = "findomain"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-M6i62JI4HjaM0C2rSK8P5O19JeugFP5xIy1E6vE8KP4="; + hash = "sha256-5jbKDMULig6j3D5KEQQrHWtsc59x0Tj6n/7kwK/8IME="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A findomain nix build failed. < [[package]] 3291,3296d3221 < name = "windows_x86_64_gnullvm" < version = "0.52.0" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" < < [[package]] 3303,3308d3227 < name = "windows_x86_64_msvc" < version = "0.52.0" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" < < [[package]] 3324c3243 < "windows-sys 0.48.0", --- > "windows-sys", ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update findomain 9.0.3 -> 9.0.4 https://repology.org/project/findomain/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rova, using log file: /var/log/nixpkgs-update/python311Packages.rova/2024-05-04.log python311Packages.rova 0 -> 1 attrpath: python311Packages.rova Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/scahgnl6kzcpk5hyz9yjmp8lpbxl83vw-packages.json.drv building '/nix/store/scahgnl6kzcpk5hyz9yjmp8lpbxl83vw-packages.json.drv'... Going to be running update for following packages: - python3.11-rova-0.4.1 Press Enter key to continue... Running update for: - python3.11-rova-0.4.1: UPDATING ... - python3.11-rova-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rova 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyocr, using log file: /var/log/nixpkgs-update/python311Packages.pyocr/2024-05-04.log python311Packages.pyocr 0 -> 1 attrpath: python311Packages.pyocr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lpvimvsf8srhid3arpbra8z65qza645w-packages.json.drv building '/nix/store/lpvimvsf8srhid3arpbra8z65qza645w-packages.json.drv'... Going to be running update for following packages: - python3.11-pyocr-0.8.5 Press Enter key to continue... Running update for: - python3.11-pyocr-0.8.5: UPDATING ... - python3.11-pyocr-0.8.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyocr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath retroshare, using log file: /var/log/nixpkgs-update/retroshare/2024-05-04.log retroshare 0.6.6 -> 0.6.7.2 https://repology.org/project/retroshare/versions attrpath: retroshare Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - retroshare: 0.6.6 -> 0.6.7.2, split into retroshare-service and retroshare-gui URL "https://api.github.com/repos/NixOS/nixpkgs/issues/279489" [result] Failed to update retroshare 0.6.6 -> 0.6.7.2 https://repology.org/project/retroshare/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.osc, using log file: /var/log/nixpkgs-update/python311Packages.osc/2024-05-04.log python311Packages.osc 0 -> 1 attrpath: python311Packages.osc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sddxshpcpdkgn0h3wr2q8sk4nzffwlbw-packages.json.drv building '/nix/store/sddxshpcpdkgn0h3wr2q8sk4nzffwlbw-packages.json.drv'... Going to be running update for following packages: - python3.11-osc-1.6.1 Press Enter key to continue... Running update for: - python3.11-osc-1.6.1: UPDATING ... - python3.11-osc-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.osc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.sw, using log file: /var/log/nixpkgs-update/aspellDicts.sw/2024-05-04.log aspellDicts.sw 0 -> 1 attrpath: aspellDicts.sw Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/gwaff1izgl6nfb1slywhyd7yw1z7drv3-update-aspellDict-sw.drv /nix/store/xng7rj1xv6zkqj6fasyhr4pp967y3f7f-packages.json.drv building '/nix/store/gwaff1izgl6nfb1slywhyd7yw1z7drv3-update-aspellDict-sw.drv'... building '/nix/store/xng7rj1xv6zkqj6fasyhr4pp967y3f7f-packages.json.drv'... Going to be running update for following packages: - aspell-dict-sw-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-sw-0.50-0: UPDATING ... - aspell-dict-sw-0.50-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.sw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aladdin-connect, using log file: /var/log/nixpkgs-update/python311Packages.aladdin-connect/2024-05-04.log python311Packages.aladdin-connect 0 -> 1 attrpath: python311Packages.aladdin-connect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0dxhhsi3hqnwi4m83ws10qsiby1ii3vx-packages.json.drv building '/nix/store/0dxhhsi3hqnwi4m83ws10qsiby1ii3vx-packages.json.drv'... Going to be running update for following packages: - python3.11-aladdin-connect-0.4 Press Enter key to continue... Running update for: - python3.11-aladdin-connect-0.4: UPDATING ... - python3.11-aladdin-connect-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aladdin-connect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vsts-cd-manager, using log file: /var/log/nixpkgs-update/python311Packages.vsts-cd-manager/2024-05-04.log python311Packages.vsts-cd-manager 0 -> 1 attrpath: python311Packages.vsts-cd-manager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wgfz8m4ni27g6dr525fkc06fsb8g50k4-packages.json.drv building '/nix/store/wgfz8m4ni27g6dr525fkc06fsb8g50k4-packages.json.drv'... Going to be running update for following packages: - python3.11-vsts-cd-manager-1.0.2 Press Enter key to continue... Running update for: - python3.11-vsts-cd-manager-1.0.2: UPDATING ... - python3.11-vsts-cd-manager-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vsts-cd-manager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kreative-square-fonts, using log file: /var/log/nixpkgs-update/kreative-square-fonts/2024-05-04.log kreative-square-fonts unstable-2021-01-29 -> 2024-02-29 https://github.com/kreativekorp/open-relay/releases attrpath: kreative-square-fonts Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update kreative-square-fonts unstable-2021-01-29 -> 2024-02-29 https://github.com/kreativekorp/open-relay/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.open-clip-torch, using log file: /var/log/nixpkgs-update/python311Packages.open-clip-torch/2024-05-04.log python311Packages.open-clip-torch 0 -> 1 attrpath: python311Packages.open-clip-torch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fh197w0yzzv8ln05m32x8cjv02kbdx18-packages.json.drv building '/nix/store/fh197w0yzzv8ln05m32x8cjv02kbdx18-packages.json.drv'... Going to be running update for following packages: - python3.11-open-clip-torch-2.24.0 Press Enter key to continue... Running update for: - python3.11-open-clip-torch-2.24.0: UPDATING ... - python3.11-open-clip-torch-2.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.open-clip-torch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openvswitch-lts, using log file: /var/log/nixpkgs-update/openvswitch-lts/2024-05-04.log openvswitch-lts 0 -> 1 attrpath: openvswitch-lts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/5i0ifj8mfhrv0lgl0qr8zdbkpki72nf8-ovs-update.nu.drv /nix/store/vp41dnq1xd083s4g6h6k4pzs1kasfhnb-packages.json.drv building '/nix/store/5i0ifj8mfhrv0lgl0qr8zdbkpki72nf8-ovs-update.nu.drv'... building '/nix/store/vp41dnq1xd083s4g6h6k4pzs1kasfhnb-packages.json.drv'... Going to be running update for following packages: - openvswitch-2.17.9 Press Enter key to continue... Running update for: - openvswitch-2.17.9: UPDATING ... - openvswitch-2.17.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openvswitch-lts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.txamqp, using log file: /var/log/nixpkgs-update/python311Packages.txamqp/2024-05-04.log python311Packages.txamqp 0 -> 1 attrpath: python311Packages.txamqp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rix3wfkydjz5y3ksq667f221dk4mwpz0-packages.json.drv building '/nix/store/rix3wfkydjz5y3ksq667f221dk4mwpz0-packages.json.drv'... Going to be running update for following packages: - python3.11-txamqp-0.8.2 Press Enter key to continue... Running update for: - python3.11-txamqp-0.8.2: UPDATING ... - python3.11-txamqp-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.txamqp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gspeech, using log file: /var/log/nixpkgs-update/gspeech/2024-05-04.log gspeech 0 -> 1 attrpath: gspeech Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/af6w5icfsiia78kn83qcpksgn59anv5y-packages.json.drv building '/nix/store/af6w5icfsiia78kn83qcpksgn59anv5y-packages.json.drv'... Going to be running update for following packages: - gSpeech-0.11.0 Press Enter key to continue... Running update for: - gSpeech-0.11.0: UPDATING ... - gSpeech-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gspeech 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rss2email, using log file: /var/log/nixpkgs-update/rss2email/2024-05-04.log rss2email 0 -> 1 attrpath: rss2email Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yly3vn3i79ajfrjmg126r1prxd9h2jap-packages.json.drv building '/nix/store/yly3vn3i79ajfrjmg126r1prxd9h2jap-packages.json.drv'... Going to be running update for following packages: - rss2email-3.14 Press Enter key to continue... Running update for: - rss2email-3.14: UPDATING ... - rss2email-3.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rss2email 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.txi2p-tahoe, using log file: /var/log/nixpkgs-update/python311Packages.txi2p-tahoe/2024-05-04.log python311Packages.txi2p-tahoe 0 -> 1 attrpath: python311Packages.txi2p-tahoe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wgh1cr983h7hrjpv0lla96imanzgbm8l-packages.json.drv building '/nix/store/wgh1cr983h7hrjpv0lla96imanzgbm8l-packages.json.drv'... Going to be running update for following packages: - python3.11-txi2p-tahoe-0.3.7 Press Enter key to continue... Running update for: - python3.11-txi2p-tahoe-0.3.7: UPDATING ... - python3.11-txi2p-tahoe-0.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.txi2p-tahoe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.qu, using log file: /var/log/nixpkgs-update/aspellDicts.qu/2024-05-04.log aspellDicts.qu 0 -> 1 attrpath: aspellDicts.qu Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/pynz9ix7fx60k3n56fb6499dx6c86kf8-update-aspellDict-qu.drv /nix/store/jhyibl5rmwmszzaw68mg8x4j2z7k7wyb-packages.json.drv building '/nix/store/pynz9ix7fx60k3n56fb6499dx6c86kf8-update-aspellDict-qu.drv'... building '/nix/store/jhyibl5rmwmszzaw68mg8x4j2z7k7wyb-packages.json.drv'... Going to be running update for following packages: - aspell-dict-qu-0.02-0 Press Enter key to continue... Running update for: - aspell-dict-qu-0.02-0: UPDATING ... - aspell-dict-qu-0.02-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.qu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lice, using log file: /var/log/nixpkgs-update/lice/2024-05-04.log lice 0 -> 1 attrpath: lice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/17lm52gxyyf8x0dcqviiyam9bc8vpsvk-packages.json.drv building '/nix/store/17lm52gxyyf8x0dcqviiyam9bc8vpsvk-packages.json.drv'... Going to be running update for following packages: - python3.11-lice-0.6 Press Enter key to continue... Running update for: - python3.11-lice-0.6: UPDATING ... - python3.11-lice-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simpleeval, using log file: /var/log/nixpkgs-update/python311Packages.simpleeval/2024-05-04.log python311Packages.simpleeval 0 -> 1 attrpath: python311Packages.simpleeval Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/89ynqh0jrdvnxzdzwwpxpv66fnsn7kr0-packages.json.drv building '/nix/store/89ynqh0jrdvnxzdzwwpxpv66fnsn7kr0-packages.json.drv'... Going to be running update for following packages: - python3.11-simpleeval-0.9.13 Press Enter key to continue... Running update for: - python3.11-simpleeval-0.9.13: UPDATING ... - python3.11-simpleeval-0.9.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simpleeval 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xpybutil, using log file: /var/log/nixpkgs-update/python311Packages.xpybutil/2024-05-04.log python311Packages.xpybutil 0 -> 1 attrpath: python311Packages.xpybutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/riw6p11vh464dsf5i3a7kanmr5lkws4k-packages.json.drv building '/nix/store/riw6p11vh464dsf5i3a7kanmr5lkws4k-packages.json.drv'... Going to be running update for following packages: - python3.11-xpybutil-0.0.6 Press Enter key to continue... Running update for: - python3.11-xpybutil-0.0.6: UPDATING ... - python3.11-xpybutil-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xpybutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath check-openvpn, using log file: /var/log/nixpkgs-update/check-openvpn/2024-05-04.log check-openvpn 0 -> 1 attrpath: check-openvpn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pxjxf69a4kfcyx80mmdwd56yaxia5p85-packages.json.drv building '/nix/store/pxjxf69a4kfcyx80mmdwd56yaxia5p85-packages.json.drv'... Going to be running update for following packages: - check-openvpn-0.0.1 Press Enter key to continue... Running update for: - check-openvpn-0.0.1: UPDATING ... - check-openvpn-0.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update check-openvpn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fasttext-predict, using log file: /var/log/nixpkgs-update/python311Packages.fasttext-predict/2024-05-04.log python311Packages.fasttext-predict 0 -> 1 attrpath: python311Packages.fasttext-predict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7wpcan914930avhwg98lnvk8299kbchk-packages.json.drv building '/nix/store/7wpcan914930avhwg98lnvk8299kbchk-packages.json.drv'... Going to be running update for following packages: - python3.11-fasttext-predict-0.9.2.2 Press Enter key to continue... Running update for: - python3.11-fasttext-predict-0.9.2.2: UPDATING ... - python3.11-fasttext-predict-0.9.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fasttext-predict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath inspec, using log file: /var/log/nixpkgs-update/inspec/2024-05-04.log inspec 0 -> 1 attrpath: inspec Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update inspec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyevilgenius, using log file: /var/log/nixpkgs-update/python311Packages.pyevilgenius/2024-05-04.log python311Packages.pyevilgenius 0 -> 1 attrpath: python311Packages.pyevilgenius Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r922mx1i8w0jrdphdwrmny4lqn446gqa-packages.json.drv building '/nix/store/r922mx1i8w0jrdphdwrmny4lqn446gqa-packages.json.drv'... Going to be running update for following packages: - python3.11-pyevilgenius-2.0.0 Press Enter key to continue... Running update for: - python3.11-pyevilgenius-2.0.0: UPDATING ... - python3.11-pyevilgenius-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyevilgenius 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tlslite-ng, using log file: /var/log/nixpkgs-update/python311Packages.tlslite-ng/2024-05-04.log python311Packages.tlslite-ng 0 -> 1 attrpath: python311Packages.tlslite-ng Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hdza24snr4m3qvh4vjabaf1abvmxwhsa-packages.json.drv building '/nix/store/hdza24snr4m3qvh4vjabaf1abvmxwhsa-packages.json.drv'... Going to be running update for following packages: - python3.11-tlslite-ng-0.7.6 Press Enter key to continue... Running update for: - python3.11-tlslite-ng-0.7.6: UPDATING ... - python3.11-tlslite-ng-0.7.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tlslite-ng 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioskybell, using log file: /var/log/nixpkgs-update/python311Packages.aioskybell/2024-05-04.log python311Packages.aioskybell 0 -> 1 attrpath: python311Packages.aioskybell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a3hrk81pbyb5l6x4drgrhszlpd0vxj3z-packages.json.drv building '/nix/store/a3hrk81pbyb5l6x4drgrhszlpd0vxj3z-packages.json.drv'... Going to be running update for following packages: - python3.11-aioskybell-23.12.0 Press Enter key to continue... Running update for: - python3.11-aioskybell-23.12.0: UPDATING ... - python3.11-aioskybell-23.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioskybell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath networkmanager, using log file: /var/log/nixpkgs-update/networkmanager/2024-05-04.log networkmanager 0 -> 1 attrpath: networkmanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pxrp3rv5cz7hysfb210w72k6w4d2pz2m-packages.json.drv building '/nix/store/pxrp3rv5cz7hysfb210w72k6w4d2pz2m-packages.json.drv'... Going to be running update for following packages: - networkmanager-1.46.0 Press Enter key to continue... Running update for: - networkmanager-1.46.0: UPDATING ... - networkmanager-1.46.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update networkmanager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-archive-all, using log file: /var/log/nixpkgs-update/git-archive-all/2024-05-04.log git-archive-all 0 -> 1 attrpath: git-archive-all Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7a4jrnjjanpsav6y5iwfaamh7x6z0k4k-packages.json.drv building '/nix/store/7a4jrnjjanpsav6y5iwfaamh7x6z0k4k-packages.json.drv'... Going to be running update for following packages: - git-archive-all-1.23.1 Press Enter key to continue... Running update for: - git-archive-all-1.23.1: UPDATING ... - git-archive-all-1.23.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-archive-all 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypykatz, using log file: /var/log/nixpkgs-update/python311Packages.pypykatz/2024-05-04.log python311Packages.pypykatz 0 -> 1 attrpath: python311Packages.pypykatz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z6myvlkh8bwjxx6y5w0paksjs4d4f4m0-packages.json.drv building '/nix/store/z6myvlkh8bwjxx6y5w0paksjs4d4f4m0-packages.json.drv'... Going to be running update for following packages: - python3.11-pypykatz-0.6.9 Press Enter key to continue... Running update for: - python3.11-pypykatz-0.6.9: UPDATING ... - python3.11-pypykatz-0.6.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypykatz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyproject-hooks, using log file: /var/log/nixpkgs-update/python311Packages.pyproject-hooks/2024-05-04.log python311Packages.pyproject-hooks 0 -> 1 attrpath: python311Packages.pyproject-hooks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iw9wm5hh75xc9lvy2zlzwncn64ajh473-packages.json.drv building '/nix/store/iw9wm5hh75xc9lvy2zlzwncn64ajh473-packages.json.drv'... Going to be running update for following packages: - python3.11-pyproject-hooks-1.0.0 Press Enter key to continue... Running update for: - python3.11-pyproject-hooks-1.0.0: UPDATING ... - python3.11-pyproject-hooks-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyproject-hooks/default.nix b/pkgs/development/python-modules/pyproject-hooks/default.nix index 3624b5f02edb..30c2a3dd92b3 100644 --- a/pkgs/development/python-modules/pyproject-hooks/default.nix +++ b/pkgs/development/python-modules/pyproject-hooks/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pyproject-hooks"; - version = "1.0.0"; + version = "1.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi rec { pname = "pyproject_hooks"; inherit version; - hash = "sha256-8nGymLl/WVXVP7ErcsH7GUjCLBprcLMVxUztrKAmTvU="; + hash = "sha256-SzdzCDTtvWvTfybs5rRIAvscHuLs4OVN3/i/wG24aWU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 60259 > 100 [result] Failed to update python311Packages.pyproject-hooks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath viu, using log file: /var/log/nixpkgs-update/viu/2024-05-04.log viu 1.4.0 -> 1.5.0 https://repology.org/project/viu/versions attrpath: viu Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - viu: 1.4.0 -> 1.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/269170" [result] Failed to update viu 1.4.0 -> 1.5.0 https://repology.org/project/viu/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coq_8_6, using log file: /var/log/nixpkgs-update/coq_8_6/2024-05-04.log coq_8_6 8.6.1 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_6 Checking auto update branch... No auto update branch exists Version in attr path coq_8_6 not compatible with 8.19.1 [result] Failed to update coq_8_6 8.6.1 -> 8.19.1 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simpful, using log file: /var/log/nixpkgs-update/python311Packages.simpful/2024-05-04.log python311Packages.simpful 0 -> 1 attrpath: python311Packages.simpful Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6fyh83p9rxq06y0i694syxapqx0gv5w6-packages.json.drv building '/nix/store/6fyh83p9rxq06y0i694syxapqx0gv5w6-packages.json.drv'... Going to be running update for following packages: - python3.11-simpful-2.12.0 Press Enter key to continue... Running update for: - python3.11-simpful-2.12.0: UPDATING ... - python3.11-simpful-2.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simpful 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cppy, using log file: /var/log/nixpkgs-update/python311Packages.cppy/2024-05-04.log python311Packages.cppy 0 -> 1 attrpath: python311Packages.cppy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6w5zd6cin5f2al63ic6i5wikkg3jdjjn-packages.json.drv building '/nix/store/6w5zd6cin5f2al63ic6i5wikkg3jdjjn-packages.json.drv'... Going to be running update for following packages: - python3.11-cppy-1.2.1 Press Enter key to continue... Running update for: - python3.11-cppy-1.2.1: UPDATING ... - python3.11-cppy-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cppy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysigma-backend-insightidr, using log file: /var/log/nixpkgs-update/python311Packages.pysigma-backend-insightidr/2024-05-04.log python311Packages.pysigma-backend-insightidr 0 -> 1 attrpath: python311Packages.pysigma-backend-insightidr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4fqs6vcngfv6aj71hfkl1841kbxnvk1w-packages.json.drv building '/nix/store/4fqs6vcngfv6aj71hfkl1841kbxnvk1w-packages.json.drv'... Going to be running update for following packages: - python3.11-pysigma-backend-insightidr-0.2.2 Press Enter key to continue... Running update for: - python3.11-pysigma-backend-insightidr-0.2.2: UPDATING ... - python3.11-pysigma-backend-insightidr-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigma-backend-insightidr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ofxparse, using log file: /var/log/nixpkgs-update/python311Packages.ofxparse/2024-05-04.log python311Packages.ofxparse 0 -> 1 attrpath: python311Packages.ofxparse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bwg75c48mfs9g7vmpbr6xp5f3l4i4523-packages.json.drv building '/nix/store/bwg75c48mfs9g7vmpbr6xp5f3l4i4523-packages.json.drv'... Going to be running update for following packages: - python3.11-ofxparse-0.21 Press Enter key to continue... Running update for: - python3.11-ofxparse-0.21: UPDATING ... - python3.11-ofxparse-0.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ofxparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath habitat, using log file: /var/log/nixpkgs-update/habitat/2024-05-04.log habitat 1.6.848 -> 1.6.1041 https://github.com/habitat-sh/habitat/releases attrpath: habitat 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/habitat/default.nix b/pkgs/applications/networking/cluster/habitat/default.nix index 03f6d79a5387..2d27a1741a18 100644 --- a/pkgs/applications/networking/cluster/habitat/default.nix +++ b/pkgs/applications/networking/cluster/habitat/default.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "habitat"; - version = "1.6.848"; + version = "1.6.1041"; src = fetchFromGitHub { owner = "habitat-sh"; repo = "habitat"; rev = version; - hash = "sha256-oK9ZzENwpEq6W1qnhSgkr7Rhy7Fxt/BS4U5nxecyPu8="; + hash = "sha256-VNilWbVZ4eINWTE8Oa9EV4qWRHHFSvD+adCxn3ToDJc="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A habitat nix build failed. < name = "zerocopy-derive" < version = "0.7.31" --- > name = "yasna" > version = "0.5.2" 4698c4646 < checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a" --- > checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 4700,4702c4648 < "proc-macro2", < "quote", < "syn 2.0.46", --- > "time 0.3.11", 4718c4664 < "log 0.4.21", --- > "log 0.4.20", ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update habitat 1.6.848 -> 1.6.1041 https://github.com/habitat-sh/habitat/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.feedparser, using log file: /var/log/nixpkgs-update/python311Packages.feedparser/2024-05-04.log python311Packages.feedparser 0 -> 1 attrpath: python311Packages.feedparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hzlh9dzj7nyh14yv05smr8xhcjnmwjda-packages.json.drv building '/nix/store/hzlh9dzj7nyh14yv05smr8xhcjnmwjda-packages.json.drv'... Going to be running update for following packages: - python3.11-feedparser-6.0.11 Press Enter key to continue... Running update for: - python3.11-feedparser-6.0.11: UPDATING ... - python3.11-feedparser-6.0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.feedparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yarn-lock-converter, using log file: /var/log/nixpkgs-update/yarn-lock-converter/2024-05-04.log yarn-lock-converter 0 -> 1 attrpath: yarn-lock-converter Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/ynz3rhd1al9apgkl57s3mmvdbavprrdi-packages.json.drv building '/nix/store/ynz3rhd1al9apgkl57s3mmvdbavprrdi-packages.json.drv'... Going to be running update for following packages: - yarn-lock-converter-0.0.2 Press Enter key to continue... Running update for: - yarn-lock-converter-0.0.2: UPDATING ... - yarn-lock-converter-0.0.2: ERROR --- SHOWING ERROR LOG FOR yarn-lock-converter-0.0.2 ---------------------- ++ dirname -- /var/cache/nixpkgs-update/worker/worktree/yarn-lock-converter/pkgs/tools/package-management/yarn-lock-converter/update.sh + cd -- /var/cache/nixpkgs-update/worker/worktree/yarn-lock-converter/pkgs/tools/package-management/yarn-lock-converter ++ mktemp -d + TMPDIR=/run/nixpkgs-update-worker/tmp.toraKtVKAA + trap 'rm -r -- "$TMPDIR"' EXIT + pushd -- /run/nixpkgs-update-worker/tmp.toraKtVKAA + npm pack @vht/yarn-lock-converter --json + jq '.[0] | { version, integrity, filename }' /var/cache/nixpkgs-update/worker/worktree/yarn-lock-converter/pkgs/tools/package-management/yarn-lock-converter/update.sh: line 13: jq: command not found + rm -r -- /run/nixpkgs-update-worker/tmp.toraKtVKAA --- SHOWING ERROR LOG FOR yarn-lock-converter-0.0.2 ---------------------- The update script for yarn-lock-converter-0.0.2 failed with exit code 127 [result] Failed to update yarn-lock-converter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath invidious, using log file: /var/log/nixpkgs-update/invidious/2024-05-04.log invidious 0 -> 1 attrpath: invidious Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ngi2720nhdzy1a1a4jc9hbvcf9az91fy-packages.json.drv building '/nix/store/ngi2720nhdzy1a1a4jc9hbvcf9az91fy-packages.json.drv'... Going to be running update for following packages: - invidious-2.20240427 Press Enter key to continue... Running update for: - invidious-2.20240427: UPDATING ... - invidious-2.20240427: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update invidious 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.terminado, using log file: /var/log/nixpkgs-update/python311Packages.terminado/2024-05-04.log python311Packages.terminado 0 -> 1 attrpath: python311Packages.terminado Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7q4hzg1q9gfz6vr0fbdidn9bzhbg4y91-packages.json.drv building '/nix/store/7q4hzg1q9gfz6vr0fbdidn9bzhbg4y91-packages.json.drv'... Going to be running update for following packages: - python3.11-terminado-0.18.1 Press Enter key to continue... Running update for: - python3.11-terminado-0.18.1: UPDATING ... - python3.11-terminado-0.18.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.terminado 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ser2net, using log file: /var/log/nixpkgs-update/ser2net/2024-05-04.log ser2net 0 -> 1 attrpath: ser2net Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/88xqfjdx6cx7qlfn2vqrk4g81p8s6lhs-packages.json.drv building '/nix/store/88xqfjdx6cx7qlfn2vqrk4g81p8s6lhs-packages.json.drv'... Going to be running update for following packages: - ser2net-4.6.2 Press Enter key to continue... Running update for: - ser2net-4.6.2: UPDATING ... - ser2net-4.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ser2net 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rich, using log file: /var/log/nixpkgs-update/python311Packages.rich/2024-05-04.log python311Packages.rich 0 -> 1 attrpath: python311Packages.rich Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mqwv2hm7wf9sjww0i0gw8qr20m5mmlzs-packages.json.drv building '/nix/store/mqwv2hm7wf9sjww0i0gw8qr20m5mmlzs-packages.json.drv'... Going to be running update for following packages: - python3.11-rich-13.7.1 Press Enter key to continue... Running update for: - python3.11-rich-13.7.1: UPDATING ... - python3.11-rich-13.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rich 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spython, using log file: /var/log/nixpkgs-update/python311Packages.spython/2024-05-04.log python311Packages.spython 0 -> 1 attrpath: python311Packages.spython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0xfizwm6fphmj837sggdyis81913w6wl-packages.json.drv building '/nix/store/0xfizwm6fphmj837sggdyis81913w6wl-packages.json.drv'... Going to be running update for following packages: - python3.11-spython-0.3.12 Press Enter key to continue... Running update for: - python3.11-spython-0.3.12: UPDATING ... - python3.11-spython-0.3.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spython 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coreboot-configurator, using log file: /var/log/nixpkgs-update/coreboot-configurator/2024-05-04.log coreboot-configurator unstable-2023-01-17 -> 11 https://github.com/StarLabsLtd/coreboot-configurator/releases attrpath: coreboot-configurator Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update coreboot-configurator unstable-2023-01-17 -> 11 https://github.com/StarLabsLtd/coreboot-configurator/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath home-assistant-custom-components.gpio, using log file: /var/log/nixpkgs-update/home-assistant-custom-components.gpio/2024-05-04.log home-assistant-custom-components.gpio 0 -> 1 attrpath: home-assistant-custom-components.gpio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/01w62c92lk4w43mw9d2myzlgg5lfpm1w-packages.json.drv building '/nix/store/01w62c92lk4w43mw9d2myzlgg5lfpm1w-packages.json.drv'... Going to be running update for following packages: - python3.12-raboof-gpio-0.0.4 Press Enter key to continue... Running update for: - python3.12-raboof-gpio-0.0.4: UPDATING ... - python3.12-raboof-gpio-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update home-assistant-custom-components.gpio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyemvue, using log file: /var/log/nixpkgs-update/python311Packages.pyemvue/2024-05-04.log python311Packages.pyemvue 0 -> 1 attrpath: python311Packages.pyemvue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bjvyichx7rb9yr5df34yzx8cj72mip7k-packages.json.drv building '/nix/store/bjvyichx7rb9yr5df34yzx8cj72mip7k-packages.json.drv'... Going to be running update for following packages: - python3.11-pyemvue-0.18.5 Press Enter key to continue... Running update for: - python3.11-pyemvue-0.18.5: UPDATING ... - python3.11-pyemvue-0.18.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyemvue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath louvain-community, using log file: /var/log/nixpkgs-update/louvain-community/2024-05-04.log louvain-community 0 -> 1 attrpath: louvain-community Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/kr731mk94q2470ynqsx2lshm61zqs02a-packages.json.drv building '/nix/store/kr731mk94q2470ynqsx2lshm61zqs02a-packages.json.drv'... Going to be running update for following packages: - louvain-community-unstable-2024-01-30 Press Enter key to continue... Running update for: - louvain-community-unstable-2024-01-30: UPDATING ... - louvain-community-unstable-2024-01-30: ERROR --- SHOWING ERROR LOG FOR louvain-community-unstable-2024-01-30 ---------------------- + url= + branch= + hardcode_zero_version= + tag_format= + tag_prefix= + tag_converter= + shallow_clone= + : '' + (( 3 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 2 > 0 )) + flag='--tag-format=*' + shift 1 + case "$flag" in + tag_format='*' + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ nix-instantiate --eval -E 'with import ./. {}; louvain-community.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/meelgroup/louvain-community.git ++ mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.iRKp6RxN7F + cloneArgs=() + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + git clone --depth=1 https://github.com/meelgroup/louvain-community.git /run/nixpkgs-update-worker/tmp.iRKp6RxN7F Cloning into '/run/nixpkgs-update-worker/tmp.iRKp6RxN7F'... + pushd /run/nixpkgs-update-worker/tmp.iRKp6RxN7F ++ git show -s --pretty=format:%cs + commit_date=2024-01-30 ++ git show -s --pretty=format:%H + commit_sha=681a711a530ded0b25af72ee4881d453a80ac8ac + last_tag= + [[ -z '' ]] + [[ 1 == \1 ]] + depth=100 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=100 --tags + depth=200 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=200 --tags + depth=400 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=400 --tags + depth=800 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=800 --tags + depth=1600 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=1600 --tags + depth=3200 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=3200 --tags + depth=6400 + (( depth < 10000 )) ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -n '' ]] + git fetch --depth=6400 --tags + depth=12800 + (( depth < 10000 )) + [[ -z '' ]] + git fetch --tags ++ getLatestVersion ++ git describe --tags --abbrev=0 --match '*' ++ true + last_tag= + [[ -z '' ]] + last_tag=0 + [[ -n '' ]] + [[ -n '' ]] + [[ ! 0 =~ ^[[:digit:]] ]] + new_version=0-unstable-2024-01-30 + popd + update-source-version louvain-community 0-unstable-2024-01-30 --rev=681a711a530ded0b25af72ee4881d453a80ac8ac update-source-version: error: Failed to replace source revision '681a711a530ded0b25af72ee4881d453a80ac8ac' to '681a711a530ded0b25af72ee4881d453a80ac8ac' in 'louvain-community'! --- SHOWING ERROR LOG FOR louvain-community-unstable-2024-01-30 ---------------------- The update script for louvain-community-unstable-2024-01-30 failed with exit code 1 [result] Failed to update louvain-community 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lomiri.trust-store, using log file: /var/log/nixpkgs-update/lomiri.trust-store/2024-05-04.log lomiri.trust-store 0 -> 1 attrpath: lomiri.trust-store Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/35gbpr3kwhfb9vyrsk17r7ja38g83xpg-packages.json.drv building '/nix/store/35gbpr3kwhfb9vyrsk17r7ja38g83xpg-packages.json.drv'... Going to be running update for following packages: - trust-store-2.0.2 Press Enter key to continue... Running update for: - trust-store-2.0.2: UPDATING ... - trust-store-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.trust-store 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath proxychains-ng, using log file: /var/log/nixpkgs-update/proxychains-ng/2024-05-04.log proxychains-ng 4.16 -> 4.17 https://repology.org/project/proxychains-ng/versions attrpath: proxychains-ng Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update proxychains-ng 4.16 -> 4.17 https://repology.org/project/proxychains-ng/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unrardll, using log file: /var/log/nixpkgs-update/python311Packages.unrardll/2024-05-04.log python311Packages.unrardll 0 -> 1 attrpath: python311Packages.unrardll Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6fvvirf69wm1mwp5znadx9gfywkcnkwr-packages.json.drv building '/nix/store/6fvvirf69wm1mwp5znadx9gfywkcnkwr-packages.json.drv'... Going to be running update for following packages: - python3.11-unrardll-0.1.7 Press Enter key to continue... Running update for: - python3.11-unrardll-0.1.7: UPDATING ... - python3.11-unrardll-0.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unrardll 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coltrane, using log file: /var/log/nixpkgs-update/coltrane/2024-05-04.log coltrane 0 -> 1 attrpath: coltrane Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update coltrane 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wifi-qr, using log file: /var/log/nixpkgs-update/wifi-qr/2024-05-04.log wifi-qr 0.3-unstable-2023-09-30 -> 0.3 https://github.com/kokoye2007/wifi-qr/releases attrpath: wifi-qr Checking auto update branch... No auto update branch exists 0.3 is not newer than 0.3-unstable-2023-09-30 according to Nix; versionComparison: -1 [result] Failed to update wifi-qr 0.3-unstable-2023-09-30 -> 0.3 https://github.com/kokoye2007/wifi-qr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.setuptools-generate, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-generate/2024-05-04.log python311Packages.setuptools-generate 0 -> 1 attrpath: python311Packages.setuptools-generate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g0xphyhm76p6pywp55w4sdn17pg1k2sd-packages.json.drv building '/nix/store/g0xphyhm76p6pywp55w4sdn17pg1k2sd-packages.json.drv'... Going to be running update for following packages: - python3.11-setuptools-generate-0.0.6 Press Enter key to continue... Running update for: - python3.11-setuptools-generate-0.0.6: UPDATING ... - python3.11-setuptools-generate-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-generate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dufte, using log file: /var/log/nixpkgs-update/python311Packages.dufte/2024-05-04.log python311Packages.dufte 0 -> 1 attrpath: python311Packages.dufte Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lf7ccmkkj6w9b0dnvnrnf3js1hbgw4li-packages.json.drv building '/nix/store/lf7ccmkkj6w9b0dnvnrnf3js1hbgw4li-packages.json.drv'... Going to be running update for following packages: - python3.11-dufte-0.2.29 Press Enter key to continue... Running update for: - python3.11-dufte-0.2.29: UPDATING ... - python3.11-dufte-0.2.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dufte 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elvis-erlang, using log file: /var/log/nixpkgs-update/elvis-erlang/2024-05-04.log elvis-erlang 0 -> 1 attrpath: elvis-erlang Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/wh83g20wbmdfgdk3mrpk4ijpbylc9jqa-update.sh.drv /nix/store/ly3xlg27cjlzlibpd7774j5hkrja0c0w-packages.json.drv building '/nix/store/wh83g20wbmdfgdk3mrpk4ijpbylc9jqa-update.sh.drv'... building '/nix/store/ly3xlg27cjlzlibpd7774j5hkrja0c0w-packages.json.drv'... Going to be running update for following packages: - elvis-erlang-3.0.1 Press Enter key to continue... Running update for: - elvis-erlang-3.0.1: UPDATING ... - elvis-erlang-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update elvis-erlang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bfetch, using log file: /var/log/nixpkgs-update/bfetch/2024-05-04.log bfetch unstable-2021-05-21 -> 1.0.1 https://github.com/NNBnh/bfetch/releases attrpath: bfetch Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update bfetch unstable-2021-05-21 -> 1.0.1 https://github.com/NNBnh/bfetch/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parquet, using log file: /var/log/nixpkgs-update/python311Packages.parquet/2024-05-04.log python311Packages.parquet 0 -> 1 attrpath: python311Packages.parquet Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/idsp7nx4ij5yzinc9jps7kffzp3ycv96-packages.json.drv building '/nix/store/idsp7nx4ij5yzinc9jps7kffzp3ycv96-packages.json.drv'... Going to be running update for following packages: - python3.11-parquet-1.3.1 Press Enter key to continue... Running update for: - python3.11-parquet-1.3.1: UPDATING ... - python3.11-parquet-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parquet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proxy-py, using log file: /var/log/nixpkgs-update/python311Packages.proxy-py/2024-05-04.log python311Packages.proxy-py 0 -> 1 attrpath: python311Packages.proxy-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vwpyxacls3ngspsyb5f8kdpk7vix46x6-packages.json.drv building '/nix/store/vwpyxacls3ngspsyb5f8kdpk7vix46x6-packages.json.drv'... Going to be running update for following packages: - python3.11-proxy-py-2.4.4rc5 Press Enter key to continue... Running update for: - python3.11-proxy-py-2.4.4rc5: UPDATING ... - python3.11-proxy-py-2.4.4rc5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proxy-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.switchboard-plug-sound, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-sound/2024-05-04.log pantheon.switchboard-plug-sound 0 -> 1 attrpath: pantheon.switchboard-plug-sound Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lifb75dcisl6cnlxfly9ivbybcwz4l38-packages.json.drv building '/nix/store/lifb75dcisl6cnlxfly9ivbybcwz4l38-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-sound-2.3.3 Press Enter key to continue... Running update for: - switchboard-plug-sound-2.3.3: UPDATING ... - switchboard-plug-sound-2.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-sound 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libkeyfinder, using log file: /var/log/nixpkgs-update/libkeyfinder/2024-05-04.log libkeyfinder 2.2.6 -> 2.2.8 https://repology.org/project/libkeyfinder/versions attrpath: libkeyfinder Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update libkeyfinder 2.2.6 -> 2.2.8 https://repology.org/project/libkeyfinder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.manifestoo-core, using log file: /var/log/nixpkgs-update/python311Packages.manifestoo-core/2024-05-04.log python311Packages.manifestoo-core 0 -> 1 attrpath: python311Packages.manifestoo-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y4acmkz5vrcqb51ybccj4wakq6700bpq-packages.json.drv building '/nix/store/y4acmkz5vrcqb51ybccj4wakq6700bpq-packages.json.drv'... Going to be running update for following packages: - python3.11-manifestoo-core-1.5 Press Enter key to continue... Running update for: - python3.11-manifestoo-core-1.5: UPDATING ... - python3.11-manifestoo-core-1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.manifestoo-core 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fipy, using log file: /var/log/nixpkgs-update/python311Packages.fipy/2024-05-04.log python311Packages.fipy 0 -> 1 attrpath: python311Packages.fipy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4drjql4k613hscgvgmgbnv1b9m1y6vnz-packages.json.drv building '/nix/store/4drjql4k613hscgvgmgbnv1b9m1y6vnz-packages.json.drv'... Going to be running update for following packages: - python3.11-fipy-3.4.4 Press Enter key to continue... Running update for: - python3.11-fipy-3.4.4: UPDATING ... - python3.11-fipy-3.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fipy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pirate-get, using log file: /var/log/nixpkgs-update/pirate-get/2024-05-04.log pirate-get 0 -> 1 attrpath: pirate-get Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/48xl3vaali58sj5l3rcfcgx17zw6vw37-packages.json.drv building '/nix/store/48xl3vaali58sj5l3rcfcgx17zw6vw37-packages.json.drv'... Going to be running update for following packages: - pirate-get-0.4.2 Press Enter key to continue... Running update for: - pirate-get-0.4.2: UPDATING ... - pirate-get-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pirate-get 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpd-sima, using log file: /var/log/nixpkgs-update/mpd-sima/2024-05-04.log mpd-sima 0 -> 1 attrpath: mpd-sima Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h6pixwd64y1jqnr18fp0azmhv95969i3-packages.json.drv building '/nix/store/h6pixwd64y1jqnr18fp0azmhv95969i3-packages.json.drv'... Going to be running update for following packages: - mpd-sima-0.18.2 Press Enter key to continue... Running update for: - mpd-sima-0.18.2: UPDATING ... - mpd-sima-0.18.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpd-sima 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-docutils, using log file: /var/log/nixpkgs-update/python311Packages.types-docutils/2024-05-04.log python311Packages.types-docutils 0 -> 1 attrpath: python311Packages.types-docutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/plcy4g1g4ndydfnmmhnwbr7n1f49176b-packages.json.drv building '/nix/store/plcy4g1g4ndydfnmmhnwbr7n1f49176b-packages.json.drv'... Going to be running update for following packages: - python3.11-types-docutils-0.21.0.20240423 Press Enter key to continue... Running update for: - python3.11-types-docutils-0.21.0.20240423: UPDATING ... - python3.11-types-docutils-0.21.0.20240423: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-docutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipytablewidgets, using log file: /var/log/nixpkgs-update/python311Packages.ipytablewidgets/2024-05-04.log python311Packages.ipytablewidgets 0 -> 1 attrpath: python311Packages.ipytablewidgets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8bzwzg9vgnn4mcpj9l7girbnv72hr9yp-packages.json.drv building '/nix/store/8bzwzg9vgnn4mcpj9l7girbnv72hr9yp-packages.json.drv'... Going to be running update for following packages: - python3.11-ipytablewidgets-0.3.1 Press Enter key to continue... Running update for: - python3.11-ipytablewidgets-0.3.1: UPDATING ... - python3.11-ipytablewidgets-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipytablewidgets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath z3_4_11, using log file: /var/log/nixpkgs-update/z3_4_11/2024-05-04.log z3_4_11 4.11.2 -> 4.13.0 https://github.com/Z3Prover/z3/releases attrpath: z3_4_11 Checking auto update branch... No auto update branch exists Version in attr path z3_4_11 not compatible with 4.13.0 [result] Failed to update z3_4_11 4.11.2 -> 4.13.0 https://github.com/Z3Prover/z3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath typesense, using log file: /var/log/nixpkgs-update/typesense/2024-05-04.log typesense 0 -> 1 attrpath: typesense Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kzdb2isz8sfw553bpiizdbv87k1kayay-packages.json.drv building '/nix/store/kzdb2isz8sfw553bpiizdbv87k1kayay-packages.json.drv'... Going to be running update for following packages: - typesense-26.0 Press Enter key to continue... Running update for: - typesense-26.0: UPDATING ... - typesense-26.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update typesense 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.helm, using log file: /var/log/nixpkgs-update/terraform-providers.helm/2024-05-04.log terraform-providers.helm 0 -> 1 attrpath: terraform-providers.helm Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.helm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.certbot-dns-rfc2136, using log file: /var/log/nixpkgs-update/python311Packages.certbot-dns-rfc2136/2024-05-04.log python311Packages.certbot-dns-rfc2136 0 -> 1 attrpath: python311Packages.certbot-dns-rfc2136 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j26g0w3jsnczhc78j34f3rjdv2n9r2xm-packages.json.drv building '/nix/store/j26g0w3jsnczhc78j34f3rjdv2n9r2xm-packages.json.drv'... Going to be running update for following packages: - python3.11-certbot-dns-rfc2136-2.9.0 Press Enter key to continue... Running update for: - python3.11-certbot-dns-rfc2136-2.9.0: UPDATING ... - python3.11-certbot-dns-rfc2136-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certbot-dns-rfc2136 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spirv-tools, using log file: /var/log/nixpkgs-update/spirv-tools/2024-05-04.log spirv-tools 1.3.280.0 -> 2024.1 https://repology.org/project/spirv-tools/versions attrpath: spirv-tools Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/04ypl12a1jfrs1qv6w9q93v2qwrx2rsn-source.drv building '/nix/store/04ypl12a1jfrs1qv6w9q93v2qwrx2rsn-source.drv'... trying https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-2024.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/04ypl12a1jfrs1qv6w9q93v2qwrx2rsn-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-2024.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/04ypl12a1jfrs1qv6w9q93v2qwrx2rsn-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'spirv-tools.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/04ypl12a1jfrs1qv6w9q93v2qwrx2rsn-source.drv /nix/store/kssak7093jd5xglacf49qj4k72x127br-spirv-tools-2024.1.drv building '/nix/store/04ypl12a1jfrs1qv6w9q93v2qwrx2rsn-source.drv'... trying https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-2024.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/04ypl12a1jfrs1qv6w9q93v2qwrx2rsn-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-2024.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/04ypl12a1jfrs1qv6w9q93v2qwrx2rsn-source.drv'. error: 1 dependencies of derivation '/nix/store/kssak7093jd5xglacf49qj4k72x127br-spirv-tools-2024.1.drv' failed to build [result] Failed to update spirv-tools 1.3.280.0 -> 2024.1 https://repology.org/project/spirv-tools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath signal-desktop, using log file: /var/log/nixpkgs-update/signal-desktop/2024-05-04.log signal-desktop 0 -> 1 attrpath: signal-desktop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3hx8ng459cqqmyfcf65j4rj2k1fzv6s7-packages.json.drv building '/nix/store/3hx8ng459cqqmyfcf65j4rj2k1fzv6s7-packages.json.drv'... Going to be running update for following packages: - signal-desktop-7.6.0 Press Enter key to continue... Running update for: - signal-desktop-7.6.0: UPDATING ... - signal-desktop-7.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop.nix b/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop.nix index 0b1f3b034cce..c4e40432fbb2 100644 --- a/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop.nix +++ b/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop.nix @@ -2,7 +2,7 @@ callPackage ./generic.nix { } rec { pname = "signal-desktop"; dir = "Signal"; - version = "7.6.0"; + version = "7.7.0"; url = "https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_${version}_amd64.deb"; - hash = "sha256-sGOWsFZTO9VQDkCqhsOkW5aY+sh0fLH7kPPe/bAzGvg="; + hash = "sha256-UESpbYZ4oRhhQF8GYrbKnNkqmefCfTE1jfCCK7ctIKk="; } No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/hpb8m086kyi3qi29dfzlqd6r4ndc4dhg-signal-desktop-7.7.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 13 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • signal-desktop
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for signal-desktop is: Private, simple, and secure messenger meta.homepage for signal-desktop is: https://signal.org/ meta.changelog for signal-desktop is: https://github.com/signalapp/Signal-Desktop/releases/tag/v7.7.0 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.7.0 with grep in /nix/store/hpb8m086kyi3qi29dfzlqd6r4ndc4dhg-signal-desktop-7.7.0 - found 7.7.0 in filename of file in /nix/store/hpb8m086kyi3qi29dfzlqd6r4ndc4dhg-signal-desktop-7.7.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath signal-desktop ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hpb8m086kyi3qi29dfzlqd6r4ndc4dhg-signal-desktop-7.7.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A signal-desktop https://github.com/r-ryantm/nixpkgs/archive/883a2f45b1ef97d8e56bcece3a21afc19b9242e5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/883a2f45b1ef97d8e56bcece3a21afc19b9242e5#signal-desktop ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hpb8m086kyi3qi29dfzlqd6r4ndc4dhg-signal-desktop-7.7.0 ls -la /nix/store/hpb8m086kyi3qi29dfzlqd6r4ndc4dhg-signal-desktop-7.7.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • signal-desktop
--- ###### Maintainer pings cc @eclairevoyant @Mic92 @equirosa @urandom2 @bkchr for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/309144 [result] Success updating signal-desktop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qds-sdk, using log file: /var/log/nixpkgs-update/python311Packages.qds-sdk/2024-05-04.log python311Packages.qds-sdk 0 -> 1 attrpath: python311Packages.qds-sdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n1q9hddr4n55ryqi1ax9yqgkam63mday-packages.json.drv building '/nix/store/n1q9hddr4n55ryqi1ax9yqgkam63mday-packages.json.drv'... Going to be running update for following packages: - python3.11-qds-sdk-1.16.1 Press Enter key to continue... Running update for: - python3.11-qds-sdk-1.16.1: UPDATING ... - python3.11-qds-sdk-1.16.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qds-sdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrad, using log file: /var/log/nixpkgs-update/python311Packages.pyrad/2024-05-04.log python311Packages.pyrad 0 -> 1 attrpath: python311Packages.pyrad Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dc62ll5x2mrxsy51kky3gy8960frpbp2-packages.json.drv building '/nix/store/dc62ll5x2mrxsy51kky3gy8960frpbp2-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrad-2.4 Press Enter key to continue... Running update for: - python3.11-pyrad-2.4: UPDATING ... - python3.11-pyrad-2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.social-auth-app-django, using log file: /var/log/nixpkgs-update/python311Packages.social-auth-app-django/2024-05-04.log python311Packages.social-auth-app-django 0 -> 1 attrpath: python311Packages.social-auth-app-django Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7l0hqkx4l1av95hbcchy4p9xfa7iwi6v-packages.json.drv building '/nix/store/7l0hqkx4l1av95hbcchy4p9xfa7iwi6v-packages.json.drv'... Going to be running update for following packages: - python3.11-social-auth-app-django-5.4.1 Press Enter key to continue... Running update for: - python3.11-social-auth-app-django-5.4.1: UPDATING ... - python3.11-social-auth-app-django-5.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.social-auth-app-django 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pika, using log file: /var/log/nixpkgs-update/python311Packages.pika/2024-05-04.log python311Packages.pika 0 -> 1 attrpath: python311Packages.pika Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r7w7l92qgliw46wxbxqkxq8a26fs38n1-packages.json.drv building '/nix/store/r7w7l92qgliw46wxbxqkxq8a26fs38n1-packages.json.drv'... Going to be running update for following packages: - python3.11-pika-1.3.2 Press Enter key to continue... Running update for: - python3.11-pika-1.3.2: UPDATING ... - python3.11-pika-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pika 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytraccar, using log file: /var/log/nixpkgs-update/python311Packages.pytraccar/2024-05-04.log python311Packages.pytraccar 0 -> 1 attrpath: python311Packages.pytraccar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gdlcjrznjndw1qyicc47bc0swj7fs26s-packages.json.drv building '/nix/store/gdlcjrznjndw1qyicc47bc0swj7fs26s-packages.json.drv'... Going to be running update for following packages: - python3.11-pytraccar-2.1.1 Press Enter key to continue... Running update for: - python3.11-pytraccar-2.1.1: UPDATING ... - python3.11-pytraccar-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytraccar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-commerce, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-commerce/2024-05-04.log python311Packages.azure-mgmt-commerce 0 -> 1 attrpath: python311Packages.azure-mgmt-commerce Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j15w2pdzcg061yi8p6wfpj6gq0rz7q1h-packages.json.drv building '/nix/store/j15w2pdzcg061yi8p6wfpj6gq0rz7q1h-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-commerce-6.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-commerce-6.0.0: UPDATING ... - python3.11-azure-mgmt-commerce-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-commerce 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mkosi, using log file: /var/log/nixpkgs-update/mkosi/2024-05-04.log mkosi 0 -> 1 attrpath: mkosi Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/08xlysqqqz3xvac4dpkly4rvmjnm9ydb-packages.json.drv building '/nix/store/08xlysqqqz3xvac4dpkly4rvmjnm9ydb-packages.json.drv'... Going to be running update for following packages: - mkosi-20.2 Press Enter key to continue... Running update for: - mkosi-20.2: UPDATING ... - mkosi-20.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/virtualization/mkosi/default.nix b/pkgs/tools/virtualization/mkosi/default.nix index 8737002c0a82..87d0ed4eab30 100644 --- a/pkgs/tools/virtualization/mkosi/default.nix +++ b/pkgs/tools/virtualization/mkosi/default.nix @@ -45,7 +45,7 @@ let in buildPythonApplication rec { pname = "mkosi"; - version = "20.2"; + version = "22"; format = "pyproject"; outputs = [ "out" "man" ]; @@ -53,8 +53,8 @@ buildPythonApplication rec { src = fetchFromGitHub { owner = "systemd"; repo = "mkosi"; - rev = "v${version}"; - hash = "sha256-+mvepzoswDVIHzj+rEnlr0ouphGv5unpaNX3U8x517Y="; + rev = "refs/tags/v${version}"; + hash = "sha256-Zom1GlyhqgpTKfjcBOUEJMlubSn+TQsk97js1/UfDHY="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - mkosi: 20.2 -> 22; use --replace-fail on substituteInPlace URL "https://api.github.com/repos/NixOS/nixpkgs/issues/297122" [result] Failed to update mkosi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pdfarranger, using log file: /var/log/nixpkgs-update/pdfarranger/2024-05-04.log pdfarranger 0 -> 1 attrpath: pdfarranger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bqs34pffsyy003f4mx88gy8mm1aniiqk-packages.json.drv building '/nix/store/bqs34pffsyy003f4mx88gy8mm1aniiqk-packages.json.drv'... Going to be running update for following packages: - pdfarranger-1.10.1 Press Enter key to continue... Running update for: - pdfarranger-1.10.1: UPDATING ... - pdfarranger-1.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pdfarranger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO