[options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hcxdumptool, using log file: /var/log/nixpkgs-update/hcxdumptool/2024-02-26.log hcxdumptool 6.3.2 -> 6.3.4 https://github.com/ZerBea/hcxdumptool/releases attrpath: hcxdumptool Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [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/security/hcxdumptool/default.nix b/pkgs/tools/security/hcxdumptool/default.nix index c718ec0b5a0f..51c9fd633e3f 100644 --- a/pkgs/tools/security/hcxdumptool/default.nix +++ b/pkgs/tools/security/hcxdumptool/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "hcxdumptool"; - version = "6.3.2"; + version = "6.3.4"; src = fetchFromGitHub { owner = "ZerBea"; repo = "hcxdumptool"; rev = version; - sha256 = "sha256-InMyDUEH135Y1RYJ3z1+RQxPMi7+QMf670S/S2ZL9vg="; + sha256 = "sha256-PvCUymfNJe+E5VC29bADiugr4gvz3UAhcDoqKW/8jHw="; }; buildInputs = [ openssl ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A hcxdumptool nix build failed. got build log for 'hcxdumptool' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/h0csmnsgs09d7dklimg6bizixqjbbl3s-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 no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash gcc -O3 -Wall -Wextra -Wpedantic -std=gnu99 -o hcxdumptool hcxdumptool.c -DVERSION_TAG=\"6.3.4\" -DVERSION_YEAR=\"2024\" -DHCXSTATUSOUT -DHCXNMEAOUT -DHCXWANTLIBPCAP -lpcap hcxdumptool.c:41:10: fatal error: pcap/pcap.h: No such file or directory 41 | #include  | ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:75: hcxdumptool] Error 1 [result] Failed to update hcxdumptool 6.3.2 -> 6.3.4 https://github.com/ZerBea/hcxdumptool/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.bgms, using log file: /var/log/nixpkgs-update/rPackages.bgms/2024-02-26.log rPackages.bgms 0.1.2 -> 0.1.3 https://repology.org/project/r:bgms/versions attrpath: rPackages.bgms Checking auto update branch... No auto update branch exists Old version 0.1.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"; configurePhase = '' runHook preConfigure 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.bgms 0.1.2 -> 0.1.3 https://repology.org/project/r:bgms/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.BRugs, using log file: /var/log/nixpkgs-update/rPackages.BRugs/2024-02-26.log rPackages.BRugs 0.9-2 -> 0.9-2.1 https://repology.org/project/r:brugs/versions attrpath: rPackages.BRugs Checking auto update branch... No auto update branch exists Old version 0.9-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"; configurePhase = '' runHook preConfigure 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.BRugs 0.9-2 -> 0.9-2.1 https://repology.org/project/r:brugs/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 libsForQt5.index, using log file: /var/log/nixpkgs-update/libsForQt5.index/2024-02-26.log libsForQt5.index 3.0.2 -> 3.1.0 https://repology.org/project/index-fm/versions attrpath: libsForQt5.index Checking auto update branch... No auto update branch exists Old version 3.0.2" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , karchive , kcoreaddons , ki18n , kio , kirigami2 , mauikit , mauikit-filebrowsing , qtmultimedia , qtquickcontrols2 }: mkDerivation { pname = "index-fm"; postPatch = '' substituteInPlace CMakeLists.txt \ --replace "-Werror" "" ''; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ karchive kcoreaddons ki18n kio kirigami2 mauikit mauikit-filebrowsing qtmultimedia qtquickcontrols2 ]; meta = with lib; { description = "Multi-platform file manager"; homepage = "https://invent.kde.org/maui/index-fm"; license = licenses.gpl3Plus; maintainers = with maintainers; [ dotlambda ]; }; } [result] Failed to update libsForQt5.index 3.0.2 -> 3.1.0 https://repology.org/project/index-fm/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.activestorage, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.activestorage/2024-02-26.log rubyPackages_3_3.activestorage 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:activestorage/versions attrpath: rubyPackages_3_3.activestorage 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.activestorage 7.1.3 -> 7.1.3.2 https://repology.org/project/ruby:activestorage/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 libsForQt5.mauikit, using log file: /var/log/nixpkgs-update/libsForQt5.mauikit/2024-02-26.log libsForQt5.mauikit 3.0.2 -> 3.1.0 https://repology.org/project/mauikit/versions attrpath: libsForQt5.mauikit Checking auto update branch... No auto update branch exists Old version 3.0.2" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , kconfig , kcoreaddons , ki18n , knotifications , mauiman , qtbase , qtquickcontrols2 , qtx11extras }: mkDerivation { pname = "mauikit"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ kconfig kcoreaddons ki18n knotifications mauiman qtquickcontrols2 qtx11extras ]; meta = with lib; { homepage = "https://mauikit.org/"; description = "Free and modular front-end framework for developing fast and compelling user experiences"; license = licenses.gpl2Plus; maintainers = with maintainers; [ dotlambda ]; }; } [result] Failed to update libsForQt5.mauikit 3.0.2 -> 3.1.0 https://repology.org/project/mauikit/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 libsForQt5.mauiman, using log file: /var/log/nixpkgs-update/libsForQt5.mauiman/2024-02-26.log libsForQt5.mauiman 3.0.2 -> 3.1.0 https://repology.org/project/mauiman/versions attrpath: libsForQt5.mauiman Checking auto update branch... No auto update branch exists Old version 3.0.2" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , qtsystems }: mkDerivation { pname = "mauiman"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ qtsystems ]; meta = with lib; { homepage = "https://invent.kde.org/maui/mauiman"; description = "Maui Manager Library. Server and public library API"; maintainers = with maintainers; [ dotlambda ]; }; } [result] Failed to update libsForQt5.mauiman 3.0.2 -> 3.1.0 https://repology.org/project/mauiman/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.smoothHR, using log file: /var/log/nixpkgs-update/rPackages.smoothHR/2024-02-26.log rPackages.smoothHR 1.0.4 -> 1.0.5 https://repology.org/project/r:smoothhr/versions attrpath: rPackages.smoothHR Checking auto update branch... No auto update branch exists Old version 1.0.4" 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"; configurePhase = '' runHook preConfigure 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.smoothHR 1.0.4 -> 1.0.5 https://repology.org/project/r:smoothhr/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 vimPlugins.telescope-nvim, using log file: /var/log/nixpkgs-update/vimPlugins.telescope-nvim/2024-02-26.log vimPlugins.telescope-nvim scm-1-unstable-2024-02-17 -> 0.1.5 https://github.com/nvim-telescope/telescope.nvim/releases attrpath: vimPlugins.telescope-nvim Checking auto update branch... No auto update branch exists Old version scm-1-unstable-2024-02-17" not present in master derivation file with contents: { lib , stdenv , lua , toVimPlugin }: let # sanitizeDerivationName normalizeName = lib.replaceStrings [ "." ] [ "-" ]; in # function to create vim plugin from lua packages that are already packaged in # luaPackages { # the lua attribute name that matches this vim plugin. Both should be equal # in the majority of cases but we make it possible to have different attribute names luaAttr ? (normalizeName attrs.pname) , ... }@attrs: let originalLuaDrv = lua.pkgs.${luaAttr}; luaDrv = originalLuaDrv.overrideAttrs (oa: { version = attrs.version or oa.version; rockspecVersion = oa.rockspecVersion; extraConfig = '' -- to create a flat hierarchy lua_modules_path = "lua" ''; }); finalDrv = toVimPlugin (luaDrv.overrideAttrs(oa: attrs // { nativeBuildInputs = oa.nativeBuildInputs or [] ++ [ lua.pkgs.luarocksMoveDataFolder ]; version = "${originalLuaDrv.version}-unstable-${oa.version}"; })); in finalDrv [result] Failed to update vimPlugins.telescope-nvim scm-1-unstable-2024-02-17 -> 0.1.5 https://github.com/nvim-telescope/telescope.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 rPackages.HiDimDA, using log file: /var/log/nixpkgs-update/rPackages.HiDimDA/2024-02-26.log rPackages.HiDimDA 0.2-4 -> 0.2-6 https://repology.org/project/r:hidimda/versions attrpath: rPackages.HiDimDA Checking auto update branch... No auto update branch exists Old version 0.2-4" 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"; configurePhase = '' runHook preConfigure 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.HiDimDA 0.2-4 -> 0.2-6 https://repology.org/project/r:hidimda/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.pricesensitivitymeter, using log file: /var/log/nixpkgs-update/rPackages.pricesensitivitymeter/2024-02-26.log rPackages.pricesensitivitymeter 1.2.2 -> 1.3.0 https://repology.org/project/r:pricesensitivitymeter/versions attrpath: rPackages.pricesensitivitymeter Checking auto update branch... No auto update branch exists Old version 1.2.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"; configurePhase = '' runHook preConfigure 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.pricesensitivitymeter 1.2.2 -> 1.3.0 https://repology.org/project/r:pricesensitivitymeter/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 vimPlugins.luasnip, using log file: /var/log/nixpkgs-update/vimPlugins.luasnip/2024-02-26.log vimPlugins.luasnip 2.1.1-1-unstable-2024-02-15 -> 2.2.0 https://github.com/l3mon4d3/luasnip/releases attrpath: vimPlugins.luasnip Checking auto update branch... No auto update branch exists Old version 2.1.1-1-unstable-2024-02-15" not present in master derivation file with contents: { lib , stdenv , lua , toVimPlugin }: let # sanitizeDerivationName normalizeName = lib.replaceStrings [ "." ] [ "-" ]; in # function to create vim plugin from lua packages that are already packaged in # luaPackages { # the lua attribute name that matches this vim plugin. Both should be equal # in the majority of cases but we make it possible to have different attribute names luaAttr ? (normalizeName attrs.pname) , ... }@attrs: let originalLuaDrv = lua.pkgs.${luaAttr}; luaDrv = originalLuaDrv.overrideAttrs (oa: { version = attrs.version or oa.version; rockspecVersion = oa.rockspecVersion; extraConfig = '' -- to create a flat hierarchy lua_modules_path = "lua" ''; }); finalDrv = toVimPlugin (luaDrv.overrideAttrs(oa: attrs // { nativeBuildInputs = oa.nativeBuildInputs or [] ++ [ lua.pkgs.luarocksMoveDataFolder ]; version = "${originalLuaDrv.version}-unstable-${oa.version}"; })); in finalDrv [result] Failed to update vimPlugins.luasnip 2.1.1-1-unstable-2024-02-15 -> 2.2.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 ocamlPackages.kcas, using log file: /var/log/nixpkgs-update/ocamlPackages.kcas/2024-02-26.log ocamlPackages.kcas 0.6.1 -> 0.7.0 https://github.com/ocaml-multicore/kcas/releases attrpath: ocamlPackages.kcas 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/kcas/default.nix b/pkgs/development/ocaml-modules/kcas/default.nix index 2d840b9a750b..c4e7441adb54 100644 --- a/pkgs/development/ocaml-modules/kcas/default.nix +++ b/pkgs/development/ocaml-modules/kcas/default.nix @@ -5,11 +5,11 @@ buildDunePackage rec { pname = "kcas"; - version = "0.6.1"; + version = "0.7.0"; src = fetchurl { url = "https://github.com/ocaml-multicore/kcas/releases/download/${version}/kcas-${version}.tbz"; - hash = "sha256-u3Z8uAvITRUhOcB2EUYjWtpxIFJMvm2O/kyNr/AELWI="; + hash = "sha256-mo/otnkB79QdyVgLw1sZFfkR/Z/l15cRVfEYPPd6H5E="; }; propagatedBuildInputs = [ domain-local-await domain-local-timeout ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.kcas nix build failed. got build log for 'ocamlPackages.kcas' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/72bq0waj2jzqhyjny7k53h4gv9axkpvi-kcas-0.7.0.tbz source root is kcas-0.7.0 setting SOURCE_DATE_EPOCH to timestamp 1708895386 of file kcas-0.7.0/update-gh-pages-for-tag @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/0, 0 left) (jobs: 1) Done: 80% (4/5, 1 left) (jobs: 0) File "src/kcas/dune", line 4, characters 60-75: 4 | (libraries domain-local-await domain-local-timeout backoff multicore-magic)) ^^^^^^^^^^^^^^^ Error: Library "multicore-magic" not found. -> required by library "kcas" in _build/default/src/kcas -> required by _build/default/META.kcas -> required by _build/install/default/lib/kcas/META -> required by _build/default/kcas.install -> required by alias install Done: 80% (4/5, 1 left) (jobs: 0) Done: 48% (15/31, 16 left, 1 failed) (jobs: 0) [result] Failed to update ocamlPackages.kcas 0.6.1 -> 0.7.0 https://github.com/ocaml-multicore/kcas/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vtkWithQt5, using log file: /var/log/nixpkgs-update/vtkWithQt5/2024-02-26.log vtkWithQt5 9.2.6 -> 9.3.0 https://repology.org/project/vtk/versions attrpath: vtkWithQt5 Checking auto update branch... No auto update branch exists Old version 9.2.6" not present in master derivation file with contents: { majorVersion, minorVersion, sourceSha256, patchesToFetch ? [] }: { stdenv, lib, fetchurl, cmake, libGLU, libGL, libX11, xorgproto, libXt, libpng, libtiff , fetchpatch , enableQt ? false, qtx11extras, qttools, qtdeclarative, qtEnv , enablePython ? false, python ? throw "vtk: Python support requested, but no python interpreter was given." # Darwin support , AGL, Cocoa, CoreServices, DiskArbitration, IOKit, CFNetwork, Security, GLUT, OpenGL , ApplicationServices, CoreText, IOSurface, ImageIO, xpc, libobjc }: let inherit (lib) optionalString optionals optional; version = "${majorVersion}.${minorVersion}"; pythonMajor = lib.substring 0 1 python.pythonVersion; in stdenv.mkDerivation { pname = "vtk${optionalString enableQt "-qvtk"}"; inherit version; src = fetchurl { url = "https://www.vtk.org/files/release/${majorVersion}/VTK-${version}.tar.gz"; sha256 = sourceSha256; }; nativeBuildInputs = [ cmake ]; buildInputs = [ libpng libtiff ] ++ optionals enableQt [ (qtEnv "qvtk-qt-env" [ qtx11extras qttools qtdeclarative ]) ] ++ optionals stdenv.isLinux [ libGLU xorgproto libXt ] ++ optionals stdenv.isDarwin [ xpc AGL Cocoa CoreServices DiskArbitration IOKit CFNetwork Security ApplicationServices CoreText IOSurface ImageIO OpenGL GLUT ] ++ optionals enablePython [ python ]; propagatedBuildInputs = optionals stdenv.isDarwin [ libobjc ] ++ optionals stdenv.isLinux [ libX11 libGL ]; # see https://github.com/NixOS/nixpkgs/pull/178367#issuecomment-1238827254 patches = map fetchpatch patchesToFetch; # GCC 13: error: 'int64_t' in namespace 'std' does not name a type postPatch = '' sed '1i#include ' \ -i ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp \ -i IO/Image/vtkSEPReader.h '' + optionalString stdenv.isDarwin '' sed -i 's|COMMAND vtkHashSource|COMMAND "DYLD_LIBRARY_PATH=''${VTK_BINARY_DIR}/lib" ''${VTK_BINARY_DIR}/bin/vtkHashSource-${majorVersion}|' ./Parallel/Core/CMakeLists.txt sed -i 's/fprintf(output, shift)/fprintf(output, "%s", shift)/' ./ThirdParty/libxml2/vtklibxml2/xmlschemas.c sed -i 's/fprintf(output, shift)/fprintf(output, "%s", shift)/g' ./ThirdParty/libxml2/vtklibxml2/xpath.c ''; dontWrapQtApps = true; # Shared libraries don't work, because of rpath troubles with the current # nixpkgs cmake approach. It wants to call a binary at build time, just # built and requiring one of the shared objects. # At least, we use -fPIC for other packages to be able to use this in shared # objects. cmakeFlags = [ "-DCMAKE_C_FLAGS=-fPIC" "-DCMAKE_CXX_FLAGS=-fPIC" "-DVTK_MODULE_USE_EXTERNAL_vtkpng=ON" "-DVTK_MODULE_USE_EXTERNAL_vtktiff=1" ] ++ lib.optionals (!stdenv.isDarwin) [ "-DOPENGL_INCLUDE_DIR=${libGL}/include" ] ++ [ "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_INCLUDEDIR=include" "-DCMAKE_INSTALL_BINDIR=bin" "-DVTK_VERSIONED_INSTALL=OFF" ] ++ optionals enableQt [ "-DVTK_GROUP_ENABLE_Qt:STRING=YES" ] ++ optionals stdenv.isDarwin [ "-DOPENGL_INCLUDE_DIR=${OpenGL}/Library/Frameworks" ] ++ optionals enablePython [ "-DVTK_WRAP_PYTHON:BOOL=ON" "-DVTK_PYTHON_VERSION:STRING=${pythonMajor}" ]; env = lib.optionalAttrs stdenv.cc.isClang { NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-function-pointer-types"; }; postInstall = optionalString enablePython '' substitute \ ${./vtk.egg-info} \ $out/${python.sitePackages}/vtk-${version}.egg-info \ --subst-var-by VTK_VER "${version}" ''; meta = with lib; { description = "Open source libraries for 3D computer graphics, image processing and visualization"; homepage = "https://www.vtk.org/"; license = licenses.bsd3; maintainers = with maintainers; [ knedlsepp tfmoraes lheckemann ]; platforms = with platforms; unix; }; } [result] Failed to update vtkWithQt5 9.2.6 -> 9.3.0 https://repology.org/project/vtk/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 home-assistant-component-tests.system_bridge, using log file: /var/log/nixpkgs-update/home-assistant-component-tests.system_bridge/2024-02-26.log home-assistant-component-tests.system_bridge 2024.2.2 -> 2024.2.3 https://github.com/home-assistant/core/releases attrpath: home-assistant-component-tests.system_bridge 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/g0c43vlj5cl8wcmfc1wzzrkn3z12y48r-packages.json.drv building '/nix/store/g0c43vlj5cl8wcmfc1wzzrkn3z12y48r-packages.json.drv'... Going to be running update for following packages: - homeassistant-test-system_bridge-2024.2.2 Press Enter key to continue... Running update for: - homeassistant-test-system_bridge-2024.2.2: UPDATING ... - homeassistant-test-system_bridge-2024.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update home-assistant-component-tests.system_bridge 2024.2.2 -> 2024.2.3 https://github.com/home-assistant/core/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.clip, using log file: /var/log/nixpkgs-update/libsForQt5.clip/2024-02-26.log libsForQt5.clip 3.0.2 -> 3.1.0 https://repology.org/project/maui-clip/versions attrpath: libsForQt5.clip Checking auto update branch... No auto update branch exists Old version 3.0.2" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , applet-window-buttons , karchive , kcoreaddons , ki18n , kio , kirigami2 , mauikit , mauikit-filebrowsing , qtmultimedia , qtquickcontrols2 , taglib , ffmpeg }: mkDerivation { pname = "clip"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ applet-window-buttons karchive kcoreaddons ki18n kio kirigami2 mauikit mauikit-filebrowsing qtmultimedia qtquickcontrols2 taglib ffmpeg ]; meta = with lib; { description = "Video player and video collection manager"; homepage = "https://invent.kde.org/maui/clip"; license = licenses.gpl3Plus; maintainers = with maintainers; [ onny ]; }; } [result] Failed to update libsForQt5.clip 3.0.2 -> 3.1.0 https://repology.org/project/maui-clip/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 libsForQt5.nota, using log file: /var/log/nixpkgs-update/libsForQt5.nota/2024-02-26.log libsForQt5.nota 3.0.2 -> 3.1.0 https://repology.org/project/maui-nota/versions attrpath: libsForQt5.nota Checking auto update branch... No auto update branch exists Old version 3.0.2" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , applet-window-buttons , karchive , kcoreaddons , ki18n , kio , kirigami2 , mauikit , mauikit-filebrowsing , mauikit-texteditor , qtmultimedia , qtquickcontrols2 }: mkDerivation { pname = "nota"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ applet-window-buttons karchive kcoreaddons ki18n kio kirigami2 mauikit mauikit-filebrowsing mauikit-texteditor qtmultimedia qtquickcontrols2 ]; meta = with lib; { description = "Multi-platform text editor"; homepage = "https://invent.kde.org/maui/nota"; license = licenses.gpl3Plus; maintainers = with maintainers; [ onny ]; }; } [result] Failed to update libsForQt5.nota 3.0.2 -> 3.1.0 https://repology.org/project/maui-nota/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.Copula_surv, using log file: /var/log/nixpkgs-update/rPackages.Copula_surv/2024-02-26.log rPackages.Copula_surv 1.2 -> 1.3 https://repology.org/project/r:copula.surv/versions attrpath: rPackages.Copula_surv Checking auto update branch... No auto update branch exists Old version 1.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"; configurePhase = '' runHook preConfigure 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.Copula_surv 1.2 -> 1.3 https://repology.org/project/r:copula.surv/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.typeshed-client, using log file: /var/log/nixpkgs-update/python312Packages.typeshed-client/2024-02-26.log python312Packages.typeshed-client 2.4.0 -> 2.5.1 https://github.com/JelleZijlstra/typeshed_client/releases attrpath: python312Packages.typeshed-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/3dl0mlgckx64624a74hhbbz635sqpxa4-packages.json.drv building '/nix/store/3dl0mlgckx64624a74hhbbz635sqpxa4-packages.json.drv'... Going to be running update for following packages: - python3.12-typeshed-client-2.4.0 Press Enter key to continue... Running update for: - python3.12-typeshed-client-2.4.0: UPDATING ... - python3.12-typeshed-client-2.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/typeshed-client/default.nix b/pkgs/development/python-modules/typeshed-client/default.nix index 03877756e572..153f8a79daf4 100644 --- a/pkgs/development/python-modules/typeshed-client/default.nix +++ b/pkgs/development/python-modules/typeshed-client/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "typeshed-client"; - version = "2.4.0"; + version = "2.5.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "JelleZijlstra"; repo = "typeshed_client"; rev = "refs/tags/v${version}"; - hash = "sha256-g3FECKebKeM3JPWem6+Y9T27PcAxVxj1SiBd5siLSJ4="; + hash = "sha256-lITreXYn/ZOc1fF2Sqcn8UDrZAjWYfjFSEaAxqTHb4s="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.typeshed-client nix build failed. adding 'typeshed_client/typeshed/xml/etree/cElementTree.pyi' adding 'typeshed_client/typeshed/xml/parsers/__init__.pyi' adding 'typeshed_client/typeshed/xml/parsers/expat/__init__.pyi' adding 'typeshed_client/typeshed/xml/parsers/expat/errors.pyi' adding 'typeshed_client/typeshed/xml/parsers/expat/model.pyi' adding 'typeshed_client/typeshed/xml/sax/__init__.pyi' adding 'typeshed_client/typeshed/xml/sax/_exceptions.pyi' adding 'typeshed_client/typeshed/xml/sax/handler.pyi' adding 'typeshed_client/typeshed/xml/sax/saxutils.pyi' adding 'typeshed_client/typeshed/xml/sax/xmlreader.pyi' adding 'typeshed_client/typeshed/xmlrpc/__init__.pyi' adding 'typeshed_client/typeshed/xmlrpc/client.pyi' adding 'typeshed_client/typeshed/xmlrpc/server.pyi' adding 'typeshed_client/typeshed/zipfile/__init__.pyi' adding 'typeshed_client/typeshed/zipfile/_path.pyi' adding 'typeshed_client/typeshed/zoneinfo/__init__.pyi' adding 'typeshed_client-2.5.1.dist-info/LICENSE' adding 'typeshed_client-2.5.1.dist-info/METADATA' adding 'typeshed_client-2.5.1.dist-info/WHEEL' adding 'typeshed_client-2.5.1.dist-info/top_level.txt' adding 'typeshed_client-2.5.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built typeshed_client-2.5.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 typeshed_client-2.5.1-py3-none-any.whl - typing-extensions not installed [result] Failed to update python312Packages.typeshed-client 2.4.0 -> 2.5.1 https://github.com/JelleZijlstra/typeshed_client/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lucky-cli, using log file: /var/log/nixpkgs-update/lucky-cli/2024-02-26.log lucky-cli 1.1.0 -> 1.1.1 https://github.com/luckyframework/lucky_cli/releases attrpath: lucky-cli 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/web/lucky-cli/default.nix b/pkgs/development/web/lucky-cli/default.nix index 3d420158caf0..d947b5f2d27f 100644 --- a/pkgs/development/web/lucky-cli/default.nix +++ b/pkgs/development/web/lucky-cli/default.nix @@ -2,13 +2,13 @@ crystal.buildCrystalPackage rec { pname = "lucky-cli"; - version = "1.1.0"; + version = "1.1.1"; src = fetchFromGitHub { owner = "luckyframework"; repo = "lucky_cli"; rev = "v${version}"; - hash = "sha256-mDUx9cQoYpU9kSAls36kzNVYZ8a4aqHEMIWfzS41NBk="; + hash = "sha256-BIIuapdRvwXXiBOnkBmNan4csmhggilrV5T44sw3tsc="; }; # the integration tests will try to clone a remote repos [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A lucky-cli nix build failed. got build log for 'lucky-cli' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/2l9fb8y070fs9lvi338n61zhvij7bfss-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 --: line 0: shards: not found Showing last frame. Use --error-trace for full trace. In src/lucky_cli/version.cr:2:16  2 | VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }} ^ Error: error executing command: shards version /build/source/src/lucky_cli, got exit status 127 [1/13] Parse [1/13] Parse [2/13] Semantic (top level) [2/13] Semantic (top level) [3/13] Semantic (new) [3/13] Semantic (new) [4/13] Semantic (type declarations) [4/13] Semantic (type declarations) [5/13] Semantic (abstract def check) [5/13] Semantic (abstract def check) [6/13] Semantic (restrictions augmenter) [6/13] Semantic (restrictions augmenter) [7/13] Semantic (ivars initializers) [7/13] Semantic (ivars initializers) [8/13] Semantic (cvars initializers) [8/13] Semantic (cvars initializers) [9/13] Semantic (main) [result] Failed to update lucky-cli 1.1.0 -> 1.1.1 https://github.com/luckyframework/lucky_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 vimPlugins.nui-nvim, using log file: /var/log/nixpkgs-update/vimPlugins.nui-nvim/2024-02-26.log vimPlugins.nui-nvim 0.2.0-1-unstable-2024-02-16 -> 0.3.0 https://github.com/MunifTanjim/nui.nvim/releases attrpath: vimPlugins.nui-nvim Checking auto update branch... No auto update branch exists Old version 0.2.0-1-unstable-2024-02-16" not present in master derivation file with contents: { lib , stdenv , lua , toVimPlugin }: let # sanitizeDerivationName normalizeName = lib.replaceStrings [ "." ] [ "-" ]; in # function to create vim plugin from lua packages that are already packaged in # luaPackages { # the lua attribute name that matches this vim plugin. Both should be equal # in the majority of cases but we make it possible to have different attribute names luaAttr ? (normalizeName attrs.pname) , ... }@attrs: let originalLuaDrv = lua.pkgs.${luaAttr}; luaDrv = originalLuaDrv.overrideAttrs (oa: { version = attrs.version or oa.version; rockspecVersion = oa.rockspecVersion; extraConfig = '' -- to create a flat hierarchy lua_modules_path = "lua" ''; }); finalDrv = toVimPlugin (luaDrv.overrideAttrs(oa: attrs // { nativeBuildInputs = oa.nativeBuildInputs or [] ++ [ lua.pkgs.luarocksMoveDataFolder ]; version = "${originalLuaDrv.version}-unstable-${oa.version}"; })); in finalDrv [result] Failed to update vimPlugins.nui-nvim 0.2.0-1-unstable-2024-02-16 -> 0.3.0 https://github.com/MunifTanjim/nui.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.pyspark, using log file: /var/log/nixpkgs-update/python312Packages.pyspark/2024-02-26.log python312Packages.pyspark 3.5.0 -> 3.5.1 https://repology.org/project/python:pyspark/versions attrpath: python312Packages.pyspark Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7pq5x75mdskjw39hih8qwkikz0kl2s35-packages.json.drv building '/nix/store/7pq5x75mdskjw39hih8qwkikz0kl2s35-packages.json.drv'... Going to be running update for following packages: - python3.12-pyspark-3.5.0 Press Enter key to continue... Running update for: - python3.12-pyspark-3.5.0: UPDATING ... - python3.12-pyspark-3.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyspark/default.nix b/pkgs/development/python-modules/pyspark/default.nix index b735601681db..9763ed00cda5 100644 --- a/pkgs/development/python-modules/pyspark/default.nix +++ b/pkgs/development/python-modules/pyspark/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pyspark"; - version = "3.5.0"; + version = "3.5.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-1Bqbdr0qyjcKYQDQdcAp4iukTFlAknh36UNaOpxWZVg="; + hash = "sha256-3WVp5Uc2Xq3E+Ie/V/FT5NWCpoxLSQ3kddVbmYFmSRA="; }; # pypandoc is broken with pandoc2, so we just lose docs. No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/9yxmpq37pgfnd0vmdmh9gabqc7vk3lj0-python3.12-pyspark-3.5.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • python311Packages.n3fit
5 packages built:
  • python311Packages.gradient
  • python311Packages.gradient-utils
  • python311Packages.hyperopt
  • python311Packages.pyspark
  • python312Packages.pyspark
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 python312Packages.pyspark is: Python bindings for Apache Spark meta.homepage for python312Packages.pyspark is: https://github.com/apache/spark/tree/master/python ###### 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.5.1 with grep in /nix/store/9yxmpq37pgfnd0vmdmh9gabqc7vk3lj0-python3.12-pyspark-3.5.1 - found 3.5.1 in filename of file in /nix/store/9yxmpq37pgfnd0vmdmh9gabqc7vk3lj0-python3.12-pyspark-3.5.1 ---
Rebuild report (if merged into master) (click to expand) ``` 6 total rebuild path(s) 6 package rebuild(s) First fifty rebuilds by attrpath python311Packages.gradient python311Packages.gradient-utils python311Packages.hyperopt python311Packages.n3fit python311Packages.pyspark python312Packages.pyspark ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9yxmpq37pgfnd0vmdmh9gabqc7vk3lj0-python3.12-pyspark-3.5.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 python312Packages.pyspark https://github.com/r-ryantm/nixpkgs/archive/0d8e3846928125f7f60a0d191de604180476b0c2.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/0d8e3846928125f7f60a0d191de604180476b0c2#python312Packages.pyspark ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9yxmpq37pgfnd0vmdmh9gabqc7vk3lj0-python3.12-pyspark-3.5.1 ls -la /nix/store/9yxmpq37pgfnd0vmdmh9gabqc7vk3lj0-python3.12-pyspark-3.5.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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • python311Packages.n3fit
5 packages built:
  • python311Packages.gradient
  • python311Packages.gradient-utils
  • python311Packages.hyperopt
  • python311Packages.pyspark
  • python312Packages.pyspark
--- ###### Maintainer pings cc @shlevy for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/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/291493 [result] Success updating python312Packages.pyspark 3.5.0 -> 3.5.1 https://repology.org/project/python:pyspark/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 python3Minimal, using log file: /var/log/nixpkgs-update/python3Minimal/2024-02-26.log python3Minimal 3.11.8 -> 3.12.2 https://repology.org/project/python/versions attrpath: python3Minimal Checking auto update branch... No auto update branch exists Old version 3.11.8" not present in master derivation file with contents: { lib , stdenv , fetchurl , fetchpatch , fetchgit # build dependencies , autoconf-archive , autoreconfHook , nukeReferences , pkg-config , python-setup-hook # runtime dependencies , bzip2 , expat , libffi , libxcrypt , mpdecimal , ncurses , openssl , sqlite , xz , zlib # platform-specific dependencies , bash , configd , darwin , windows # optional dependencies , bluezSupport ? false, bluez , mimetypesSupport ? true, mailcap , tzdata , withGdbm ? !stdenv.hostPlatform.isWindows, gdbm , withReadline ? !stdenv.hostPlatform.isWindows, readline , x11Support ? false, tcl, tk, tix, libX11, xorgproto # splicing/cross , pythonAttr ? "python${sourceVersion.major}${sourceVersion.minor}" , self , pkgsBuildBuild , pkgsBuildHost , pkgsBuildTarget , pkgsHostHost , pkgsTargetTarget # build customization , sourceVersion , hash , passthruFun , stripConfig ? false , stripIdlelib ? false , stripTests ? false , stripTkinter ? false , rebuildBytecode ? true , stripBytecode ? true , includeSiteCustomize ? true , static ? stdenv.hostPlatform.isStatic , enableFramework ? false , noldconfigPatch ? ./. + "/${sourceVersion.major}.${sourceVersion.minor}/no-ldconfig.patch" # pgo (not reproducible) + -fno-semantic-interposition # https://docs.python.org/3/using/configure.html#cmdoption-enable-optimizations , enableOptimizations ? false # improves performance, but remains reproducible , enableNoSemanticInterposition ? true # enabling LTO on 32bit arch causes downstream packages to fail when linking # enabling LTO on *-darwin causes python3 to fail when linking. , enableLTO ? stdenv.is64bit && stdenv.isLinux # enable asserts to ensure the build remains reproducible , reproducibleBuild ? false # for the Python package set , packageOverrides ? (self: super: {}) # tests , testers } @ inputs: # Note: this package is used for bootstrapping fetchurl, and thus # cannot use fetchpatch! All mutable patches (generated by GitHub or # cgit) that are needed here should be included directly in Nixpkgs as # files. assert x11Support -> tcl != null && tk != null && xorgproto != null && libX11 != null; assert bluezSupport -> bluez != null; assert lib.assertMsg (enableFramework -> stdenv.isDarwin) "Framework builds are only supported on Darwin."; assert lib.assertMsg (reproducibleBuild -> stripBytecode) "Deterministic builds require stripping bytecode."; assert lib.assertMsg (reproducibleBuild -> (!enableOptimizations)) "Deterministic builds are not achieved when optimizations are enabled."; assert lib.assertMsg (reproducibleBuild -> (!rebuildBytecode)) "Deterministic builds are not achieved when (default unoptimized) bytecode is created."; let inherit (lib) concatMapStringsSep concatStringsSep getDev getLib optionals optionalString replaceStrings versionOlder ; buildPackages = pkgsBuildHost; inherit (passthru) pythonOnBuildForHost; tzdataSupport = tzdata != null && passthru.pythonAtLeast "3.9"; passthru = let # When we override the interpreter we also need to override the spliced versions of the interpreter inputs' = lib.filterAttrs (n: v: ! lib.isDerivation v && n != "passthruFun") inputs; override = attr: let python = attr.override (inputs' // { self = python; }); in python; in passthruFun rec { inherit self sourceVersion packageOverrides; implementation = "cpython"; libPrefix = "python${pythonVersion}"; executable = libPrefix; pythonVersion = with sourceVersion; "${major}.${minor}"; sitePackages = "lib/${libPrefix}/site-packages"; inherit hasDistutilsCxxPatch pythonAttr; pythonOnBuildForBuild = override pkgsBuildBuild.${pythonAttr}; pythonOnBuildForHost = override pkgsBuildHost.${pythonAttr}; pythonOnBuildForTarget = override pkgsBuildTarget.${pythonAttr}; pythonOnHostForHost = override pkgsHostHost.${pythonAttr}; pythonOnTargetForTarget = lib.optionalAttrs (lib.hasAttr pythonAttr pkgsTargetTarget) (override pkgsTargetTarget.${pythonAttr}); }; version = with sourceVersion; "${major}.${minor}.${patch}${suffix}"; nativeBuildInputs = [ nukeReferences ] ++ optionals (!stdenv.isDarwin) [ autoconf-archive # needed for AX_CHECK_COMPILE_FLAG autoreconfHook pkg-config ] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ buildPackages.stdenv.cc pythonOnBuildForHost ] ++ optionals (stdenv.cc.isClang && (!stdenv.hostPlatform.useAndroidPrebuilt or false) && (enableLTO || enableOptimizations)) [ stdenv.cc.cc.libllvm.out ]; buildInputs = lib.filter (p: p != null) ([ bzip2 expat libffi libxcrypt mpdecimal ncurses openssl sqlite xz zlib ] ++ optionals bluezSupport [ bluez ] ++ optionals enableFramework [ darwin.apple_sdk.frameworks.Cocoa ] ++ optionals stdenv.hostPlatform.isMinGW [ windows.dlfcn windows.mingw_w64_pthreads ] ++ optionals stdenv.isDarwin [ configd ] ++ optionals tzdataSupport [ tzdata ] ++ optionals withGdbm [ gdbm ] ++ optionals withReadline [ readline ] ++ optionals x11Support [ libX11 tcl tk xorgproto ]); hasDistutilsCxxPatch = !(stdenv.cc.isGNU or false); pythonOnBuildForHostInterpreter = if stdenv.hostPlatform == stdenv.buildPlatform then "$out/bin/python" else pythonOnBuildForHost.interpreter; src = fetchurl { url = with sourceVersion; "https://www.python.org/ftp/python/${major}.${minor}.${patch}/Python-${version}.tar.xz"; inherit hash; }; # The CPython interpreter contains a _sysconfigdata_ # module that is imported by the sysconfig and distutils.sysconfig modules. # The sysconfigdata module is generated at build time and contains settings # required for building Python extension modules, such as include paths and # other compiler flags. By default, the sysconfigdata module is loaded from # the currently running interpreter (ie. the build platform interpreter), but # when cross-compiling we want to load it from the host platform interpreter. # This can be done using the _PYTHON_SYSCONFIGDATA_NAME environment variable. # The _PYTHON_HOST_PLATFORM variable also needs to be set to get the correct # platform suffix on extension modules. The correct values for these variables # are not documented, and must be derived from the configure script (see links # below). sysconfigdataHook = with stdenv.hostPlatform; with passthru; let machdep = if isWindows then "win32" else parsed.kernel.name; # win32 is added by Fedora’s patch # https://github.com/python/cpython/blob/e488e300f5c01289c10906c2e53a8e43d6de32d8/configure.ac#L428 # The configure script uses "arm" as the CPU name for all 32-bit ARM # variants when cross-compiling, but native builds include the version # suffix, so we do the same. pythonHostPlatform = let cpu = { # According to PEP600, Python's name for the Power PC # architecture is "ppc", not "powerpc". Without the Rosetta # Stone below, the PEP600 requirement that "${ARCH} matches # the return value from distutils.util.get_platform()" fails. # https://peps.python.org/pep-0600/ powerpc = "ppc"; powerpcle = "ppcle"; powerpc64 = "ppc64"; powerpc64le = "ppc64le"; }.${parsed.cpu.name} or parsed.cpu.name; in "${machdep}-${cpu}"; # https://github.com/python/cpython/blob/e488e300f5c01289c10906c2e53a8e43d6de32d8/configure.ac#L724 multiarchCpu = if isAarch32 then if parsed.cpu.significantByte.name == "littleEndian" then "arm" else "armeb" else if isx86_32 then "i386" else parsed.cpu.name; pythonAbiName = let # python's build doesn't match the nixpkgs abi in some cases. # https://github.com/python/cpython/blob/e488e300f5c01289c10906c2e53a8e43d6de32d8/configure.ac#L724 nixpkgsPythonAbiMappings = { "gnuabielfv2" = "gnu"; "muslabielfv2" = "musl"; }; pythonAbi = nixpkgsPythonAbiMappings.${parsed.abi.name} or parsed.abi.name; in # Python <3.11 doesn't distinguish musl and glibc and always prefixes with "gnu" if versionOlder version "3.11" then replaceStrings [ "musl" ] [ "gnu" ] pythonAbi else pythonAbi; multiarch = if isDarwin then "darwin" else if isWindows then "" else "${multiarchCpu}-${machdep}-${pythonAbiName}"; abiFlags = optionalString isPy37 "m"; # https://github.com/python/cpython/blob/e488e300f5c01289c10906c2e53a8e43d6de32d8/configure.ac#L78 pythonSysconfigdataName = "_sysconfigdata_${abiFlags}_${machdep}_${multiarch}"; in '' sysconfigdataHook() { if [ "$1" = '${placeholder "out"}' ]; then export _PYTHON_HOST_PLATFORM='${pythonHostPlatform}' export _PYTHON_SYSCONFIGDATA_NAME='${pythonSysconfigdataName}' fi } addEnvHooks "$hostOffset" sysconfigdataHook ''; execSuffix = stdenv.hostPlatform.extensions.executable; in with passthru; stdenv.mkDerivation (finalAttrs: { pname = "python3"; inherit src version; inherit nativeBuildInputs; buildInputs = lib.optionals (!stdenv.hostPlatform.isWindows) [ bash # only required for patchShebangs ] ++ buildInputs; prePatch = optionalString stdenv.isDarwin '' substituteInPlace configure --replace-fail '`/usr/bin/arch`' '"i386"' '' + optionalString (pythonOlder "3.9" && stdenv.isDarwin && x11Support) '' # Broken on >= 3.9; replaced with ./3.9/darwin-tcl-tk.patch substituteInPlace setup.py --replace-fail /Library/Frameworks /no-such-path ''; patches = [ # Disable the use of ldconfig in ctypes.util.find_library (since # ldconfig doesn't work on NixOS), and don't use # ctypes.util.find_library during the loading of the uuid module # (since it will do a futile invocation of gcc (!) to find # libuuid, slowing down program startup a lot). noldconfigPatch # Make sure that the virtualenv activation scripts are # owner-writable, so venvs can be recreated without permission # errors. ./virtualenv-permissions.patch ] ++ optionals mimetypesSupport [ # Make the mimetypes module refer to the right file ./mimetypes.patch ] ++ optionals (pythonAtLeast "3.7" && pythonOlder "3.11") [ # Fix darwin build https://bugs.python.org/issue34027 ./3.7/darwin-libutil.patch ] ++ optionals (pythonAtLeast "3.11") [ ./3.11/darwin-libutil.patch ] ++ optionals (pythonAtLeast "3.9" && pythonOlder "3.11" && stdenv.isDarwin) [ # Stop checking for TCL/TK in global macOS locations ./3.9/darwin-tcl-tk.patch ] ++ optionals (hasDistutilsCxxPatch && pythonOlder "3.12") [ # Fix for http://bugs.python.org/issue1222585 # Upstream distutils is calling C compiler to compile C++ code, which # only works for GCC and Apple Clang. This makes distutils to call C++ # compiler when needed. ( if pythonAtLeast "3.7" && pythonOlder "3.11" then ./3.7/python-3.x-distutils-C++.patch else if pythonAtLeast "3.11" then ./3.11/python-3.x-distutils-C++.patch else fetchpatch { url = "https://bugs.python.org/file48016/python-3.x-distutils-C++.patch"; sha256 = "1h18lnpx539h5lfxyk379dxwr8m2raigcjixkf133l4xy3f4bzi2"; } ) ] ++ optionals (pythonAtLeast "3.7" && pythonOlder "3.12") [ # LDSHARED now uses $CC instead of gcc. Fixes cross-compilation of extension modules. ./3.8/0001-On-all-posix-systems-not-just-Darwin-set-LDSHARED-if.patch # Use sysconfigdata to find headers. Fixes cross-compilation of extension modules. ./3.7/fix-finding-headers-when-cross-compiling.patch ] ++ optionals (pythonOlder "3.12") [ # https://github.com/python/cpython/issues/90656 ./loongarch-support.patch ] ++ optionals (pythonAtLeast "3.11" && pythonOlder "3.13") [ # backport fix for https://github.com/python/cpython/issues/95855 ./platform-triplet-detection.patch ] ++ optionals (stdenv.hostPlatform.isMinGW) (let # https://src.fedoraproject.org/rpms/mingw-python3 mingw-patch = fetchgit { name = "mingw-python-patches"; url = "https://src.fedoraproject.org/rpms/mingw-python3.git"; rev = "45c45833ab9e5480ad0ae00778a05ebf35812ed4"; # for python 3.11.5 at the time of writing. sha256 = "sha256-KIyNvO6MlYTrmSy9V/DbzXm5OsIuyT/BEpuo7Umm9DI="; }; in [ "${mingw-patch}/*.patch" ]); postPatch = optionalString (!stdenv.hostPlatform.isWindows) '' substituteInPlace Lib/subprocess.py \ --replace-fail "'/bin/sh'" "'${bash}/bin/sh'" '' + optionalString mimetypesSupport '' substituteInPlace Lib/mimetypes.py \ --replace-fail "@mime-types@" "${mailcap}" '' + optionalString (pythonOlder "3.13" && x11Support && (tix != null)) '' substituteInPlace "Lib/tkinter/tix.py" --replace-fail \ "os.environ.get('TIX_LIBRARY')" \ "os.environ.get('TIX_LIBRARY') or '${tix}/lib'" ''; env = { CPPFLAGS = concatStringsSep " " (map (p: "-I${getDev p}/include") buildInputs); LDFLAGS = concatStringsSep " " (map (p: "-L${getLib p}/lib") buildInputs); LIBS = "${optionalString (!stdenv.isDarwin) "-lcrypt"}"; NIX_LDFLAGS = lib.optionalString (stdenv.cc.isGNU && !stdenv.hostPlatform.isStatic) ({ "glibc" = "-lgcc_s"; "musl" = "-lgcc_eh"; }."${stdenv.hostPlatform.libc}" or ""); # Determinism: We fix the hashes of str, bytes and datetime objects. PYTHONHASHSEED=0; }; # https://docs.python.org/3/using/configure.html configureFlags = [ "--without-ensurepip" "--with-system-expat" ] ++ optionals (!(stdenv.isDarwin && pythonAtLeast "3.12")) [ # ./Modules/_decimal/_decimal.c:4673:6: error: "No valid combination of CONFIG_64, CONFIG_32 and _PyHASH_BITS" # https://hydra.nixos.org/build/248410479/nixlog/2/tail "--with-system-libmpdec" ] ++ optionals (openssl != null) [ "--with-openssl=${openssl.dev}" ] ++ optionals tzdataSupport [ "--with-tzpath=${tzdata}/share/zoneinfo" ] ++ optionals (execSuffix != "") [ "--with-suffix=${execSuffix}" ] ++ optionals enableLTO [ "--with-lto" ] ++ optionals (!static && !enableFramework) [ "--enable-shared" ] ++ optionals enableFramework [ "--enable-framework=${placeholder "out"}/Library/Frameworks" ] ++ optionals enableOptimizations [ "--enable-optimizations" ] ++ optionals (sqlite != null) [ "--enable-loadable-sqlite-extensions" ] ++ optionals (libxcrypt != null) [ "CFLAGS=-I${libxcrypt}/include" "LIBS=-L${libxcrypt}/lib" ] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ "ac_cv_buggy_getaddrinfo=no" # Assume little-endian IEEE 754 floating point when cross compiling "ac_cv_little_endian_double=yes" "ac_cv_big_endian_double=no" "ac_cv_mixed_endian_double=no" "ac_cv_x87_double_rounding=yes" "ac_cv_tanh_preserves_zero_sign=yes" # Generally assume that things are present and work "ac_cv_posix_semaphores_enabled=yes" "ac_cv_broken_sem_getvalue=no" "ac_cv_wchar_t_signed=yes" "ac_cv_rshift_extends_sign=yes" "ac_cv_broken_nice=no" "ac_cv_broken_poll=no" "ac_cv_working_tzset=yes" "ac_cv_have_long_long_format=yes" "ac_cv_have_size_t_format=yes" "ac_cv_computed_gotos=yes" # Both fail when building for windows, normally configure checks this by itself but on other platforms this is set to yes always. "ac_cv_file__dev_ptmx=${if stdenv.hostPlatform.isWindows then "no" else "yes"}" "ac_cv_file__dev_ptc=${if stdenv.hostPlatform.isWindows then "no" else "yes"}" ] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform && pythonAtLeast "3.11") [ "--with-build-python=${pythonOnBuildForHostInterpreter}" ] ++ optionals stdenv.hostPlatform.isLinux [ # Never even try to use lchmod on linux, # don't rely on detecting glibc-isms. "ac_cv_func_lchmod=no" ] ++ optionals static [ "LDFLAGS=-static" ]; preConfigure = optionalString (pythonOlder "3.12") '' # Improve purity for path in /usr /sw /opt /pkg; do substituteInPlace ./setup.py --replace-warn $path /no-such-path done '' + optionalString stdenv.isDarwin '' # Override the auto-detection in setup.py, which assumes a universal build export PYTHON_DECIMAL_WITH_MACHINE=${if stdenv.isAarch64 then "uint128" else "x64"} '' + optionalString (stdenv.isDarwin && x11Support && pythonAtLeast "3.11") '' export TCLTK_LIBS="-L${tcl}/lib -L${tk}/lib -l${tcl.libPrefix} -l${tk.libPrefix}" export TCLTK_CFLAGS="-I${tcl}/include -I${tk}/include" '' + optionalString stdenv.hostPlatform.isMusl '' export NIX_CFLAGS_COMPILE+=" -DTHREAD_STACK_SIZE=0x100000" '' + # enableNoSemanticInterposition essentially sets that CFLAG -fno-semantic-interposition # which changes how symbols are looked up. This essentially means we can't override # libpython symbols via LD_PRELOAD anymore. This is common enough as every build # that uses --enable-optimizations has the same "issue". # # The Fedora wiki has a good article about their journey towards enabling this flag: # https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup optionalString enableNoSemanticInterposition '' export CFLAGS_NODIST="-fno-semantic-interposition" ''; setupHook = python-setup-hook sitePackages; postInstall = let # References *not* to nuke from (sys)config files keep-references = concatMapStringsSep " " (val: "-e ${val}") ([ (placeholder "out") libxcrypt ] ++ optionals tzdataSupport [ tzdata ]); in lib.optionalString enableFramework '' for dir in include lib share; do ln -s $out/Library/Frameworks/Python.framework/Versions/Current/$dir $out/$dir done '' + '' # needed for some packages, especially packages that backport functionality # to 2.x from 3.x for item in $out/lib/${libPrefix}/test/*; do if [[ "$item" != */test_support.py* && "$item" != */test/support && "$item" != */test/libregrtest && "$item" != */test/regrtest.py* ]]; then rm -rf "$item" else echo $item fi done touch $out/lib/${libPrefix}/test/__init__.py # Determinism: Windows installers were not deterministic. # We're also not interested in building Windows installers. find "$out" -name 'wininst*.exe' | xargs -r rm -f # Use Python3 as default python ln -s "$out/bin/idle3" "$out/bin/idle" ln -s "$out/bin/pydoc3" "$out/bin/pydoc" ln -s "$out/bin/python3${execSuffix}" "$out/bin/python${execSuffix}" ln -s "$out/bin/python3-config" "$out/bin/python-config" ln -s "$out/lib/pkgconfig/python3.pc" "$out/lib/pkgconfig/python.pc" ln -sL "$out/share/man/man1/python3.1.gz" "$out/share/man/man1/python.1.gz" # Get rid of retained dependencies on -dev packages, and remove # some $TMPDIR references to improve binary reproducibility. # Note that the .pyc file of _sysconfigdata.py should be regenerated! for i in $out/lib/${libPrefix}/_sysconfigdata*.py $out/lib/${libPrefix}/config-${sourceVersion.major}${sourceVersion.minor}*/Makefile; do sed -i $i -e "s|$TMPDIR|/no-such-path|g" done # Further get rid of references. https://github.com/NixOS/nixpkgs/issues/51668 find $out/lib/python*/config-* -type f -print -exec nuke-refs ${keep-references} '{}' + find $out/lib -name '_sysconfigdata*.py*' -print -exec nuke-refs ${keep-references} '{}' + # Make the sysconfigdata module accessible on PYTHONPATH # This allows build Python to import host Python's sysconfigdata mkdir -p "$out/${sitePackages}" ln -s "$out/lib/${libPrefix}/"_sysconfigdata*.py "$out/${sitePackages}/" '' + optionalString stripConfig '' rm -R $out/bin/python*-config $out/lib/python*/config-* '' + optionalString stripIdlelib '' # Strip IDLE (and turtledemo, which uses it) rm -R $out/bin/idle* $out/lib/python*/{idlelib,turtledemo} '' + optionalString stripTkinter '' rm -R $out/lib/python*/tkinter '' + optionalString stripTests '' # Strip tests rm -R $out/lib/python*/test $out/lib/python*/**/test{,s} '' + optionalString includeSiteCustomize '' # Include a sitecustomize.py file cp ${../sitecustomize.py} $out/${sitePackages}/sitecustomize.py '' + optionalString stripBytecode '' # Determinism: deterministic bytecode # First we delete all old bytecode. find $out -type d -name __pycache__ -print0 | xargs -0 -I {} rm -rf "{}" '' + optionalString rebuildBytecode '' # Python 3.7 implements PEP 552, introducing support for deterministic bytecode. # compileall uses the therein introduced checked-hash method by default when # `SOURCE_DATE_EPOCH` is set. # We exclude lib2to3 because that's Python 2 code which fails # We build 3 levels of optimized bytecode. Note the default level, without optimizations, # is not reproducible yet. https://bugs.python.org/issue29708 # Not creating bytecode will result in a large performance loss however, so we do build it. find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -m compileall -q -f -x "lib2to3" -i - find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -O -m compileall -q -f -x "lib2to3" -i - find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -OO -m compileall -q -f -x "lib2to3" -i - '' + '' # *strip* shebang from libpython gdb script - it should be dual-syntax and # interpretable by whatever python the gdb in question is using, which may # not even match the major version of this python. doing this after the # bytecode compilations for the same reason - we don't want bytecode generated. mkdir -p $out/share/gdb sed '/^#!/d' Tools/gdb/libpython.py > $out/share/gdb/libpython.py # Disable system-wide pip installation. See https://peps.python.org/pep-0668/. cat <<'EXTERNALLY_MANAGED' > $out/lib/${libPrefix}/EXTERNALLY-MANAGED [externally-managed] Error=This command has been disabled as it tries to modify the immutable `/nix/store` filesystem. To use Python with Nix and nixpkgs, have a look at the online documentation: . EXTERNALLY_MANAGED '' + optionalString stdenv.hostPlatform.isWindows '' # Shebang files that link against the build python. Shebang don’t work on windows rm $out/bin/2to3* rm $out/bin/idle* rm $out/bin/pydoc* echo linking DLLs for python’s compiled librairies linkDLLsInfolder $out/lib/python*/lib-dynload/ ''; preFixup = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) '' # Ensure patch-shebangs uses shebangs of host interpreter. export PATH=${lib.makeBinPath [ "$out" ]}:$PATH ''; # Add CPython specific setup-hook that configures distutils.sysconfig to # always load sysconfigdata from host Python. postFixup = lib.optionalString (!stdenv.hostPlatform.isDarwin) '' cat << "EOF" >> "$out/nix-support/setup-hook" ${sysconfigdataHook} EOF ''; # Enforce that we don't have references to the OpenSSL -dev package, which we # explicitly specify in our configure flags above. disallowedReferences = lib.optionals (openssl != null && !static && !enableFramework) [ openssl.dev ] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ # Ensure we don't have references to build-time packages. # These typically end up in shebangs. pythonOnBuildForHost buildPackages.bash ]; separateDebugInfo = true; passthru = passthru // { doc = stdenv.mkDerivation { inherit src; name = "python${pythonVersion}-${version}-doc"; dontConfigure = true; dontBuild = true; sphinxRoot = "Doc"; postInstallSphinx = '' mv $out/share/doc/* $out/share/doc/python${pythonVersion}-${version} ''; nativeBuildInputs = with pkgsBuildBuild.python3.pkgs; [ sphinxHook python-docs-theme ]; }; tests = passthru.tests // { pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; }; }; enableParallelBuilding = true; meta = with lib; { homepage = "https://www.python.org"; changelog = let majorMinor = versions.majorMinor version; dashedVersion = replaceStrings [ "." "a" ] [ "-" "-alpha-" ] version; in if sourceVersion.suffix == "" then "https://docs.python.org/release/${version}/whatsnew/changelog.html" else "https://docs.python.org/${majorMinor}/whatsnew/changelog.html#python-${dashedVersion}"; description = "A high-level dynamically-typed programming language"; longDescription = '' Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types. ''; license = licenses.psfl; pkgConfigModules = [ "python3" ]; platforms = platforms.linux ++ platforms.darwin ++ platforms.windows; maintainers = with maintainers; [ fridh ]; mainProgram = executable; }; }) [result] Failed to update python3Minimal 3.11.8 -> 3.12.2 https://repology.org/project/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 wimlib, using log file: /var/log/nixpkgs-update/wimlib/2024-02-26.log wimlib 1.14.3 -> 1.14.4 https://repology.org/project/wimlib/versions attrpath: wimlib 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/archivers/wimlib/default.nix b/pkgs/tools/archivers/wimlib/default.nix index ee239a5a255f..6baf1ac89645 100644 --- a/pkgs/tools/archivers/wimlib/default.nix +++ b/pkgs/tools/archivers/wimlib/default.nix @@ -9,7 +9,7 @@ }: stdenv.mkDerivation rec { - version = "1.14.3"; + version = "1.14.4"; pname = "wimlib"; nativeBuildInputs = [ pkg-config makeWrapper ]; @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://wimlib.net/downloads/${pname}-${version}.tar.gz"; - hash = "sha256-ESjGx5FtLyLagDQfhNh9d8Yg3mUA+7I6dB+nm9CM0e8="; + hash = "sha256-NjPbK2yLJV64bTvz3zBZeWvR8I5QuMlyjH62ZmLlEwA="; }; enableParallelBuilding = true; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/3yrkns1wfhml6dassy8jz6hzjn72nd0m-wimlib-1.14.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 = 4 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • bootiso
  • wimlib
  • woeusb
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/wimlib/versions. meta.description for wimlib is: A library and program to extract, create, and modify WIM files meta.homepage for wimlib is: https://wimlib.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 1.14.4 with grep in /nix/store/3yrkns1wfhml6dassy8jz6hzjn72nd0m-wimlib-1.14.4 - found 1.14.4 in filename of file in /nix/store/3yrkns1wfhml6dassy8jz6hzjn72nd0m-wimlib-1.14.4 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath bootiso wimlib woeusb ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3yrkns1wfhml6dassy8jz6hzjn72nd0m-wimlib-1.14.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 wimlib https://github.com/r-ryantm/nixpkgs/archive/6f68ffeec31edc9b825ad10eebeedc461d738a2d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6f68ffeec31edc9b825ad10eebeedc461d738a2d#wimlib ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3yrkns1wfhml6dassy8jz6hzjn72nd0m-wimlib-1.14.4 ls -la /nix/store/3yrkns1wfhml6dassy8jz6hzjn72nd0m-wimlib-1.14.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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • bootiso
  • wimlib
  • woeusb
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/291499 [result] Success updating wimlib 1.14.3 -> 1.14.4 https://repology.org/project/wimlib/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 imagemagickBig, using log file: /var/log/nixpkgs-update/imagemagickBig/2024-02-26.log imagemagickBig 7.1.1-28 -> 7.1.1-29 https://github.com/ImageMagick/ImageMagick/releases attrpath: imagemagickBig same file and version as imagemagick [result] Failed to update imagemagickBig 7.1.1-28 -> 7.1.1-29 https://github.com/ImageMagick/ImageMagick/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imagemagick_light, using log file: /var/log/nixpkgs-update/imagemagick_light/2024-02-26.log imagemagick_light 7.1.1-28 -> 7.1.1-29 https://github.com/ImageMagick/ImageMagick/releases attrpath: imagemagick_light same file and version as imagemagick [result] Failed to update imagemagick_light 7.1.1-28 -> 7.1.1-29 https://github.com/ImageMagick/ImageMagick/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.betamax, using log file: /var/log/nixpkgs-update/python312Packages.betamax/2024-02-26.log python312Packages.betamax 0.8.1 -> 0.9.0 https://repology.org/project/python:betamax/versions attrpath: python312Packages.betamax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/68bhrs4rir33838wnyjc7r6lwq54j2pr-packages.json.drv building '/nix/store/68bhrs4rir33838wnyjc7r6lwq54j2pr-packages.json.drv'... Going to be running update for following packages: - python3.12-betamax-0.8.1 Press Enter key to continue... Running update for: - python3.12-betamax-0.8.1: UPDATING ... - python3.12-betamax-0.8.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/betamax/default.nix b/pkgs/development/python-modules/betamax/default.nix index 86f1e2574db7..d4da87d07433 100644 --- a/pkgs/development/python-modules/betamax/default.nix +++ b/pkgs/development/python-modules/betamax/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "betamax"; - version = "0.8.1"; + version = "0.9.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "1hki1c2vs7adq7zr56wi6i5bhrkia4s2ywpv2c98ibnczz709w2v"; + sha256 = "sha256-gjFuFnm8aHnjyDMY0Ba1S3ySJf8IxEYt5IE+IgONX5Q="; }; propagatedBuildInputs = [ requests ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1277 > 25 [result] Failed to update python312Packages.betamax 0.8.1 -> 0.9.0 https://repology.org/project/python:betamax/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 pmtiles, using log file: /var/log/nixpkgs-update/pmtiles/2024-02-26.log pmtiles 1.17.0 -> 1.18.0 https://github.com/protomaps/go-pmtiles/releases attrpath: pmtiles Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-tSQjCdgEXIGlSWcIB6lLQulAiEAebgW3pXL9Z2ujgIs=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'pmtiles.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/v46ybgkfxc5w3nai52y3s12lra5pnxg2-pmtiles-1.18.0-go-modules.drv /nix/store/h1x77zx2cmdm7bpfqjgnip7v9krslg88-pmtiles-1.18.0.drv building '/nix/store/v46ybgkfxc5w3nai52y3s12lra5pnxg2-pmtiles-1.18.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/19vzv3rmmx388hrjw24gd4fh8d6jbfn2-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading github.com/RoaringBitmap/roaring v1.5.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading gocloud.dev v0.34.0 go: downloading github.com/alecthomas/kong v0.8.0 go: downloading github.com/prometheus/client_golang v1.18.0 go: downloading github.com/aws/aws-sdk-go v1.45.12 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/paulmach/orb v0.10.0 go: downloading github.com/schollz/progressbar/v3 v3.13.1 go: downloading golang.org/x/sync v0.6.0 go: downloading zombiezen.com/go/sqlite v1.1.2 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading github.com/caddyserver/caddy/v2 v2.7.5 go: downloading go.uber.org/zap v1.25.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/prometheus/client_model v0.5.0 go: downloading github.com/prometheus/common v0.45.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.12.0 go: downloading golang.org/x/sys v0.16.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading go.mongodb.org/mongo-driver v1.11.4 go: downloading github.com/mattn/go-runewidth v0.0.14 go: downloading github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db go: downloading golang.org/x/term v0.16.0 go: downloading modernc.org/libc v1.41.0 go: downloading modernc.org/sqlite v1.29.1 go: downloading github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/google/uuid v1.3.1 go: downloading github.com/quic-go/quic-go v0.39.4 go: downloading github.com/mholt/acmez v1.2.0 go: downloading golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0 go: downloading github.com/caddyserver/certmagic v0.19.2 go: downloading github.com/smallstep/certificates v0.25.0 go: downloading github.com/smallstep/truststore v0.12.1 go: downloading github.com/spf13/cobra v1.7.0 go: downloading go.step.sm/crypto v0.35.1 go: downloading github.com/klauspost/cpuid/v2 v2.2.5 go: downloading github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046 go: downloading github.com/google/cel-go v0.15.1 go: downloading golang.org/x/net v0.20.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b go: downloading github.com/spf13/pflag v1.0.5 go: downloading howett.net/plist v1.0.0 go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.76 go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.38.1 go: downloading github.com/aws/smithy-go v1.14.0 go: downloading github.com/google/wire v0.5.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0 go: downloading github.com/aws/aws-sdk-go-v2 v1.20.0 go: downloading google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 go: downloading golang.org/x/crypto v0.18.0 go: downloading cloud.google.com/go/compute/metadata v0.2.3 go: downloading cloud.google.com/go/iam v1.1.1 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible go: downloading cloud.google.com/go/compute v1.23.0 go: downloading cloud.google.com/go v0.110.7 go: downloading cloud.google.com/go/storage v1.31.0 go: downloading github.com/googleapis/gax-go/v2 v2.12.0 go: downloading golang.org/x/oauth2 v0.12.0 go: downloading google.golang.org/api v0.142.0 go: downloading go.opencensus.io v0.24.0 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df go: downloading golang.org/x/text v0.14.0 go: downloading github.com/stoewer/go-strcase v1.2.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/smallstep/nosql v0.6.0 go: downloading go.step.sm/cli-utils v0.8.0 go: downloading go.step.sm/linkedca v0.20.1 go: downloading google.golang.org/grpc v1.58.3 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 go: downloading github.com/libdns/libdns v0.2.1 go: downloading github.com/zeebo/blake3 v0.2.3 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/slackhq/nebula v1.6.1 go: downloading github.com/miekg/dns v1.1.55 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.32 go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading github.com/onsi/ginkgo/v2 v2.9.5 go: downloading go.uber.org/mock v0.3.0 go: downloading github.com/quic-go/qpack v0.4.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.11 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.37 go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.12 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.32 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.31 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.0 go: downloading google.golang.org/appengine v1.6.7 go: downloading github.com/Microsoft/go-winio v0.6.0 go: downloading github.com/mitchellh/go-ps v1.0.0 go: downloading github.com/micromdm/scep/v2 v2.1.0 go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 go: downloading github.com/Masterminds/sprig/v3 v3.2.3 go: downloading github.com/urfave/cli v1.22.14 go: downloading github.com/chzyer/readline v1.5.1 go: downloading github.com/manifoldco/promptui v0.9.0 go: downloading filippo.io/edwards25519 v1.0.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.31 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.38 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.13.1 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.31 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/ncruces/go-strftime v0.1.9 go: downloading modernc.org/mathutil v1.6.0 go: downloading modernc.org/memory v1.7.2 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/dgraph-io/badger v1.6.2 go: downloading github.com/dgraph-io/badger/v2 v2.2007.4 go: downloading go.etcd.io/bbolt v1.3.7 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/jackc/pgx/v4 v4.18.0 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/Masterminds/semver/v3 v3.2.0 go: downloading github.com/huandu/xstrings v1.3.3 go: downloading github.com/imdario/mergo v0.3.12 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/shopspring/decimal v1.2.0 go: downloading github.com/spf13/cast v1.4.1 go: downloading github.com/go-kit/kit v0.10.0 go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 go: downloading github.com/quic-go/qtls-go1-20 v0.3.4 go: downloading github.com/golang-jwt/jwt/v5 v5.0.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/dgraph-io/ristretto v0.1.0 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/jackc/pgconn v1.14.0 go: downloading github.com/jackc/pgio v1.0.0 go: downloading github.com/jackc/pgproto3/v2 v2.3.2 go: downloading github.com/jackc/pgtype v1.14.0 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/klauspost/compress v1.17.0 go: downloading github.com/golang/glog v1.1.0 go: downloading github.com/go-logfmt/logfmt v0.5.1 go: downloading github.com/jackc/chunkreader/v2 v2.0.1 go: downloading github.com/jackc/pgpassfile v1.0.0 go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 go: downloading github.com/mattn/go-colorable v0.1.8 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.5 go: downloading github.com/google/s2a-go v0.1.7 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/mschoch/smat v0.2.0 go: downloading github.com/bits-and-blooms/bitset v1.2.0 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2 imports github.com/caddyserver/certmagic imports github.com/miekg/dns imports golang.org/x/tools/go/packages: missing go.sum entry for module providing package golang.org/x/tools/go/packages (imported by github.com/miekg/dns); to add: go get github.com/miekg/dns@v1.1.55 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2 imports github.com/quic-go/quic-go imports go.uber.org/mock/mockgen imports golang.org/x/mod/modfile: missing go.sum entry for module providing package golang.org/x/mod/modfile (imported by go.uber.org/mock/mockgen); to add: go get go.uber.org/mock/mockgen@v0.3.0 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2 imports github.com/quic-go/quic-go imports go.uber.org/mock/mockgen imports golang.org/x/tools/imports: missing go.sum entry for module providing package golang.org/x/tools/imports (imported by go.uber.org/mock/mockgen); to add: go get go.uber.org/mock/mockgen@v0.3.0 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2 imports github.com/quic-go/quic-go imports github.com/onsi/ginkgo/v2/ginkgo imports github.com/onsi/ginkgo/v2/ginkgo/labels imports golang.org/x/tools/go/ast/inspector: missing go.sum entry for module providing package golang.org/x/tools/go/ast/inspector (imported by github.com/onsi/ginkgo/v2/ginkgo/labels); to add: go get github.com/onsi/ginkgo/v2/ginkgo/labels@v2.9.5 go: github.com/protomaps/go-pmtiles/caddy imports github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile imports github.com/caddyserver/caddy/v2/modules/caddytls imports github.com/tailscale/tscert imports github.com/tailscale/tscert/internal/safesocket imports github.com/Microsoft/go-winio imports golang.org/x/tools/cmd/stringer: missing go.sum entry for module providing package golang.org/x/tools/cmd/stringer (imported by github.com/Microsoft/go-winio); to add: go get github.com/Microsoft/go-winio@v0.6.0 error: builder for '/nix/store/v46ybgkfxc5w3nai52y3s12lra5pnxg2-pmtiles-1.18.0-go-modules.drv' failed with exit code 1; last 25 log lines: > github.com/quic-go/quic-go imports > go.uber.org/mock/mockgen imports > golang.org/x/mod/modfile: missing go.sum entry for module providing package golang.org/x/mod/modfile (imported by go.uber.org/mock/mockgen); to add: > go get go.uber.org/mock/mockgen@v0.3.0 > go: github.com/protomaps/go-pmtiles/caddy imports > github.com/caddyserver/caddy/v2 imports > github.com/quic-go/quic-go imports > go.uber.org/mock/mockgen imports > golang.org/x/tools/imports: missing go.sum entry for module providing package golang.org/x/tools/imports (imported by go.uber.org/mock/mockgen); to add: > go get go.uber.org/mock/mockgen@v0.3.0 > go: github.com/protomaps/go-pmtiles/caddy imports > github.com/caddyserver/caddy/v2 imports > github.com/quic-go/quic-go imports > github.com/onsi/ginkgo/v2/ginkgo imports > github.com/onsi/ginkgo/v2/ginkgo/labels imports > golang.org/x/tools/go/ast/inspector: missing go.sum entry for module providing package golang.org/x/tools/go/ast/inspector (imported by github.com/onsi/ginkgo/v2/ginkgo/labels); to add: > go get github.com/onsi/ginkgo/v2/ginkgo/labels@v2.9.5 > go: github.com/protomaps/go-pmtiles/caddy imports > github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile imports > github.com/caddyserver/caddy/v2/modules/caddytls imports > github.com/tailscale/tscert imports > github.com/tailscale/tscert/internal/safesocket imports > github.com/Microsoft/go-winio imports > golang.org/x/tools/cmd/stringer: missing go.sum entry for module providing package golang.org/x/tools/cmd/stringer (imported by github.com/Microsoft/go-winio); to add: > go get github.com/Microsoft/go-winio@v0.6.0 For full logs, run 'nix log /nix/store/v46ybgkfxc5w3nai52y3s12lra5pnxg2-pmtiles-1.18.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/h1x77zx2cmdm7bpfqjgnip7v9krslg88-pmtiles-1.18.0.drv' failed to build [result] Failed to update pmtiles 1.17.0 -> 1.18.0 https://github.com/protomaps/go-pmtiles/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.pyside6, using log file: /var/log/nixpkgs-update/python312Packages.pyside6/2024-02-26.log python312Packages.pyside6 6.6.0 -> 6.6.2 https://repology.org/project/pyside6/versions attrpath: python312Packages.pyside6 Checking auto update branch... No auto update branch exists Old version 6.6.0" not present in master derivation file with contents: { lib , stdenv , cmake , ninja , python , moveBuildTree , shiboken6 }: stdenv.mkDerivation rec { pname = "pyside6"; inherit (shiboken6) version src; sourceRoot = "pyside-setup-everywhere-src-${lib.removeSuffix ".0" version}/sources/${pname}"; # FIXME: cmake/Macros/PySideModules.cmake supposes that all Qt frameworks on macOS # reside in the same directory as QtCore.framework, which is not true for Nix. postPatch = lib.optionalString stdenv.isLinux '' # Don't ignore optional Qt modules substituteInPlace cmake/PySideHelpers.cmake \ --replace \ 'string(FIND "''${_module_dir}" "''${_core_abs_dir}" found_basepath)' \ 'set (found_basepath 0)' ''; nativeBuildInputs = [ cmake ninja python ] ++ lib.optionals stdenv.isDarwin [ moveBuildTree ]; buildInputs = with python.pkgs.qt6; [ # required qtbase python.pkgs.ninja python.pkgs.packaging python.pkgs.setuptools ] ++ lib.optionals stdenv.isLinux [ # optional qt3d qtcharts qtconnectivity qtdatavis3d qtdeclarative qthttpserver qtmultimedia qtnetworkauth qtquick3d qtremoteobjects qtscxml qtsensors qtspeech qtsvg qttools qtwebchannel qtwebengine qtwebsockets ]; propagatedBuildInputs = [ shiboken6 ]; cmakeFlags = [ "-DBUILD_TESTS=OFF" ]; dontWrapQtApps = true; postInstall = '' cd ../../.. ${python.pythonOnBuildForHost.interpreter} setup.py egg_info --build-type=pyside6 cp -r PySide6.egg-info $out/${python.sitePackages}/ ''; meta = with lib; { description = "Python bindings for Qt"; license = with licenses; [ lgpl3Only gpl2Only gpl3Only ]; homepage = "https://wiki.qt.io/Qt_for_Python"; maintainers = with maintainers; [ gebner Enzime ]; platforms = platforms.all; }; } [result] Failed to update python312Packages.pyside6 6.6.0 -> 6.6.2 https://repology.org/project/pyside6/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-beta, using log file: /var/log/nixpkgs-update/signal-desktop-beta/2024-02-26.log signal-desktop-beta 7.0.0-beta1 -> 11.95.0 https://repology.org/project/signal-desktop/versions attrpath: signal-desktop-beta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7bpzgih8ljapbhlv322f9fmmmz7zmrnx-packages.json.drv building '/nix/store/7bpzgih8ljapbhlv322f9fmmmz7zmrnx-packages.json.drv'... Going to be running update for following packages: - signal-desktop-beta-7.0.0-beta.1 Press Enter key to continue... Running update for: - signal-desktop-beta-7.0.0-beta.1: UPDATING ... - signal-desktop-beta-7.0.0-beta.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop-beta.nix b/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop-beta.nix index 82d017376e0c..b0167a479382 100644 --- a/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop-beta.nix +++ b/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop-beta.nix @@ -2,7 +2,7 @@ callPackage ./generic.nix {} rec { pname = "signal-desktop-beta"; dir = "Signal Beta"; - version = "7.0.0-beta.1"; + version = "7.0.0-beta.2"; url = "https://updates.signal.org/desktop/apt/pool/s/signal-desktop-beta/signal-desktop-beta_${version}_amd64.deb"; - hash = "sha256-mMwOQVPihko/+ukEsaSu8l2u7obuY6gkTLAhSoWAVLo="; + hash = "sha256-yfa82JI/CKyQNT+oq0laupLyMIrq9Xs99M/xxgM9eQs="; } No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8h2jjy6nzv9garwh5y6afg9g9ib1wwwi-signal-desktop-beta-7.0.0-beta.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 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • signal-desktop-beta
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-beta is: Private, simple, and secure messenger meta.homepage for signal-desktop-beta is: https://signal.org/ meta.changelog for signal-desktop-beta is: https://github.com/signalapp/Signal-Desktop/releases/tag/v7.0.0-beta.2 ###### 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.0.0-beta.2 with grep in /nix/store/8h2jjy6nzv9garwh5y6afg9g9ib1wwwi-signal-desktop-beta-7.0.0-beta.2 - found 7.0.0-beta.2 in filename of file in /nix/store/8h2jjy6nzv9garwh5y6afg9g9ib1wwwi-signal-desktop-beta-7.0.0-beta.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath signal-desktop-beta ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8h2jjy6nzv9garwh5y6afg9g9ib1wwwi-signal-desktop-beta-7.0.0-beta.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 signal-desktop-beta https://github.com/r-ryantm/nixpkgs/archive/b872d25bf9b377ac951f06a3c0048e86c2da3f4b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b872d25bf9b377ac951f06a3c0048e86c2da3f4b#signal-desktop-beta ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8h2jjy6nzv9garwh5y6afg9g9ib1wwwi-signal-desktop-beta-7.0.0-beta.2 ls -la /nix/store/8h2jjy6nzv9garwh5y6afg9g9ib1wwwi-signal-desktop-beta-7.0.0-beta.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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • signal-desktop-beta
--- ###### Maintainer pings cc @eclairevoyant @Mic92 @equirosa @urandom2 @bkchr for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/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/291510 [result] Success updating signal-desktop-beta 7.0.0-beta1 -> 11.95.0 https://repology.org/project/signal-desktop/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.gpsoauth, using log file: /var/log/nixpkgs-update/python311Packages.gpsoauth/2024-02-26.log python311Packages.gpsoauth 0 -> 1 attrpath: python311Packages.gpsoauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iyjdbs6sfcmxb2d8ygwkk7b0ab0wxi4v-packages.json.drv building '/nix/store/iyjdbs6sfcmxb2d8ygwkk7b0ab0wxi4v-packages.json.drv'... Going to be running update for following packages: - python3.11-gpsoauth-1.0.4 Press Enter key to continue... Running update for: - python3.11-gpsoauth-1.0.4: UPDATING ... - python3.11-gpsoauth-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gpsoauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jiten, using log file: /var/log/nixpkgs-update/jiten/2024-02-26.log jiten 0 -> 1 attrpath: jiten 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/igl9nm3x5h2w6n7b1kr760jqwqacnr29-packages.json.drv building '/nix/store/igl9nm3x5h2w6n7b1kr760jqwqacnr29-packages.json.drv'... Going to be running update for following packages: - jiten-1.1.0 Press Enter key to continue... Running update for: - jiten-1.1.0: UPDATING ... - jiten-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jiten 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.genome-collector, using log file: /var/log/nixpkgs-update/python311Packages.genome-collector/2024-02-26.log python311Packages.genome-collector 0 -> 1 attrpath: python311Packages.genome-collector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/08nwf7i9vj09cfybab4qh2h3fwa65q0b-packages.json.drv building '/nix/store/08nwf7i9vj09cfybab4qh2h3fwa65q0b-packages.json.drv'... Going to be running update for following packages: - python3.11-genome_collector-0.1.6 Press Enter key to continue... Running update for: - python3.11-genome_collector-0.1.6: UPDATING ... - python3.11-genome_collector-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.genome-collector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jedi, using log file: /var/log/nixpkgs-update/python311Packages.jedi/2024-02-26.log python311Packages.jedi 0 -> 1 attrpath: python311Packages.jedi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bnk48kmvz8qidcqhjivg083jd86kigc1-packages.json.drv building '/nix/store/bnk48kmvz8qidcqhjivg083jd86kigc1-packages.json.drv'... Going to be running update for following packages: - python3.11-jedi-0.19.1 Press Enter key to continue... Running update for: - python3.11-jedi-0.19.1: UPDATING ... - python3.11-jedi-0.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jedi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.theano-pymc, using log file: /var/log/nixpkgs-update/python311Packages.theano-pymc/2024-02-26.log python311Packages.theano-pymc 0 -> 1 attrpath: python311Packages.theano-pymc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b8487926x4gadggnkzfv0zf5lvkyi7mf-packages.json.drv building '/nix/store/b8487926x4gadggnkzfv0zf5lvkyi7mf-packages.json.drv'... Going to be running update for following packages: - python3.11-theano-pymc-1.1.2 Press Enter key to continue... Running update for: - python3.11-theano-pymc-1.1.2: UPDATING ... - python3.11-theano-pymc-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.theano-pymc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xlsx2csv, using log file: /var/log/nixpkgs-update/python311Packages.xlsx2csv/2024-02-26.log python311Packages.xlsx2csv 0 -> 1 attrpath: python311Packages.xlsx2csv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c5zn2xk2xn81yadk5swdh6l8q84mp320-packages.json.drv building '/nix/store/c5zn2xk2xn81yadk5swdh6l8q84mp320-packages.json.drv'... Going to be running update for following packages: - python3.11-xlsx2csv-0.8.2 Press Enter key to continue... Running update for: - python3.11-xlsx2csv-0.8.2: UPDATING ... - python3.11-xlsx2csv-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xlsx2csv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ds, using log file: /var/log/nixpkgs-update/php81Extensions.ds/2024-02-26.log php81Extensions.ds 0 -> 1 attrpath: php81Extensions.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/8339mzxk15811fi6lsm1l953qw34vw93-packages.json.drv building '/nix/store/8339mzxk15811fi6lsm1l953qw34vw93-packages.json.drv'... Going to be running update for following packages: - php-ds-1.5.0 Press Enter key to continue... Running update for: - php-ds-1.5.0: UPDATING ... - php-ds-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.ds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nbqa, using log file: /var/log/nixpkgs-update/nbqa/2024-02-26.log nbqa 0 -> 1 attrpath: nbqa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/38ikxqi4id8q82gcm055qjm6z6ys8rll-packages.json.drv building '/nix/store/38ikxqi4id8q82gcm055qjm6z6ys8rll-packages.json.drv'... Going to be running update for following packages: - nbqa-1.7.1 Press Enter key to continue... Running update for: - nbqa-1.7.1: UPDATING ... - nbqa-1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nbqa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath log4j-scan, using log file: /var/log/nixpkgs-update/log4j-scan/2024-02-26.log log4j-scan 0 -> 1 attrpath: log4j-scan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7d2wyaacjxqisqwlw0s9ba1zfcr7iwbr-packages.json.drv building '/nix/store/7d2wyaacjxqisqwlw0s9ba1zfcr7iwbr-packages.json.drv'... Going to be running update for following packages: - log4j-scan-unstable-2021-12-18 Press Enter key to continue... Running update for: - log4j-scan-unstable-2021-12-18: UPDATING ... - log4j-scan-unstable-2021-12-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update log4j-scan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.os-service-types, using log file: /var/log/nixpkgs-update/python311Packages.os-service-types/2024-02-26.log python311Packages.os-service-types 0 -> 1 attrpath: python311Packages.os-service-types Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7zdwzadr6r5v4riibzibhzjpravc6plb-packages.json.drv building '/nix/store/7zdwzadr6r5v4riibzibhzjpravc6plb-packages.json.drv'... Going to be running update for following packages: - python3.11-os-service-types-1.7.0 Press Enter key to continue... Running update for: - python3.11-os-service-types-1.7.0: UPDATING ... - python3.11-os-service-types-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.os-service-types 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyvo, using log file: /var/log/nixpkgs-update/python311Packages.pyvo/2024-02-26.log python311Packages.pyvo 0 -> 1 attrpath: python311Packages.pyvo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y08k0r5xsci162lxplwdjl2clkp6hmzl-packages.json.drv building '/nix/store/y08k0r5xsci162lxplwdjl2clkp6hmzl-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvo-1.5 Press Enter key to continue... Running update for: - python3.11-pyvo-1.5: UPDATING ... - python3.11-pyvo-1.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyvo/default.nix b/pkgs/development/python-modules/pyvo/default.nix index c2058a374a31..6ebabd1b7340 100644 --- a/pkgs/development/python-modules/pyvo/default.nix +++ b/pkgs/development/python-modules/pyvo/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "pyvo"; - version = "1.5"; + version = "1.5.1"; format = "setuptools"; disabled = pythonOlder "3.8"; # according to setup.cfg src = fetchPypi { inherit pname version; - hash = "sha256-heTWWyxmRaDlI9NHzZab5OLOBIbVdb45v67Rq5ckzc8="; + hash = "sha256-ByCBD+e3ZrpT0Q6dnkuyO8lnwVGm85LiKmy/4NRTpjI="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.pyvo: 1.5 -> 1.5.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291090" [result] Failed to update python311Packages.pyvo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath watson, using log file: /var/log/nixpkgs-update/watson/2024-02-26.log watson 0 -> 1 attrpath: watson 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/9i4jiz5q3i0s15wkq1yd62fxixdy4wzd-packages.json.drv building '/nix/store/9i4jiz5q3i0s15wkq1yd62fxixdy4wzd-packages.json.drv'... Going to be running update for following packages: - watson-2.1.0 Press Enter key to continue... Running update for: - watson-2.1.0: UPDATING ... - watson-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update watson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tvdb-api, using log file: /var/log/nixpkgs-update/python311Packages.tvdb-api/2024-02-26.log python311Packages.tvdb-api 0 -> 1 attrpath: python311Packages.tvdb-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5haj9fc773nk71syy0q7vf4hg916z3pw-packages.json.drv building '/nix/store/5haj9fc773nk71syy0q7vf4hg916z3pw-packages.json.drv'... Going to be running update for following packages: - python3.11-tvdb-api-3.2.0-beta Press Enter key to continue... Running update for: - python3.11-tvdb-api-3.2.0-beta: UPDATING ... - python3.11-tvdb-api-3.2.0-beta: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tvdb-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymoo, using log file: /var/log/nixpkgs-update/python311Packages.pymoo/2024-02-26.log python311Packages.pymoo 0 -> 1 attrpath: python311Packages.pymoo 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/f6i66vir42dm1ryy8v7h3hbs20213hip-packages.json.drv building '/nix/store/f6i66vir42dm1ryy8v7h3hbs20213hip-packages.json.drv'... Going to be running update for following packages: - python3.11-pymoo-0.6.0.1 Press Enter key to continue... Running update for: - python3.11-pymoo-0.6.0.1: UPDATING ... - python3.11-pymoo-0.6.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymoo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hcs-utils, using log file: /var/log/nixpkgs-update/python311Packages.hcs-utils/2024-02-26.log python311Packages.hcs-utils 0 -> 1 attrpath: python311Packages.hcs-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pnlvjpxgnmk6qjzpwnzi70yvj3qr7412-packages.json.drv building '/nix/store/pnlvjpxgnmk6qjzpwnzi70yvj3qr7412-packages.json.drv'... Going to be running update for following packages: - python3.11-hcs-utils-2.0 Press Enter key to continue... Running update for: - python3.11-hcs-utils-2.0: UPDATING ... - python3.11-hcs-utils-2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hcs-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scooby, using log file: /var/log/nixpkgs-update/python311Packages.scooby/2024-02-26.log python311Packages.scooby 0 -> 1 attrpath: python311Packages.scooby Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x7xg7wviac5ybx3vqh066672hkikqg2v-packages.json.drv building '/nix/store/x7xg7wviac5ybx3vqh066672hkikqg2v-packages.json.drv'... Going to be running update for following packages: - python3.11-scooby-0.9.2 Press Enter key to continue... Running update for: - python3.11-scooby-0.9.2: UPDATING ... - python3.11-scooby-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scooby 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dosage, using log file: /var/log/nixpkgs-update/dosage/2024-02-26.log dosage 0 -> 1 attrpath: dosage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3pxrnsa5pnhjq8r57idnn5jjclkmkx48-packages.json.drv building '/nix/store/3pxrnsa5pnhjq8r57idnn5jjclkmkx48-packages.json.drv'... Going to be running update for following packages: - dosage-2.17 Press Enter key to continue... Running update for: - dosage-2.17: UPDATING ... - dosage-2.17: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/graphics/dosage/default.nix b/pkgs/applications/graphics/dosage/default.nix index 6bdf149c9b97..1b45db57e073 100644 --- a/pkgs/applications/graphics/dosage/default.nix +++ b/pkgs/applications/graphics/dosage/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "dosage"; - version = "2.17"; + version = "3.0"; src = fetchPypi { inherit pname version; - sha256 = "0vmxgn9wd3j80hp4gr5iq06jrl4gryz5zgfdd2ah30d12sfcfig0"; + sha256 = "sha256-mHV/U9Vqv7fSsLYNrCXckkJ1YpsccLd8HsJ78IwLX0Y="; }; nativeCheckInputs = with python3Packages; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dosage nix build failed. Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/qggsfk0s09szg2wwwdwqv30dm44snbmk-dosage-3.0.tar.gz source root is dosage-3.0 setting SOURCE_DATE_EPOCH to timestamp 1654528702 of file dosage-3.0/setup.cfg @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 setuptoolsBuildPhase Setting SETUPTOOLS_SCM_PRETEND_VERSION to 3.0 Including all tracked files automatically Traceback (most recent call last): File "/build/dosage-3.0/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update dosage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath znc, using log file: /var/log/nixpkgs-update/znc/2024-02-26.log znc 1.8.2 -> 1.9.0 https://repology.org/project/znc/versions attrpath: znc 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/znc/default.nix b/pkgs/applications/networking/znc/default.nix index 667533871993..4535fa896cb2 100644 --- a/pkgs/applications/networking/znc/default.nix +++ b/pkgs/applications/networking/znc/default.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation rec { pname = "znc"; - version = "1.8.2"; + version = "1.9.0"; src = fetchurl { url = "https://znc.in/releases/archive/${pname}-${version}.tar.gz"; - sha256 = "03fyi0j44zcanj1rsdx93hkdskwfvhbywjiwd17f9q1a7yp8l8zz"; + sha256 = "sha256-i5nJ27IcEwlwUHNGC+m/rLb3sOg6Ff5dS3FAIBs50qE="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A znc nix build failed. got build log for 'znc' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/85f3anwfikyirl3vj23z13kcssh0pki2-znc-1.9.0.tar.gz source root is znc-1.9.0 setting SOURCE_DATE_EPOCH to timestamp 1708561407 of file znc-1.9.0/modules/modpython/generated.tar.gz @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" configure flags: --prefix=/nix/store/4k6qx4zps0pzf3p2vdhhnr0d78h9d4j0-znc-1.9.0 --disable-perl --disable-python --disable-tcl --without-tcl --enable-cyrus Error: configure wrapper requires python Either install python, or use cmake directly @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase no Makefile or custom installPhase, doing nothing @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase [result] Failed to update znc 1.8.2 -> 1.9.0 https://repology.org/project/znc/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 yoshimi, using log file: /var/log/nixpkgs-update/yoshimi/2024-02-26.log yoshimi 2.3.1.3 -> 2.3.2 https://repology.org/project/yoshimi/versions attrpath: yoshimi Checking auto update branch... An auto update branch exists with message `yoshimi: 2.3.1.3 -> 2.3.2`. New version is 2.3.2. An auto update branch exists with an equal or greater version [result] Failed to update yoshimi 2.3.1.3 -> 2.3.2 https://repology.org/project/yoshimi/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 nrfconnect, using log file: /var/log/nixpkgs-update/nrfconnect/2024-02-26.log nrfconnect 4.3.0 -> 4.4.0 https://repology.org/project/nrfconnect/versions attrpath: nrfconnect 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/nr/nrfconnect/package.nix b/pkgs/by-name/nr/nrfconnect/package.nix index c3a6e0e7f3dd..561cf60ca857 100644 --- a/pkgs/by-name/nr/nrfconnect/package.nix +++ b/pkgs/by-name/nr/nrfconnect/package.nix @@ -5,11 +5,11 @@ let pname = "nrfconnect"; - version = "4.3.0"; + version = "4.4.0"; src = fetchurl { url = "https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/desktop-software/nrf-connect-for-desktop/${lib.versions.major version}-${lib.versions.minor version}-${lib.versions.patch version}/nrfconnect-${version}-x86_64.appimage"; - hash = "sha256-G8//dZqPxn6mR8Bjzf/bAn9Gv7t2AFWIF9twCGbqMd8="; + hash = "sha256-drgXlmBxOoN4+n1PTCd9YsLPBf72Zf9J0TaaPkGRGS8="; name = "${pname}-${version}.AppImage"; }; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update nrfconnect 4.3.0 -> 4.4.0 https://repology.org/project/nrfconnect/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.jsonconversion, using log file: /var/log/nixpkgs-update/python311Packages.jsonconversion/2024-02-26.log python311Packages.jsonconversion 0 -> 1 attrpath: python311Packages.jsonconversion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2pz3d4pj6vklfx762lgwrgyrng4x57wk-packages.json.drv building '/nix/store/2pz3d4pj6vklfx762lgwrgyrng4x57wk-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonconversion-0.2.13 Press Enter key to continue... Running update for: - python3.11-jsonconversion-0.2.13: UPDATING ... - python3.11-jsonconversion-0.2.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonconversion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grammalecte, using log file: /var/log/nixpkgs-update/python311Packages.grammalecte/2024-02-26.log python311Packages.grammalecte 0 -> 1 attrpath: python311Packages.grammalecte Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/diafj4sv3y88i9lg9f5w95xg317rrgz5-packages.json.drv building '/nix/store/diafj4sv3y88i9lg9f5w95xg317rrgz5-packages.json.drv'... Going to be running update for following packages: - python3.11-grammalecte-2.1.1 Press Enter key to continue... Running update for: - python3.11-grammalecte-2.1.1: UPDATING ... - python3.11-grammalecte-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grammalecte 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kanidm, using log file: /var/log/nixpkgs-update/python311Packages.kanidm/2024-02-26.log python311Packages.kanidm 0 -> 1 attrpath: python311Packages.kanidm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1va4gbmps09cihqx2p7qym2ycyfisaf0-packages.json.drv building '/nix/store/1va4gbmps09cihqx2p7qym2ycyfisaf0-packages.json.drv'... Going to be running update for following packages: - python3.11-kanidm-0.0.3-unstable-2023-08-23 Press Enter key to continue... Running update for: - python3.11-kanidm-0.0.3-unstable-2023-08-23: UPDATING ... - python3.11-kanidm-0.0.3-unstable-2023-08-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kanidm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyacaia-async, using log file: /var/log/nixpkgs-update/python311Packages.pyacaia-async/2024-02-26.log python311Packages.pyacaia-async 0 -> 1 attrpath: python311Packages.pyacaia-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/gmr22gj2mj95qbfr4kxp0kai3yb61apw-packages.json.drv building '/nix/store/gmr22gj2mj95qbfr4kxp0kai3yb61apw-packages.json.drv'... Going to be running update for following packages: - python3.11-pyacaia-async-0.0.10 Press Enter key to continue... Running update for: - python3.11-pyacaia-async-0.0.10: UPDATING ... - python3.11-pyacaia-async-0.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyacaia-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.pygments-style-github, using log file: /var/log/nixpkgs-update/python311Packages.pygments-style-github/2024-02-26.log python311Packages.pygments-style-github 0 -> 1 attrpath: python311Packages.pygments-style-github Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fll5lkxqmq73xds6qb8yfwkf4pfa6plj-packages.json.drv building '/nix/store/fll5lkxqmq73xds6qb8yfwkf4pfa6plj-packages.json.drv'... Going to be running update for following packages: - python3.11-pygments-style-github-0.4 Press Enter key to continue... Running update for: - python3.11-pygments-style-github-0.4: UPDATING ... - python3.11-pygments-style-github-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygments-style-github 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elogind, using log file: /var/log/nixpkgs-update/elogind/2024-02-26.log elogind 246.10 -> 252.9 https://github.com/elogind/elogind/releases attrpath: elogind 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/misc/elogind/default.nix b/pkgs/applications/misc/elogind/default.nix index 56f8be698f32..c72f6ffab4fa 100644 --- a/pkgs/applications/misc/elogind/default.nix +++ b/pkgs/applications/misc/elogind/default.nix @@ -27,13 +27,13 @@ stdenv.mkDerivation rec { pname = "elogind"; - version = "246.10"; + version = "252.9"; src = fetchFromGitHub { owner = "elogind"; repo = pname; rev = "v${version}"; - sha256 = "sha256-+Nv6FL9Yjmfxs24+2mUTP//wbjzGUq4ftgJLfuEqBJg="; + sha256 = "sha256-fKqDccnzqNWvnjwaAuTZZlshYrqk06MBOL2cdNJ2LBE="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A elogind nix build failed. Checking for function "execveat" : YES Checking for function "close_range" : YES Checking for function "epoll_pwait2" : YES Checking for function "mount_setattr" : YES Checking for function "move_mount" : YES Checking for function "open_tree" : YES Checking for function "fsopen" : YES Checking for function "fsconfig" : YES Checking for function "getdents64" : YES Checking for function "getrandom" : YES Checking if "program_invocation[_short]_name test" : links: YES Program sh found: YES (/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh) Program echo found: YES (/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/echo) Program sed found: YES (/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed) Program awk found: YES (/nix/store/78q5np4llnqhshx72kxm7w7q31pj0v7b-gawk-5.2.2/bin/awk) Program stat found: YES (/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/stat) Program ln found: YES (/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/ln) Program git found: NO Program env found: YES (/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/env) Program perl found: NO Program halt /usr/sbin/halt /sbin/halt found: NO Program kexec /usr/sbin/kexec /sbin/kexec found: NO Program poweroff /usr/sbin/poweroff /sbin/poweroff found: NO Program reboot /usr/sbin/reboot /sbin/reboot found: NO Program nologin /usr/sbin/nologin /sbin/nologin found: NO Program python3 found: YES (/nix/store/mzg9jyvc65jy6nymc4niid67n1l4638d-python3-3.11.8-env/bin/python3) meson.build:842:8: ERROR: Problem encountered: python3 jinja2 missing A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update elogind 246.10 -> 252.9 https://github.com/elogind/elogind/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.constantly, using log file: /var/log/nixpkgs-update/python311Packages.constantly/2024-02-26.log python311Packages.constantly 0 -> 1 attrpath: python311Packages.constantly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zp5zc9hg0ky0nb17000x03b4cvc25r3z-packages.json.drv building '/nix/store/zp5zc9hg0ky0nb17000x03b4cvc25r3z-packages.json.drv'... Going to be running update for following packages: - python3.11-constantly-23.10.4 Press Enter key to continue... Running update for: - python3.11-constantly-23.10.4: UPDATING ... - python3.11-constantly-23.10.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.constantly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.safe, using log file: /var/log/nixpkgs-update/python311Packages.safe/2024-02-26.log python311Packages.safe 0 -> 1 attrpath: python311Packages.safe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qvz33752z5chcyh6hvm88raga68266c4-packages.json.drv building '/nix/store/qvz33752z5chcyh6hvm88raga68266c4-packages.json.drv'... Going to be running update for following packages: - python3.11-Safe-0.4 Press Enter key to continue... Running update for: - python3.11-Safe-0.4: UPDATING ... - python3.11-Safe-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.safe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.taxi, using log file: /var/log/nixpkgs-update/python311Packages.taxi/2024-02-26.log python311Packages.taxi 0 -> 1 attrpath: python311Packages.taxi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xibqy8byrw30lbqsiw2gv6dl5vklavj0-packages.json.drv building '/nix/store/xibqy8byrw30lbqsiw2gv6dl5vklavj0-packages.json.drv'... Going to be running update for following packages: - python3.11-taxi-6.2.0 Press Enter key to continue... Running update for: - python3.11-taxi-6.2.0: UPDATING ... - python3.11-taxi-6.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.taxi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.polib, using log file: /var/log/nixpkgs-update/python311Packages.polib/2024-02-26.log python311Packages.polib 0 -> 1 attrpath: python311Packages.polib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/07r920j766wczyc7rxfmq8qyi2c1q73i-packages.json.drv building '/nix/store/07r920j766wczyc7rxfmq8qyi2c1q73i-packages.json.drv'... Going to be running update for following packages: - python3.11-polib-1.2.0 Press Enter key to continue... Running update for: - python3.11-polib-1.2.0: UPDATING ... - python3.11-polib-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.polib 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 perlnavigator 0.6.3 -> 0.7.13 https://github.com/bscan/PerlNavigator/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.behave, using log file: /var/log/nixpkgs-update/python311Packages.behave/2024-02-26.log python311Packages.behave 1.2.7.dev2 -> 1.2.6 https://repology.org/project/python:behave/versions attrpath: python311Packages.behave Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cf7bd22779kz77r22rw9qy99yfpfmj2c-packages.json.drv building '/nix/store/cf7bd22779kz77r22rw9qy99yfpfmj2c-packages.json.drv'... Going to be running update for following packages: - python3.11-behave-1.2.7.dev2 Press Enter key to continue... Running update for: - python3.11-behave-1.2.7.dev2: UPDATING ... - python3.11-behave-1.2.7.dev2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.behave 1.2.7.dev2 -> 1.2.6 https://repology.org/project/python:behave/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 isolyzer, using log file: /var/log/nixpkgs-update/isolyzer/2024-02-26.log isolyzer 0 -> 1 attrpath: isolyzer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8j3csf5vcvwa7zmv59jnbg2pkd9m1lyv-packages.json.drv building '/nix/store/8j3csf5vcvwa7zmv59jnbg2pkd9m1lyv-packages.json.drv'... Going to be running update for following packages: - isolyzer-1.4.0 Press Enter key to continue... Running update for: - isolyzer-1.4.0: UPDATING ... - isolyzer-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update isolyzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mne-python, using log file: /var/log/nixpkgs-update/python311Packages.mne-python/2024-02-26.log python311Packages.mne-python 0 -> 1 attrpath: python311Packages.mne-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/dcwsryvx07pdbbzimd9vd5pjs82gi98c-packages.json.drv building '/nix/store/dcwsryvx07pdbbzimd9vd5pjs82gi98c-packages.json.drv'... Going to be running update for following packages: - python3.11-mne-python-1.6.1 Press Enter key to continue... Running update for: - python3.11-mne-python-1.6.1: UPDATING ... - python3.11-mne-python-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mne-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 python311Packages.mhcgnomes, using log file: /var/log/nixpkgs-update/python311Packages.mhcgnomes/2024-02-26.log python311Packages.mhcgnomes 0 -> 1 attrpath: python311Packages.mhcgnomes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cdl5rgbvyz8b7yhp4l4w0k9pc52lrais-packages.json.drv building '/nix/store/cdl5rgbvyz8b7yhp4l4w0k9pc52lrais-packages.json.drv'... Going to be running update for following packages: - python3.11-mhcgnomes-1.8.6 Press Enter key to continue... Running update for: - python3.11-mhcgnomes-1.8.6: UPDATING ... - python3.11-mhcgnomes-1.8.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mhcgnomes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scales, using log file: /var/log/nixpkgs-update/python311Packages.scales/2024-02-26.log python311Packages.scales 0 -> 1 attrpath: python311Packages.scales Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4yg23pjgw11aaxhc97nh5z199am1c2zp-packages.json.drv building '/nix/store/4yg23pjgw11aaxhc97nh5z199am1c2zp-packages.json.drv'... Going to be running update for following packages: - python3.11-scales-1.0.9 Press Enter key to continue... Running update for: - python3.11-scales-1.0.9: UPDATING ... - python3.11-scales-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scales 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-repeat, using log file: /var/log/nixpkgs-update/python311Packages.pytest-repeat/2024-02-26.log python311Packages.pytest-repeat 0 -> 1 attrpath: python311Packages.pytest-repeat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h79gkj83lfh7nqm9687v6mvd2r6ylzmb-packages.json.drv building '/nix/store/h79gkj83lfh7nqm9687v6mvd2r6ylzmb-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-repeat-0.9.3 Press Enter key to continue... Running update for: - python3.11-pytest-repeat-0.9.3: UPDATING ... - python3.11-pytest-repeat-0.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-repeat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.smpp_pdu, using log file: /var/log/nixpkgs-update/python311Packages.smpp_pdu/2024-02-26.log python311Packages.smpp_pdu 0 -> 1 attrpath: python311Packages.smpp_pdu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g73cgc7p5bj29m6ahisz2pimsgwrpw0m-packages.json.drv building '/nix/store/g73cgc7p5bj29m6ahisz2pimsgwrpw0m-packages.json.drv'... Going to be running update for following packages: - python3.11-smpp.pdu-unstable-2022-09-02 Press Enter key to continue... Running update for: - python3.11-smpp.pdu-unstable-2022-09-02: UPDATING ... - python3.11-smpp.pdu-unstable-2022-09-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.smpp_pdu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.dicom, using log file: /var/log/nixpkgs-update/octavePackages.dicom/2024-02-26.log octavePackages.dicom 0 -> 1 attrpath: octavePackages.dicom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zvaymhh8winyrb2pmlsiwjffsqmi80jj-packages.json.drv building '/nix/store/zvaymhh8winyrb2pmlsiwjffsqmi80jj-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-dicom-0.6.0 Press Enter key to continue... Running update for: - octave-8.4.0-dicom-0.6.0: UPDATING ... - octave-8.4.0-dicom-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.dicom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yabadaba, using log file: /var/log/nixpkgs-update/python311Packages.yabadaba/2024-02-26.log python311Packages.yabadaba 0 -> 1 attrpath: python311Packages.yabadaba Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8782vvjfqminyj80cx2gi57976wyvxm5-packages.json.drv building '/nix/store/8782vvjfqminyj80cx2gi57976wyvxm5-packages.json.drv'... Going to be running update for following packages: - python3.11-yabadaba-0.2.1 Press Enter key to continue... Running update for: - python3.11-yabadaba-0.2.1: UPDATING ... - python3.11-yabadaba-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yabadaba 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywilight, using log file: /var/log/nixpkgs-update/python311Packages.pywilight/2024-02-26.log python311Packages.pywilight 0 -> 1 attrpath: python311Packages.pywilight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5gscbq26mmndl62k7jjc1cb2srj0hcms-packages.json.drv building '/nix/store/5gscbq26mmndl62k7jjc1cb2srj0hcms-packages.json.drv'... Going to be running update for following packages: - python3.11-pywilight-0.0.74 Press Enter key to continue... Running update for: - python3.11-pywilight-0.0.74: UPDATING ... - python3.11-pywilight-0.0.74: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywilight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyjsparser, using log file: /var/log/nixpkgs-update/python311Packages.pyjsparser/2024-02-26.log python311Packages.pyjsparser 0 -> 1 attrpath: python311Packages.pyjsparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6abhi9hxyr2ppy9q0g64awc5xnc8ik2q-packages.json.drv building '/nix/store/6abhi9hxyr2ppy9q0g64awc5xnc8ik2q-packages.json.drv'... Going to be running update for following packages: - python3.11-pyjsparser-2.7.1 Press Enter key to continue... Running update for: - python3.11-pyjsparser-2.7.1: UPDATING ... - python3.11-pyjsparser-2.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyjsparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gpu-viewer, using log file: /var/log/nixpkgs-update/gpu-viewer/2024-02-26.log gpu-viewer 0 -> 1 attrpath: gpu-viewer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p95i73zkcmiqf11j3kax28wy6r8xpzr1-packages.json.drv building '/nix/store/p95i73zkcmiqf11j3kax28wy6r8xpzr1-packages.json.drv'... Going to be running update for following packages: - gpu-viewer-3.02 Press Enter key to continue... Running update for: - gpu-viewer-3.02: UPDATING ... - gpu-viewer-3.02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gpu-viewer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-versatileimagefield, using log file: /var/log/nixpkgs-update/python311Packages.django-versatileimagefield/2024-02-26.log python311Packages.django-versatileimagefield 0 -> 1 attrpath: python311Packages.django-versatileimagefield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5v3i7fcvbbfii0rfj5wsrsjn2rvpkcyn-packages.json.drv building '/nix/store/5v3i7fcvbbfii0rfj5wsrsjn2rvpkcyn-packages.json.drv'... Going to be running update for following packages: - python3.11-django-versatileimagefield-3.1 Press Enter key to continue... Running update for: - python3.11-django-versatileimagefield-3.1: UPDATING ... - python3.11-django-versatileimagefield-3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-versatileimagefield 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dictpath, using log file: /var/log/nixpkgs-update/python311Packages.dictpath/2024-02-26.log python311Packages.dictpath 0 -> 1 attrpath: python311Packages.dictpath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7yv43pqalxw68134yb37pzlwgip2c0jy-packages.json.drv building '/nix/store/7yv43pqalxw68134yb37pzlwgip2c0jy-packages.json.drv'... Going to be running update for following packages: - python3.11-pathable-0.4.3 Press Enter key to continue... Running update for: - python3.11-pathable-0.4.3: UPDATING ... - python3.11-pathable-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dictpath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-bootstrap, using log file: /var/log/nixpkgs-update/python311Packages.xstatic-bootstrap/2024-02-26.log python311Packages.xstatic-bootstrap 0 -> 1 attrpath: python311Packages.xstatic-bootstrap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mrcmlk99yn841650qgd76wss0zpxjwxd-packages.json.drv building '/nix/store/mrcmlk99yn841650qgd76wss0zpxjwxd-packages.json.drv'... Going to be running update for following packages: - python3.11-XStatic-Bootstrap-4.5.3.1 Press Enter key to continue... Running update for: - python3.11-XStatic-Bootstrap-4.5.3.1: UPDATING ... - python3.11-XStatic-Bootstrap-4.5.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xstatic-bootstrap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xformers, using log file: /var/log/nixpkgs-update/python311Packages.xformers/2024-02-26.log python311Packages.xformers 0 -> 1 attrpath: python311Packages.xformers Checking auto update branch... [version] [version] skipping because derivation has 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/wgimjvb8pn7lq6iygi02p3nfjgbrlgy1-packages.json.drv building '/nix/store/wgimjvb8pn7lq6iygi02p3nfjgbrlgy1-packages.json.drv'... Going to be running update for following packages: - python3.11-xformers-0.0.23.post1 Press Enter key to continue... Running update for: - python3.11-xformers-0.0.23.post1: UPDATING ... - python3.11-xformers-0.0.23.post1: ERROR --- SHOWING ERROR LOG FOR python3.11-xformers-0.0.23.post1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, 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-xformers-0.0.23.post1 ---------------------- The update script for python3.11-xformers-0.0.23.post1 failed with exit code 1 [result] Failed to update python311Packages.xformers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqt3d, using log file: /var/log/nixpkgs-update/python311Packages.pyqt3d/2024-02-26.log python311Packages.pyqt3d 0 -> 1 attrpath: python311Packages.pyqt3d Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4yx3swjnqmf9hls0zqrgwhisc30qi08r-packages.json.drv building '/nix/store/4yx3swjnqmf9hls0zqrgwhisc30qi08r-packages.json.drv'... Going to be running update for following packages: - python3.11-pyqt3d-5.15.6 Press Enter key to continue... Running update for: - python3.11-pyqt3d-5.15.6: UPDATING ... - python3.11-pyqt3d-5.15.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqt3d 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath signaldctl, using log file: /var/log/nixpkgs-update/signaldctl/2024-02-26.log signaldctl 0 -> 1 attrpath: signaldctl 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/ghngj7p61ky83v0isyzqa4534zqkpnfh-packages.json.drv building '/nix/store/ghngj7p61ky83v0isyzqa4534zqkpnfh-packages.json.drv'... Going to be running update for following packages: - signaldctl-0.6.1 Press Enter key to continue... Running update for: - signaldctl-0.6.1: UPDATING ... - signaldctl-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update signaldctl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.epson-projector, using log file: /var/log/nixpkgs-update/python311Packages.epson-projector/2024-02-26.log python311Packages.epson-projector 0 -> 1 attrpath: python311Packages.epson-projector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/51ji75cv1hcfgjkdzfka08caa7wi0z96-packages.json.drv building '/nix/store/51ji75cv1hcfgjkdzfka08caa7wi0z96-packages.json.drv'... Going to be running update for following packages: - python3.11-epson-projector-0.5.1 Press Enter key to continue... Running update for: - python3.11-epson-projector-0.5.1: UPDATING ... - python3.11-epson-projector-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.epson-projector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ffcv, using log file: /var/log/nixpkgs-update/python311Packages.ffcv/2024-02-26.log python311Packages.ffcv 0 -> 1 attrpath: python311Packages.ffcv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k0p47083ckq1sq7vyfhgdd14lqs5cln9-packages.json.drv building '/nix/store/k0p47083ckq1sq7vyfhgdd14lqs5cln9-packages.json.drv'... Going to be running update for following packages: - python3.11-ffcv-1.0.0 Press Enter key to continue... Running update for: - python3.11-ffcv-1.0.0: UPDATING ... - python3.11-ffcv-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ffcv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pylint-exit, using log file: /var/log/nixpkgs-update/pylint-exit/2024-02-26.log pylint-exit 0 -> 1 attrpath: pylint-exit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v7x73lc14zrk1drl7kdpmvhn608vdyqn-packages.json.drv building '/nix/store/v7x73lc14zrk1drl7kdpmvhn608vdyqn-packages.json.drv'... Going to be running update for following packages: - pylint-exit-1.2.0 Press Enter key to continue... Running update for: - pylint-exit-1.2.0: UPDATING ... - pylint-exit-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pylint-exit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chardet, using log file: /var/log/nixpkgs-update/python311Packages.chardet/2024-02-26.log python311Packages.chardet 0 -> 1 attrpath: python311Packages.chardet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/76ygyd8mnbp4hya9iv4x0902rhfbxyv5-packages.json.drv building '/nix/store/76ygyd8mnbp4hya9iv4x0902rhfbxyv5-packages.json.drv'... Going to be running update for following packages: - python3.11-chardet-5.2.0 Press Enter key to continue... Running update for: - python3.11-chardet-5.2.0: UPDATING ... - python3.11-chardet-5.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chardet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.advocate, using log file: /var/log/nixpkgs-update/python311Packages.advocate/2024-02-26.log python311Packages.advocate 0 -> 1 attrpath: python311Packages.advocate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/spirbarjqi7jcz7n1gbd8pa8qw4s4i0j-packages.json.drv building '/nix/store/spirbarjqi7jcz7n1gbd8pa8qw4s4i0j-packages.json.drv'... Going to be running update for following packages: - python3.11-advocate-1.0.0 Press Enter key to continue... Running update for: - python3.11-advocate-1.0.0: UPDATING ... - python3.11-advocate-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.advocate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kitsas, using log file: /var/log/nixpkgs-update/kitsas/2024-02-26.log kitsas 4.0.5 -> 5.4.3 https://github.com/artoh/kitupiikki/releases attrpath: kitsas 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/office/kitsas/default.nix b/pkgs/applications/office/kitsas/default.nix index c3c3f5392679..bce3fd4d8582 100644 --- a/pkgs/applications/office/kitsas/default.nix +++ b/pkgs/applications/office/kitsas/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "kitsas"; - version = "4.0.5"; + version = "5.4.3"; src = fetchFromGitHub { owner = "artoh"; repo = "kitupiikki"; rev = "v${version}"; - hash = "sha256-ODl1yrtrCVhuBWbA1AvHl22d+JSdySG/Gi2hlpVW3jg="; + hash = "sha256-lJhxE/4/yP2PyIPmj0W5LcIHL21ZZqtso5PWL0K1+mQ="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kitsas nix build failed. got build log for 'kitsas' from 'daemon' @nix { "action": "setPhase", "phase": "qmakePrePhase" } Running phase: qmakePrePhase @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/jr1ckjbz761sh8r7dkwa85khl4xclw55-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'kitsas/kitsas.pro') substituteStream(): WARNING: pattern LIBS\ +=\ -L/usr/local/opt/poppler-qt5/lib\ -lpoppler-qt6 doesn't match anything in file 'kitsas/kitsas.pro' @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase QMAKEPATH=/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev:/nix/store/46ac30i40j43ninm9yq4s0y2b4agc36m-qtwayland-5.15.12-dev:/nix/store/kfr8ifyx2s9fby0lacr67zgrnkqcynqx-qtdeclarative-5.15.12-dev:/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev qmake PREFIX=/nix/store/b4ayqamzpxzkscmhslf91kn2bw0av5kk-kitsas-5.4.3 NIX_OUTPUT_OUT=/nix/store/b4ayqamzpxzkscmhslf91kn2bw0av5kk-kitsas-5.4.3 NIX_OUTPUT_DEV=/nix/store/b4ayqamzpxzkscmhslf91kn2bw0av5kk-kitsas-5.4.3 NIX_OUTPUT_BIN=/nix/store/b4ayqamzpxzkscmhslf91kn2bw0av5kk-kitsas-5.4.3 NIX_OUTPUT_DOC=/nix/store/b4ayqamzpxzkscmhslf91kn2bw0av5kk-kitsas-5.4.3/share/doc/qt-5.15.12 NIX_OUTPUT_QML=/nix/store/b4ayqamzpxzkscmhslf91kn2bw0av5kk-kitsas-5.4.3/lib/qt-5.15.12/qml NIX_OUTPUT_PLUGIN=/nix/store/b4ayqamzpxzkscmhslf91kn2bw0av5kk-kitsas-5.4.3/lib/qt-5.15.12/plugins CONFIG+=release CONFIG+=nostrip ../kitsas/kitsas.pro Info: creating stash file /build/source/build/.qmake.stash Project ERROR: Unknown module(s) in QT: pdf pdfwidgets webenginewidgets [result] Failed to update kitsas 4.0.5 -> 5.4.3 https://github.com/artoh/kitupiikki/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.drf-spectacular, using log file: /var/log/nixpkgs-update/python311Packages.drf-spectacular/2024-02-26.log python311Packages.drf-spectacular 0 -> 1 attrpath: python311Packages.drf-spectacular 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/9pp5pmyg4ac1pfz7vqqli8932pmpvbnz-packages.json.drv building '/nix/store/9pp5pmyg4ac1pfz7vqqli8932pmpvbnz-packages.json.drv'... Going to be running update for following packages: - python3.11-drf-spectacular-0.26.5 Press Enter key to continue... Running update for: - python3.11-drf-spectacular-0.26.5: UPDATING ... - python3.11-drf-spectacular-0.26.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/drf-spectacular/default.nix b/pkgs/development/python-modules/drf-spectacular/default.nix index 53c4d5053e62..063c3cc53b93 100644 --- a/pkgs/development/python-modules/drf-spectacular/default.nix +++ b/pkgs/development/python-modules/drf-spectacular/default.nix @@ -29,14 +29,14 @@ buildPythonPackage rec { pname = "drf-spectacular"; - version = "0.26.5"; + version = "0.27.1"; format = "setuptools"; src = fetchFromGitHub { owner = "tfranzel"; repo = "drf-spectacular"; rev = "refs/tags/${version}"; - hash = "sha256-sK+upLh0mi8eHKh1Wt9FoLRjqlHitTSX0Zl54S4Ce6E="; + hash = "sha256-R6rxEo9SNNziXRWB+01UUInParpGcFDIkDZtN4k+dFE="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.drf-spectacular nix build failed. E - id: E - title: Id E - type: integer E - required: E - - id E - title: C E - type: object E securitySchemes: E basicAuth: E type: http tests/__init__.py:61: AssertionError ----------------------------- Captured stderr call ----------------------------- /build/source/tests/contrib/test_pydantic.py: Warning [XAPIView]: could not resolve request body for POST /x. Defaulting to generic free-form object. (Maybe annotate a Serializer class?) /build/source/tests/contrib/test_pydantic.py: Warning [XAPIView]: could not resolve "" for POST /x. Expected either a serializer or some supported override mechanism. Defaulting to generic free-form object. =============================== warnings summary =============================== ../../nix/store/p4rrrbj4v5mgh49ikb35hkz285mkka62-python3.11-django-polymorphic-3.1/lib/python3.11/site-packages/polymorphic/__init__.py:9 /nix/store/p4rrrbj4v5mgh49ikb35hkz285mkka62-python3.11-django-polymorphic-3.1/lib/python3.11/site-packages/polymorphic/__init__.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources tests/test_regressions.py::test_schema_contains_only_allowed_methods /nix/store/bk7n689hwxr5gmyix1921bzgd7cr7dq4-python3.11-Django-4.2.10/lib/python3.11/site-packages/django/db/models/base.py:366: RuntimeWarning: Model 'tests.x' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models. new_class._meta.apps.register_model(new_class._meta.app_label, new_class) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/contrib/test_pydantic.py::test_pydantic_decoration - AssertionError: --- ERROR tests/contrib/test_pydantic.py::test_pydantic_decoration - AssertionError: assert not '/build/source/tests/contrib/test_pydantic.py: W... = 1 failed, 484 passed, 2 skipped, 2 deselected, 2 warnings, 1 error in 13.65s = /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.drf-spectacular 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.dataframe, using log file: /var/log/nixpkgs-update/octavePackages.dataframe/2024-02-26.log octavePackages.dataframe 0 -> 1 attrpath: octavePackages.dataframe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/26n1i89jclwz1hvwp8mpdfpwi4yxi359-packages.json.drv building '/nix/store/26n1i89jclwz1hvwp8mpdfpwi4yxi359-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-dataframe-1.2.0 Press Enter key to continue... Running update for: - octave-8.4.0-dataframe-1.2.0: UPDATING ... - octave-8.4.0-dataframe-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.dataframe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netmaker-full, using log file: /var/log/nixpkgs-update/netmaker-full/2024-02-26.log netmaker-full 0.21.2 -> 0.22.0 https://github.com/gravitl/netmaker/releases attrpath: netmaker-full Checking auto update branch... An auto update branch exists with message `netmaker-full: 0.21.2 -> 0.22.0`. New version is 0.22.0. An auto update branch exists with an equal or greater version [result] Failed to update netmaker-full 0.21.2 -> 0.22.0 https://github.com/gravitl/netmaker/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pillow-heif, using log file: /var/log/nixpkgs-update/python311Packages.pillow-heif/2024-02-26.log python311Packages.pillow-heif 0 -> 1 attrpath: python311Packages.pillow-heif Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gmqd7fxkxp4gnc15qbjrn0sgslm8wmw1-packages.json.drv building '/nix/store/gmqd7fxkxp4gnc15qbjrn0sgslm8wmw1-packages.json.drv'... Going to be running update for following packages: - python3.11-pillow-heif-0.14.0 Press Enter key to continue... Running update for: - python3.11-pillow-heif-0.14.0: UPDATING ... - python3.11-pillow-heif-0.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pillow-heif/default.nix b/pkgs/development/python-modules/pillow-heif/default.nix index 33575ace5508..a57b4a59cbb0 100644 --- a/pkgs/development/python-modules/pillow-heif/default.nix +++ b/pkgs/development/python-modules/pillow-heif/default.nix @@ -26,14 +26,14 @@ buildPythonPackage rec { pname = "pillow-heif"; - version = "0.14.0"; + version = "0.15.0"; format = "setuptools"; src = fetchFromGitHub { owner = "bigcat88"; repo = "pillow_heif"; rev = "refs/tags/v${version}"; - hash = "sha256-HFcywrH687CBGTbZQ2rQrr/AdJ2+pFoI+NvYhUCanic="; + hash = "sha256-zSPbOb7+U45Vmad6IwNtkunLXdT3ledKAE4QWlSeP0g="; }; postPatch = '' No auto update branch exists Old version 0.14.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub # build-system , cmake , nasm , pkg-config , setuptools # native dependencies , libheif , libaom , libde265 , x265 # dependencies , pillow # tests , opencv4 , numpy , pympler , pytestCheckHook }: buildPythonPackage rec { pname = "pillow-heif"; version = "0.15.0"; pyproject = true; src = fetchFromGitHub { owner = "bigcat88"; repo = "pillow_heif"; rev = "refs/tags/v${version}"; hash = "sha256-zSPbOb7+U45Vmad6IwNtkunLXdT3ledKAE4QWlSeP0g="; }; postPatch = '' sed -i '/addopts/d' pyproject.toml ''; nativeBuildInputs = [ cmake nasm pkg-config setuptools ]; dontUseCmakeConfigure = true; buildInputs = [ libaom libde265 libheif x265 ]; # clang-16: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument] env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unused-command-line-argument"; propagatedBuildInputs = [ pillow ]; pythonImportsCheck = [ "pillow_heif" ]; nativeCheckInputs = [ opencv4 numpy pympler pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # https://github.com/bigcat88/pillow_heif/issues/89 # not reproducible in nixpkgs "test_opencv_crash" ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ # RuntimeError: Encoder plugin generated an error: Unsupported bit depth: Bit depth not supported by x265 "test_open_heif_compare_non_standard_modes_data" "test_open_save_disable_16bit" "test_save_bgr_16bit_to_10_12_bit" "test_save_bgra_16bit_to_10_12_bit" "test_premultiplied_alpha" "test_hdr_save" "test_I_color_modes_to_10_12_bit" ]; meta = { changelog = "https://github.com/bigcat88/pillow_heif/releases/tag/v${version}"; description = "Python library for working with HEIF images and plugin for Pillow"; homepage = "https://github.com/bigcat88/pillow_heif"; license = with lib.licenses; [ bsd3 lgpl3 ]; maintainers = with lib.maintainers; [ dandellion ]; }; } [result] Failed to update python311Packages.pillow-heif 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.libvirt, using log file: /var/log/nixpkgs-update/terraform-providers.libvirt/2024-02-26.log terraform-providers.libvirt 0 -> 1 attrpath: terraform-providers.libvirt Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.libvirt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-wtf, using log file: /var/log/nixpkgs-update/python311Packages.flask-wtf/2024-02-26.log python311Packages.flask-wtf 0 -> 1 attrpath: python311Packages.flask-wtf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ddz1bx5sda4pdphk09zhnsly971lyksf-packages.json.drv building '/nix/store/ddz1bx5sda4pdphk09zhnsly971lyksf-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-wtf-1.2.1 Press Enter key to continue... Running update for: - python3.11-flask-wtf-1.2.1: UPDATING ... - python3.11-flask-wtf-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-wtf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deal-solver, using log file: /var/log/nixpkgs-update/python311Packages.deal-solver/2024-02-26.log python311Packages.deal-solver 0 -> 1 attrpath: python311Packages.deal-solver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dsc2x3a5y77zf9k13ln3ahqb3l59834q-packages.json.drv building '/nix/store/dsc2x3a5y77zf9k13ln3ahqb3l59834q-packages.json.drv'... Going to be running update for following packages: - python3.11-deal-solver-0.1.2 Press Enter key to continue... Running update for: - python3.11-deal-solver-0.1.2: UPDATING ... - python3.11-deal-solver-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deal-solver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openwebrx, using log file: /var/log/nixpkgs-update/openwebrx/2024-02-26.log openwebrx 0 -> 1 attrpath: openwebrx 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/v828mydjr4kr4qn6w6vfsvdlq6fv4j3h-packages.json.drv building '/nix/store/v828mydjr4kr4qn6w6vfsvdlq6fv4j3h-packages.json.drv'... Going to be running update for following packages: - openwebrx-1.2.0 Press Enter key to continue... Running update for: - openwebrx-1.2.0: UPDATING ... - openwebrx-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openwebrx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gpxsee, using log file: /var/log/nixpkgs-update/gpxsee/2024-02-26.log gpxsee 0 -> 1 attrpath: gpxsee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wyw4aix2j147df9nmyk8hixr6c56ianw-packages.json.drv building '/nix/store/wyw4aix2j147df9nmyk8hixr6c56ianw-packages.json.drv'... Going to be running update for following packages: - gpxsee-13.16 Press Enter key to continue... Running update for: - gpxsee-13.16: UPDATING ... - gpxsee-13.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gpxsee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xmlschema, using log file: /var/log/nixpkgs-update/python311Packages.xmlschema/2024-02-26.log python311Packages.xmlschema 0 -> 1 attrpath: python311Packages.xmlschema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rj3939ql52kdlfkkx7mvai6pdk5c9x3q-packages.json.drv building '/nix/store/rj3939ql52kdlfkkx7mvai6pdk5c9x3q-packages.json.drv'... Going to be running update for following packages: - python3.11-xmlschema-3.0.1 Press Enter key to continue... Running update for: - python3.11-xmlschema-3.0.1: UPDATING ... - python3.11-xmlschema-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xmlschema/default.nix b/pkgs/development/python-modules/xmlschema/default.nix index f8752d5d2321..6b2d5cfda09a 100644 --- a/pkgs/development/python-modules/xmlschema/default.nix +++ b/pkgs/development/python-modules/xmlschema/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "xmlschema"; - version = "3.0.1"; + version = "3.0.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "sissaschool"; repo = "xmlschema"; rev = "refs/tags/v${version}"; - hash = "sha256-7gko4BFbTnQ+MpSQiGVaAldZcb1X16hinXaHg+nvPgs="; + hash = "sha256-jYFhoNx4Oxm7c0LsSQ0xw9fY/yxfQU5JoP5RteHzeYM="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.xmlschema: refactor`. New version is 3.0.2. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.xmlschema: 3.0.1 -> 3.0.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290578" [result] Failed to update python311Packages.xmlschema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath beeper, using log file: /var/log/nixpkgs-update/beeper/2024-02-26.log beeper 0 -> 1 attrpath: beeper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/npvdz70qkqxbvdyfi17ckplpwynjv57m-update-beeper.drv /nix/store/0cbxkqbrrx7gsfzxw9z223dyak9paqhh-packages.json.drv these 4 paths will be fetched (1.15 MiB download, 6.93 MiB unpacked): /nix/store/ad9m14rynwxkafcwk15h61lhxc07wppw-ShellCheck-0.9.0 /nix/store/p18zwaarbss659461h0bf53id6y1zg8n-python3.11-tomlkit-0.12.3 /nix/store/zx36pjxd01kqm8pqm0zkmhfb8ab307k7-python3.11-xmltodict-0.13.0 /nix/store/iqjivlbs29nnyhg7hqyj9vcrwwv5hjdf-python3.11-yq-3.2.3 copying path '/nix/store/ad9m14rynwxkafcwk15h61lhxc07wppw-ShellCheck-0.9.0' from 'https://cache.nixos.org'... copying path '/nix/store/p18zwaarbss659461h0bf53id6y1zg8n-python3.11-tomlkit-0.12.3' from 'https://cache.nixos.org'... copying path '/nix/store/zx36pjxd01kqm8pqm0zkmhfb8ab307k7-python3.11-xmltodict-0.13.0' from 'https://cache.nixos.org'... copying path '/nix/store/iqjivlbs29nnyhg7hqyj9vcrwwv5hjdf-python3.11-yq-3.2.3' from 'https://cache.nixos.org'... building '/nix/store/npvdz70qkqxbvdyfi17ckplpwynjv57m-update-beeper.drv'... building '/nix/store/0cbxkqbrrx7gsfzxw9z223dyak9paqhh-packages.json.drv'... Going to be running update for following packages: - beeper-3.96.30 Press Enter key to continue... Running update for: - beeper-3.96.30: UPDATING ... - beeper-3.96.30: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/beeper/default.nix b/pkgs/applications/networking/instant-messengers/beeper/default.nix index e555aec38724..af02d0b72797 100644 --- a/pkgs/applications/networking/instant-messengers/beeper/default.nix +++ b/pkgs/applications/networking/instant-messengers/beeper/default.nix @@ -11,11 +11,11 @@ }: let pname = "beeper"; - version = "3.96.30"; + version = "3.97.44"; name = "${pname}-${version}"; src = fetchurl { - url = "https://download.todesktop.com/2003241lzgn20jd/beeper-3.96.30-build-240217e2y4xz3z3-x86_64.AppImage"; - hash = "sha256-j/ACMLHircmt5yKhQIeZnVaJBDBcB2YYA+XOjcdMjxc="; + url = "https://download.todesktop.com/2003241lzgn20jd/beeper-3.97.44-build-2402237nrc018ws-x86_64.AppImage"; + hash = "sha256-z7SKs3ID8tnBwhhd6Z1khR+qjMQ7ivbkCAB49XYxnSs="; }; appimage = appimageTools.wrapType2 { inherit version pname src; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/pmz2818hww3pni07pfi3bjqpn6pfphm8-beeper-3.97.44" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • beeper
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 beeper is: Universal chat app. meta.homepage for beeper is: https://beeper.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 3.97.44 with grep in /nix/store/pmz2818hww3pni07pfi3bjqpn6pfphm8-beeper-3.97.44 - found 3.97.44 in filename of file in /nix/store/pmz2818hww3pni07pfi3bjqpn6pfphm8-beeper-3.97.44 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath beeper ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pmz2818hww3pni07pfi3bjqpn6pfphm8-beeper-3.97.44 \ --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 beeper https://github.com/r-ryantm/nixpkgs/archive/f5bed20627a7bae2170c5cee0a50e05dbccb653c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f5bed20627a7bae2170c5cee0a50e05dbccb653c#beeper ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pmz2818hww3pni07pfi3bjqpn6pfphm8-beeper-3.97.44 ls -la /nix/store/pmz2818hww3pni07pfi3bjqpn6pfphm8-beeper-3.97.44/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • beeper
--- ###### Maintainer pings cc @jshcmpbll @mjm @edmundmiller for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/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/291520 [result] Success updating beeper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-python-dateutil, using log file: /var/log/nixpkgs-update/python311Packages.types-python-dateutil/2024-02-26.log python311Packages.types-python-dateutil 0 -> 1 attrpath: python311Packages.types-python-dateutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/npj4das5qm1vn1a61h09k4z5qzwizc5g-packages.json.drv building '/nix/store/npj4das5qm1vn1a61h09k4z5qzwizc5g-packages.json.drv'... Going to be running update for following packages: - python3.11-types-python-dateutil-2.8.19.20240106 Press Enter key to continue... Running update for: - python3.11-types-python-dateutil-2.8.19.20240106: UPDATING ... - python3.11-types-python-dateutil-2.8.19.20240106: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-python-dateutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohttp-remotes, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-remotes/2024-02-26.log python311Packages.aiohttp-remotes 0 -> 1 attrpath: python311Packages.aiohttp-remotes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vgicg22d5mwwdxs44ngywgj48za61q98-packages.json.drv building '/nix/store/vgicg22d5mwwdxs44ngywgj48za61q98-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-remotes-1.2.0 Press Enter key to continue... Running update for: - python3.11-aiohttp-remotes-1.2.0: UPDATING ... - python3.11-aiohttp-remotes-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-remotes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpvScripts.cutter, using log file: /var/log/nixpkgs-update/mpvScripts.cutter/2024-02-26.log mpvScripts.cutter 0 -> 1 attrpath: mpvScripts.cutter Checking auto update branch... [version] [version] skipping because derivation has 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/97x5k6wf1bgmcnm5xqx7apmfdas11f5l-packages.json.drv building '/nix/store/97x5k6wf1bgmcnm5xqx7apmfdas11f5l-packages.json.drv'... Going to be running update for following packages: - video-cutter-unstable-2023-11-09 Press Enter key to continue... Running update for: - video-cutter-unstable-2023-11-09: UPDATING ... - video-cutter-unstable-2023-11-09: ERROR --- SHOWING ERROR LOG FOR video-cutter-unstable-2023-11-09 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; mpvScripts.cutter.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/rushmj/mpv-video-cutter.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.4flxCB5URR + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 https://github.com/rushmj/mpv-video-cutter.git /run/nixpkgs-update-worker/tmp.4flxCB5URR Cloning into bare repository '/run/nixpkgs-update-worker/tmp.4flxCB5URR'... + pushd /run/nixpkgs-update-worker/tmp.4flxCB5URR ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2023-11-10 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=01a0396c075d5f8bbd1de5b571e6231f8899ab65 + [[ -z '' ]] + new_version=unstable-2023-11-10 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version mpvScripts.cutter unstable-2023-11-10 --rev=01a0396c075d5f8bbd1de5b571e6231f8899ab65 update-source-version: error: Failed to replace source revision '01a0396c075d5f8bbd1de5b571e6231f8899ab65' to '01a0396c075d5f8bbd1de5b571e6231f8899ab65' in 'mpvScripts.cutter'! --- SHOWING ERROR LOG FOR video-cutter-unstable-2023-11-09 ---------------------- The update script for video-cutter-unstable-2023-11-09 failed with exit code 1 [result] Failed to update mpvScripts.cutter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mnemonic, using log file: /var/log/nixpkgs-update/python311Packages.mnemonic/2024-02-26.log python311Packages.mnemonic 0 -> 1 attrpath: python311Packages.mnemonic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xz1vdgs7md5piwi2k2hkkb70w7y4gwnw-packages.json.drv building '/nix/store/xz1vdgs7md5piwi2k2hkkb70w7y4gwnw-packages.json.drv'... Going to be running update for following packages: - python3.11-mnemonic-0.20 Press Enter key to continue... Running update for: - python3.11-mnemonic-0.20: UPDATING ... - python3.11-mnemonic-0.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mnemonic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.littleutils, using log file: /var/log/nixpkgs-update/python311Packages.littleutils/2024-02-26.log python311Packages.littleutils 0 -> 1 attrpath: python311Packages.littleutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sg3qgbfym56xa7xhv82kpvqd34zj2d1r-packages.json.drv building '/nix/store/sg3qgbfym56xa7xhv82kpvqd34zj2d1r-packages.json.drv'... Going to be running update for following packages: - python3.11-littleutils-0.2.2 Press Enter key to continue... Running update for: - python3.11-littleutils-0.2.2: UPDATING ... - python3.11-littleutils-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.littleutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-mbedtls, using log file: /var/log/nixpkgs-update/python311Packages.python-mbedtls/2024-02-26.log python311Packages.python-mbedtls 0 -> 1 attrpath: python311Packages.python-mbedtls Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j2cci3yizr192zikv4vcd88ahr8g9jjp-packages.json.drv building '/nix/store/j2cci3yizr192zikv4vcd88ahr8g9jjp-packages.json.drv'... Going to be running update for following packages: - python3.11-python-mbedtls-2.8.0 Press Enter key to continue... Running update for: - python3.11-python-mbedtls-2.8.0: UPDATING ... - python3.11-python-mbedtls-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-mbedtls 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openbabel-bindings, using log file: /var/log/nixpkgs-update/python311Packages.openbabel-bindings/2024-02-26.log python311Packages.openbabel-bindings 0 -> 1 attrpath: python311Packages.openbabel-bindings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i2sy4xljlcrh09bvw1ax8k1rd75rmlry-packages.json.drv building '/nix/store/i2sy4xljlcrh09bvw1ax8k1rd75rmlry-packages.json.drv'... Going to be running update for following packages: - python3.11-openbabel-unstable-06-12-23 Press Enter key to continue... Running update for: - python3.11-openbabel-unstable-06-12-23: UPDATING ... - python3.11-openbabel-unstable-06-12-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openbabel-bindings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.headerparser, using log file: /var/log/nixpkgs-update/python311Packages.headerparser/2024-02-26.log python311Packages.headerparser 0 -> 1 attrpath: python311Packages.headerparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/28xk6jjzvmn9izcfj7175ywxlm9a5gim-packages.json.drv building '/nix/store/28xk6jjzvmn9izcfj7175ywxlm9a5gim-packages.json.drv'... Going to be running update for following packages: - python3.11-headerparser-0.5.1 Press Enter key to continue... Running update for: - python3.11-headerparser-0.5.1: UPDATING ... - python3.11-headerparser-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.headerparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath source-han-sans, using log file: /var/log/nixpkgs-update/source-han-sans/2024-02-26.log source-han-sans 2.004 -> 2.004R https://github.com/adobe-fonts/source-han-sans/releases attrpath: source-han-sans 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 source-han-sans 2.004 -> 2.004R https://github.com/adobe-fonts/source-han-sans/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pika, using log file: /var/log/nixpkgs-update/pika/2024-02-26.log pika 0.0.12 -> 0.0.16 https://github.com/superhighfives/pika/releases attrpath: pika 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/graphics/pika/default.nix b/pkgs/applications/graphics/pika/default.nix index b9cbf142a21f..65a86142b492 100644 --- a/pkgs/applications/graphics/pika/default.nix +++ b/pkgs/applications/graphics/pika/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "pika"; - version = "0.0.12"; + version = "0.0.16"; src = fetchurl { url = "https://github.com/superhighfives/${pname}/releases/download/${version}/Pika-${version}.dmg"; - sha256 = "sha256-hcP2bETEx9RQW43I9nvdRPi9lbWwKW6mhRx5H6RxhjM="; + sha256 = "sha256-zg/nqML6OgNCWINTqDyZqOOLjRwV8QFhW+Gjmq5oBHU="; }; nativeBuildInputs = [ undmg ]; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update pika 0.0.12 -> 0.0.16 https://github.com/superhighfives/pika/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath offensive-azure, using log file: /var/log/nixpkgs-update/offensive-azure/2024-02-26.log offensive-azure 0 -> 1 attrpath: offensive-azure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/78wxrdp5zspw23g9p0v6bx90g58c6iic-packages.json.drv building '/nix/store/78wxrdp5zspw23g9p0v6bx90g58c6iic-packages.json.drv'... Going to be running update for following packages: - offensive-azure-0.4.10 Press Enter key to continue... Running update for: - offensive-azure-0.4.10: UPDATING ... - offensive-azure-0.4.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/offensive-azure/default.nix b/pkgs/tools/security/offensive-azure/default.nix index fb5dce6798dc..4e6ebca935dd 100644 --- a/pkgs/tools/security/offensive-azure/default.nix +++ b/pkgs/tools/security/offensive-azure/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "offensive-azure"; - version = "0.4.10"; + version = "0.048"; format = "pyproject"; src = fetchFromGitHub { owner = "blacklanternsecurity"; repo = pname; - rev = "v${version}"; - hash = "sha256-5JHix+/uGGhXM89VLimI81g4evci5ZUtNV1c1xopjuI="; + rev = "refs/tags/v${version}"; + hash = "sha256-Dc0Qu0EoVMW3GsP+5E5vGBoL7kiEG+DkY1nPeUIPnBg="; }; nativeBuildInputs = with python3.pkgs; [ An auto update branch exists with message `offensive-azure: 0.4.10 -> 0.048`. New version is 0.048. An auto update branch exists with an equal or greater version [result] Failed to update offensive-azure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiortm, using log file: /var/log/nixpkgs-update/python311Packages.aiortm/2024-02-26.log python311Packages.aiortm 0 -> 1 attrpath: python311Packages.aiortm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vazqrh9bl3d6qbl90ig3wl89ffvlw6vh-packages.json.drv building '/nix/store/vazqrh9bl3d6qbl90ig3wl89ffvlw6vh-packages.json.drv'... Going to be running update for following packages: - python3.11-aiortm-0.8.10 Press Enter key to continue... Running update for: - python3.11-aiortm-0.8.10: UPDATING ... - python3.11-aiortm-0.8.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiortm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hstsparser, using log file: /var/log/nixpkgs-update/hstsparser/2024-02-26.log hstsparser 0 -> 1 attrpath: hstsparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4l3v5hz27f7d0xyaxwqxr4v4jnclxlir-packages.json.drv building '/nix/store/4l3v5hz27f7d0xyaxwqxr4v4jnclxlir-packages.json.drv'... Going to be running update for following packages: - hstsparser-1.2.0 Press Enter key to continue... Running update for: - hstsparser-1.2.0: UPDATING ... - hstsparser-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hstsparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pytrainer, using log file: /var/log/nixpkgs-update/pytrainer/2024-02-26.log pytrainer 0 -> 1 attrpath: pytrainer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sz80ma1pv2mqrp7w7vbimiirrrkv30mq-packages.json.drv building '/nix/store/sz80ma1pv2mqrp7w7vbimiirrrkv30mq-packages.json.drv'... Going to be running update for following packages: - pytrainer-2.2.1 Press Enter key to continue... Running update for: - pytrainer-2.2.1: UPDATING ... - pytrainer-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pytrainer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parameter-expansion-patched, using log file: /var/log/nixpkgs-update/python311Packages.parameter-expansion-patched/2024-02-26.log python311Packages.parameter-expansion-patched 0 -> 1 attrpath: python311Packages.parameter-expansion-patched Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xi9m9ngk0bsjr661yhj5hvay2qyif8n5-packages.json.drv building '/nix/store/xi9m9ngk0bsjr661yhj5hvay2qyif8n5-packages.json.drv'... Going to be running update for following packages: - python3.11-parameter-expansion-patched-0.3.1 Press Enter key to continue... Running update for: - python3.11-parameter-expansion-patched-0.3.1: UPDATING ... - python3.11-parameter-expansion-patched-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parameter-expansion-patched 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath LASzip2, using log file: /var/log/nixpkgs-update/LASzip2/2024-02-26.log LASzip2 2.2.0 -> 3.4.3 https://github.com/LASzip/LASzip/releases attrpath: LASzip2 Checking auto update branch... No auto update branch exists Version in attr path LASzip2 not compatible with 3.4.3 [result] Failed to update LASzip2 2.2.0 -> 3.4.3 https://github.com/LASzip/LASzip/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gviz-api, using log file: /var/log/nixpkgs-update/python311Packages.gviz-api/2024-02-26.log python311Packages.gviz-api 0 -> 1 attrpath: python311Packages.gviz-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vs0y759gpa758pyg8grsmwjcpnj5f283-packages.json.drv building '/nix/store/vs0y759gpa758pyg8grsmwjcpnj5f283-packages.json.drv'... Going to be running update for following packages: - python3.11-gviz_api-1.10.0 Press Enter key to continue... Running update for: - python3.11-gviz_api-1.10.0: UPDATING ... - python3.11-gviz_api-1.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gviz-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imgdiff, using log file: /var/log/nixpkgs-update/python311Packages.imgdiff/2024-02-26.log python311Packages.imgdiff 0 -> 1 attrpath: python311Packages.imgdiff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/illininwz4ki8n3pppfghvq0mx24a66l-packages.json.drv building '/nix/store/illininwz4ki8n3pppfghvq0mx24a66l-packages.json.drv'... Going to be running update for following packages: - python3.11-imgdiff-1.7.1 Press Enter key to continue... Running update for: - python3.11-imgdiff-1.7.1: UPDATING ... - python3.11-imgdiff-1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imgdiff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.troposphere, using log file: /var/log/nixpkgs-update/python311Packages.troposphere/2024-02-26.log python311Packages.troposphere 0 -> 1 attrpath: python311Packages.troposphere Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qd1vfga2x0fcgivys43ry83fgd6zsxv9-packages.json.drv building '/nix/store/qd1vfga2x0fcgivys43ry83fgd6zsxv9-packages.json.drv'... Going to be running update for following packages: - python3.11-troposphere-4.5.3 Press Enter key to continue... Running update for: - python3.11-troposphere-4.5.3: UPDATING ... - python3.11-troposphere-4.5.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/troposphere/default.nix b/pkgs/development/python-modules/troposphere/default.nix index 1f2cfdd7febc..adb4df9753a3 100644 --- a/pkgs/development/python-modules/troposphere/default.nix +++ b/pkgs/development/python-modules/troposphere/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "troposphere"; - version = "4.5.3"; + version = "4.6.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "cloudtools"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Kk4PvkUC1JB2MNyarq/cHhOOc+2Id7HlR/hSt/5JjlI="; + hash = "sha256-DxLgAEuIfO8K42DbkOaPjE+MS6/WKnybDsszuCXwufM="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.troposphere: 4.5.3 -> 4.6.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286889" [result] Failed to update python311Packages.troposphere 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyecowitt, using log file: /var/log/nixpkgs-update/python311Packages.pyecowitt/2024-02-26.log python311Packages.pyecowitt 0 -> 1 attrpath: python311Packages.pyecowitt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m1cqkk4kamxqq4hkpdp63gpmgxjh7bv9-packages.json.drv building '/nix/store/m1cqkk4kamxqq4hkpdp63gpmgxjh7bv9-packages.json.drv'... Going to be running update for following packages: - python3.11-pyecowitt-0.21 Press Enter key to continue... Running update for: - python3.11-pyecowitt-0.21: UPDATING ... - python3.11-pyecowitt-0.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyecowitt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.squarify, using log file: /var/log/nixpkgs-update/python311Packages.squarify/2024-02-26.log python311Packages.squarify 0 -> 1 attrpath: python311Packages.squarify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g6z7br5rhrpqr3wv20bclb9d51wp64l7-packages.json.drv building '/nix/store/g6z7br5rhrpqr3wv20bclb9d51wp64l7-packages.json.drv'... Going to be running update for following packages: - python3.11-squarify-0.4.3 Press Enter key to continue... Running update for: - python3.11-squarify-0.4.3: UPDATING ... - python3.11-squarify-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.squarify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.mivisionx-cpu, using log file: /var/log/nixpkgs-update/rocmPackages.mivisionx-cpu/2024-02-26.log rocmPackages.mivisionx-cpu 0 -> 1 attrpath: rocmPackages.mivisionx-cpu Checking auto update branch... [version] [version] skipping because derivation has 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 these 2 derivations will be built: /nix/store/6n6mvlqw13xlbqz2p5fkd9w5l95cbx40-update.sh.drv /nix/store/fw8j45lvv2bclijnz9g30x4iviiabmgk-packages.json.drv building '/nix/store/6n6mvlqw13xlbqz2p5fkd9w5l95cbx40-update.sh.drv'... building '/nix/store/fw8j45lvv2bclijnz9g30x4iviiabmgk-packages.json.drv'... Going to be running update for following packages: - mivisionx-cpu-5.7.1 Press Enter key to continue... Running update for: - mivisionx-cpu-5.7.1: UPDATING ... - mivisionx-cpu-5.7.1: ERROR --- SHOWING ERROR LOG FOR mivisionx-cpu-5.7.1 ---------------------- 'rocmPackages_5.mivisionx-cpu' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.mivisionx-cpu'. --- SHOWING ERROR LOG FOR mivisionx-cpu-5.7.1 ---------------------- The update script for mivisionx-cpu-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.mivisionx-cpu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.az, using log file: /var/log/nixpkgs-update/aspellDicts.az/2024-02-26.log aspellDicts.az 0 -> 1 attrpath: aspellDicts.az 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/24k4yirw81sr0f56yvl2rdip69zs5c0x-update-aspellDict-az.drv /nix/store/rkrh5sqwyc8v8qd1d47pfb43kgnc112l-packages.json.drv building '/nix/store/24k4yirw81sr0f56yvl2rdip69zs5c0x-update-aspellDict-az.drv'... building '/nix/store/rkrh5sqwyc8v8qd1d47pfb43kgnc112l-packages.json.drv'... Going to be running update for following packages: - aspell-dict-az-0.02-0 Press Enter key to continue... Running update for: - aspell-dict-az-0.02-0: UPDATING ... - aspell-dict-az-0.02-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.az 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bbin, using log file: /var/log/nixpkgs-update/bbin/2024-02-26.log bbin 0 -> 1 attrpath: bbin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zq2ia4bwhfwj2vk61mbi36y43r4yhz6w-packages.json.drv building '/nix/store/zq2ia4bwhfwj2vk61mbi36y43r4yhz6w-packages.json.drv'... Going to be running update for following packages: - bbin-0.2.1 Press Enter key to continue... Running update for: - bbin-0.2.1: UPDATING ... - bbin-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bbin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.holoviews, using log file: /var/log/nixpkgs-update/python311Packages.holoviews/2024-02-26.log python311Packages.holoviews 0 -> 1 attrpath: python311Packages.holoviews Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g759c2ckxp9kbr9gq6a8mpi87whcimxh-packages.json.drv building '/nix/store/g759c2ckxp9kbr9gq6a8mpi87whcimxh-packages.json.drv'... Going to be running update for following packages: - python3.11-holoviews-1.18.1 Press Enter key to continue... Running update for: - python3.11-holoviews-1.18.1: UPDATING ... - python3.11-holoviews-1.18.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/holoviews/default.nix b/pkgs/development/python-modules/holoviews/default.nix index 132d01fa355c..74f7b2dd9deb 100644 --- a/pkgs/development/python-modules/holoviews/default.nix +++ b/pkgs/development/python-modules/holoviews/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "holoviews"; - version = "1.18.1"; + version = "1.18.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-gFxzU65S6XdT5/BmiwUaCGQQ4tLBPI/ilOu0zdArIyQ="; + hash = "sha256-V44w6J1ydU+XqD6+CBmP7I6HzH5JslufMew5P5OcpQA="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.holoviews: 1.18.1 -> 1.18.3`. New version is 1.18.3. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.holoviews 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flake8-docstrings, using log file: /var/log/nixpkgs-update/python311Packages.flake8-docstrings/2024-02-26.log python311Packages.flake8-docstrings 0 -> 1 attrpath: python311Packages.flake8-docstrings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p7wvcrg98anqrk6cyn4crcd5jfmgj46y-packages.json.drv building '/nix/store/p7wvcrg98anqrk6cyn4crcd5jfmgj46y-packages.json.drv'... Going to be running update for following packages: - python3.11-flake8-docstrings-1.7.0 Press Enter key to continue... Running update for: - python3.11-flake8-docstrings-1.7.0: UPDATING ... - python3.11-flake8-docstrings-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flake8-docstrings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-themes, using log file: /var/log/nixpkgs-update/lxqt.lxqt-themes/2024-02-26.log lxqt.lxqt-themes 0 -> 1 attrpath: lxqt.lxqt-themes Packages for lxqt are currently skipped. [result] Failed to update lxqt.lxqt-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 gcr_4, using log file: /var/log/nixpkgs-update/gcr_4/2024-02-26.log gcr_4 0 -> 1 attrpath: gcr_4 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gcr_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.notify2, using log file: /var/log/nixpkgs-update/python311Packages.notify2/2024-02-26.log python311Packages.notify2 0 -> 1 attrpath: python311Packages.notify2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a1jn42764lp9klyi1lg9khg2cjc3x4w3-packages.json.drv building '/nix/store/a1jn42764lp9klyi1lg9khg2cjc3x4w3-packages.json.drv'... Going to be running update for following packages: - python3.11-notify2-0.3.1 Press Enter key to continue... Running update for: - python3.11-notify2-0.3.1: UPDATING ... - python3.11-notify2-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.notify2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zfs_2_1, using log file: /var/log/nixpkgs-update/zfs_2_1/2024-02-26.log zfs_2_1 2.1.14 -> 2.2.3 https://github.com/openzfs/zfs/releases attrpath: zfs_2_1 Checking auto update branch... No auto update branch exists Version in attr path zfs_2_1 not compatible with 2.2.3 [result] Failed to update zfs_2_1 2.1.14 -> 2.2.3 https://github.com/openzfs/zfs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyairnow, using log file: /var/log/nixpkgs-update/python311Packages.pyairnow/2024-02-26.log python311Packages.pyairnow 0 -> 1 attrpath: python311Packages.pyairnow 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/1jgagwjkp6v408zg28a3kby8jiq6w386-packages.json.drv building '/nix/store/1jgagwjkp6v408zg28a3kby8jiq6w386-packages.json.drv'... Going to be running update for following packages: - python3.11-pyairnow-1.2.1 Press Enter key to continue... Running update for: - python3.11-pyairnow-1.2.1: UPDATING ... - python3.11-pyairnow-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyairnow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.complycube, using log file: /var/log/nixpkgs-update/python311Packages.complycube/2024-02-26.log python311Packages.complycube 0 -> 1 attrpath: python311Packages.complycube Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zy28n5fgn913s8zf9d79gvz4l6zk0y6v-packages.json.drv building '/nix/store/zy28n5fgn913s8zf9d79gvz4l6zk0y6v-packages.json.drv'... Going to be running update for following packages: - python3.11-complycube-1.1.6 Press Enter key to continue... Running update for: - python3.11-complycube-1.1.6: UPDATING ... - python3.11-complycube-1.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.complycube 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fishnet, using log file: /var/log/nixpkgs-update/fishnet/2024-02-26.log fishnet 2.7.1 -> 2.9.0 https://github.com/lichess-org/fishnet/releases attrpath: fishnet Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'fishnet.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/bhhwazcb462pcsvxgapcd5l7yjggmn00-fishnet-2.9.0-vendor.tar.gz.drv /nix/store/c81vf9y8541h3wyf8fyr4gkijrp46g4g-fishnet-2.9.0.drv this path will be fetched (29.64 MiB download, 38.26 MiB unpacked): /nix/store/qalf9pnx57z0rkcj4m4spci27gd07irl-nn-5af11540bbfe.nnue copying path '/nix/store/qalf9pnx57z0rkcj4m4spci27gd07irl-nn-5af11540bbfe.nnue' from 'https://cache.nixos.org'... building '/nix/store/bhhwazcb462pcsvxgapcd5l7yjggmn00-fishnet-2.9.0-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/nvc8rpxk56zvc81iynfj4297kza38694-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase source = "git+https://github.com/seanmonstar/reqwest.git?branch=hyper-v1#ef53459575e879606e1032c8c1a70a7e01c2928e" ERROR: The Cargo.lock contains git dependencies This is currently not supported in the fixed-output derivation fetcher. Use cargoLock.lockFile / importCargoLock instead. error: builder for '/nix/store/bhhwazcb462pcsvxgapcd5l7yjggmn00-fishnet-2.9.0-vendor.tar.gz.drv' failed with exit code 1; last 15 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/nvc8rpxk56zvc81iynfj4297kza38694-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > source = "git+https://github.com/seanmonstar/reqwest.git?branch=hyper-v1#ef53459575e879606e1032c8c1a70a7e01c2928e" > > ERROR: The Cargo.lock contains git dependencies > > This is currently not supported in the fixed-output derivation fetcher. > Use cargoLock.lockFile / importCargoLock instead. > For full logs, run 'nix log /nix/store/bhhwazcb462pcsvxgapcd5l7yjggmn00-fishnet-2.9.0-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/c81vf9y8541h3wyf8fyr4gkijrp46g4g-fishnet-2.9.0.drv' failed to build [result] Failed to update fishnet 2.7.1 -> 2.9.0 https://github.com/lichess-org/fishnet/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath travis, using log file: /var/log/nixpkgs-update/travis/2024-02-26.log travis 0 -> 1 attrpath: travis 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 travis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.insteon-frontend-home-assistant, using log file: /var/log/nixpkgs-update/python311Packages.insteon-frontend-home-assistant/2024-02-26.log python311Packages.insteon-frontend-home-assistant 0 -> 1 attrpath: python311Packages.insteon-frontend-home-assistant Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/66r6jszc1307gg05qkpami06k6s4rawb-packages.json.drv building '/nix/store/66r6jszc1307gg05qkpami06k6s4rawb-packages.json.drv'... Going to be running update for following packages: - python3.11-insteon-frontend-home-assistant-0.5.0 Press Enter key to continue... Running update for: - python3.11-insteon-frontend-home-assistant-0.5.0: UPDATING ... - python3.11-insteon-frontend-home-assistant-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.insteon-frontend-home-assistant 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath peru, using log file: /var/log/nixpkgs-update/peru/2024-02-26.log peru 0 -> 1 attrpath: peru Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zlyb269iqzchnxgjf81gyq9657ky3xpp-packages.json.drv building '/nix/store/zlyb269iqzchnxgjf81gyq9657ky3xpp-packages.json.drv'... Going to be running update for following packages: - peru-1.2.0 Press Enter key to continue... Running update for: - peru-1.2.0: UPDATING ... - peru-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update peru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.elementary-capnet-assist, using log file: /var/log/nixpkgs-update/pantheon.elementary-capnet-assist/2024-02-26.log pantheon.elementary-capnet-assist 0 -> 1 attrpath: pantheon.elementary-capnet-assist Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zq8zivx0m06j4w6nxz1vkhqgxyi8b24y-packages.json.drv building '/nix/store/zq8zivx0m06j4w6nxz1vkhqgxyi8b24y-packages.json.drv'... Going to be running update for following packages: - elementary-capnet-assist-2.4.4 Press Enter key to continue... Running update for: - elementary-capnet-assist-2.4.4: UPDATING ... - elementary-capnet-assist-2.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-capnet-assist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bz2file, using log file: /var/log/nixpkgs-update/python311Packages.bz2file/2024-02-26.log python311Packages.bz2file 0 -> 1 attrpath: python311Packages.bz2file Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l4mqr6mmkv9rhp96ym5jngg4gjlwj1wv-packages.json.drv building '/nix/store/l4mqr6mmkv9rhp96ym5jngg4gjlwj1wv-packages.json.drv'... Going to be running update for following packages: - python3.11-bz2file-0.98 Press Enter key to continue... Running update for: - python3.11-bz2file-0.98: UPDATING ... - python3.11-bz2file-0.98: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bz2file 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyefergy, using log file: /var/log/nixpkgs-update/python311Packages.pyefergy/2024-02-26.log python311Packages.pyefergy 0 -> 1 attrpath: python311Packages.pyefergy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zyrv11mdmxaffqjnz383d46x227ybplc-packages.json.drv building '/nix/store/zyrv11mdmxaffqjnz383d46x227ybplc-packages.json.drv'... Going to be running update for following packages: - python3.11-pyefergy-22.1.1 Press Enter key to continue... Running update for: - python3.11-pyefergy-22.1.1: UPDATING ... - python3.11-pyefergy-22.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyefergy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twitterapi, using log file: /var/log/nixpkgs-update/python311Packages.twitterapi/2024-02-26.log python311Packages.twitterapi 0 -> 1 attrpath: python311Packages.twitterapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bj9h3lfiyirh05al1z62k6zw7i4v0yf8-packages.json.drv building '/nix/store/bj9h3lfiyirh05al1z62k6zw7i4v0yf8-packages.json.drv'... Going to be running update for following packages: - python3.11-twitterapi-2.8.2 Press Enter key to continue... Running update for: - python3.11-twitterapi-2.8.2: UPDATING ... - python3.11-twitterapi-2.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.twitterapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.xfce4-appfinder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-openems, using log file: /var/log/nixpkgs-update/python311Packages.python-openems/2024-02-26.log python311Packages.python-openems 0 -> 1 attrpath: python311Packages.python-openems Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n0cs98h7a29d93gvf8gbk1mq006pmfyb-packages.json.drv building '/nix/store/n0cs98h7a29d93gvf8gbk1mq006pmfyb-packages.json.drv'... Going to be running update for following packages: - python3.11-python-openems-0.0.36 Press Enter key to continue... Running update for: - python3.11-python-openems-0.0.36: UPDATING ... - python3.11-python-openems-0.0.36: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-openems 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.elementary-tasks, using log file: /var/log/nixpkgs-update/pantheon.elementary-tasks/2024-02-26.log pantheon.elementary-tasks 0 -> 1 attrpath: pantheon.elementary-tasks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r4va0acrnm8lyg0n2f9r5r8dj0m1v1i2-packages.json.drv building '/nix/store/r4va0acrnm8lyg0n2f9r5r8dj0m1v1i2-packages.json.drv'... Going to be running update for following packages: - elementary-tasks-6.3.2 Press Enter key to continue... Running update for: - elementary-tasks-6.3.2: UPDATING ... - elementary-tasks-6.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-tasks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nrfutil, using log file: /var/log/nixpkgs-update/nrfutil/2024-02-26.log nrfutil 0 -> 1 attrpath: nrfutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z0jl6j96qj241vv6srrciakpjiyanik6-packages.json.drv building '/nix/store/z0jl6j96qj241vv6srrciakpjiyanik6-packages.json.drv'... Going to be running update for following packages: - nrfutil-6.1.7 Press Enter key to continue... Running update for: - nrfutil-6.1.7: UPDATING ... - nrfutil-6.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nrfutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pychm, using log file: /var/log/nixpkgs-update/python311Packages.pychm/2024-02-26.log python311Packages.pychm 0 -> 1 attrpath: python311Packages.pychm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5vk8ihyk4fwlj580f7wi1yzxsaaxlxy9-packages.json.drv building '/nix/store/5vk8ihyk4fwlj580f7wi1yzxsaaxlxy9-packages.json.drv'... Going to be running update for following packages: - python3.11-pychm-0.8.6 Press Enter key to continue... Running update for: - python3.11-pychm-0.8.6: UPDATING ... - python3.11-pychm-0.8.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pychm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath erlangR24, using log file: /var/log/nixpkgs-update/erlangR24/2024-02-26.log erlangR24 0 -> 1 attrpath: erlangR24 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hz6ihrj8i0fkia70cr8wa7xby545v2nr-update.sh.drv /nix/store/rpzabwj0nk28qg4jgffb8fwqqaavvbx5-packages.json.drv building '/nix/store/hz6ihrj8i0fkia70cr8wa7xby545v2nr-update.sh.drv'... building '/nix/store/rpzabwj0nk28qg4jgffb8fwqqaavvbx5-packages.json.drv'... Going to be running update for following packages: - erlang-24.3.4.16 Press Enter key to continue... Running update for: - erlang-24.3.4.16: UPDATING ... - erlang-24.3.4.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update erlangR24 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.karton-asciimagic, using log file: /var/log/nixpkgs-update/python311Packages.karton-asciimagic/2024-02-26.log python311Packages.karton-asciimagic 0 -> 1 attrpath: python311Packages.karton-asciimagic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qg0cgfn6kbhlhy4yv2xymxvlbqxf4b20-packages.json.drv building '/nix/store/qg0cgfn6kbhlhy4yv2xymxvlbqxf4b20-packages.json.drv'... Going to be running update for following packages: - python3.11-karton-asciimagic-1.2.0 Press Enter key to continue... Running update for: - python3.11-karton-asciimagic-1.2.0: UPDATING ... - python3.11-karton-asciimagic-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.karton-asciimagic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.binho-host-adapter, using log file: /var/log/nixpkgs-update/python311Packages.binho-host-adapter/2024-02-26.log python311Packages.binho-host-adapter 0 -> 1 attrpath: python311Packages.binho-host-adapter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/77nk857z6fwjmslmr14p4y0hn907nn0s-packages.json.drv building '/nix/store/77nk857z6fwjmslmr14p4y0hn907nn0s-packages.json.drv'... Going to be running update for following packages: - python3.11-binho-host-adapter-0.1.6 Press Enter key to continue... Running update for: - python3.11-binho-host-adapter-0.1.6: UPDATING ... - python3.11-binho-host-adapter-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.binho-host-adapter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gnureadline, using log file: /var/log/nixpkgs-update/python311Packages.gnureadline/2024-02-26.log python311Packages.gnureadline 0 -> 1 attrpath: python311Packages.gnureadline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v97xp5n47vqq2ga1y7315d8hyfn43241-packages.json.drv building '/nix/store/v97xp5n47vqq2ga1y7315d8hyfn43241-packages.json.drv'... Going to be running update for following packages: - python3.11-gnureadline-8.1.2 Press Enter key to continue... Running update for: - python3.11-gnureadline-8.1.2: UPDATING ... - python3.11-gnureadline-8.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gnureadline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ell, using log file: /var/log/nixpkgs-update/ell/2024-02-26.log ell 0 -> 1 attrpath: ell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jv4b36pjdb5fzrpx3wz04bkbnvgljrhj-packages.json.drv building '/nix/store/jv4b36pjdb5fzrpx3wz04bkbnvgljrhj-packages.json.drv'... Going to be running update for following packages: - ell-0.62 Press Enter key to continue... Running update for: - ell-0.62: UPDATING ... - ell-0.62: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyopencl, using log file: /var/log/nixpkgs-update/python311Packages.pyopencl/2024-02-26.log python311Packages.pyopencl 0 -> 1 attrpath: python311Packages.pyopencl 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/2x80c7p1z9xyfbps16annbn5xs3j4bvg-packages.json.drv building '/nix/store/2x80c7p1z9xyfbps16annbn5xs3j4bvg-packages.json.drv'... Going to be running update for following packages: - python3.11-pyopencl-2023.1.4 Press Enter key to continue... Running update for: - python3.11-pyopencl-2023.1.4: UPDATING ... - python3.11-pyopencl-2023.1.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyopencl/default.nix b/pkgs/development/python-modules/pyopencl/default.nix index 79623f749b40..c9a875809b12 100644 --- a/pkgs/development/python-modules/pyopencl/default.nix +++ b/pkgs/development/python-modules/pyopencl/default.nix @@ -27,12 +27,12 @@ let if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ]; in buildPythonPackage rec { pname = "pyopencl"; - version = "2023.1.4"; + version = "2024.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-IgF078qQDp1d5a7yqht3pvJVBQHekrA1qRATrq5NTF4="; + hash = "sha256-7NVy7pQK2L2hY5w6e+tog0/JqYrX6z9uAarE99nUusE="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pyopencl nix build failed. got build log for 'python311Packages.pyopencl' 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 @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/dvfxaph1qybpxn6ly6lysj7rrbzm8vrm-pyopencl-2024.1.tar.gz source root is pyopencl-2024.1 setting SOURCE_DATE_EPOCH to timestamp 1706047679 of file pyopencl-2024.1/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/r8rg01yfdbkxfpd9bfwfch5lb1p3f7zr-fix-conditions-for-CL_UNORM_INT24-availability.patch patching file src/wrap_constants.cpp Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file src/wrap_constants.cpp.rej [result] Failed to update python311Packages.pyopencl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-elastic, using log file: /var/log/nixpkgs-update/python311Packages.flask-elastic/2024-02-26.log python311Packages.flask-elastic 0 -> 1 attrpath: python311Packages.flask-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/4a12xfsmvaiyay6qz1r97symdxfdd5vl-packages.json.drv building '/nix/store/4a12xfsmvaiyay6qz1r97symdxfdd5vl-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-elastic-0.2 Press Enter key to continue... Running update for: - python3.11-flask-elastic-0.2: UPDATING ... - python3.11-flask-elastic-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-elastic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tatsu, using log file: /var/log/nixpkgs-update/python311Packages.tatsu/2024-02-26.log python311Packages.tatsu 0 -> 1 attrpath: python311Packages.tatsu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mp8ciwm3dfk9vwzp6sr0xl21wksc647m-packages.json.drv building '/nix/store/mp8ciwm3dfk9vwzp6sr0xl21wksc647m-packages.json.drv'... Going to be running update for following packages: - python3.11-tatsu-5.11.3 Press Enter key to continue... Running update for: - python3.11-tatsu-5.11.3: UPDATING ... - python3.11-tatsu-5.11.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tatsu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath packj, using log file: /var/log/nixpkgs-update/packj/2024-02-26.log packj 0 -> 1 attrpath: packj Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/csvmhv4n9qxwns8r205rq8393lklajmj-packages.json.drv building '/nix/store/csvmhv4n9qxwns8r205rq8393lklajmj-packages.json.drv'... Going to be running update for following packages: - packj-0.15-beta Press Enter key to continue... Running update for: - packj-0.15-beta: UPDATING ... - packj-0.15-beta: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update packj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nototools, using log file: /var/log/nixpkgs-update/python311Packages.nototools/2024-02-26.log python311Packages.nototools 0 -> 1 attrpath: python311Packages.nototools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bcdi2pamsyilk5vymx952lfyifkj24ph-packages.json.drv building '/nix/store/bcdi2pamsyilk5vymx952lfyifkj24ph-packages.json.drv'... Going to be running update for following packages: - python3.11-nototools-0.2.19 Press Enter key to continue... Running update for: - python3.11-nototools-0.2.19: UPDATING ... - python3.11-nototools-0.2.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nototools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goocanvas, using log file: /var/log/nixpkgs-update/goocanvas/2024-02-26.log goocanvas 0 -> 1 attrpath: goocanvas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/16pf9fs7jwzmqm27xlffqfhgzqh53rx9-packages.json.drv building '/nix/store/16pf9fs7jwzmqm27xlffqfhgzqh53rx9-packages.json.drv'... Going to be running update for following packages: - goocanvas-1.0.0 Press Enter key to continue... Running update for: - goocanvas-1.0.0: UPDATING ... - goocanvas-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goocanvas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eggnog-mapper, using log file: /var/log/nixpkgs-update/eggnog-mapper/2024-02-26.log eggnog-mapper 0 -> 1 attrpath: eggnog-mapper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xhjrc0ng7bzq72zbg9mg0iff5jvi4a60-packages.json.drv building '/nix/store/xhjrc0ng7bzq72zbg9mg0iff5jvi4a60-packages.json.drv'... Going to be running update for following packages: - eggnog-mapper-2.1.12 Press Enter key to continue... Running update for: - eggnog-mapper-2.1.12: UPDATING ... - eggnog-mapper-2.1.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update eggnog-mapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyncio-nats-client, using log file: /var/log/nixpkgs-update/python311Packages.asyncio-nats-client/2024-02-26.log python311Packages.asyncio-nats-client 0 -> 1 attrpath: python311Packages.asyncio-nats-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/75pyzdyr5wk0sljmc8yr17pxic1fdf04-packages.json.drv building '/nix/store/75pyzdyr5wk0sljmc8yr17pxic1fdf04-packages.json.drv'... Going to be running update for following packages: - python3.11-nats-py-2.7.0 Press Enter key to continue... Running update for: - python3.11-nats-py-2.7.0: UPDATING ... - python3.11-nats-py-2.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncio-nats-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 python311Packages.zope-cachedescriptors, using log file: /var/log/nixpkgs-update/python311Packages.zope-cachedescriptors/2024-02-26.log python311Packages.zope-cachedescriptors 0 -> 1 attrpath: python311Packages.zope-cachedescriptors Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7wv6m5db072hvk2vwqmdfws1b0mx0brz-packages.json.drv building '/nix/store/7wv6m5db072hvk2vwqmdfws1b0mx0brz-packages.json.drv'... Going to be running update for following packages: - python3.11-zope-cachedescriptors-5.0 Press Enter key to continue... Running update for: - python3.11-zope-cachedescriptors-5.0: UPDATING ... - python3.11-zope-cachedescriptors-5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-cachedescriptors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lazy-import, using log file: /var/log/nixpkgs-update/python311Packages.lazy-import/2024-02-26.log python311Packages.lazy-import 0 -> 1 attrpath: python311Packages.lazy-import Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lxxpqnv3jk4kdlydlkzr036l35460n7g-packages.json.drv building '/nix/store/lxxpqnv3jk4kdlydlkzr036l35460n7g-packages.json.drv'... Going to be running update for following packages: - python3.11-lazy-import-0.2.2 Press Enter key to continue... Running update for: - python3.11-lazy-import-0.2.2: UPDATING ... - python3.11-lazy-import-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lazy-import 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spglib, using log file: /var/log/nixpkgs-update/python311Packages.spglib/2024-02-26.log python311Packages.spglib 0 -> 1 attrpath: python311Packages.spglib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6zh6ksvwh0s3zzvvvdrxsvzj9ibn82zx-packages.json.drv building '/nix/store/6zh6ksvwh0s3zzvvvdrxsvzj9ibn82zx-packages.json.drv'... Going to be running update for following packages: - python3.11-spglib-2.2.0 Press Enter key to continue... Running update for: - python3.11-spglib-2.2.0: UPDATING ... - python3.11-spglib-2.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/spglib/default.nix b/pkgs/development/python-modules/spglib/default.nix index b7d172c93cfd..fd55fc1148ba 100644 --- a/pkgs/development/python-modules/spglib/default.nix +++ b/pkgs/development/python-modules/spglib/default.nix @@ -19,12 +19,12 @@ buildPythonPackage rec { pname = "spglib"; - version = "2.2.0"; + version = "2.3.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Snxx9q24YMvhSs39bKQ9zSns2a7T84wCzXbagP+l0Bw="; + hash = "sha256-c24l7GfCIMsg+rcBfE/mOC7t7iIwdtV/QEc0KxvGjOM="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.spglib nix build failed. 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/dch3ssizggk599riap8wql645bsl5da3-spglib-2.3.1.tar.gz source root is spglib-2.3.1 setting SOURCE_DATE_EPOCH to timestamp 1667997441 of file spglib-2.3.1/test/utils.h @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... ERROR Missing dependencies: setuptools-scm [result] Failed to update python311Packages.spglib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-release, using log file: /var/log/nixpkgs-update/cargo-release/2024-02-26.log cargo-release 0.25.0 -> 0.25.5 https://github.com/crate-ci/cargo-release/releases attrpath: cargo-release 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/rust/cargo-release/default.nix b/pkgs/development/tools/rust/cargo-release/default.nix index 8e9c84797d94..9b8232a41715 100644 --- a/pkgs/development/tools/rust/cargo-release/default.nix +++ b/pkgs/development/tools/rust/cargo-release/default.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "cargo-release"; - version = "0.25.0"; + version = "0.25.5"; src = fetchFromGitHub { owner = "crate-ci"; repo = "cargo-release"; rev = "refs/tags/v${version}"; - hash = "sha256-UJdGbuQfvlZHjCKyHCXPDJ5AdUWJCRUS/vNeTKAwyYI="; + hash = "sha256-Oyuo6toEj3jvnb0X4HKU/fpcJmVeeTaDk3Kwvb5sujA="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cargo-release nix build failed. > version = "0.48.0" 2763c2782 < checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" --- > checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2773,2779c2792 < version = "0.48.5" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" < < [[package]] < name = "windows_x86_64_msvc" < version = "0.52.0" --- > version = "0.48.0" 2781c2794 < checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" --- > checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 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 cargo-release 0.25.0 -> 0.25.5 https://github.com/crate-ci/cargo-release/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.voluptuous, using log file: /var/log/nixpkgs-update/python311Packages.voluptuous/2024-02-26.log python311Packages.voluptuous 0 -> 1 attrpath: python311Packages.voluptuous Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z0wrk3zqdap3286skmf55h1qqwjyp4qh-packages.json.drv building '/nix/store/z0wrk3zqdap3286skmf55h1qqwjyp4qh-packages.json.drv'... Going to be running update for following packages: - python3.11-voluptuous-0.14.1 Press Enter key to continue... Running update for: - python3.11-voluptuous-0.14.1: UPDATING ... - python3.11-voluptuous-0.14.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/voluptuous/default.nix b/pkgs/development/python-modules/voluptuous/default.nix index 47e3d029106b..1f9d53412d3d 100644 --- a/pkgs/development/python-modules/voluptuous/default.nix +++ b/pkgs/development/python-modules/voluptuous/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "voluptuous"; - version = "0.14.1"; + version = "0.14.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "alecthomas"; repo = "voluptuous"; rev = "refs/tags/${version}"; - hash = "sha256-7KXuypcKoqZboHTzoNKK5sYUR57wWGJu6y9zkLecep0="; + hash = "sha256-2a4lid9NibbvhHfs/fcyHgPRZ2HirIKuPYxMsl5oA4o="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 147 > 25 [result] Failed to update python311Packages.voluptuous 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath newsboat, using log file: /var/log/nixpkgs-update/newsboat/2024-02-26.log newsboat 0 -> 1 attrpath: newsboat 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] Failed with exit code 1 this derivation will be built: /nix/store/0bnfgyrg25z6jnl0z3v5jydhg1p1n52i-packages.json.drv building '/nix/store/0bnfgyrg25z6jnl0z3v5jydhg1p1n52i-packages.json.drv'... Going to be running update for following packages: - newsboat-2.34 Press Enter key to continue... Running update for: - newsboat-2.34: UPDATING ... - newsboat-2.34: ERROR --- SHOWING ERROR LOG FOR newsboat-2.34 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/rv9xv3kians4gg7833kmvcmd090ab6hl-source.drv building '/nix/store/rv9xv3kians4gg7833kmvcmd090ab6hl-source.drv'... trying https://github.com/newsboat/newsboat/archive/rr2.34.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: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/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 newsboat.src --- SHOWING ERROR LOG FOR newsboat-2.34 ---------------------- The update script for newsboat-2.34 failed with exit code 1 [result] Failed to update newsboat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.control, using log file: /var/log/nixpkgs-update/octavePackages.control/2024-02-26.log octavePackages.control 0 -> 1 attrpath: octavePackages.control Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bb1l7kix3yxcb30pm9vmswl6f0bd3pcc-packages.json.drv building '/nix/store/bb1l7kix3yxcb30pm9vmswl6f0bd3pcc-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-control-3.6.1 Press Enter key to continue... Running update for: - octave-8.4.0-control-3.6.1: UPDATING ... - octave-8.4.0-control-3.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/octave-modules/control/default.nix b/pkgs/development/octave-modules/control/default.nix index 8b17493bb36c..3c3967ab847d 100644 --- a/pkgs/development/octave-modules/control/default.nix +++ b/pkgs/development/octave-modules/control/default.nix @@ -8,13 +8,13 @@ buildOctavePackage rec { pname = "control"; - version = "3.6.1"; + version = "4.0.0"; src = fetchFromGitHub { owner = "gnu-octave"; repo = "pkg-control"; rev = "refs/tags/control-${version}"; - sha256 = "sha256-7beEsdrne50NY4lGCotxGXwwWnMzUR2CKCc20OCjd0g="; + sha256 = "sha256-Rfai0Gd1nsVy3/SVK7MrX1cQDlofyHK5xBRafibSxyQ="; }; # Running autoreconfHook inside the src directory fixes a compile issue about No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A octavePackages.control nix build failed. autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /nix/store/wxsibxw4kdzmnfxh4zgrzsr8dp4q2v7k-autoconf-2.72/bin/autoconf --force autoreconf: running: /nix/store/wxsibxw4kdzmnfxh4zgrzsr8dp4q2v7k-autoconf-2.72/bin/autoheader --force autoreconf: configure.ac: not using Automake autoreconf: Leaving directory '.' /build/source @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase sh: line 1: cd: slicot/src: No such file or directory mv: cannot stat 'MA02ID.f': No such file or directory make: *** [Makefile:33: slicotlibrary.a] Error 1 make: *** Waiting for unfinished jobs.... make: Entering directory '/nix/store/a3sdzrb5znybqnf0ncdjiwq616clbhgz-octave-8.4.0-control-4.0.0/control-4.0.0/src' cd slicot/src && /nix/store/2c6ci821zh7wqcpy2bwismcmwlmfj3zj-octave-8.4.0/bin/mkoctfile-8.4.0 -w -c MA02ID.f; mv MA02ID.f x && /nix/store/2c6ci821zh7wqcpy2bwismcmwlmfj3zj-octave-8.4.0/bin/mkoctfile-8.4.0 -c *.f && mv x MA02ID.f /nix/store/2c6ci821zh7wqcpy2bwismcmwlmfj3zj-octave-8.4.0/bin/mkoctfile-8.4.0 -Wall -Wno-deprecated-declarations __control_helper_functions__.cc make: Leaving directory '/nix/store/a3sdzrb5znybqnf0ncdjiwq616clbhgz-octave-8.4.0-control-4.0.0/control-4.0.0/src' error: pkg: error running 'make' for the control package error: called from configure_make at line 117 column 9 build at line 79 column 7 pkg at line 744 column 7 [result] Failed to update octavePackages.control 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chispa, using log file: /var/log/nixpkgs-update/python311Packages.chispa/2024-02-26.log python311Packages.chispa 0 -> 1 attrpath: python311Packages.chispa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zbih39haq6nfndv76cc369dhy1vdhqhy-packages.json.drv building '/nix/store/zbih39haq6nfndv76cc369dhy1vdhqhy-packages.json.drv'... Going to be running update for following packages: - python3.11-chispa-0.9.4 Press Enter key to continue... Running update for: - python3.11-chispa-0.9.4: UPDATING ... - python3.11-chispa-0.9.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/chispa/default.nix b/pkgs/development/python-modules/chispa/default.nix index e72c3990e367..37e804c71894 100644 --- a/pkgs/development/python-modules/chispa/default.nix +++ b/pkgs/development/python-modules/chispa/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "chispa"; - version = "0.9.4"; + version = "0.10.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "MrPowers"; repo = "chispa"; rev = "refs/tags/v${version}"; - hash = "sha256-VF7k0u7QpoG3PXvU5M7jrM9pht6xeRUpYH9znMdLOxk="; + hash = "sha256-r3/Uae/Bu/+ZpWt19jetfIRpew1hBB24WWQRJIcYqFs="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.chispa: 0.9.4 -> 0.10.0`. New version is 0.10.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.chispa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.capstone, using log file: /var/log/nixpkgs-update/python311Packages.capstone/2024-02-26.log python311Packages.capstone 0 -> 1 attrpath: python311Packages.capstone Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9sjp11ggbdkaa2axlwrjy0ys1jmz153v-packages.json.drv building '/nix/store/9sjp11ggbdkaa2axlwrjy0ys1jmz153v-packages.json.drv'... Going to be running update for following packages: - python3.11-capstone-4.0.2 Press Enter key to continue... Running update for: - python3.11-capstone-4.0.2: UPDATING ... - python3.11-capstone-4.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.capstone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mt-940, using log file: /var/log/nixpkgs-update/python311Packages.mt-940/2024-02-26.log python311Packages.mt-940 0 -> 1 attrpath: python311Packages.mt-940 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x8wwh1cfiv7rf2cayxbmnpc6173wr9wq-packages.json.drv building '/nix/store/x8wwh1cfiv7rf2cayxbmnpc6173wr9wq-packages.json.drv'... Going to be running update for following packages: - python3.11-mt-940-4.30.0 Press Enter key to continue... Running update for: - python3.11-mt-940-4.30.0: UPDATING ... - python3.11-mt-940-4.30.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mt-940 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vt-cli, using log file: /var/log/nixpkgs-update/vt-cli/2024-02-26.log vt-cli 0.10.2 -> 1.0.0 https://github.com/VirusTotal/vt-cli/releases attrpath: vt-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-XN6dJpoJe9nJn+Tr9SYD64LE0XFiO2vlpdyI9SrZZjQ=" [golangModuleVersion] Replaced vendorHash with sha256-DSeBGTeQ947KQSN2JOmBEcuDakpS6Bl3LYIokaK27Rk= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A vt-cli nix build failed. got build log for 'vt-cli' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/njmz033khwv9zzhl7acjzry9621a2vbg-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 Building subPackage ./vt # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/syscall.go:83:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_unix.go:118:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/sysvshm_unix.go:33:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) [result] Failed to update vt-cli 0.10.2 -> 1.0.0 https://github.com/VirusTotal/vt-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 gnomeExtensions.blur-my-shell, using log file: /var/log/nixpkgs-update/gnomeExtensions.blur-my-shell/2024-02-26.log gnomeExtensions.blur-my-shell 54 -> 55 https://repology.org/project/gnome:blur-my-shell/versions attrpath: gnomeExtensions.blur-my-shell Checking auto update branch... No auto update branch exists Old version 54" not present in master derivation file with contents: { pkgs, lib, stdenv, fetchzip, nixosTests }: let buildGnomeExtension = { # Every gnome extension has a UUID. It's the name of the extension folder once unpacked # and can always be found in the metadata.json of every extension. uuid, name, pname, description, # extensions.gnome.org extension URL link, # Extension version numbers are integers version, sha256, # Hex-encoded string of JSON bytes metadata, }: stdenv.mkDerivation { pname = "gnome-shell-extension-${pname}"; version = builtins.toString version; src = fetchzip { url = "https://extensions.gnome.org/extension-data/${ builtins.replaceStrings [ "@" ] [ "" ] uuid }.v${builtins.toString version}.shell-extension.zip"; inherit sha256; stripRoot = false; # The download URL may change content over time. This is because the # metadata.json is automatically generated, and parts of it can be changed # without making a new release. We simply substitute the possibly changed fields # with their content from when we last updated, and thus get a deterministic output # hash. postFetch = '' echo "${metadata}" | base64 --decode > $out/metadata.json ''; }; nativeBuildInputs = with pkgs; [ buildPackages.glib ]; buildPhase = '' runHook preBuild if [ -d schemas ]; then glib-compile-schemas --strict schemas fi runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/share/gnome-shell/extensions/ cp -r -T . $out/share/gnome-shell/extensions/${uuid} runHook postInstall ''; meta = { description = builtins.head (lib.splitString "\n" description); longDescription = description; homepage = link; license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing maintainers = with lib.maintainers; [ piegames ]; }; passthru = { extensionPortalSlug = pname; # Store the extension's UUID, because we might need it at some places extensionUuid = uuid; tests = { gnome-extensions = nixosTests.gnome-extensions; }; }; }; in lib.makeOverridable buildGnomeExtension [result] Failed to update gnomeExtensions.blur-my-shell 54 -> 55 https://repology.org/project/gnome:blur-my-shell/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.metaplot, using log file: /var/log/nixpkgs-update/rPackages.metaplot/2024-02-26.log rPackages.metaplot 0.8.3 -> 0.8.4 https://repology.org/project/r:metaplot/versions attrpath: rPackages.metaplot Checking auto update branch... No auto update branch exists Old version 0.8.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"; configurePhase = '' runHook preConfigure 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.metaplot 0.8.3 -> 0.8.4 https://repology.org/project/r:metaplot/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 spectrwm, using log file: /var/log/nixpkgs-update/spectrwm/2024-02-26.log spectrwm 3.5.1 -> 3.5.2 https://repology.org/project/spectrwm/versions attrpath: spectrwm 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/85lifc3h9snlz7q4gzbngpg3gn9llpbc-source.drv building '/nix/store/85lifc3h9snlz7q4gzbngpg3gn9llpbc-source.drv'... trying https://github.com/conformal/spectrwm/archive/SPECTRWM_3_5_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: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/85lifc3h9snlz7q4gzbngpg3gn9llpbc-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/conformal/spectrwm/archive/SPECTRWM_3_5_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: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/85lifc3h9snlz7q4gzbngpg3gn9llpbc-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'spectrwm.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/85lifc3h9snlz7q4gzbngpg3gn9llpbc-source.drv /nix/store/m63by7czhi5513h3y8hzymbzi2181pwp-spectrwm-3.5.2.drv building '/nix/store/85lifc3h9snlz7q4gzbngpg3gn9llpbc-source.drv'... trying https://github.com/conformal/spectrwm/archive/SPECTRWM_3_5_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: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/85lifc3h9snlz7q4gzbngpg3gn9llpbc-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/conformal/spectrwm/archive/SPECTRWM_3_5_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: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/85lifc3h9snlz7q4gzbngpg3gn9llpbc-source.drv'. error: 1 dependencies of derivation '/nix/store/m63by7czhi5513h3y8hzymbzi2181pwp-spectrwm-3.5.2.drv' failed to build [result] Failed to update spectrwm 3.5.1 -> 3.5.2 https://repology.org/project/spectrwm/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.splus2R, using log file: /var/log/nixpkgs-update/rPackages.splus2R/2024-02-26.log rPackages.splus2R 1.3-4 -> 1.3.5 https://repology.org/project/r:splus2r/versions attrpath: rPackages.splus2R Checking auto update branch... No auto update branch exists Old version 1.3-4" 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"; configurePhase = '' runHook preConfigure 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.splus2R 1.3-4 -> 1.3.5 https://repology.org/project/r:splus2r/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 arrpc, using log file: /var/log/nixpkgs-update/arrpc/2024-02-26.log arrpc 3.3.0 -> 3.3.1 https://repology.org/project/arrpc/versions attrpath: arrpc 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 arrpc 3.3.0 -> 3.3.1 https://repology.org/project/arrpc/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.protobuf, using log file: /var/log/nixpkgs-update/python312Packages.protobuf/2024-02-26.log python312Packages.protobuf 4.24.4 -> 25.3 https://github.com/protocolbuffers/protobuf/releases attrpath: python312Packages.protobuf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2124nwcbrrrc94rj2am3c0zvd6y3xhcv-packages.json.drv building '/nix/store/2124nwcbrrrc94rj2am3c0zvd6y3xhcv-packages.json.drv'... Going to be running update for following packages: - python3.12-protobuf-4.24.4 Press Enter key to continue... Running update for: - python3.12-protobuf-4.24.4: UPDATING ... - python3.12-protobuf-4.24.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.protobuf 4.24.4 -> 25.3 https://github.com/protocolbuffers/protobuf/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.gitpython, using log file: /var/log/nixpkgs-update/python312Packages.gitpython/2024-02-26.log python312Packages.gitpython 3.1.40 -> 3.1.42 https://github.com/gitpython-developers/GitPython/releases attrpath: python312Packages.gitpython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8x5qz055288c3by0y52qskdccv9gsgmx-packages.json.drv building '/nix/store/8x5qz055288c3by0y52qskdccv9gsgmx-packages.json.drv'... Going to be running update for following packages: - python3.12-gitpython-3.1.40 Press Enter key to continue... Running update for: - python3.12-gitpython-3.1.40: UPDATING ... - python3.12-gitpython-3.1.40: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index 50afd5ea4aa8..d76d0366c461 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "gitpython"; - version = "3.1.40"; + version = "3.1.42"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-a5Ez6SuSqrJE306FrFjEnSoVhALVvubF1pLW4awK4gM="; + hash = "sha256-qpADumkfm8DHNlB2JeH/7sYrJqtYdFLv5YQAV0q5//s="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 167 > 25 [result] Failed to update python312Packages.gitpython 3.1.40 -> 3.1.42 https://github.com/gitpython-developers/GitPython/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.backports-datetime-fromisoformat, using log file: /var/log/nixpkgs-update/python311Packages.backports-datetime-fromisoformat/2024-02-26.log python311Packages.backports-datetime-fromisoformat 0 -> 1 attrpath: python311Packages.backports-datetime-fromisoformat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vqswkwjqsdqpcypj5hh88wpa52h6gjpm-packages.json.drv building '/nix/store/vqswkwjqsdqpcypj5hh88wpa52h6gjpm-packages.json.drv'... Going to be running update for following packages: - python3.11-backports-datetime-fromisoformat-2.0.1 Press Enter key to continue... Running update for: - python3.11-backports-datetime-fromisoformat-2.0.1: UPDATING ... - python3.11-backports-datetime-fromisoformat-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.backports-datetime-fromisoformat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.robotstatuschecker, using log file: /var/log/nixpkgs-update/python311Packages.robotstatuschecker/2024-02-26.log python311Packages.robotstatuschecker 0 -> 1 attrpath: python311Packages.robotstatuschecker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/23kj85wkgzv57f71d7yhhgim3kwx12x1-packages.json.drv building '/nix/store/23kj85wkgzv57f71d7yhhgim3kwx12x1-packages.json.drv'... Going to be running update for following packages: - python3.11-robotstatuschecker-3.0.1 Press Enter key to continue... Running update for: - python3.11-robotstatuschecker-3.0.1: UPDATING ... - python3.11-robotstatuschecker-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.robotstatuschecker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flit, using log file: /var/log/nixpkgs-update/python311Packages.flit/2024-02-26.log python311Packages.flit 0 -> 1 attrpath: python311Packages.flit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y46appibcy2dj1s93ifv8fh2418bxv2i-packages.json.drv building '/nix/store/y46appibcy2dj1s93ifv8fh2418bxv2i-packages.json.drv'... Going to be running update for following packages: - python3.11-flit-3.9.0 Press Enter key to continue... Running update for: - python3.11-flit-3.9.0: UPDATING ... - python3.11-flit-3.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nvidia-texture-tools, using log file: /var/log/nixpkgs-update/nvidia-texture-tools/2024-02-26.log nvidia-texture-tools 2.1.2-unstable-2020-12-21 -> 2.1.2 https://github.com/castano/nvidia-texture-tools/releases attrpath: nvidia-texture-tools Checking auto update branch... No auto update branch exists 2.1.2 is not newer than 2.1.2-unstable-2020-12-21 according to Nix; versionComparison: -1 [result] Failed to update nvidia-texture-tools 2.1.2-unstable-2020-12-21 -> 2.1.2 https://github.com/castano/nvidia-texture-tools/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webthing, using log file: /var/log/nixpkgs-update/python311Packages.webthing/2024-02-26.log python311Packages.webthing 0 -> 1 attrpath: python311Packages.webthing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jy5bqib4fwwxgz0495m32fdh0idillkz-packages.json.drv building '/nix/store/jy5bqib4fwwxgz0495m32fdh0idillkz-packages.json.drv'... Going to be running update for following packages: - python3.11-webthing-0.15.0 Press Enter key to continue... Running update for: - python3.11-webthing-0.15.0: UPDATING ... - python3.11-webthing-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webthing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath solc, using log file: /var/log/nixpkgs-update/solc/2024-02-26.log solc 0.8.21 -> 0.8.24 https://github.com/ethereum/solidity/releases attrpath: solc 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 solc 0.8.21 -> 0.8.24 https://github.com/ethereum/solidity/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymarshal, using log file: /var/log/nixpkgs-update/python311Packages.pymarshal/2024-02-26.log python311Packages.pymarshal 0 -> 1 attrpath: python311Packages.pymarshal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9spgf2xpb15ai5np2sl2cfaqgfpfp1c2-packages.json.drv building '/nix/store/9spgf2xpb15ai5np2sl2cfaqgfpfp1c2-packages.json.drv'... Going to be running update for following packages: - python3.11-pymarshal-2.2.0 Press Enter key to continue... Running update for: - python3.11-pymarshal-2.2.0: UPDATING ... - python3.11-pymarshal-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymarshal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.quadrapassel, using log file: /var/log/nixpkgs-update/gnome.quadrapassel/2024-02-26.log gnome.quadrapassel 0 -> 1 attrpath: gnome.quadrapassel Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.quadrapassel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.localimport, using log file: /var/log/nixpkgs-update/python311Packages.localimport/2024-02-26.log python311Packages.localimport 0 -> 1 attrpath: python311Packages.localimport Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ha1nckvbrxrx2cz72sci0wczicky4p3p-packages.json.drv building '/nix/store/ha1nckvbrxrx2cz72sci0wczicky4p3p-packages.json.drv'... Going to be running update for following packages: - python3.11-localimport-1.7.6 Press Enter key to continue... Running update for: - python3.11-localimport-1.7.6: UPDATING ... - python3.11-localimport-1.7.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.localimport 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openidc-client, using log file: /var/log/nixpkgs-update/python311Packages.openidc-client/2024-02-26.log python311Packages.openidc-client 0 -> 1 attrpath: python311Packages.openidc-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/x9a23izn0imkjxpvzkl2iznhkhx6d65w-packages.json.drv building '/nix/store/x9a23izn0imkjxpvzkl2iznhkhx6d65w-packages.json.drv'... Going to be running update for following packages: - python3.11-openidc-client-0.6.0 Press Enter key to continue... Running update for: - python3.11-openidc-client-0.6.0: UPDATING ... - python3.11-openidc-client-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openidc-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 python311Packages.pyombi, using log file: /var/log/nixpkgs-update/python311Packages.pyombi/2024-02-26.log python311Packages.pyombi 0 -> 1 attrpath: python311Packages.pyombi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3lxb8r71af8ficg537ijxcjq2xqcb7a2-packages.json.drv building '/nix/store/3lxb8r71af8ficg537ijxcjq2xqcb7a2-packages.json.drv'... Going to be running update for following packages: - python3.11-pyombi-0.1.10 Press Enter key to continue... Running update for: - python3.11-pyombi-0.1.10: UPDATING ... - python3.11-pyombi-0.1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyombi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dep-scan, using log file: /var/log/nixpkgs-update/dep-scan/2024-02-26.log dep-scan 0 -> 1 attrpath: dep-scan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7lhqn1rbbvbxzh2pp35cj1ra79pbm461-packages.json.drv building '/nix/store/7lhqn1rbbvbxzh2pp35cj1ra79pbm461-packages.json.drv'... Going to be running update for following packages: - dep-scan-5.0.2 Press Enter key to continue... Running update for: - dep-scan-5.0.2: UPDATING ... - dep-scan-5.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/de/dep-scan/package.nix b/pkgs/by-name/de/dep-scan/package.nix index 48ba5c4c51ae..aca22be1c88b 100644 --- a/pkgs/by-name/de/dep-scan/package.nix +++ b/pkgs/by-name/de/dep-scan/package.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "dep-scan"; - version = "5.0.2"; + version = "5.2.10"; pyproject = true; src = fetchFromGitHub { owner = "owasp-dep-scan"; repo = "dep-scan"; rev = "refs/tags/v${version}"; - hash = "sha256-qiJyGBGxznNF4LNG9fbmjG7wX0odhrUO2LxOWABtLQA="; + hash = "sha256-ddb7xKIu/UT4/Al8VfTB0diUvAgr4901JLxeUXRAdXg="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dep-scan nix build failed. adding 'vendor/choosealicense.com/_licenses/ms-pl.txt' adding 'vendor/choosealicense.com/_licenses/ms-rl.txt' adding 'vendor/choosealicense.com/_licenses/mulanpsl-2.0.txt' adding 'vendor/choosealicense.com/_licenses/ncsa.txt' adding 'vendor/choosealicense.com/_licenses/odbl-1.0.txt' adding 'vendor/choosealicense.com/_licenses/ofl-1.1.txt' adding 'vendor/choosealicense.com/_licenses/osl-3.0.txt' adding 'vendor/choosealicense.com/_licenses/postgresql.txt' adding 'vendor/choosealicense.com/_licenses/unlicense.txt' adding 'vendor/choosealicense.com/_licenses/upl-1.0.txt' adding 'vendor/choosealicense.com/_licenses/vim.txt' adding 'vendor/choosealicense.com/_licenses/wtfpl.txt' adding 'vendor/choosealicense.com/_licenses/zlib.txt' adding 'vendor/spdx/json/licenses.json' adding 'owasp_depscan-5.2.10.dist-info/LICENSE' adding 'owasp_depscan-5.2.10.dist-info/METADATA' adding 'owasp_depscan-5.2.10.dist-info/WHEEL' adding 'owasp_depscan-5.2.10.dist-info/entry_points.txt' adding 'owasp_depscan-5.2.10.dist-info/top_level.txt' adding 'owasp_depscan-5.2.10.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built owasp_depscan-5.2.10-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 owasp_depscan-5.2.10-py3-none-any.whl - appthreat-vulnerability-db==5.6.4 not satisfied by version 5.6.3 - oras==0.1.26 not satisfied by version 0.1.27 [result] Failed to update dep-scan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proton-client, using log file: /var/log/nixpkgs-update/python311Packages.proton-client/2024-02-26.log python311Packages.proton-client 0 -> 1 attrpath: python311Packages.proton-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/89c8yhpv3libl02vmbdwczg7sj7z9rm1-packages.json.drv building '/nix/store/89c8yhpv3libl02vmbdwczg7sj7z9rm1-packages.json.drv'... Going to be running update for following packages: - python3.11-proton-client-0.7.1 Press Enter key to continue... Running update for: - python3.11-proton-client-0.7.1: UPDATING ... - python3.11-proton-client-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-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 python311Packages.guzzle-sphinx-theme, using log file: /var/log/nixpkgs-update/python311Packages.guzzle-sphinx-theme/2024-02-26.log python311Packages.guzzle-sphinx-theme 0 -> 1 attrpath: python311Packages.guzzle-sphinx-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/4v837v0zdqg3s82r2zxn46m2pkmgcb3n-packages.json.drv building '/nix/store/4v837v0zdqg3s82r2zxn46m2pkmgcb3n-packages.json.drv'... Going to be running update for following packages: - python3.11-guzzle-sphinx-theme-0.7.11 Press Enter key to continue... Running update for: - python3.11-guzzle-sphinx-theme-0.7.11: UPDATING ... - python3.11-guzzle-sphinx-theme-0.7.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.guzzle-sphinx-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.cachelib, using log file: /var/log/nixpkgs-update/python311Packages.cachelib/2024-02-26.log python311Packages.cachelib 0 -> 1 attrpath: python311Packages.cachelib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hpjdl36vbpd5w0fsb5sy1zppl2x953s7-packages.json.drv building '/nix/store/hpjdl36vbpd5w0fsb5sy1zppl2x953s7-packages.json.drv'... Going to be running update for following packages: - python3.11-cachelib-0.10.2 Press Enter key to continue... Running update for: - python3.11-cachelib-0.10.2: UPDATING ... - python3.11-cachelib-0.10.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cachelib/default.nix b/pkgs/development/python-modules/cachelib/default.nix index 4cb5d0e0dcce..6d864d7285ef 100644 --- a/pkgs/development/python-modules/cachelib/default.nix +++ b/pkgs/development/python-modules/cachelib/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "cachelib"; - version = "0.10.2"; + version = "0.12.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "pallets"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-2V2FvZC8jM84fZEdK9ShzFrjO8goOQsN6cnJTHDDL9E="; + hash = "sha256-gSBY8zMGVn5Ndu4OexMP1v7bhXAAdl2UcEjjKFa21rE="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 48 > 25 [result] Failed to update python311Packages.cachelib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opcua-widgets, using log file: /var/log/nixpkgs-update/python311Packages.opcua-widgets/2024-02-26.log python311Packages.opcua-widgets 0 -> 1 attrpath: python311Packages.opcua-widgets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n3r7rc398xwag8lkklmr402b33vnhr5b-packages.json.drv building '/nix/store/n3r7rc398xwag8lkklmr402b33vnhr5b-packages.json.drv'... Going to be running update for following packages: - python3.11-opcua-widgets-0.6.1 Press Enter key to continue... Running update for: - python3.11-opcua-widgets-0.6.1: UPDATING ... - python3.11-opcua-widgets-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opcua-widgets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plugincode, using log file: /var/log/nixpkgs-update/python311Packages.plugincode/2024-02-26.log python311Packages.plugincode 0 -> 1 attrpath: python311Packages.plugincode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y8rig8f4vshmg10gphiy94qyj3nvyh99-packages.json.drv building '/nix/store/y8rig8f4vshmg10gphiy94qyj3nvyh99-packages.json.drv'... Going to be running update for following packages: - python3.11-plugincode-32.0.0 Press Enter key to continue... Running update for: - python3.11-plugincode-32.0.0: UPDATING ... - python3.11-plugincode-32.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plugincode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scons_4_1_0, using log file: /var/log/nixpkgs-update/scons_4_1_0/2024-02-26.log scons_4_1_0 0 -> 1 attrpath: scons_4_1_0 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j968ps2mzxrlfcwgw8wzkvq06l8lih7n-packages.json.drv building '/nix/store/j968ps2mzxrlfcwgw8wzkvq06l8lih7n-packages.json.drv'... Going to be running update for following packages: - scons-4.1.0 Press Enter key to continue... Running update for: - scons-4.1.0: UPDATING ... - scons-4.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/build-managers/scons/4.1.0.nix b/pkgs/development/tools/build-managers/scons/4.1.0.nix index f2edf5161aaf..c0daa78a3f16 100644 --- a/pkgs/development/tools/build-managers/scons/4.1.0.nix +++ b/pkgs/development/tools/build-managers/scons/4.1.0.nix @@ -2,12 +2,12 @@ let pname = "scons"; - version = "4.1.0"; + version = "4.6.0"; src = fetchFromGitHub { owner = "Scons"; repo = "scons"; - rev = version; - hash = "sha256-ldus/9ghqAMB7A+NrHiCQm7saCdIpqzufGCLxWRhYKU="; + rev = "refs/tags/${version}"; + hash = "sha256-y8qVdP7oXMts5oHNCN51gufGTjHtkDlODaXtR/aqcNI="; }; in python3.pkgs.buildPythonApplication { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A scons_4_1_0 nix build failed. source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/timings/js/plotter.js @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'setup.cfg') @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase scons: Reading SConscript files ... git :False gzip :/nix/store/zyyb8vi6jg1swr5f34rxgi9izck2r88h-gzip-1.13/bin/gzip unzip :None zip :None Package:['build/dist/scons-local-4.6.0.zip'] Zipapp:['build/dist/scons-local-4.6.0.pyz'] doc: No PDF renderer found (fop|xep)! doc: ...skipping building User Guide. ...creating fake MAN pages. scons: done reading SConscript files. scons: Building targets ... Creating 'SCons/__init__.py' Install file: "build/doc/man/scons-time.1" as "scons-time.1" Install file: "build/doc/man/scons.1" as "scons.1" Install file: "build/doc/man/sconsign.1" as "sconsign.1" "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python" -m build --outdir /build/source/build/dist /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python: No module named build.__main__; 'build' is a package and cannot be directly executed scons: *** [build/dist/SCons-4.6.0-py3-none-any.whl] Error 1 scons: building terminated because of errors. /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update scons_4_1_0 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.amiibo-py, using log file: /var/log/nixpkgs-update/python311Packages.amiibo-py/2024-02-26.log python311Packages.amiibo-py 0 -> 1 attrpath: python311Packages.amiibo-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/jkbwjch69nw4gj496x5mczlyl1pcan3x-packages.json.drv building '/nix/store/jkbwjch69nw4gj496x5mczlyl1pcan3x-packages.json.drv'... Going to be running update for following packages: - python3.11-amiibo-py-unstable-2021-01-16 Press Enter key to continue... Running update for: - python3.11-amiibo-py-unstable-2021-01-16: UPDATING ... - python3.11-amiibo-py-unstable-2021-01-16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amiibo-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.fints, using log file: /var/log/nixpkgs-update/python311Packages.fints/2024-02-26.log python311Packages.fints 0 -> 1 attrpath: python311Packages.fints Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1q8fdh0waa8jkdal0vhzlfkdziq65ykr-packages.json.drv building '/nix/store/1q8fdh0waa8jkdal0vhzlfkdziq65ykr-packages.json.drv'... Going to be running update for following packages: - python3.11-fints-4.0.0 Press Enter key to continue... Running update for: - python3.11-fints-4.0.0: UPDATING ... - python3.11-fints-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fints 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath magic-enum, using log file: /var/log/nixpkgs-update/magic-enum/2024-02-26.log magic-enum 0.8.2 -> 0.9.5 https://github.com/Neargye/magic_enum/releases attrpath: magic-enum 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/magic-enum/default.nix b/pkgs/development/libraries/magic-enum/default.nix index ccf439ca9190..b6129e6e4658 100644 --- a/pkgs/development/libraries/magic-enum/default.nix +++ b/pkgs/development/libraries/magic-enum/default.nix @@ -5,12 +5,12 @@ }: stdenv.mkDerivation rec{ pname = "magic-enum"; - version = "0.8.2"; + version = "0.9.5"; src = fetchFromGitHub { owner = "Neargye"; repo = "magic_enum"; rev = "v${version}"; - sha256 = "sha256-k4zCEQxO0N/o1hDYxw5p9u0BMwP/5oIoe/4yw7oqEo0="; + sha256 = "sha256-Q82HdlEMXpiGISnqdjFd0rxiLgsobsoWiqqGLawu2pM="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A magic-enum nix build failed. [ 64%] Built target enum_flag_example [ 71%] Built target example_containers_array [ 85%] Built target example_containers_bitset [100%] Built target example_containers_set Install the project... -- Install configuration: "Release" -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum_all.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum_containers.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum_flags.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum_format.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum_fuse.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum_iostream.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum_switch.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include/magic_enum_utility.hpp -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/nixstoreajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5lib/cmake/magic_enum/magic_enumConfig.cmake -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/nixstoreajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5lib/cmake/magic_enum/magic_enumConfigVersion.cmake -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/nixstoreajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5lib/pkgconfig/magic_enum.pc -- Installing: /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/share/magic_enum/package.xml @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5 checking for references to /build/ in /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5... patching script interpreter paths in /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5 Broken paths found in a .pc file! /nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/nixstoreajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5lib/pkgconfig/magic_enum.pc The following lines have issues (specifically '//' in paths). 3:includedir=${prefix}//nix/store/ajzdg9dh6sd2p4213dr686hr8g719wfq-magic-enum-0.9.5/include It is very likely that paths are being joined improperly. ex: "${prefix}/@CMAKE_INSTALL_LIBDIR@" should be "@CMAKE_INSTALL_FULL_LIBDIR@" Please see https://github.com/NixOS/nixpkgs/issues/144170 for more details. [result] Failed to update magic-enum 0.8.2 -> 0.9.5 https://github.com/Neargye/magic_enum/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ufoprocessor, using log file: /var/log/nixpkgs-update/python311Packages.ufoprocessor/2024-02-26.log python311Packages.ufoprocessor 0 -> 1 attrpath: python311Packages.ufoprocessor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jm5s1sq0rflhkqfvqgz7hadqm3ydvk2x-packages.json.drv building '/nix/store/jm5s1sq0rflhkqfvqgz7hadqm3ydvk2x-packages.json.drv'... Going to be running update for following packages: - python3.11-ufoProcessor-1.9.0 Press Enter key to continue... Running update for: - python3.11-ufoProcessor-1.9.0: UPDATING ... - python3.11-ufoProcessor-1.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ufoprocessor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dependency-injector, using log file: /var/log/nixpkgs-update/python311Packages.dependency-injector/2024-02-26.log python311Packages.dependency-injector 0 -> 1 attrpath: python311Packages.dependency-injector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w9nw7n1r5d6lq1ppls8185sgjgr78if7-packages.json.drv building '/nix/store/w9nw7n1r5d6lq1ppls8185sgjgr78if7-packages.json.drv'... Going to be running update for following packages: - python3.11-dependency-injector-4.41.0 Press Enter key to continue... Running update for: - python3.11-dependency-injector-4.41.0: UPDATING ... - python3.11-dependency-injector-4.41.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dependency-injector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wrap, using log file: /var/log/nixpkgs-update/wrap/2024-02-26.log wrap 0.3.1 -> 0.3.2 https://github.com/Wraparound/wrap/releases attrpath: wrap 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-vg61Vypd+mSF9FyLFVpnS5UCTJDoobkDE1Cneg8O0RM=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'wrap.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/8fxx1ky3dk0d4zyyqlnphii4d2i16cd4-wrap-0.3.2-go-modules.drv /nix/store/zzppc3m7dgi1mv7f8m3bdhn9cr77bv51-wrap-0.3.2.drv building '/nix/store/8fxx1ky3dk0d4zyyqlnphii4d2i16cd4-wrap-0.3.2-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/q27dnzvahls7irwg02amq79cgz3q0adf-source source root is source Running phase: patchPhase applying patch /nix/store/l2wndd70ahws1fi0z21z3m2g4l9fr8bg-courier-prime-variants.patch patching file pkg/pdf/fonts.go Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file pkg/pdf/fonts.go.rej error: builder for '/nix/store/8fxx1ky3dk0d4zyyqlnphii4d2i16cd4-wrap-0.3.2-go-modules.drv' failed with exit code 1; last 10 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/q27dnzvahls7irwg02amq79cgz3q0adf-source > source root is source > Running phase: patchPhase > applying patch /nix/store/l2wndd70ahws1fi0z21z3m2g4l9fr8bg-courier-prime-variants.patch > patching file pkg/pdf/fonts.go > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file pkg/pdf/fonts.go.rej For full logs, run 'nix log /nix/store/8fxx1ky3dk0d4zyyqlnphii4d2i16cd4-wrap-0.3.2-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/zzppc3m7dgi1mv7f8m3bdhn9cr77bv51-wrap-0.3.2.drv' failed to build [result] Failed to update wrap 0.3.1 -> 0.3.2 https://github.com/Wraparound/wrap/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sgx-ssl, using log file: /var/log/nixpkgs-update/sgx-ssl/2024-02-26.log sgx-ssl 2.21_1.1.1u -> 3.0_Rev2 https://github.com/intel/intel-sgx-ssl/releases attrpath: sgx-ssl Checking auto update branch... No auto update branch exists Old version 2.21_1.1.1u" not present in master derivation file with contents: { stdenv , fetchFromGitHub , fetchurl , lib , openssl , perl , sgx-sdk , which , debug ? false }: let sgxVersion = sgx-sdk.versionTag; opensslVersion = "1.1.1u"; in stdenv.mkDerivation { pname = "sgx-ssl" + lib.optionalString debug "-debug"; version = "${sgxVersion}_${opensslVersion}"; src = fetchFromGitHub { owner = "intel"; repo = "intel-sgx-ssl"; rev = "lin_${sgxVersion}_${opensslVersion}"; hash = "sha256-zbXEQz72VUPqnGrboX6oXliaLpbcos7tV6K9lX+zleg="; }; postUnpack = let opensslSourceArchive = fetchurl { url = "https://www.openssl.org/source/openssl-${opensslVersion}.tar.gz"; hash = "sha256-4vjYS1I+7NBse+diaDA3AwD7zBU4a/UULXJ1j2lj68Y="; }; in '' ln -s ${opensslSourceArchive} $sourceRoot/openssl_source/openssl-${opensslVersion}.tar.gz ''; postPatch = '' patchShebangs Linux/build_openssl.sh # Run the test in the `installCheckPhase`, not the `buildPhase` substituteInPlace Linux/sgx/Makefile \ --replace '$(MAKE) -C $(TEST_DIR) all' \ 'bash -c "true"' ''; nativeBuildInputs = [ perl sgx-sdk stdenv.cc.libc which ]; makeFlags = [ "-C Linux" ] ++ lib.optionals debug [ "DEBUG=1" ]; installFlags = [ "DESTDIR=$(out)" ]; # Build the test app doInstallCheck = true; installCheckTarget = "test"; installCheckFlags = [ "SGX_MODE=SIM" "-j 1" # Makefile doesn't support multiple jobs ]; nativeInstallCheckInputs = [ openssl ]; meta = with lib; { description = "Cryptographic library for Intel SGX enclave applications based on OpenSSL"; homepage = "https://github.com/intel/intel-sgx-ssl"; maintainers = with maintainers; [ trundle veehaitch ]; platforms = [ "x86_64-linux" ]; license = [ licenses.bsd3 licenses.openssl ]; }; } [result] Failed to update sgx-ssl 2.21_1.1.1u -> 3.0_Rev2 https://github.com/intel/intel-sgx-ssl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-simple-captcha, using log file: /var/log/nixpkgs-update/python311Packages.django-simple-captcha/2024-02-26.log python311Packages.django-simple-captcha 0 -> 1 attrpath: python311Packages.django-simple-captcha Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fznhsvgrwlwsi8lc132c5b9hmwcj4k3h-packages.json.drv building '/nix/store/fznhsvgrwlwsi8lc132c5b9hmwcj4k3h-packages.json.drv'... Going to be running update for following packages: - python3.11-django-simple-captcha-0.6.0 Press Enter key to continue... Running update for: - python3.11-django-simple-captcha-0.6.0: UPDATING ... - python3.11-django-simple-captcha-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-simple-captcha 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wtforms-bootstrap5, using log file: /var/log/nixpkgs-update/python311Packages.wtforms-bootstrap5/2024-02-26.log python311Packages.wtforms-bootstrap5 0 -> 1 attrpath: python311Packages.wtforms-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/xjsxzbr94hr9psg2fp0zmkgnjaxlahib-packages.json.drv building '/nix/store/xjsxzbr94hr9psg2fp0zmkgnjaxlahib-packages.json.drv'... Going to be running update for following packages: - python3.11-wtforms-bootstrap5-0.3.0 Press Enter key to continue... Running update for: - python3.11-wtforms-bootstrap5-0.3.0: UPDATING ... - python3.11-wtforms-bootstrap5-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wtforms-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 python311Packages.astropy-healpix, using log file: /var/log/nixpkgs-update/python311Packages.astropy-healpix/2024-02-26.log python311Packages.astropy-healpix 0 -> 1 attrpath: python311Packages.astropy-healpix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sn8fqfzy75y5lywkm79xd8vb81qyxf0g-packages.json.drv building '/nix/store/sn8fqfzy75y5lywkm79xd8vb81qyxf0g-packages.json.drv'... Going to be running update for following packages: - python3.11-astropy-healpix-1.0.2 Press Enter key to continue... Running update for: - python3.11-astropy-healpix-1.0.2: UPDATING ... - python3.11-astropy-healpix-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.astropy-healpix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-mit, using log file: /var/log/nixpkgs-update/git-mit/2024-02-26.log git-mit 5.12.186 -> 5.12.191 https://github.com/PurpleBooth/git-mit/releases attrpath: git-mit 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-pm+XreLGxZJKRcrmU1ooMjN7MTRJqgKOy2J1OqdodxE= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A git-mit Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . git-mit Standard output: error: build log of 'git-mit' is not available [result] Failed to update git-mit 5.12.186 -> 5.12.191 https://github.com/PurpleBooth/git-mit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-storages, using log file: /var/log/nixpkgs-update/python311Packages.django-storages/2024-02-26.log python311Packages.django-storages 0 -> 1 attrpath: python311Packages.django-storages Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vmvvpcpjb8xh4fkrf427vswgpc079lxh-packages.json.drv building '/nix/store/vmvvpcpjb8xh4fkrf427vswgpc079lxh-packages.json.drv'... Going to be running update for following packages: - python3.11-django-storages-1.14 Press Enter key to continue... Running update for: - python3.11-django-storages-1.14: UPDATING ... - python3.11-django-storages-1.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-storages 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-trio, using log file: /var/log/nixpkgs-update/python311Packages.pytest-trio/2024-02-26.log python311Packages.pytest-trio 0 -> 1 attrpath: python311Packages.pytest-trio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xx7bi5jsm90jnp1rzncm8fvszxdsxa5i-packages.json.drv building '/nix/store/xx7bi5jsm90jnp1rzncm8fvszxdsxa5i-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-trio-0.8.0 Press Enter key to continue... Running update for: - python3.11-pytest-trio-0.8.0: UPDATING ... - python3.11-pytest-trio-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-trio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nitransforms, using log file: /var/log/nixpkgs-update/python311Packages.nitransforms/2024-02-26.log python311Packages.nitransforms 0 -> 1 attrpath: python311Packages.nitransforms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3dwzk531dsd2ziarih8dj3vwz2awgcc7-packages.json.drv building '/nix/store/3dwzk531dsd2ziarih8dj3vwz2awgcc7-packages.json.drv'... Going to be running update for following packages: - python3.11-nitransforms-23.0.1 Press Enter key to continue... Running update for: - python3.11-nitransforms-23.0.1: UPDATING ... - python3.11-nitransforms-23.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nitransforms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coredis, using log file: /var/log/nixpkgs-update/python311Packages.coredis/2024-02-26.log python311Packages.coredis 0 -> 1 attrpath: python311Packages.coredis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2iiydrrhjfsl6xzf032jzjc2llgvjs5-packages.json.drv building '/nix/store/d2iiydrrhjfsl6xzf032jzjc2llgvjs5-packages.json.drv'... Going to be running update for following packages: - python3.11-coredis-4.16.0 Press Enter key to continue... Running update for: - python3.11-coredis-4.16.0: UPDATING ... - python3.11-coredis-4.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.coredis 0 -> 1 [options] github_user: r-ryantm, pull_request: 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_10 10.4.7 -> 29.0.1 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 python311Packages.types-pillow, using log file: /var/log/nixpkgs-update/python311Packages.types-pillow/2024-02-26.log python311Packages.types-pillow 0 -> 1 attrpath: python311Packages.types-pillow Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/160s10bv6aw9gvs3z402j9hcdid3gim9-packages.json.drv building '/nix/store/160s10bv6aw9gvs3z402j9hcdid3gim9-packages.json.drv'... Going to be running update for following packages: - python3.11-types-pillow-10.1.0.20240106 Press Enter key to continue... Running update for: - python3.11-types-pillow-10.1.0.20240106: UPDATING ... - python3.11-types-pillow-10.1.0.20240106: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/types-pillow/default.nix b/pkgs/development/python-modules/types-pillow/default.nix index f4dad0490d5c..360eb5c83bed 100644 --- a/pkgs/development/python-modules/types-pillow/default.nix +++ b/pkgs/development/python-modules/types-pillow/default.nix @@ -5,13 +5,13 @@ buildPythonPackage rec { pname = "types-pillow"; - version = "10.1.0.20240106"; + version = "10.2.0.20240213"; format = "setuptools"; src = fetchPypi { inherit version; pname = "types-Pillow"; - hash = "sha256-0sLtfs5rC+y02vFQ4jdMj02Xf+bv7GJe+VLiYldhkOc="; + hash = "sha256-SAC2G/fqva4vGxet4NCAcJ7TPp8moukA5HDotW6+I4c="; }; # Modules doesn't have tests An auto update branch exists with message `python311Packages.types-pillow: 10.1.0.20240106 -> 10.2.0.20240213`. New version is 10.2.0.20240213. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.types-pillow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openrouteservice, using log file: /var/log/nixpkgs-update/python311Packages.openrouteservice/2024-02-26.log python311Packages.openrouteservice 0 -> 1 attrpath: python311Packages.openrouteservice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/49vc2pcbzcb5l7qpsh4whhhzpbq7z1gc-packages.json.drv building '/nix/store/49vc2pcbzcb5l7qpsh4whhhzpbq7z1gc-packages.json.drv'... Going to be running update for following packages: - python3.11-openrouteservice-2.3.3 Press Enter key to continue... Running update for: - python3.11-openrouteservice-2.3.3: UPDATING ... - python3.11-openrouteservice-2.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openrouteservice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.papermill, using log file: /var/log/nixpkgs-update/python311Packages.papermill/2024-02-26.log python311Packages.papermill 0 -> 1 attrpath: python311Packages.papermill Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/73r5kcwhra1vl39hhvb3him2c0wq1qkd-packages.json.drv building '/nix/store/73r5kcwhra1vl39hhvb3him2c0wq1qkd-packages.json.drv'... Going to be running update for following packages: - python3.11-papermill-2.5.0 Press Enter key to continue... Running update for: - python3.11-papermill-2.5.0: UPDATING ... - python3.11-papermill-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.papermill 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath miniz, using log file: /var/log/nixpkgs-update/miniz/2024-02-26.log miniz 2.2.0 -> 3.0.2 https://github.com/richgel999/miniz/releases attrpath: miniz 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/miniz/default.nix b/pkgs/development/libraries/miniz/default.nix index 8592dc5f1224..2b1b1cdb1b68 100644 --- a/pkgs/development/libraries/miniz/default.nix +++ b/pkgs/development/libraries/miniz/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "miniz"; - version = "2.2.0"; + version = "3.0.2"; src = fetchFromGitHub { owner = "richgel999"; repo = pname; rev = version; - sha256 = "sha256-7hc/yNJh4sD5zGQLeHjowbUtV/1mUDQre1tp9yKMSSY="; + sha256 = "sha256-3J0bkr2Yk+MJXilUqOCHsWzuykySv5B1nepmucvA4hg="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A miniz nix build failed. [100%] Built target example4 make[1]: Leaving directory '/build/source/build' /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/bin/cmake -E cmake_progress_start /build/source/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/build/source/build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/build/source/build' Install the project... /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/lib/pkgconfig/miniz.pc -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/lib/libminiz.a -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/lib/cmake/miniz/minizTargets.cmake -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/lib/cmake/miniz/minizTargets-release.cmake -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/lib/cmake/miniz/minizConfig.cmake -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/lib/cmake/miniz/minizConfigVersion.cmake -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/include/miniz/miniz.h -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/include/miniz/miniz_common.h -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/include/miniz/miniz_tdef.h -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/include/miniz/miniz_tinfl.h -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/include/miniz/miniz_zip.h -- Installing: /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/include/miniz/miniz_export.h @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2 checking for references to /build/ in /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2... patching script interpreter paths in /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2 stripping (with command strip and flags -S -p) in /nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/lib substitute(): ERROR: file '/nix/store/iacdc2x3790p6sxxpz04934ys6qpvi50-miniz-3.0.2/share/pkgconfig/miniz.pc' does not exist /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update miniz 2.2.0 -> 3.0.2 https://github.com/richgel999/miniz/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cleo, using log file: /var/log/nixpkgs-update/python311Packages.cleo/2024-02-26.log python311Packages.cleo 0 -> 1 attrpath: python311Packages.cleo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/30ah13c2683qpcadmvsmlh8jjdprsgci-packages.json.drv building '/nix/store/30ah13c2683qpcadmvsmlh8jjdprsgci-packages.json.drv'... Going to be running update for following packages: - python3.11-cleo-2.1.0 Press Enter key to continue... Running update for: - python3.11-cleo-2.1.0: UPDATING ... - python3.11-cleo-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cleo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cached-property, using log file: /var/log/nixpkgs-update/python311Packages.cached-property/2024-02-26.log python311Packages.cached-property 0 -> 1 attrpath: python311Packages.cached-property 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/c1v9zv7f3cmpc6p0sf1xw0xv11dy5q7b-packages.json.drv building '/nix/store/c1v9zv7f3cmpc6p0sf1xw0xv11dy5q7b-packages.json.drv'... Going to be running update for following packages: - python3.11-cached-property-1.5.2 Press Enter key to continue... Running update for: - python3.11-cached-property-1.5.2: UPDATING ... - python3.11-cached-property-1.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cached-property 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yaml-cpp_0_3, using log file: /var/log/nixpkgs-update/yaml-cpp_0_3/2024-02-26.log yaml-cpp_0_3 0.3.0 -> 0.8.0 https://github.com/jbeder/yaml-cpp/releases attrpath: yaml-cpp_0_3 Checking auto update branch... No auto update branch exists Version in attr path yaml-cpp_0_3 not compatible with 0.8.0 [result] Failed to update yaml-cpp_0_3 0.3.0 -> 0.8.0 https://github.com/jbeder/yaml-cpp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath circup, using log file: /var/log/nixpkgs-update/circup/2024-02-26.log circup 0 -> 1 attrpath: circup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3dv43g8hsqma6b9mrvlpf4wjgj398piq-packages.json.drv building '/nix/store/3dv43g8hsqma6b9mrvlpf4wjgj398piq-packages.json.drv'... Going to be running update for following packages: - circup-1.4.0 Press Enter key to continue... Running update for: - circup-1.4.0: UPDATING ... - circup-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/circup/default.nix b/pkgs/development/tools/circup/default.nix index b6aa75a36fc8..62943f77d670 100644 --- a/pkgs/development/tools/circup/default.nix +++ b/pkgs/development/tools/circup/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "circup"; - version = "1.4.0"; + version = "1.5.3"; format = "setuptools"; src = fetchFromGitHub { owner = "adafruit"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-kax4gnvRkHSqj0Y6Rk8eyPpT7Wia2QngCQtxpqWSl9s="; + hash = "sha256-med5mVl+98y2wj/591ETXnpXD9uti5c0lyDR0AyUyXU="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A circup nix build failed. Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/cx1nqsxcbjn623rhddlk34v8pj7zn233-circup-1.5.3/bin/circup'... 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: circup Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/cx1nqsxcbjn623rhddlk34v8pj7zn233-circup-1.5.3/lib/python3.11/site-packages/circup/__init__.py", line 25, in import toml ModuleNotFoundError: No module named 'toml' [result] Failed to update circup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aubio, using log file: /var/log/nixpkgs-update/python311Packages.aubio/2024-02-26.log python311Packages.aubio 0 -> 1 attrpath: python311Packages.aubio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ffz9i5xyrfmcpqk2r06prflxzqzxag6m-packages.json.drv building '/nix/store/ffz9i5xyrfmcpqk2r06prflxzqzxag6m-packages.json.drv'... Going to be running update for following packages: - python3.11-aubio-0.4.9 Press Enter key to continue... Running update for: - python3.11-aubio-0.4.9: UPDATING ... - python3.11-aubio-0.4.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aubio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moderngl-window, using log file: /var/log/nixpkgs-update/python311Packages.moderngl-window/2024-02-26.log python311Packages.moderngl-window 0 -> 1 attrpath: python311Packages.moderngl-window Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/34qcqbawn6yy0a7ckm1i1p6jadrs319m-packages.json.drv building '/nix/store/34qcqbawn6yy0a7ckm1i1p6jadrs319m-packages.json.drv'... Going to be running update for following packages: - python3.11-moderngl-window-2.4.5 Press Enter key to continue... Running update for: - python3.11-moderngl-window-2.4.5: UPDATING ... - python3.11-moderngl-window-2.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.moderngl-window 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyramid, using log file: /var/log/nixpkgs-update/python311Packages.pyramid/2024-02-26.log python311Packages.pyramid 0 -> 1 attrpath: python311Packages.pyramid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5f8lyjzrjhs3n3yx3pm6ajm9h0kyz55i-packages.json.drv building '/nix/store/5f8lyjzrjhs3n3yx3pm6ajm9h0kyz55i-packages.json.drv'... Going to be running update for following packages: - python3.11-pyramid-2.0.2 Press Enter key to continue... Running update for: - python3.11-pyramid-2.0.2: UPDATING ... - python3.11-pyramid-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyramid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ambee, using log file: /var/log/nixpkgs-update/python311Packages.ambee/2024-02-26.log python311Packages.ambee 0 -> 1 attrpath: python311Packages.ambee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d53xgrvv45d4pwhpdkxiikqr422pjp63-packages.json.drv building '/nix/store/d53xgrvv45d4pwhpdkxiikqr422pjp63-packages.json.drv'... Going to be running update for following packages: - python3.11-ambee-0.4.0 Press Enter key to continue... Running update for: - python3.11-ambee-0.4.0: UPDATING ... - python3.11-ambee-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ambee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.etcd, using log file: /var/log/nixpkgs-update/python311Packages.etcd/2024-02-26.log python311Packages.etcd 0 -> 1 attrpath: python311Packages.etcd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a2jy1jhdxlk391h2fkkks7r38030fz7v-packages.json.drv building '/nix/store/a2jy1jhdxlk391h2fkkks7r38030fz7v-packages.json.drv'... Going to be running update for following packages: - python3.11-etcd-2.0.8 Press Enter key to continue... Running update for: - python3.11-etcd-2.0.8: UPDATING ... - python3.11-etcd-2.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.etcd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.referencing, using log file: /var/log/nixpkgs-update/python311Packages.referencing/2024-02-26.log python311Packages.referencing 0 -> 1 attrpath: python311Packages.referencing Checking auto update branch... [version] [version] skipping because derivation has 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/7r5aj4js3h1vna2vpvg72djwvzddpv6j-packages.json.drv building '/nix/store/7r5aj4js3h1vna2vpvg72djwvzddpv6j-packages.json.drv'... Going to be running update for following packages: - python3.11-referencing-0.31.1 Press Enter key to continue... Running update for: - python3.11-referencing-0.31.1: UPDATING ... - python3.11-referencing-0.31.1: ERROR --- SHOWING ERROR LOG FOR python3.11-referencing-0.31.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, 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-referencing-0.31.1 ---------------------- The update script for python3.11-referencing-0.31.1 failed with exit code 1 [result] Failed to update python311Packages.referencing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sortmerna, using log file: /var/log/nixpkgs-update/sortmerna/2024-02-26.log sortmerna 4.2.0 -> 4.3.6 https://github.com/biocore/sortmerna/releases attrpath: sortmerna 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/science/biology/sortmerna/default.nix b/pkgs/applications/science/biology/sortmerna/default.nix index bfd6d20f1384..f0e84795a8b5 100644 --- a/pkgs/applications/science/biology/sortmerna/default.nix +++ b/pkgs/applications/science/biology/sortmerna/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "sortmerna"; - version = "4.2.0"; + version = "4.3.6"; src = fetchFromGitHub { repo = pname; owner = "biocore"; rev = "v${version}"; - sha256 = "0r91viylzr069jm7kpcgb45kagvf8sqcj5zc1af4arl9sgfs1f3j"; + sha256 = "sha256-5sYnYmhCLdsfT6ih5CEBkYxfGkP8ZOSgTWU0kY2ZKTA="; }; nativeBuildInputs = [ cmake pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sortmerna nix build failed. | ~~~~~~~~~~~^~~ In file included from /build/source/include/kseq_load.hpp:41, from /build/source/src/sortmerna/readstats.cpp:52: /build/source/include/kseq.h:171:20: warning: 'int kseq_read(kseq_t*)' defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function]8;;] 171 | static int kseq_read(kseq_t *seq) \ | ^~~~~~~~~ /build/source/include/kseq.h:221:9: note: in expansion of macro '__KSEQ_READ' 221 | __KSEQ_READ | ^~~~~~~~~~~ /build/source/include/kseq_load.hpp:44:1: note: in expansion of macro 'KSEQ_INIT' 44 | KSEQ_INIT(gzFile, gzread) | ^~~~~~~~~ In file included from /nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include/string.h:548, from /build/source/include/ssw.h:24, from /build/source/include/indexdb.hpp:40, from /build/source/src/sortmerna/index.cpp:51: In function 'void* memcpy(void*, const void*, size_t)', inlined from 'void Index::load(uint32_t, uint32_t, std::vector, std::__cxx11::basic_string > >&, Refstats&)' at /build/source/src/sortmerna/index.cpp:254:15: /nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include/bits/string_fortified.h:29:33: warning: 'newnode' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 30 |  __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ : In member function 'void Index::load(uint32_t, uint32_t, std::vector, std::__cxx11::basic_string > >&, Refstats&)': : note: by argument 2 of type 'const void*' to 'void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)' declared here /build/source/src/sortmerna/index.cpp:253:77: note: 'newnode' declared here 253 | NodeElement newnode[4]; | ^~~~~~~ make[1]: *** [CMakeFiles/Makefile2:216: src/sortmerna/CMakeFiles/smr_objs.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 [result] Failed to update sortmerna 4.2.0 -> 4.3.6 https://github.com/biocore/sortmerna/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.persistent, using log file: /var/log/nixpkgs-update/python311Packages.persistent/2024-02-26.log python311Packages.persistent 0 -> 1 attrpath: python311Packages.persistent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/npyk2054yrca9qlc3ngkm9f3rpjvwjbf-packages.json.drv building '/nix/store/npyk2054yrca9qlc3ngkm9f3rpjvwjbf-packages.json.drv'... Going to be running update for following packages: - python3.11-persistent-5.2 Press Enter key to continue... Running update for: - python3.11-persistent-5.2: UPDATING ... - python3.11-persistent-5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.persistent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rufo, using log file: /var/log/nixpkgs-update/rufo/2024-02-26.log rufo 0 -> 1 attrpath: rufo 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 rufo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jellyseerr, using log file: /var/log/nixpkgs-update/jellyseerr/2024-02-26.log jellyseerr 0 -> 1 attrpath: jellyseerr 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/3pfjishirwky3rkkc5dzg7ylyfa7cbaq-packages.json.drv building '/nix/store/3pfjishirwky3rkkc5dzg7ylyfa7cbaq-packages.json.drv'... Going to be running update for following packages: - jellyseerr-1.7.0 Press Enter key to continue... Running update for: - jellyseerr-1.7.0: UPDATING ... - jellyseerr-1.7.0: ERROR --- SHOWING ERROR LOG FOR jellyseerr-1.7.0 ---------------------- these 3 paths will be fetched (12.15 MiB download, 55.83 MiB unpacked): /nix/store/h09i9056k70zdsbv94crwkr6yv1j7szx-nodejs-slim-20.11.1 /nix/store/9nxzyv17l3fb02p73vy5gchly4cfygsn-prefetch-yarn-deps /nix/store/sy6c62rslbx2r9cp35asn519973b1nch-python3.11-nix-prefetch-github-7.1.0 copying path '/nix/store/sy6c62rslbx2r9cp35asn519973b1nch-python3.11-nix-prefetch-github-7.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/h09i9056k70zdsbv94crwkr6yv1j7szx-nodejs-slim-20.11.1' from 'https://cache.nixos.org'... copying path '/nix/store/9nxzyv17l3fb02p73vy5gchly4cfygsn-prefetch-yarn-deps' from 'https://cache.nixos.org'... /var/cache/nixpkgs-update/worker/worktree/jellyseerr/pkgs/servers/jellyseerr/update.sh: line 6: $1: unbound variable --- SHOWING ERROR LOG FOR jellyseerr-1.7.0 ---------------------- The update script for jellyseerr-1.7.0 failed with exit code 1 [result] Failed to update jellyseerr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.lomiri-download-manager, using log file: /var/log/nixpkgs-update/lomiri.lomiri-download-manager/2024-02-26.log lomiri.lomiri-download-manager 0 -> 1 attrpath: lomiri.lomiri-download-manager 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/kcmd8pn5xjd4yvcd51k023xnghf72saj-packages.json.drv building '/nix/store/kcmd8pn5xjd4yvcd51k023xnghf72saj-packages.json.drv'... Going to be running update for following packages: - lomiri-download-manager-0.1.3 Press Enter key to continue... Running update for: - lomiri-download-manager-0.1.3: UPDATING ... - lomiri-download-manager-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-download-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 draco, using log file: /var/log/nixpkgs-update/draco/2024-02-26.log draco 0 -> 1 attrpath: draco Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wzavig4qlh2jyx633mwfvc6fps2qmmdz-packages.json.drv building '/nix/store/wzavig4qlh2jyx633mwfvc6fps2qmmdz-packages.json.drv'... Going to be running update for following packages: - draco-1.5.7 Press Enter key to continue... Running update for: - draco-1.5.7: UPDATING ... - draco-1.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update draco 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-freezer, using log file: /var/log/nixpkgs-update/python311Packages.pytest-freezer/2024-02-26.log python311Packages.pytest-freezer 0 -> 1 attrpath: python311Packages.pytest-freezer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ag0rw4bq4arsbhj2cgk4x2p3ksgg5q1g-packages.json.drv building '/nix/store/ag0rw4bq4arsbhj2cgk4x2p3ksgg5q1g-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-freezer-0.4.8 Press Enter key to continue... Running update for: - python3.11-pytest-freezer-0.4.8: UPDATING ... - python3.11-pytest-freezer-0.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-freezer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfftw, using log file: /var/log/nixpkgs-update/python311Packages.pyfftw/2024-02-26.log python311Packages.pyfftw 0 -> 1 attrpath: python311Packages.pyfftw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gvaya2zskf7rr0r4420zzv43azkadwn8-packages.json.drv building '/nix/store/gvaya2zskf7rr0r4420zzv43azkadwn8-packages.json.drv'... Going to be running update for following packages: - python3.11-pyFFTW-0.13.1 Press Enter key to continue... Running update for: - python3.11-pyFFTW-0.13.1: UPDATING ... - python3.11-pyFFTW-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfftw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath redis-dump, using log file: /var/log/nixpkgs-update/redis-dump/2024-02-26.log redis-dump 0 -> 1 attrpath: redis-dump 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 redis-dump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deemix, using log file: /var/log/nixpkgs-update/python311Packages.deemix/2024-02-26.log python311Packages.deemix 0 -> 1 attrpath: python311Packages.deemix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s195pc21w75sz37ds1n9b006yw4zijjm-packages.json.drv building '/nix/store/s195pc21w75sz37ds1n9b006yw4zijjm-packages.json.drv'... Going to be running update for following packages: - python3.11-deemix-3.6.6 Press Enter key to continue... Running update for: - python3.11-deemix-3.6.6: UPDATING ... - python3.11-deemix-3.6.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deemix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asn1, using log file: /var/log/nixpkgs-update/python311Packages.asn1/2024-02-26.log python311Packages.asn1 0 -> 1 attrpath: python311Packages.asn1 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q0132kn9xkhvcrm066ikiqj2pw52bxrf-packages.json.drv building '/nix/store/q0132kn9xkhvcrm066ikiqj2pw52bxrf-packages.json.drv'... Going to be running update for following packages: - python3.11-asn1-2.7.0 Press Enter key to continue... Running update for: - python3.11-asn1-2.7.0: UPDATING ... - python3.11-asn1-2.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asn1 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torchvision, using log file: /var/log/nixpkgs-update/python311Packages.torchvision/2024-02-26.log python311Packages.torchvision 0 -> 1 attrpath: python311Packages.torchvision Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yiy4f167x702g9a99jf04ilyjjh6bg8c-packages.json.drv building '/nix/store/yiy4f167x702g9a99jf04ilyjjh6bg8c-packages.json.drv'... Going to be running update for following packages: - python3.11-torchvision-0.17.1 Press Enter key to continue... Running update for: - python3.11-torchvision-0.17.1: UPDATING ... - python3.11-torchvision-0.17.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchvision 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysam, using log file: /var/log/nixpkgs-update/python311Packages.pysam/2024-02-26.log python311Packages.pysam 0 -> 1 attrpath: python311Packages.pysam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zq2d3a4axlry3g0w7yyphhwnhff5ynaf-packages.json.drv building '/nix/store/zq2d3a4axlry3g0w7yyphhwnhff5ynaf-packages.json.drv'... Going to be running update for following packages: - python3.11-pysam-0.22.0 Press Enter key to continue... Running update for: - python3.11-pysam-0.22.0: UPDATING ... - python3.11-pysam-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bitwuzla, using log file: /var/log/nixpkgs-update/bitwuzla/2024-02-26.log bitwuzla unstable-2022-10-03 -> 0.3.2 https://github.com/bitwuzla/bitwuzla/releases attrpath: bitwuzla Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update bitwuzla unstable-2022-10-03 -> 0.3.2 https://github.com/bitwuzla/bitwuzla/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rich-cli, using log file: /var/log/nixpkgs-update/rich-cli/2024-02-26.log rich-cli 0 -> 1 attrpath: rich-cli 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/8c5agci384gbp37lwb0m3268fvxpagcb-packages.json.drv building '/nix/store/8c5agci384gbp37lwb0m3268fvxpagcb-packages.json.drv'... Going to be running update for following packages: - rich-cli-1.8.0 Press Enter key to continue... Running update for: - rich-cli-1.8.0: UPDATING ... - rich-cli-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rich-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 haxor-news, using log file: /var/log/nixpkgs-update/haxor-news/2024-02-26.log haxor-news 0 -> 1 attrpath: haxor-news 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/dccx5cb4jzg05175n8pvn9yjlr79g49y-packages.json.drv building '/nix/store/dccx5cb4jzg05175n8pvn9yjlr79g49y-packages.json.drv'... Going to be running update for following packages: - haxor-news-unstable-2020-10-20 Press Enter key to continue... Running update for: - haxor-news-unstable-2020-10-20: UPDATING ... - haxor-news-unstable-2020-10-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update haxor-news 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.wingpanel-applications-menu, using log file: /var/log/nixpkgs-update/pantheon.wingpanel-applications-menu/2024-02-26.log pantheon.wingpanel-applications-menu 0 -> 1 attrpath: pantheon.wingpanel-applications-menu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z81mdx25kid5fgni5lwxj4hvl7wdzbs1-packages.json.drv building '/nix/store/z81mdx25kid5fgni5lwxj4hvl7wdzbs1-packages.json.drv'... Going to be running update for following packages: - wingpanel-applications-menu-2.11.1 Press Enter key to continue... Running update for: - wingpanel-applications-menu-2.11.1: UPDATING ... - wingpanel-applications-menu-2.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel-applications-menu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.http-sfv, using log file: /var/log/nixpkgs-update/python311Packages.http-sfv/2024-02-26.log python311Packages.http-sfv 0 -> 1 attrpath: python311Packages.http-sfv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9wb9g64x9g999cx2l03jv3p88a0d6k67-packages.json.drv building '/nix/store/9wb9g64x9g999cx2l03jv3p88a0d6k67-packages.json.drv'... Going to be running update for following packages: - python3.11-http-sfv-0.9.9 Press Enter key to continue... Running update for: - python3.11-http-sfv-0.9.9: UPDATING ... - python3.11-http-sfv-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.http-sfv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-rtd-theme, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-rtd-theme/2024-02-26.log python311Packages.sphinx-rtd-theme 0 -> 1 attrpath: python311Packages.sphinx-rtd-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/pk2xvqhyfz3aigwrg7zfl7cqvk8mryyl-packages.json.drv building '/nix/store/pk2xvqhyfz3aigwrg7zfl7cqvk8mryyl-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-rtd-theme-2.0.0 Press Enter key to continue... Running update for: - python3.11-sphinx-rtd-theme-2.0.0: UPDATING ... - python3.11-sphinx-rtd-theme-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-rtd-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.jupyter-sphinx, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-sphinx/2024-02-26.log python311Packages.jupyter-sphinx 0 -> 1 attrpath: python311Packages.jupyter-sphinx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jk9rrwfd96yimkwzra8rnxdxzvp37rgq-packages.json.drv building '/nix/store/jk9rrwfd96yimkwzra8rnxdxzvp37rgq-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyter-sphinx-0.5.3 Press Enter key to continue... Running update for: - python3.11-jupyter-sphinx-0.5.3: UPDATING ... - python3.11-jupyter-sphinx-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-sphinx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.multitasking, using log file: /var/log/nixpkgs-update/python311Packages.multitasking/2024-02-26.log python311Packages.multitasking 0 -> 1 attrpath: python311Packages.multitasking Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p6zf2pz57s958kgksnwivhzv3h3i1snd-packages.json.drv building '/nix/store/p6zf2pz57s958kgksnwivhzv3h3i1snd-packages.json.drv'... Going to be running update for following packages: - python3.11-multitasking-0.0.11 Press Enter key to continue... Running update for: - python3.11-multitasking-0.0.11: UPDATING ... - python3.11-multitasking-0.0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.multitasking 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-testutils, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-testutils/2024-02-26.log python311Packages.google-cloud-testutils 0 -> 1 attrpath: python311Packages.google-cloud-testutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/43nl2w7y8mi3n599rzcyvgznw3igs541-packages.json.drv building '/nix/store/43nl2w7y8mi3n599rzcyvgznw3igs541-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-testutils-1.4.0 Press Enter key to continue... Running update for: - python3.11-google-cloud-testutils-1.4.0: UPDATING ... - python3.11-google-cloud-testutils-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-testutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.georss-tfs-incidents-client, using log file: /var/log/nixpkgs-update/python311Packages.georss-tfs-incidents-client/2024-02-26.log python311Packages.georss-tfs-incidents-client 0 -> 1 attrpath: python311Packages.georss-tfs-incidents-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/1b96sbd2n9q3g4ayzy02g3z3llppis7f-packages.json.drv building '/nix/store/1b96sbd2n9q3g4ayzy02g3z3llppis7f-packages.json.drv'... Going to be running update for following packages: - python3.11-georss-tfs-incidents-client-0.4 Press Enter key to continue... Running update for: - python3.11-georss-tfs-incidents-client-0.4: UPDATING ... - python3.11-georss-tfs-incidents-client-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.georss-tfs-incidents-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 nwg-panel, using log file: /var/log/nixpkgs-update/nwg-panel/2024-02-26.log nwg-panel 0 -> 1 attrpath: nwg-panel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qxvk4xlczfyvdcm7jh4nlqj9rkx065w9-packages.json.drv building '/nix/store/qxvk4xlczfyvdcm7jh4nlqj9rkx065w9-packages.json.drv'... Going to be running update for following packages: - nwg-panel-0.9.24 Press Enter key to continue... Running update for: - nwg-panel-0.9.24: UPDATING ... - nwg-panel-0.9.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nwg-panel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.switchbot-api, using log file: /var/log/nixpkgs-update/python311Packages.switchbot-api/2024-02-26.log python311Packages.switchbot-api 0 -> 1 attrpath: python311Packages.switchbot-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rsb31zl87dpnzc0jjy2svjlgfvgdgzb6-packages.json.drv building '/nix/store/rsb31zl87dpnzc0jjy2svjlgfvgdgzb6-packages.json.drv'... Going to be running update for following packages: - python3.11-switchbot-api-2.0.0 Press Enter key to continue... Running update for: - python3.11-switchbot-api-2.0.0: UPDATING ... - python3.11-switchbot-api-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.switchbot-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vqgan-jax, using log file: /var/log/nixpkgs-update/python311Packages.vqgan-jax/2024-02-26.log python311Packages.vqgan-jax 0 -> 1 attrpath: python311Packages.vqgan-jax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8zd2kfbv2sy917mmyjzbhgia0fhqp71s-packages.json.drv building '/nix/store/8zd2kfbv2sy917mmyjzbhgia0fhqp71s-packages.json.drv'... Going to be running update for following packages: - python3.11-vqgan-jax-unstable-2022-04-20 Press Enter key to continue... Running update for: - python3.11-vqgan-jax-unstable-2022-04-20: UPDATING ... - python3.11-vqgan-jax-unstable-2022-04-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vqgan-jax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath liferea, using log file: /var/log/nixpkgs-update/liferea/2024-02-26.log liferea 0 -> 1 attrpath: liferea 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/iksfwfg149nr0ra98r9z7nrw58qhrzr9-packages.json.drv building '/nix/store/iksfwfg149nr0ra98r9z7nrw58qhrzr9-packages.json.drv'... Going to be running update for following packages: - liferea-1.15.5 Press Enter key to continue... Running update for: - liferea-1.15.5: UPDATING ... - liferea-1.15.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update liferea 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.testcontainers, using log file: /var/log/nixpkgs-update/python311Packages.testcontainers/2024-02-26.log python311Packages.testcontainers 0 -> 1 attrpath: python311Packages.testcontainers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lr8dv6rb4mndgsfhlz7vy0a75665gkcp-packages.json.drv building '/nix/store/lr8dv6rb4mndgsfhlz7vy0a75665gkcp-packages.json.drv'... Going to be running update for following packages: - python3.11-testcontainers-3.7.1 Press Enter key to continue... Running update for: - python3.11-testcontainers-3.7.1: UPDATING ... - python3.11-testcontainers-3.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.testcontainers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.humanize, using log file: /var/log/nixpkgs-update/python311Packages.humanize/2024-02-26.log python311Packages.humanize 0 -> 1 attrpath: python311Packages.humanize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lyc03h6656ccxiiyy2hr3cvf6l8kwcrq-packages.json.drv building '/nix/store/lyc03h6656ccxiiyy2hr3cvf6l8kwcrq-packages.json.drv'... Going to be running update for following packages: - python3.11-humanize-4.9.0 Press Enter key to continue... Running update for: - python3.11-humanize-4.9.0: UPDATING ... - python3.11-humanize-4.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.humanize 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.ecrire, using log file: /var/log/nixpkgs-update/enlightenment.ecrire/2024-02-26.log enlightenment.ecrire 0 -> 1 attrpath: enlightenment.ecrire Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vnxr321ac8x60qd7m9rwrxyrgbk74qy0-packages.json.drv building '/nix/store/vnxr321ac8x60qd7m9rwrxyrgbk74qy0-packages.json.drv'... Going to be running update for following packages: - ecrire-0.2.0 Press Enter key to continue... Running update for: - ecrire-0.2.0: UPDATING ... - ecrire-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.ecrire 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.aiven, using log file: /var/log/nixpkgs-update/terraform-providers.aiven/2024-02-26.log terraform-providers.aiven 0 -> 1 attrpath: terraform-providers.aiven Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.aiven 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spsdk, using log file: /var/log/nixpkgs-update/python311Packages.spsdk/2024-02-26.log python311Packages.spsdk 0 -> 1 attrpath: python311Packages.spsdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gn6k230rca7hzvj1x0c33m443dap9nps-packages.json.drv building '/nix/store/gn6k230rca7hzvj1x0c33m443dap9nps-packages.json.drv'... Going to be running update for following packages: - python3.11-spsdk-2.0.1 Press Enter key to continue... Running update for: - python3.11-spsdk-2.0.1: UPDATING ... - python3.11-spsdk-2.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/spsdk/default.nix b/pkgs/development/python-modules/spsdk/default.nix index d0803c6dc729..d730f52e8dec 100644 --- a/pkgs/development/python-modules/spsdk/default.nix +++ b/pkgs/development/python-modules/spsdk/default.nix @@ -39,14 +39,14 @@ buildPythonPackage rec { pname = "spsdk"; - version = "2.0.1"; + version = "2.1.0"; pyproject = true; src = fetchFromGitHub { owner = "nxp-mcuxpresso"; repo = pname; - rev = version; - hash = "sha256-C6cz5jhIHI4WkCYT0rURFa4kBAu6cMcKpQHiHACIiu8="; + rev = "refs/tags/${version}"; + hash = "sha256-ZXNqger5WBk2AjTszJLmemYDPClUPy+kNtBWSPcTDro="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.spsdk: 2.0.1 -> 2.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289865" [result] Failed to update python311Packages.spsdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mhcflurry, using log file: /var/log/nixpkgs-update/python311Packages.mhcflurry/2024-02-26.log python311Packages.mhcflurry 0 -> 1 attrpath: python311Packages.mhcflurry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vlybrdsib6vwm881vhnqj25hr8y4fnvx-packages.json.drv building '/nix/store/vlybrdsib6vwm881vhnqj25hr8y4fnvx-packages.json.drv'... Going to be running update for following packages: - python3.11-mhcflurry-2.1.0 Press Enter key to continue... Running update for: - python3.11-mhcflurry-2.1.0: UPDATING ... - python3.11-mhcflurry-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mhcflurry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycfmodel, using log file: /var/log/nixpkgs-update/python311Packages.pycfmodel/2024-02-26.log python311Packages.pycfmodel 0 -> 1 attrpath: python311Packages.pycfmodel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6h0lcbhhk6fqfynqnckd08dx2rm473kq-packages.json.drv building '/nix/store/6h0lcbhhk6fqfynqnckd08dx2rm473kq-packages.json.drv'... Going to be running update for following packages: - python3.11-pycfmodel-0.22.0 Press Enter key to continue... Running update for: - python3.11-pycfmodel-0.22.0: UPDATING ... - python3.11-pycfmodel-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycfmodel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath thumbdrives, using log file: /var/log/nixpkgs-update/thumbdrives/2024-02-26.log thumbdrives 0 -> 1 attrpath: thumbdrives Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3hy0s4rys8kq8ar1qhpxd98v5l6ch2dn-packages.json.drv building '/nix/store/3hy0s4rys8kq8ar1qhpxd98v5l6ch2dn-packages.json.drv'... Going to be running update for following packages: - thumbdrives-0.3.1 Press Enter key to continue... Running update for: - thumbdrives-0.3.1: UPDATING ... - thumbdrives-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update thumbdrives 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aacgain, using log file: /var/log/nixpkgs-update/aacgain/2024-02-26.log aacgain 2.0.0-unstable-2022-07-12 -> 2.0.0 https://github.com/dgilman/aacgain/releases attrpath: aacgain Checking auto update branch... No auto update branch exists 2.0.0 is not newer than 2.0.0-unstable-2022-07-12 according to Nix; versionComparison: -1 [result] Failed to update aacgain 2.0.0-unstable-2022-07-12 -> 2.0.0 https://github.com/dgilman/aacgain/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywebpush, using log file: /var/log/nixpkgs-update/python311Packages.pywebpush/2024-02-26.log python311Packages.pywebpush 0 -> 1 attrpath: python311Packages.pywebpush Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dl33sqzq0drpryl581rxhhc4s8vywrdi-packages.json.drv building '/nix/store/dl33sqzq0drpryl581rxhhc4s8vywrdi-packages.json.drv'... Going to be running update for following packages: - python3.11-pywebpush-1.14.1 Press Enter key to continue... Running update for: - python3.11-pywebpush-1.14.1: UPDATING ... - python3.11-pywebpush-1.14.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywebpush 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pulsectl, using log file: /var/log/nixpkgs-update/python311Packages.pulsectl/2024-02-26.log python311Packages.pulsectl 0 -> 1 attrpath: python311Packages.pulsectl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0g9hh2q8dsj3ar648llv1v6bs2pkrfwk-packages.json.drv building '/nix/store/0g9hh2q8dsj3ar648llv1v6bs2pkrfwk-packages.json.drv'... Going to be running update for following packages: - python3.11-pulsectl-23.5.2 Press Enter key to continue... Running update for: - python3.11-pulsectl-23.5.2: UPDATING ... - python3.11-pulsectl-23.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pulsectl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.xfce4-power-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 python311Packages.meross-iot, using log file: /var/log/nixpkgs-update/python311Packages.meross-iot/2024-02-26.log python311Packages.meross-iot 0 -> 1 attrpath: python311Packages.meross-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/nx329qpabizl1sj3drkm5vag19d7z5w2-packages.json.drv building '/nix/store/nx329qpabizl1sj3drkm5vag19d7z5w2-packages.json.drv'... Going to be running update for following packages: - python3.11-meross-iot-0.4.6.2 Press Enter key to continue... Running update for: - python3.11-meross-iot-0.4.6.2: UPDATING ... - python3.11-meross-iot-0.4.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meross-iot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tlds, using log file: /var/log/nixpkgs-update/python311Packages.tlds/2024-02-26.log python311Packages.tlds 0 -> 1 attrpath: python311Packages.tlds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wj96pyx0jdf0fvywr277zaqjfkry7g92-packages.json.drv building '/nix/store/wj96pyx0jdf0fvywr277zaqjfkry7g92-packages.json.drv'... Going to be running update for following packages: - python3.11-tlds-2023110300 Press Enter key to continue... Running update for: - python3.11-tlds-2023110300: UPDATING ... - python3.11-tlds-2023110300: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tlds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath json-glib, using log file: /var/log/nixpkgs-update/json-glib/2024-02-26.log json-glib 0 -> 1 attrpath: json-glib Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update json-glib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.locationsharinglib, using log file: /var/log/nixpkgs-update/python311Packages.locationsharinglib/2024-02-26.log python311Packages.locationsharinglib 0 -> 1 attrpath: python311Packages.locationsharinglib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zjv9qmvb73y2czhpg195slq6jd6skfh8-packages.json.drv building '/nix/store/zjv9qmvb73y2czhpg195slq6jd6skfh8-packages.json.drv'... Going to be running update for following packages: - python3.11-locationsharinglib-5.0.3 Press Enter key to continue... Running update for: - python3.11-locationsharinglib-5.0.3: UPDATING ... - python3.11-locationsharinglib-5.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.locationsharinglib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.caio, using log file: /var/log/nixpkgs-update/python311Packages.caio/2024-02-26.log python311Packages.caio 0 -> 1 attrpath: python311Packages.caio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y8vhsysp0abndddw6qrxv9fingr8z8id-packages.json.drv building '/nix/store/y8vhsysp0abndddw6qrxv9fingr8z8id-packages.json.drv'... Going to be running update for following packages: - python3.11-caio-0.9.13 Press Enter key to continue... Running update for: - python3.11-caio-0.9.13: UPDATING ... - python3.11-caio-0.9.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.caio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath husky, using log file: /var/log/nixpkgs-update/husky/2024-02-26.log husky 8.0.3 -> 9.0.11 https://github.com/typicode/husky/releases attrpath: husky 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] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'husky.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0d2yh796ic0sxx2dc9jri6jskl2j093j-husky-9.0.11-npm-deps.drv /nix/store/9p9vxxlc528qiikh7rky82z90cyjsybx-husky-9.0.11.drv building '/nix/store/0d2yh796ic0sxx2dc9jri6jskl2j093j-husky-9.0.11-npm-deps.drv'... Running phase: unpackPhase unpacking source archive /nix/store/dcwj0j3ah0pjskigagi4n0qdnhc6zrn5-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Error: No cacheable dependencies were found. Please inspect the upstream `package-lock.json` file and ensure that remote dependencies have `resolved` URLs and `integrity` hashes. If the lockfile is missing this data, attempt to get upstream to fix it via a tool like . If generating an empty cache is intentional and you would like to do it anyways, set `forceEmptyCache = true`. error: builder for '/nix/store/0d2yh796ic0sxx2dc9jri6jskl2j093j-husky-9.0.11-npm-deps.drv' failed with exit code 1; last 9 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/dcwj0j3ah0pjskigagi4n0qdnhc6zrn5-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > Error: No cacheable dependencies were found. Please inspect the upstream `package-lock.json` file and ensure that remote dependencies have `resolved` URLs and `integrity` hashes. If the lockfile is missing this data, attempt to get upstream to fix it via a tool like . If generating an empty cache is intentional and you would like to do it anyways, set `forceEmptyCache = true`. For full logs, run 'nix log /nix/store/0d2yh796ic0sxx2dc9jri6jskl2j093j-husky-9.0.11-npm-deps.drv'. error: 1 dependencies of derivation '/nix/store/9p9vxxlc528qiikh7rky82z90cyjsybx-husky-9.0.11.drv' failed to build [result] Failed to update husky 8.0.3 -> 9.0.11 https://github.com/typicode/husky/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.py/2024-02-26.log python311Packages.py 0 -> 1 attrpath: python311Packages.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/msmsjnga7njhdc8yx0skj6djzhd53126-packages.json.drv building '/nix/store/msmsjnga7njhdc8yx0skj6djzhd53126-packages.json.drv'... Going to be running update for following packages: - python3.11-py-1.11.0 Press Enter key to continue... Running update for: - python3.11-py-1.11.0: UPDATING ... - python3.11-py-1.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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.hcloud, using log file: /var/log/nixpkgs-update/python311Packages.hcloud/2024-02-26.log python311Packages.hcloud 0 -> 1 attrpath: python311Packages.hcloud Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ahcv08938xkbgq65cydfb1nw0kilysg7-packages.json.drv building '/nix/store/ahcv08938xkbgq65cydfb1nw0kilysg7-packages.json.drv'... Going to be running update for following packages: - python3.11-hcloud-1.33.2 Press Enter key to continue... Running update for: - python3.11-hcloud-1.33.2: UPDATING ... - python3.11-hcloud-1.33.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hcloud 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.n3fit, using log file: /var/log/nixpkgs-update/python311Packages.n3fit/2024-02-26.log python311Packages.n3fit 0 -> 1 attrpath: python311Packages.n3fit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pyi3c7wh8p3cb0kabrmb9dx6w96giaj6-packages.json.drv building '/nix/store/pyi3c7wh8p3cb0kabrmb9dx6w96giaj6-packages.json.drv'... Going to be running update for following packages: - python3.11-n3fit-4.0 Press Enter key to continue... Running update for: - python3.11-n3fit-4.0: UPDATING ... - python3.11-n3fit-4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.n3fit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.secretstorage, using log file: /var/log/nixpkgs-update/python311Packages.secretstorage/2024-02-26.log python311Packages.secretstorage 0 -> 1 attrpath: python311Packages.secretstorage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ibgf27vmrynhv9k7vb3mfqsrpaa9g4r4-packages.json.drv building '/nix/store/ibgf27vmrynhv9k7vb3mfqsrpaa9g4r4-packages.json.drv'... Going to be running update for following packages: - python3.11-secretstorage-3.3.3 Press Enter key to continue... Running update for: - python3.11-secretstorage-3.3.3: UPDATING ... - python3.11-secretstorage-3.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.secretstorage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nocasedict, using log file: /var/log/nixpkgs-update/python311Packages.nocasedict/2024-02-26.log python311Packages.nocasedict 0 -> 1 attrpath: python311Packages.nocasedict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hmc3xpaqgpymvfif5j40xca4f7spazc5-packages.json.drv building '/nix/store/hmc3xpaqgpymvfif5j40xca4f7spazc5-packages.json.drv'... Going to be running update for following packages: - python3.11-nocasedict-2.0.1 Press Enter key to continue... Running update for: - python3.11-nocasedict-2.0.1: UPDATING ... - python3.11-nocasedict-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nocasedict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alacritty-theme, using log file: /var/log/nixpkgs-update/alacritty-theme/2024-02-26.log alacritty-theme 0 -> 1 attrpath: alacritty-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/j5h6llcb7ly6pqjdljm738bibyj27sa2-packages.json.drv building '/nix/store/j5h6llcb7ly6pqjdljm738bibyj27sa2-packages.json.drv'... Going to be running update for following packages: - alacritty-theme Press Enter key to continue... Running update for: - alacritty-theme: UPDATING ... - alacritty-theme: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/data/themes/alacritty-theme/default.nix b/pkgs/data/themes/alacritty-theme/default.nix index f195597f72c4..d5225cc89937 100644 --- a/pkgs/data/themes/alacritty-theme/default.nix +++ b/pkgs/data/themes/alacritty-theme/default.nix @@ -6,13 +6,13 @@ stdenvNoCC.mkDerivation (self: { name = "alacritty-theme"; - version = "unstable-2024-02-11"; + version = "unstable-2024-02-25"; src = fetchFromGitHub { owner = "alacritty"; repo = "alacritty-theme"; - rev = "0587019bac748dfb5cc1b768f89c88ad9291b66b"; - hash = "sha256-WPatWpBCZYFCohUh3U9QzSTFJgtou8+861013jz49Lw="; + rev = "07c10441dae4d0490145a0f40178f8846b24e800"; + hash = "sha256-aZlsKbFcm1bswx7k0cjwhj1MudR0Q0rD8sdHa7kQ0rY="; }; dontConfigure = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/fryxdqmks7y3vdqzcwd1a0mqj1vzfzm0-alacritty-theme" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • alacritty-theme
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 alacritty-theme is: Collection of Alacritty color schemes meta.homepage for alacritty-theme is: https://alacritty.org/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/alacritty/alacritty-theme/compare/0587019bac748dfb5cc1b768f89c88ad9291b66b...07c10441dae4d0490145a0f40178f8846b24e800) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath alacritty-theme ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fryxdqmks7y3vdqzcwd1a0mqj1vzfzm0-alacritty-theme \ --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 alacritty-theme https://github.com/r-ryantm/nixpkgs/archive/d47dea2ed2f116e6304b0f6dceadd1f95b4dcd8c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d47dea2ed2f116e6304b0f6dceadd1f95b4dcd8c#alacritty-theme ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fryxdqmks7y3vdqzcwd1a0mqj1vzfzm0-alacritty-theme ls -la /nix/store/fryxdqmks7y3vdqzcwd1a0mqj1vzfzm0-alacritty-theme/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • alacritty-theme
--- ###### Maintainer pings cc @nbraud for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/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/291545 [result] Success updating alacritty-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 rPackages.AirMonitor, using log file: /var/log/nixpkgs-update/rPackages.AirMonitor/2024-02-26.log rPackages.AirMonitor 0.3.12 -> 0.4.0 https://repology.org/project/r:airmonitor/versions attrpath: rPackages.AirMonitor Checking auto update branch... No auto update branch exists Old version 0.3.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"; configurePhase = '' runHook preConfigure 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.AirMonitor 0.3.12 -> 0.4.0 https://repology.org/project/r:airmonitor/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 meslo-lgs-nf, using log file: /var/log/nixpkgs-update/meslo-lgs-nf/2024-02-26.log meslo-lgs-nf unstable-2023-04-03 -> 2.3.3 https://github.com/romkatv/powerlevel10k-media/releases attrpath: meslo-lgs-nf Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update meslo-lgs-nf unstable-2023-04-03 -> 2.3.3 https://github.com/romkatv/powerlevel10k-media/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.parser, using log file: /var/log/nixpkgs-update/rubyPackages.parser/2024-02-26.log rubyPackages.parser 3.3.0.5 -> 3.21.0 https://repology.org/project/ruby:parser/versions attrpath: rubyPackages.parser 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.parser 3.3.0.5 -> 3.21.0 https://repology.org/project/ruby:parser/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.fvs, using log file: /var/log/nixpkgs-update/python311Packages.fvs/2024-02-26.log python311Packages.fvs 0 -> 1 attrpath: python311Packages.fvs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w9byln0d860xc690jfspvnf4lz7d5x2q-packages.json.drv building '/nix/store/w9byln0d860xc690jfspvnf4lz7d5x2q-packages.json.drv'... Going to be running update for following packages: - python3.11-fvs-0.3.4 Press Enter key to continue... Running update for: - python3.11-fvs-0.3.4: UPDATING ... - python3.11-fvs-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fvs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.get-video-properties, using log file: /var/log/nixpkgs-update/python311Packages.get-video-properties/2024-02-26.log python311Packages.get-video-properties 0 -> 1 attrpath: python311Packages.get-video-properties Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rfqp88lc3b8dp3z66axzm9fbac87dcbd-packages.json.drv building '/nix/store/rfqp88lc3b8dp3z66axzm9fbac87dcbd-packages.json.drv'... Going to be running update for following packages: - python3.11-get-video-properties-0.1.1 Press Enter key to continue... Running update for: - python3.11-get-video-properties-0.1.1: UPDATING ... - python3.11-get-video-properties-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.get-video-properties 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath corretto11, using log file: /var/log/nixpkgs-update/corretto11/2024-02-26.log corretto11 11.0.20.9.1 -> 11.0.22.7.1 https://github.com/corretto/corretto-11/releases attrpath: corretto11 Checking auto update branch... No auto update branch exists Old version 11.0.20.9.1" not present in master derivation file with contents: { jdk , version , src , lib , stdenv , gradle , rsync , runCommand , testers }: # Each Corretto version is based on a corresponding OpenJDK version. So # building Corretto is more or less the same as building OpenJDK. Hence, the # Corretto derivation overrides the corresponding OpenJDK derivation in order # to have access to all the version-specific fixes for the various OpenJDK # builds. However, Corretto uses `gradle` as build tool (which in turn will # invoke `make`). The configure/build phases are adapted as needed. let pname = "corretto"; # The version scheme is different between OpenJDK & Corretto. # See https://github.com/corretto/corretto-17/blob/release-17.0.8.8.1/build.gradle#L40 # "major.minor.security.build.revision" in jdk.overrideAttrs (finalAttrs: oldAttrs: { inherit pname version src; name = "${pname}-${version}"; nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ jdk gradle rsync ]; dontConfigure = true; postPatch = '' # The rpm/deb task definitions require a Gradle plugin which we don't # have and so the build fails. We'll simply remove them here because # they are not needed anyways. rm -rf installers/linux/universal/{rpm,deb} # `/usr/bin/rsync` is invoked to copy the source tree. We don't have that. for file in $(find installers -name "build.gradle"); do substituteInPlace $file --replace "workingDir '/usr/bin'" "workingDir '.'" done ''; buildPhase = let # The Linux installer is placed at linux/universal/tar whereas the MacOS # one is at mac/tar. task = if stdenv.isDarwin then ":installers:mac:tar:packageBuildResults" else ":installers:linux:universal:tar:packageBuildResults"; in '' runHook preBuild # Corretto's actual built is triggered via `gradle`. gradle --console=plain --no-daemon ${task} # Prepare for the installPhase so that it looks like if a normal # OpenJDK had been built. dir=build/jdkImageName/images mkdir -p $dir file=$(find ./installers -name 'amazon-corretto-${version}*.tar.gz') tar -xzf $file -C $dir mv $dir/amazon-corretto-* $dir/jdk runHook postBuild ''; installPhase = oldAttrs.installPhase + '' # The installPhase will place everything in $out/lib/openjdk and # reference through symlinks. We don't rewrite the installPhase but at # least move the folder to convey that this is not OpenJDK anymore. mv $out/lib/openjdk $out/lib/corretto ln -s $out/lib/corretto $out/lib/openjdk ''; passthru = let pkg = finalAttrs.finalPackage; in oldAttrs.passthru // { tests = { version = testers.testVersion { package = pkg; }; vendor = runCommand "${pname}-vendor" { nativeBuildInputs = [ pkg ]; } '' output=$(${pkg.meta.mainProgram} -XshowSettings:properties -version 2>&1 | grep vendor) grep -Fq "java.vendor = Amazon.com Inc." - <<< "$output" && touch $out ''; compiler = runCommand "${pname}-compiler" { nativeBuildInputs = [ pkg ]; } '' cat << EOF > Main.java class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } } EOF ${pkg}/bin/javac Main.java ${pkg}/bin/java Main | grep -q "Hello, World!" && touch $out ''; }; }; # Some of the OpenJDK derivation set their `pos` by hand. We need to # overwrite this in order to point to Corretto, not OpenJDK. pos = __curPos; meta = with lib; oldAttrs.meta // { homepage = "https://aws.amazon.com/corretto"; license = licenses.gpl2Only; description = "Amazon's distribution of OpenJDK"; maintainers = with maintainers; [ rollf ]; }; }) [result] Failed to update corretto11 11.0.20.9.1 -> 11.0.22.7.1 https://github.com/corretto/corretto-11/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymeta3, using log file: /var/log/nixpkgs-update/python311Packages.pymeta3/2024-02-26.log python311Packages.pymeta3 0 -> 1 attrpath: python311Packages.pymeta3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/knwdv81qb256jg4x2rf9znfnk1h650m4-packages.json.drv building '/nix/store/knwdv81qb256jg4x2rf9znfnk1h650m4-packages.json.drv'... Going to be running update for following packages: - python3.11-pymeta3-0.5.1 Press Enter key to continue... Running update for: - python3.11-pymeta3-0.5.1: UPDATING ... - python3.11-pymeta3-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymeta3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.decli, using log file: /var/log/nixpkgs-update/python311Packages.decli/2024-02-26.log python311Packages.decli 0 -> 1 attrpath: python311Packages.decli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bbxjnjngz7qh4p34x64850jpjn436ibi-packages.json.drv building '/nix/store/bbxjnjngz7qh4p34x64850jpjn436ibi-packages.json.drv'... Going to be running update for following packages: - python3.11-decli-0.6.1 Press Enter key to continue... Running update for: - python3.11-decli-0.6.1: UPDATING ... - python3.11-decli-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.decli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cmdline, using log file: /var/log/nixpkgs-update/python311Packages.cmdline/2024-02-26.log python311Packages.cmdline 0 -> 1 attrpath: python311Packages.cmdline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xslss1x6x2gzwnnfr77rrj4yv0wdyhh8-packages.json.drv building '/nix/store/xslss1x6x2gzwnnfr77rrj4yv0wdyhh8-packages.json.drv'... Going to be running update for following packages: - python3.11-cmdline-0.2.0 Press Enter key to continue... Running update for: - python3.11-cmdline-0.2.0: UPDATING ... - python3.11-cmdline-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cmdline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtkmm3, using log file: /var/log/nixpkgs-update/gtkmm3/2024-02-26.log gtkmm3 0 -> 1 attrpath: gtkmm3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/64x817vq5cj37vx054hc2h369fg1ycrl-packages.json.drv building '/nix/store/64x817vq5cj37vx054hc2h369fg1ycrl-packages.json.drv'... Going to be running update for following packages: - gtkmm-3.24.8 Press Enter key to continue... Running update for: - gtkmm-3.24.8: UPDATING ... - gtkmm-3.24.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gtkmm3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gmime, using log file: /var/log/nixpkgs-update/gmime/2024-02-26.log gmime 2.6.23 -> 3.2.14 https://github.com/jstedfast/gmime/releases attrpath: gmime 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/g6w2rcf7r7in7gf66nn4ghd0xc81q0z0-gmime-3.2.14.tar.xz.drv building '/nix/store/g6w2rcf7r7in7gf66nn4ghd0xc81q0z0-gmime-3.2.14.tar.xz.drv'... trying https://download.gnome.org/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://fr2.rpmfind.net/linux/gnome.org/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.belnet.be/mirror/ftp.gnome.org/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 158 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (78) The file does not exist trying ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 curl: (78) The file does not exist error: cannot download gmime-3.2.14.tar.xz from any mirror error: builder for '/nix/store/g6w2rcf7r7in7gf66nn4ghd0xc81q0z0-gmime-3.2.14.tar.xz.drv' failed with exit code 1; last 25 log lines: > > trying https://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.6/gmime-3.2.14.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://ftp.belnet.be/mirror/ftp.gnome.org/sources/gmime/2.6/gmime-3.2.14.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 158 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/gmime/2.6/gmime-3.2.14.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (78) The file does not exist > > trying ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/gmime/2.6/gmime-3.2.14.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 > curl: (78) The file does not exist > error: cannot download gmime-3.2.14.tar.xz from any mirror For full logs, run 'nix log /nix/store/g6w2rcf7r7in7gf66nn4ghd0xc81q0z0-gmime-3.2.14.tar.xz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gmime.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/g6w2rcf7r7in7gf66nn4ghd0xc81q0z0-gmime-3.2.14.tar.xz.drv /nix/store/ckd8ghpnjjiwk8fb7kwrvx1ziz0nzfmc-gmime-3.2.14.drv building '/nix/store/g6w2rcf7r7in7gf66nn4ghd0xc81q0z0-gmime-3.2.14.tar.xz.drv'... trying https://download.gnome.org/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://fr2.rpmfind.net/linux/gnome.org/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.belnet.be/mirror/ftp.gnome.org/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 158 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (78) The file does not exist trying ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/gmime/2.6/gmime-3.2.14.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 curl: (78) The file does not exist error: cannot download gmime-3.2.14.tar.xz from any mirror error: builder for '/nix/store/g6w2rcf7r7in7gf66nn4ghd0xc81q0z0-gmime-3.2.14.tar.xz.drv' failed with exit code 1; last 25 log lines: > > trying https://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.6/gmime-3.2.14.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://ftp.belnet.be/mirror/ftp.gnome.org/sources/gmime/2.6/gmime-3.2.14.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 158 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/gmime/2.6/gmime-3.2.14.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (78) The file does not exist > > trying ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/gmime/2.6/gmime-3.2.14.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 > curl: (78) The file does not exist > error: cannot download gmime-3.2.14.tar.xz from any mirror For full logs, run 'nix log /nix/store/g6w2rcf7r7in7gf66nn4ghd0xc81q0z0-gmime-3.2.14.tar.xz.drv'. error: 1 dependencies of derivation '/nix/store/ckd8ghpnjjiwk8fb7kwrvx1ziz0nzfmc-gmime-3.2.14.drv' failed to build [result] Failed to update gmime 2.6.23 -> 3.2.14 https://github.com/jstedfast/gmime/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sly, using log file: /var/log/nixpkgs-update/python311Packages.sly/2024-02-26.log python311Packages.sly 0 -> 1 attrpath: python311Packages.sly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pgy38xxjyc9f1jfnpvf2gy6c81mgn7fl-packages.json.drv building '/nix/store/pgy38xxjyc9f1jfnpvf2gy6c81mgn7fl-packages.json.drv'... Going to be running update for following packages: - python3.11-sly-0.5 Press Enter key to continue... Running update for: - python3.11-sly-0.5: UPDATING ... - python3.11-sly-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libjson-rpc-cpp, using log file: /var/log/nixpkgs-update/libjson-rpc-cpp/2024-02-26.log libjson-rpc-cpp 1.3.0 -> 1.4.1 https://github.com/cinemast/libjson-rpc-cpp/releases attrpath: libjson-rpc-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 libjson-rpc-cpp 1.3.0 -> 1.4.1 https://github.com/cinemast/libjson-rpc-cpp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dparse2, using log file: /var/log/nixpkgs-update/python311Packages.dparse2/2024-02-26.log python311Packages.dparse2 0 -> 1 attrpath: python311Packages.dparse2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vxdhf2rh52lnvwyby7ad66yy96b733vs-packages.json.drv building '/nix/store/vxdhf2rh52lnvwyby7ad66yy96b733vs-packages.json.drv'... Going to be running update for following packages: - python3.11-dparse2-0.7.0 Press Enter key to continue... Running update for: - python3.11-dparse2-0.7.0: UPDATING ... - python3.11-dparse2-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dparse2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.tsfgrnn, using log file: /var/log/nixpkgs-update/rPackages.tsfgrnn/2024-02-26.log rPackages.tsfgrnn 1.0.4 -> 1.0.5 https://repology.org/project/r:tsfgrnn/versions attrpath: rPackages.tsfgrnn Checking auto update branch... No auto update branch exists Old version 1.0.4" 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"; configurePhase = '' runHook preConfigure 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.tsfgrnn 1.0.4 -> 1.0.5 https://repology.org/project/r:tsfgrnn/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.daff, using log file: /var/log/nixpkgs-update/rPackages.daff/2024-02-26.log rPackages.daff 1.0.1 -> 1.1.1 https://repology.org/project/r:daff/versions attrpath: rPackages.daff 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"; configurePhase = '' runHook preConfigure 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.daff 1.0.1 -> 1.1.1 https://repology.org/project/r:daff/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.tiledb, using log file: /var/log/nixpkgs-update/python312Packages.tiledb/2024-02-26.log python312Packages.tiledb 0.24.0 -> 0.26.0 https://github.com/TileDB-Inc/TileDB-Py/releases attrpath: python312Packages.tiledb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0iy28d6v3mlw5zzaf8hnr5l9df1s40s4-packages.json.drv building '/nix/store/0iy28d6v3mlw5zzaf8hnr5l9df1s40s4-packages.json.drv'... Going to be running update for following packages: - python3.12-tiledb-0.24.0 Press Enter key to continue... Running update for: - python3.12-tiledb-0.24.0: UPDATING ... - python3.12-tiledb-0.24.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tiledb/default.nix b/pkgs/development/python-modules/tiledb/default.nix index d7c724ab25d2..94897ca24c57 100644 --- a/pkgs/development/python-modules/tiledb/default.nix +++ b/pkgs/development/python-modules/tiledb/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "tiledb"; - version = "0.24.0"; + version = "0.26.0"; format = "setuptools"; src = fetchFromGitHub { owner = "TileDB-Inc"; repo = "TileDB-Py"; rev = "refs/tags/${version}"; - hash = "sha256-EcWqh/xFyFvTuyzsPuAkT67O0y8TPWt2MvXVPnaQzrg="; + hash = "sha256-Nh8uAGgbXe2fsZiR2DDC9GQXqoyNlsqJXk/7iBIgUUQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.tiledb Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.tiledb Standard output: error: Package ‘python3.12-tiledb-0.26.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.tiledb/pkgs/development/python-modules/tiledb/default.nix:78 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=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.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.tiledb 0.24.0 -> 0.26.0 https://github.com/TileDB-Inc/TileDB-Py/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.fbst, using log file: /var/log/nixpkgs-update/rPackages.fbst/2024-02-26.log rPackages.fbst 2.1 -> 2.2 https://repology.org/project/r:fbst/versions attrpath: rPackages.fbst Checking auto update branch... No auto update branch exists Old version 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"; configurePhase = '' runHook preConfigure 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.fbst 2.1 -> 2.2 https://repology.org/project/r:fbst/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.geoR, using log file: /var/log/nixpkgs-update/rPackages.geoR/2024-02-26.log rPackages.geoR 1.9-3 -> 1.9-4 https://repology.org/project/r:geor/versions attrpath: rPackages.geoR Checking auto update branch... No auto update branch exists Old version 1.9-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"; configurePhase = '' runHook preConfigure 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.geoR 1.9-3 -> 1.9-4 https://repology.org/project/r:geor/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 pgadmin4, using log file: /var/log/nixpkgs-update/pgadmin4/2024-02-26.log pgadmin4 8.2 -> 8.3 https://repology.org/project/pgadmin/versions attrpath: pgadmin4 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/675s90q84hx85865pwwp2s0bbnsgi910-packages.json.drv building '/nix/store/675s90q84hx85865pwwp2s0bbnsgi910-packages.json.drv'... Going to be running update for following packages: - pgadmin-8.2 Press Enter key to continue... Running update for: - pgadmin-8.2: UPDATING ... - pgadmin-8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pgadmin4 8.2 -> 8.3 https://repology.org/project/pgadmin/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.notebook, using log file: /var/log/nixpkgs-update/python312Packages.notebook/2024-02-26.log python312Packages.notebook 7.0.8 -> 7.1.0 https://github.com/jupyter/notebook/releases attrpath: python312Packages.notebook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7k5b00daf3w8zflzdnhjvnw77xww9w18-packages.json.drv building '/nix/store/7k5b00daf3w8zflzdnhjvnw77xww9w18-packages.json.drv'... Going to be running update for following packages: - python3.12-notebook-7.0.8 Press Enter key to continue... Running update for: - python3.12-notebook-7.0.8: UPDATING ... - python3.12-notebook-7.0.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/notebook/default.nix b/pkgs/development/python-modules/notebook/default.nix index f10bbe9dc1fa..dc1379120fd0 100644 --- a/pkgs/development/python-modules/notebook/default.nix +++ b/pkgs/development/python-modules/notebook/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "notebook"; - version = "7.0.8"; + version = "7.1.0"; disabled = pythonOlder "3.8"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-OVfs2VYFawAUZ3r8dtO7RMLS8pZJ+Hsk0TYG/x0Yk48="; + hash = "sha256-mcrwH/FmscyGNVybN8G6m/Vmwdf8SrV7tvjyTjbEJg4="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 76 > 25 [result] Failed to update python312Packages.notebook 7.0.8 -> 7.1.0 https://github.com/jupyter/notebook/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.pycairo, using log file: /var/log/nixpkgs-update/python312Packages.pycairo/2024-02-26.log python312Packages.pycairo 1.25.1 -> 1.26.0 https://github.com/pygobject/pycairo/releases attrpath: python312Packages.pycairo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3pizhkyz0ahlsccnl9b1dl8g90fcq4xi-packages.json.drv building '/nix/store/3pizhkyz0ahlsccnl9b1dl8g90fcq4xi-packages.json.drv'... Going to be running update for following packages: - python3.12-pycairo-1.25.1 Press Enter key to continue... Running update for: - python3.12-pycairo-1.25.1: UPDATING ... - python3.12-pycairo-1.25.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pycairo/default.nix b/pkgs/development/python-modules/pycairo/default.nix index 628853a89ce0..a2b865e7b71c 100644 --- a/pkgs/development/python-modules/pycairo/default.nix +++ b/pkgs/development/python-modules/pycairo/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pycairo"; - version = "1.25.1"; + version = "1.26.0"; disabled = pythonOlder "3.6"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "pygobject"; repo = "pycairo"; rev = "refs/tags/v${version}"; - hash = "sha256-HH4BjdSkdL8lI8L/Z2ltuuWWOkfetfgv4WQm6PIoEa0="; + hash = "sha256-AUnMPsGFkCgVKUdQfym35ZqrA48wq31BNsvc2puoCl8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 8614 > 25 [result] Failed to update python312Packages.pycairo 1.25.1 -> 1.26.0 https://github.com/pygobject/pycairo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ws4py, using log file: /var/log/nixpkgs-update/python311Packages.ws4py/2024-02-26.log python311Packages.ws4py 0 -> 1 attrpath: python311Packages.ws4py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xldsbyg02g97vd2n248zckr6gb8nfzhd-packages.json.drv building '/nix/store/xldsbyg02g97vd2n248zckr6gb8nfzhd-packages.json.drv'... Going to be running update for following packages: - python3.11-ws4py-0.5.1 Press Enter key to continue... Running update for: - python3.11-ws4py-0.5.1: UPDATING ... - python3.11-ws4py-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ws4py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uasiren, using log file: /var/log/nixpkgs-update/python311Packages.uasiren/2024-02-26.log python311Packages.uasiren 0 -> 1 attrpath: python311Packages.uasiren Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bwlaw5k4g2gmnyc3j10bclr572w6cvan-packages.json.drv building '/nix/store/bwlaw5k4g2gmnyc3j10bclr572w6cvan-packages.json.drv'... Going to be running update for following packages: - python3.11-uasiren-0.0.1 Press Enter key to continue... Running update for: - python3.11-uasiren-0.0.1: UPDATING ... - python3.11-uasiren-0.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uasiren 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mirakuru, using log file: /var/log/nixpkgs-update/python311Packages.mirakuru/2024-02-26.log python311Packages.mirakuru 0 -> 1 attrpath: python311Packages.mirakuru Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8vabgx63d6p5na8v8z7090wpj6j3pfk5-packages.json.drv building '/nix/store/8vabgx63d6p5na8v8z7090wpj6j3pfk5-packages.json.drv'... Going to be running update for following packages: - python3.11-mirakuru-2.5.2 Press Enter key to continue... Running update for: - python3.11-mirakuru-2.5.2: UPDATING ... - python3.11-mirakuru-2.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mirakuru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paypal-checkout-serversdk, using log file: /var/log/nixpkgs-update/python311Packages.paypal-checkout-serversdk/2024-02-26.log python311Packages.paypal-checkout-serversdk 0 -> 1 attrpath: python311Packages.paypal-checkout-serversdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lw85pdqi7fxlpx2pbx120iqx2p9zvw85-packages.json.drv building '/nix/store/lw85pdqi7fxlpx2pbx120iqx2p9zvw85-packages.json.drv'... Going to be running update for following packages: - python3.11-paypal-checkout-serversdk-1.0.1 Press Enter key to continue... Running update for: - python3.11-paypal-checkout-serversdk-1.0.1: UPDATING ... - python3.11-paypal-checkout-serversdk-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paypal-checkout-serversdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yams, using log file: /var/log/nixpkgs-update/yams/2024-02-26.log yams 0 -> 1 attrpath: yams Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/93f4jbdjmmgdl18a55vzwwy29bpbb2qg-packages.json.drv building '/nix/store/93f4jbdjmmgdl18a55vzwwy29bpbb2qg-packages.json.drv'... Going to be running update for following packages: - python3.11-yams-0.7.3 Press Enter key to continue... Running update for: - python3.11-yams-0.7.3: UPDATING ... - python3.11-yams-0.7.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/audio/yams/default.nix b/pkgs/applications/audio/yams/default.nix index 96c1ab27b72c..39391c58790e 100644 --- a/pkgs/applications/audio/yams/default.nix +++ b/pkgs/applications/audio/yams/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonPackage rec { pname = "yams"; - version = "0.7.3"; + version = "0.69"; src = fetchFromGitHub { owner = "Berulacks"; repo = "yams"; - rev = version; - sha256 = "1zkhcys9i0s6jkaz24an690rvnkv1r84jxpaa84sf46abi59ijh8"; + rev = "refs/tags/${version}"; + sha256 = "sha256-LjT5BizDFL1gFHCdaDU2eIeyxEIsMzEL0emdjxadTdc="; }; propagatedBuildInputs = with python3Packages; [ An auto update branch exists with message `yams: 0.7.3 -> 0.69`. New version is 0.69. An auto update branch exists with an equal or greater version [result] Failed to update yams 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parsedatetime, using log file: /var/log/nixpkgs-update/python311Packages.parsedatetime/2024-02-26.log python311Packages.parsedatetime 0 -> 1 attrpath: python311Packages.parsedatetime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gl55ghz0dqlyvqmrr56kjxakiz6chz1x-packages.json.drv building '/nix/store/gl55ghz0dqlyvqmrr56kjxakiz6chz1x-packages.json.drv'... Going to be running update for following packages: - python3.11-parsedatetime-2.6 Press Enter key to continue... Running update for: - python3.11-parsedatetime-2.6: UPDATING ... - python3.11-parsedatetime-2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parsedatetime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.mate-media, using log file: /var/log/nixpkgs-update/mate.mate-media/2024-02-26.log mate.mate-media 0 -> 1 attrpath: mate.mate-media mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-media 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgrok, using log file: /var/log/nixpkgs-update/pgrok/2024-02-26.log pgrok 0 -> 1 attrpath: pgrok 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/xpfjd2pc2vswmf4iqi2aykfm1ff97fi3-packages.json.drv building '/nix/store/xpfjd2pc2vswmf4iqi2aykfm1ff97fi3-packages.json.drv'... Going to be running update for following packages: - pgrok-1.4.1 Press Enter key to continue... Running update for: - pgrok-1.4.1: UPDATING ... - pgrok-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pgrok 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kew, using log file: /var/log/nixpkgs-update/kew/2024-02-26.log kew 1.5.2 -> 2.4 https://github.com/ravachol/kew/releases attrpath: kew 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/ke/kew/package.nix b/pkgs/by-name/ke/kew/package.nix index 54f3f6717bd3..62203e03fb6f 100644 --- a/pkgs/by-name/ke/kew/package.nix +++ b/pkgs/by-name/ke/kew/package.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "kew"; - version = "1.5.2"; + version = "2.4"; src = fetchFromGitHub { owner = "ravachol"; repo = "kew"; rev = "v${version}"; - hash = "sha256-Om7v8eTlYxXQYf1MG+L0I5ICQ2LS7onouhPGosuK8NM="; + hash = "sha256-EKUjdjhPWqCdfZcG+CLxlWaG389ofnz4m3QW6yluZcA="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kew Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . kew Standard output: error: Package ‘freeimage-unstable-2021-11-01’ in /var/cache/nixpkgs-update/worker/worktree/kew/pkgs/development/libraries/freeimage/default.nix:72 is marked as insecure, refusing to evaluate. Known issues: - CVE-2021-33367 - CVE-2021-40262 - CVE-2021-40263 - CVE-2021-40264 - CVE-2021-40265 - CVE-2021-40266 - CVE-2023-47992 - CVE-2023-47993 - CVE-2023-47994 - CVE-2023-47995 - CVE-2023-47996 You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=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 add ‘freeimage-unstable-2021-11-01’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘freeimage-unstable-2021-11-01’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } (use '--show-trace' to show detailed location information) [result] Failed to update kew 1.5.2 -> 2.4 https://github.com/ravachol/kew/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxcontrib-fulltoc, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-fulltoc/2024-02-26.log python311Packages.sphinxcontrib-fulltoc 0 -> 1 attrpath: python311Packages.sphinxcontrib-fulltoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lhgi7fl1qk0h3c1mpw3ffn94zz900hs1-packages.json.drv building '/nix/store/lhgi7fl1qk0h3c1mpw3ffn94zz900hs1-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-fulltoc-1.2.0 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-fulltoc-1.2.0: UPDATING ... - python3.11-sphinxcontrib-fulltoc-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-fulltoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.telegram-text, using log file: /var/log/nixpkgs-update/python311Packages.telegram-text/2024-02-26.log python311Packages.telegram-text 0 -> 1 attrpath: python311Packages.telegram-text Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m59imm6n8wg4xj13q7akx6ch9psk6ya4-packages.json.drv building '/nix/store/m59imm6n8wg4xj13q7akx6ch9psk6ya4-packages.json.drv'... Going to be running update for following packages: - python3.11-telegram-text-0.2.0 Press Enter key to continue... Running update for: - python3.11-telegram-text-0.2.0: UPDATING ... - python3.11-telegram-text-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.telegram-text 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.braintree, using log file: /var/log/nixpkgs-update/python311Packages.braintree/2024-02-26.log python311Packages.braintree 0 -> 1 attrpath: python311Packages.braintree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z5rk8amkkyjnq89jz6j936b0dpsamy72-packages.json.drv building '/nix/store/z5rk8amkkyjnq89jz6j936b0dpsamy72-packages.json.drv'... Going to be running update for following packages: - python3.11-braintree-4.14.0 Press Enter key to continue... Running update for: - python3.11-braintree-4.14.0: UPDATING ... - python3.11-braintree-4.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.braintree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moddb, using log file: /var/log/nixpkgs-update/python311Packages.moddb/2024-02-26.log python311Packages.moddb 0 -> 1 attrpath: python311Packages.moddb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p0aagrminaxg9r9iqq2f3xx3f7zcl1jd-packages.json.drv building '/nix/store/p0aagrminaxg9r9iqq2f3xx3f7zcl1jd-packages.json.drv'... Going to be running update for following packages: - python3.11-moddb-0.9.0 Press Enter key to continue... Running update for: - python3.11-moddb-0.9.0: UPDATING ... - python3.11-moddb-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.moddb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sublime-merge-dev, using log file: /var/log/nixpkgs-update/sublime-merge-dev/2024-02-26.log sublime-merge-dev 0 -> 1 attrpath: sublime-merge-dev 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/k8fnrlhlsh2ppi7ibbvzgj7v5grf84kj-sublime-merge-dev-update-script.drv /nix/store/371kng0fra06hjh1qs113aicjbw62kjn-packages.json.drv building '/nix/store/k8fnrlhlsh2ppi7ibbvzgj7v5grf84kj-sublime-merge-dev-update-script.drv'... building '/nix/store/371kng0fra06hjh1qs113aicjbw62kjn-packages.json.drv'... Going to be running update for following packages: - sublime-merge-2092 Press Enter key to continue... Running update for: - sublime-merge-2092: UPDATING ... - sublime-merge-2092: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sublime-merge-dev 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.brotlicffi, using log file: /var/log/nixpkgs-update/python311Packages.brotlicffi/2024-02-26.log python311Packages.brotlicffi 0 -> 1 attrpath: python311Packages.brotlicffi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a3qiq3y652vlq8yvzakkw9q1j09r38jr-packages.json.drv building '/nix/store/a3qiq3y652vlq8yvzakkw9q1j09r38jr-packages.json.drv'... Going to be running update for following packages: - python3.11-brotlicffi-1.1.0.0 Press Enter key to continue... Running update for: - python3.11-brotlicffi-1.1.0.0: UPDATING ... - python3.11-brotlicffi-1.1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.brotlicffi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysaml2, using log file: /var/log/nixpkgs-update/python311Packages.pysaml2/2024-02-26.log python311Packages.pysaml2 0 -> 1 attrpath: python311Packages.pysaml2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nlaaygy3wz2kniimppgrmzqrafczcq16-packages.json.drv building '/nix/store/nlaaygy3wz2kniimppgrmzqrafczcq16-packages.json.drv'... Going to be running update for following packages: - python3.11-pysaml2-7.5.0 Press Enter key to continue... Running update for: - python3.11-pysaml2-7.5.0: UPDATING ... - python3.11-pysaml2-7.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysaml2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath radarr, using log file: /var/log/nixpkgs-update/radarr/2024-02-26.log radarr 0 -> 1 attrpath: radarr 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/zs45z77hqx6w2fkalxpnfaqxd3acf9my-packages.json.drv building '/nix/store/zs45z77hqx6w2fkalxpnfaqxd3acf9my-packages.json.drv'... Going to be running update for following packages: - radarr-5.3.6.8612 Press Enter key to continue... Running update for: - radarr-5.3.6.8612: UPDATING ... - radarr-5.3.6.8612: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update radarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gptcommit, using log file: /var/log/nixpkgs-update/gptcommit/2024-02-26.log gptcommit 0 -> 1 attrpath: gptcommit 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/d5m02y2c6bnahgp77cmb6g50dini8fc0-packages.json.drv building '/nix/store/d5m02y2c6bnahgp77cmb6g50dini8fc0-packages.json.drv'... Going to be running update for following packages: - gptcommit-0.5.16 Press Enter key to continue... Running update for: - gptcommit-0.5.16: UPDATING ... - gptcommit-0.5.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gptcommit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-samplerate, using log file: /var/log/nixpkgs-update/python311Packages.scikits-samplerate/2024-02-26.log python311Packages.scikits-samplerate 0 -> 1 attrpath: python311Packages.scikits-samplerate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/44832f9lw7b19bmf3yi25qc8lr328zal-packages.json.drv building '/nix/store/44832f9lw7b19bmf3yi25qc8lr328zal-packages.json.drv'... Going to be running update for following packages: - python3.11-scikits-samplerate-0.3.3 Press Enter key to continue... Running update for: - python3.11-scikits-samplerate-0.3.3: UPDATING ... - python3.11-scikits-samplerate-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikits-samplerate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.authres, using log file: /var/log/nixpkgs-update/python311Packages.authres/2024-02-26.log python311Packages.authres 0 -> 1 attrpath: python311Packages.authres Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3rb2hin7sqbb5bssp00q5si4xzl66mn9-packages.json.drv building '/nix/store/3rb2hin7sqbb5bssp00q5si4xzl66mn9-packages.json.drv'... Going to be running update for following packages: - python3.11-authres-1.2.0 Press Enter key to continue... Running update for: - python3.11-authres-1.2.0: UPDATING ... - python3.11-authres-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.authres 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.nautilus-python, using log file: /var/log/nixpkgs-update/gnome.nautilus-python/2024-02-26.log gnome.nautilus-python 0 -> 1 attrpath: gnome.nautilus-python Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.nautilus-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 python311Packages.uritemplate, using log file: /var/log/nixpkgs-update/python311Packages.uritemplate/2024-02-26.log python311Packages.uritemplate 0 -> 1 attrpath: python311Packages.uritemplate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7m01cczhzhxbhd1fwyhg19mkfq9d56sa-packages.json.drv building '/nix/store/7m01cczhzhxbhd1fwyhg19mkfq9d56sa-packages.json.drv'... Going to be running update for following packages: - python3.11-uritemplate-4.1.1 Press Enter key to continue... Running update for: - python3.11-uritemplate-4.1.1: UPDATING ... - python3.11-uritemplate-4.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uritemplate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-modeltranslation, using log file: /var/log/nixpkgs-update/python311Packages.django-modeltranslation/2024-02-26.log python311Packages.django-modeltranslation 0 -> 1 attrpath: python311Packages.django-modeltranslation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8prhrfrkiqlpx2b9rqm3fw2iq0ahrgc3-packages.json.drv building '/nix/store/8prhrfrkiqlpx2b9rqm3fw2iq0ahrgc3-packages.json.drv'... Going to be running update for following packages: - python3.11-django-modeltranslation-0.18.12 Press Enter key to continue... Running update for: - python3.11-django-modeltranslation-0.18.12: UPDATING ... - python3.11-django-modeltranslation-0.18.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-modeltranslation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sgp4, using log file: /var/log/nixpkgs-update/python311Packages.sgp4/2024-02-26.log python311Packages.sgp4 0 -> 1 attrpath: python311Packages.sgp4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gis8a9mbinbz2cy28g3kv7r57a65fw6l-packages.json.drv building '/nix/store/gis8a9mbinbz2cy28g3kv7r57a65fw6l-packages.json.drv'... Going to be running update for following packages: - python3.11-sgp4-2.23 Press Enter key to continue... Running update for: - python3.11-sgp4-2.23: UPDATING ... - python3.11-sgp4-2.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sgp4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-vite, using log file: /var/log/nixpkgs-update/python311Packages.django-vite/2024-02-26.log python311Packages.django-vite 0 -> 1 attrpath: python311Packages.django-vite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dx8k7z86hg0vs5mj1zrlh0x2zvhn23wi-packages.json.drv building '/nix/store/dx8k7z86hg0vs5mj1zrlh0x2zvhn23wi-packages.json.drv'... Going to be running update for following packages: - python3.11-django-vite-3.0.3 Press Enter key to continue... Running update for: - python3.11-django-vite-3.0.3: UPDATING ... - python3.11-django-vite-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-vite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioruuvigateway, using log file: /var/log/nixpkgs-update/python311Packages.aioruuvigateway/2024-02-26.log python311Packages.aioruuvigateway 0 -> 1 attrpath: python311Packages.aioruuvigateway Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4d8x4fam16p5z5c4c5cs1dzc7vzwqbzm-packages.json.drv building '/nix/store/4d8x4fam16p5z5c4c5cs1dzc7vzwqbzm-packages.json.drv'... Going to be running update for following packages: - python3.11-aioruuvigateway-0.1.0 Press Enter key to continue... Running update for: - python3.11-aioruuvigateway-0.1.0: UPDATING ... - python3.11-aioruuvigateway-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioruuvigateway 0 -> 1 [options] github_user: r-ryantm, pull_request: 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_26-bin 26.3.0 -> 29.0.1 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 python311Packages.pyhomepilot, using log file: /var/log/nixpkgs-update/python311Packages.pyhomepilot/2024-02-26.log python311Packages.pyhomepilot 0 -> 1 attrpath: python311Packages.pyhomepilot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p5v82pigfnrqfbxw0ihqb32fabs9f79c-packages.json.drv building '/nix/store/p5v82pigfnrqfbxw0ihqb32fabs9f79c-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhomepilot-0.0.3 Press Enter key to continue... Running update for: - python3.11-pyhomepilot-0.0.3: UPDATING ... - python3.11-pyhomepilot-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhomepilot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.readthedocs-sphinx-ext, using log file: /var/log/nixpkgs-update/python311Packages.readthedocs-sphinx-ext/2024-02-26.log python311Packages.readthedocs-sphinx-ext 0 -> 1 attrpath: python311Packages.readthedocs-sphinx-ext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8604k1l5w1lqfpc0ycmwkk82mb47k4yy-packages.json.drv building '/nix/store/8604k1l5w1lqfpc0ycmwkk82mb47k4yy-packages.json.drv'... Going to be running update for following packages: - python3.11-readthedocs-sphinx-ext-2.2.3 Press Enter key to continue... Running update for: - python3.11-readthedocs-sphinx-ext-2.2.3: UPDATING ... - python3.11-readthedocs-sphinx-ext-2.2.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix index 3490b6a914b9..7d114a5fe23e 100644 --- a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix +++ b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "readthedocs-sphinx-ext"; - version = "2.2.3"; + version = "2.2.5"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-ZYPCZ5GlhT7p5Xzp24ZOL7BoCLpHD4BddNU/xQgR4BI="; + hash = "sha256-7l/VuZ258MGAsjlsvOUoqjZnGVG5UmuwJy2/zlUXvSc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 11511 > 25 [result] Failed to update python311Packages.readthedocs-sphinx-ext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-statici18n, using log file: /var/log/nixpkgs-update/python311Packages.django-statici18n/2024-02-26.log python311Packages.django-statici18n 0 -> 1 attrpath: python311Packages.django-statici18n Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k6ahjl5lcd38ipfnscxgid24lwa201k0-packages.json.drv building '/nix/store/k6ahjl5lcd38ipfnscxgid24lwa201k0-packages.json.drv'... Going to be running update for following packages: - python3.11-django-statici18n-2.3.1 Press Enter key to continue... Running update for: - python3.11-django-statici18n-2.3.1: UPDATING ... - python3.11-django-statici18n-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-statici18n 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clickable, using log file: /var/log/nixpkgs-update/clickable/2024-02-26.log clickable 0 -> 1 attrpath: clickable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p9gv4jikbq4f7x23q4c748kabhld21bn-packages.json.drv building '/nix/store/p9gv4jikbq4f7x23q4c748kabhld21bn-packages.json.drv'... Going to be running update for following packages: - python3.11-clickable-7.11.0 Press Enter key to continue... Running update for: - python3.11-clickable-7.11.0: UPDATING ... - python3.11-clickable-7.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update clickable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nomad-autoscaler, using log file: /var/log/nixpkgs-update/nomad-autoscaler/2024-02-26.log nomad-autoscaler 0.3.6 -> 0.4.2 https://github.com/hashicorp/nomad-autoscaler/releases attrpath: nomad-autoscaler 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-Duzjpl011mj/SNoX/jQGMXwqUHPDz7iIMygRmK1vC3Q=" [golangModuleVersion] Replaced vendorHash with sha256-OlgjJrxWwQtI5fr7Ij/arNmBqYiyzm7fIPTZkgy6Dws= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nomad-autoscaler nix build failed. got build log for 'nomad-autoscaler' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/bnxv5b324abg2kz1lm28kp4zshnzfmgj-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 bash: line 1: git: command not found bash: line 1: git: command not found make: *** No rule to make target 'build'. Stop. [result] Failed to update nomad-autoscaler 0.3.6 -> 0.4.2 https://github.com/hashicorp/nomad-autoscaler/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.urlgrabber, using log file: /var/log/nixpkgs-update/python311Packages.urlgrabber/2024-02-26.log python311Packages.urlgrabber 0 -> 1 attrpath: python311Packages.urlgrabber Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/azs7176n273zf7md3mjc7pi5j6271i2w-packages.json.drv building '/nix/store/azs7176n273zf7md3mjc7pi5j6271i2w-packages.json.drv'... Going to be running update for following packages: - python3.11-urlgrabber-4.1.0 Press Enter key to continue... Running update for: - python3.11-urlgrabber-4.1.0: UPDATING ... - python3.11-urlgrabber-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.urlgrabber 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kapow, using log file: /var/log/nixpkgs-update/kapow/2024-02-26.log kapow 1.5.10 -> 1.6.2 https://github.com/gottcode/kapow/releases attrpath: kapow 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/misc/kapow/default.nix b/pkgs/applications/misc/kapow/default.nix index 49fbed7b1efb..225d1945ad6c 100644 --- a/pkgs/applications/misc/kapow/default.nix +++ b/pkgs/applications/misc/kapow/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "kapow"; - version = "1.5.10"; + version = "1.6.2"; src = fetchFromGitHub { owner = "gottcode"; repo = pname; rev = "v${version}"; - sha256 = "1fz9fb4w21ax8hjs6dwfn2410ig4lqvzdlijq0jcj3jbgxd4i1gw"; + sha256 = "sha256-r6l1t41U+4kbY5GXL6gj/TKMh7bQnHMig7jYvSksmhY="; }; nativeBuildInputs = [ qmake qttools wrapQtAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kapow nix build failed. Options: * You can place any variable assignment in options and it will be * * processed as if it was in [files]. These assignments will be * * processed before [files] by default. * -o file Write output to file -d Increase debug level -t templ Overrides TEMPLATE as templ -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value -help This help -v Version information -early All subsequent variable assignments will be parsed right before default_pre.prf -before All subsequent variable assignments will be parsed right before [files] (the default) -after All subsequent variable assignments will be parsed after [files] -late All subsequent variable assignments will be parsed right after default_post.prf -norecursive Don't do a recursive search -recursive Do a recursive search -set Set persistent property -unset Unset persistent property -query Query persistent property. Show all if is empty. -qtconf file Use file instead of looking for qt.conf -cache file Use file as cache [makefile mode only] -spec spec Use spec as QMAKESPEC [makefile mode only] -nocache Don't use a cache file [makefile mode only] -nodepend Don't generate dependencies [makefile mode only] -nomoc Don't generate moc targets [makefile mode only] -nopwd Don't look for files in pwd [project mode only] [result] Failed to update kapow 1.5.10 -> 1.6.2 https://github.com/gottcode/kapow/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-admin, using log file: /var/log/nixpkgs-update/lxqt.lxqt-admin/2024-02-26.log lxqt.lxqt-admin 0 -> 1 attrpath: lxqt.lxqt-admin Packages for lxqt are currently skipped. [result] Failed to update lxqt.lxqt-admin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shell-genie, using log file: /var/log/nixpkgs-update/shell-genie/2024-02-26.log shell-genie 0 -> 1 attrpath: shell-genie Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kqpacv8lflgiycxlfqv7bpcldah8zfs8-packages.json.drv building '/nix/store/kqpacv8lflgiycxlfqv7bpcldah8zfs8-packages.json.drv'... Going to be running update for following packages: - python3.11-shell-genie-0.2.10 Press Enter key to continue... Running update for: - python3.11-shell-genie-0.2.10: UPDATING ... - python3.11-shell-genie-0.2.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update shell-genie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath visidata, using log file: /var/log/nixpkgs-update/visidata/2024-02-26.log visidata 0 -> 1 attrpath: visidata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nb2xq51lkg9ky5wjngyps5rjx9vyyk13-packages.json.drv building '/nix/store/nb2xq51lkg9ky5wjngyps5rjx9vyyk13-packages.json.drv'... Going to be running update for following packages: - visidata-3.0.2 Press Enter key to continue... Running update for: - visidata-3.0.2: UPDATING ... - visidata-3.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update visidata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath knowsmore, using log file: /var/log/nixpkgs-update/knowsmore/2024-02-26.log knowsmore 0 -> 1 attrpath: knowsmore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mi109rmvlc7qhddxrpbrd0wcw99842x1-packages.json.drv building '/nix/store/mi109rmvlc7qhddxrpbrd0wcw99842x1-packages.json.drv'... Going to be running update for following packages: - knowsmore-0.1.37 Press Enter key to continue... Running update for: - knowsmore-0.1.37: UPDATING ... - knowsmore-0.1.37: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update knowsmore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deezer-python, using log file: /var/log/nixpkgs-update/python311Packages.deezer-python/2024-02-26.log python311Packages.deezer-python 0 -> 1 attrpath: python311Packages.deezer-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/zs0msi97s52qnqdchvldan1i61blfdgh-packages.json.drv building '/nix/store/zs0msi97s52qnqdchvldan1i61blfdgh-packages.json.drv'... Going to be running update for following packages: - python3.11-deezer-python-6.1.1 Press Enter key to continue... Running update for: - python3.11-deezer-python-6.1.1: UPDATING ... - python3.11-deezer-python-6.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deezer-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 python311Packages.sphinx-notfound-page, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-notfound-page/2024-02-26.log python311Packages.sphinx-notfound-page 0 -> 1 attrpath: python311Packages.sphinx-notfound-page Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3fc3hmq3hxkj5y7m7jwngih6hj1ghrf8-packages.json.drv building '/nix/store/3fc3hmq3hxkj5y7m7jwngih6hj1ghrf8-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-notfound-page-1.0.0 Press Enter key to continue... Running update for: - python3.11-sphinx-notfound-page-1.0.0: UPDATING ... - python3.11-sphinx-notfound-page-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-notfound-page 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.vibes, using log file: /var/log/nixpkgs-update/octavePackages.vibes/2024-02-26.log octavePackages.vibes 0 -> 1 attrpath: octavePackages.vibes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zbafidza9mbwmi9k4llns8h369vsjknl-packages.json.drv building '/nix/store/zbafidza9mbwmi9k4llns8h369vsjknl-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-vibes-0.2.0 Press Enter key to continue... Running update for: - octave-8.4.0-vibes-0.2.0: UPDATING ... - octave-8.4.0-vibes-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.vibes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poretools, using log file: /var/log/nixpkgs-update/poretools/2024-02-26.log poretools 0 -> 1 attrpath: poretools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9qxhpn4g22jp49diqbncxs0ibb9d8jdd-packages.json.drv building '/nix/store/9qxhpn4g22jp49diqbncxs0ibb9d8jdd-packages.json.drv'... Going to be running update for following packages: - python2.7-poretools-unstable-2016-07-10 Press Enter key to continue... Running update for: - python2.7-poretools-unstable-2016-07-10: UPDATING ... - python2.7-poretools-unstable-2016-07-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update poretools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clintermission, using log file: /var/log/nixpkgs-update/python311Packages.clintermission/2024-02-26.log python311Packages.clintermission 0 -> 1 attrpath: python311Packages.clintermission Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nwrkzw9jfyhpiqfn28icdlfdrq3his6m-packages.json.drv building '/nix/store/nwrkzw9jfyhpiqfn28icdlfdrq3his6m-packages.json.drv'... Going to be running update for following packages: - python3.11-clintermission-0.3.1 Press Enter key to continue... Running update for: - python3.11-clintermission-0.3.1: UPDATING ... - python3.11-clintermission-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clintermission 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gnome-initial-setup, using log file: /var/log/nixpkgs-update/gnome.gnome-initial-setup/2024-02-26.log gnome.gnome-initial-setup 0 -> 1 attrpath: gnome.gnome-initial-setup Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-initial-setup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath erlang, using log file: /var/log/nixpkgs-update/erlang/2024-02-26.log erlang 0 -> 1 attrpath: 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/cvvp6sgczsr809bspgq8c9di2vd4ij7x-update.sh.drv /nix/store/93hgf86qimq1jrnxiiwr5sxqvkqg7a1r-packages.json.drv building '/nix/store/cvvp6sgczsr809bspgq8c9di2vd4ij7x-update.sh.drv'... building '/nix/store/93hgf86qimq1jrnxiiwr5sxqvkqg7a1r-packages.json.drv'... Going to be running update for following packages: - erlang-25.3.2.9 Press Enter key to continue... Running update for: - erlang-25.3.2.9: UPDATING ... - erlang-25.3.2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update 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 python311Packages.albumentations, using log file: /var/log/nixpkgs-update/python311Packages.albumentations/2024-02-26.log python311Packages.albumentations 0 -> 1 attrpath: python311Packages.albumentations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rg52caz1fd57jdn377vkizsiisnxfk1j-packages.json.drv building '/nix/store/rg52caz1fd57jdn377vkizsiisnxfk1j-packages.json.drv'... Going to be running update for following packages: - python3.11-albumentations-1.3.1 Press Enter key to continue... Running update for: - python3.11-albumentations-1.3.1: UPDATING ... - python3.11-albumentations-1.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/albumentations/default.nix b/pkgs/development/python-modules/albumentations/default.nix index e2104641b78d..69b76c4d01db 100644 --- a/pkgs/development/python-modules/albumentations/default.nix +++ b/pkgs/development/python-modules/albumentations/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "albumentations"; - version = "1.3.1"; + version = "1.4.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-pqODiP5UbFaAcejIL0FEmOhsntA8CLWOeoizHPeiRMY="; + hash = "sha256-ZJ+KFIlveIs1bsxwCDxPuRvtq0/04rOa0heoJOGJ3tA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.albumentations nix build failed. Check whether the following modules can be imported: albumentations @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/albumentations-1.4.0 collecting ...  collecting 804 items  collecting 965 items  collecting 1847 items / 1 error  collected 1847 items / 1 error / 629 deselected / 1218 selected  ==================================== ERRORS ==================================== _________________ ERROR collecting tests/test_serialization.py _________________ ImportError while importing test module '/build/albumentations-1.4.0/tests/test_serialization.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_serialization.py:8: in from deepdiff import DeepDiff E ModuleNotFoundError: No module named 'deepdiff' =============================== warnings summary =============================== tests/conftest.py:24 /build/albumentations-1.4.0/tests/conftest.py:24: UserWarning: Tests that require PyTorch and torchvision were skipped because those libraries are not installed. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/test_serialization.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ============ 629 deselected, 1 warning, 1 error in 67.15s (0:01:07) ============ /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.albumentations 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpdris2, using log file: /var/log/nixpkgs-update/mpdris2/2024-02-26.log mpdris2 0 -> 1 attrpath: mpdris2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rf5hfxhpyg3whxf3h5j3x5anb5if6lhn-packages.json.drv building '/nix/store/rf5hfxhpyg3whxf3h5j3x5anb5if6lhn-packages.json.drv'... Going to be running update for following packages: - mpDris2-0.9.1 Press Enter key to continue... Running update for: - mpDris2-0.9.1: UPDATING ... - mpDris2-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpdris2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.recordlinkage, using log file: /var/log/nixpkgs-update/python311Packages.recordlinkage/2024-02-26.log python311Packages.recordlinkage 0 -> 1 attrpath: python311Packages.recordlinkage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p91361h9xwf3fmrbb2mvnzcb138cwp56-packages.json.drv building '/nix/store/p91361h9xwf3fmrbb2mvnzcb138cwp56-packages.json.drv'... Going to be running update for following packages: - python3.11-recordlinkage-0.16 Press Enter key to continue... Running update for: - python3.11-recordlinkage-0.16: UPDATING ... - python3.11-recordlinkage-0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.recordlinkage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynetbox, using log file: /var/log/nixpkgs-update/python311Packages.pynetbox/2024-02-26.log python311Packages.pynetbox 0 -> 1 attrpath: python311Packages.pynetbox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xmw7rd3j1791nr16zh6q7qapa3m5wqly-packages.json.drv building '/nix/store/xmw7rd3j1791nr16zh6q7qapa3m5wqly-packages.json.drv'... Going to be running update for following packages: - python3.11-pynetbox-7.3.3 Press Enter key to continue... Running update for: - python3.11-pynetbox-7.3.3: UPDATING ... - python3.11-pynetbox-7.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynetbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-tado, using log file: /var/log/nixpkgs-update/python311Packages.python-tado/2024-02-26.log python311Packages.python-tado 0 -> 1 attrpath: python311Packages.python-tado Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bv9sf6wcrsdc3fyvd3ii63azbn7i261x-packages.json.drv building '/nix/store/bv9sf6wcrsdc3fyvd3ii63azbn7i261x-packages.json.drv'... Going to be running update for following packages: - python3.11-python-tado-0.17.4 Press Enter key to continue... Running update for: - python3.11-python-tado-0.17.4: UPDATING ... - python3.11-python-tado-0.17.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-tado 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.docplex, using log file: /var/log/nixpkgs-update/python311Packages.docplex/2024-02-26.log python311Packages.docplex 0 -> 1 attrpath: python311Packages.docplex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1lmayjdgvy04kn6p5w8x5w0w1vj7crp6-packages.json.drv building '/nix/store/1lmayjdgvy04kn6p5w8x5w0w1vj7crp6-packages.json.drv'... Going to be running update for following packages: - python3.11-docplex-2.25.236 Press Enter key to continue... Running update for: - python3.11-docplex-2.25.236: UPDATING ... - python3.11-docplex-2.25.236: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.docplex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.msh, using log file: /var/log/nixpkgs-update/octavePackages.msh/2024-02-26.log octavePackages.msh 0 -> 1 attrpath: octavePackages.msh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cbzjpxbq2h2zrvl5f0jc16639kd0iw3h-packages.json.drv building '/nix/store/cbzjpxbq2h2zrvl5f0jc16639kd0iw3h-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-msh-1.0.12 Press Enter key to continue... Running update for: - octave-8.4.0-msh-1.0.12: UPDATING ... - octave-8.4.0-msh-1.0.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.msh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pinentry_mac, using log file: /var/log/nixpkgs-update/pinentry_mac/2024-02-26.log pinentry_mac 0 -> 1 attrpath: pinentry_mac Checking auto update branch... [version] [version] skipping because derivation has 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 these 2 derivations will be built: /nix/store/g2bfz81d7hd6pj542bsq8g7sz8lzjnmh-update-pinentry-mac.drv /nix/store/ghvk2an3g8k5ijddlrbmgkpn06kdyxy5-packages.json.drv building '/nix/store/g2bfz81d7hd6pj542bsq8g7sz8lzjnmh-update-pinentry-mac.drv'... building '/nix/store/ghvk2an3g8k5ijddlrbmgkpn06kdyxy5-packages.json.drv'... Going to be running update for following packages: - pinentry-mac-1.1.1.1 Press Enter key to continue... Running update for: - pinentry-mac-1.1.1.1: UPDATING ... - pinentry-mac-1.1.1.1: ERROR --- SHOWING ERROR LOG FOR pinentry-mac-1.1.1.1 ---------------------- + main ++ queryLatestTag ++ curl -sS https://api.github.com/repos/GPGTools/pinentry/tags ++ jq -r '.[] | .name' ++ sort --version-sort ++ tail -1 /nix/store/qc0zkzbr0rv3wdxra100a1rha5pysm08-update-pinentry-mac: line 23: jq: command not found + tag= --- SHOWING ERROR LOG FOR pinentry-mac-1.1.1.1 ---------------------- The update script for pinentry-mac-1.1.1.1 failed with exit code 127 [result] Failed to update pinentry_mac 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath syncplay-nogui, using log file: /var/log/nixpkgs-update/syncplay-nogui/2024-02-26.log syncplay-nogui 1.7.0 -> 1.7.1 https://github.com/Syncplay/syncplay/releases attrpath: syncplay-nogui 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/rzsgf0b0spn4lj2bdixd52sxx8k92zgf-packages.json.drv building '/nix/store/rzsgf0b0spn4lj2bdixd52sxx8k92zgf-packages.json.drv'... Going to be running update for following packages: - syncplay-1.7.0 Press Enter key to continue... Running update for: - syncplay-1.7.0: UPDATING ... - syncplay-1.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/syncplay/default.nix b/pkgs/applications/networking/syncplay/default.nix index 36b6b5c14339..bb76a4912e91 100644 --- a/pkgs/applications/networking/syncplay/default.nix +++ b/pkgs/applications/networking/syncplay/default.nix @@ -14,15 +14,15 @@ buildPythonApplication rec { pname = "syncplay"; - version = "1.7.0"; + version = "1.7.1"; format = "other"; src = fetchFromGitHub { owner = "Syncplay"; repo = "syncplay"; - rev = "v${version}"; - sha256 = "sha256-Te81yOv3D6M6aMfC5XrM6/I6BlMdlY1yRk1RRJa9Mxg="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-rDJ/3nLCg2JNBqs+l/93mPYQIdz0I5d0n5rVuwjNifc="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A syncplay-nogui nix build failed. got build log for 'syncplay-nogui' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/p08w1r1srkiy43g00x163l55cb0a4jib-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/syncplayServer.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/6c9vqn0cvzifylry6pqiayql6binj7mm-fix-typeerror.patch patching file syncplay/ui/gui.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file syncplay/ui/gui.py.rej [result] Failed to update syncplay-nogui 1.7.0 -> 1.7.1 https://github.com/Syncplay/syncplay/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.annoy, using log file: /var/log/nixpkgs-update/python311Packages.annoy/2024-02-26.log python311Packages.annoy 0 -> 1 attrpath: python311Packages.annoy 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] this derivation will be built: /nix/store/cysxqdkjp1sid86ajkn9nkavy8ylh3ps-packages.json.drv building '/nix/store/cysxqdkjp1sid86ajkn9nkavy8ylh3ps-packages.json.drv'... Going to be running update for following packages: - python3.11-annoy-1.17.3 Press Enter key to continue... Running update for: - python3.11-annoy-1.17.3: UPDATING ... - python3.11-annoy-1.17.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.annoy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aeppl, using log file: /var/log/nixpkgs-update/python311Packages.aeppl/2024-02-26.log python311Packages.aeppl 0 -> 1 attrpath: python311Packages.aeppl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/44bxz327qcm3yda3n491q3r7lg3v7hd3-packages.json.drv building '/nix/store/44bxz327qcm3yda3n491q3r7lg3v7hd3-packages.json.drv'... Going to be running update for following packages: - python3.11-aeppl-0.1.5 Press Enter key to continue... Running update for: - python3.11-aeppl-0.1.5: UPDATING ... - python3.11-aeppl-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aeppl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.censys, using log file: /var/log/nixpkgs-update/python311Packages.censys/2024-02-26.log python311Packages.censys 0 -> 1 attrpath: python311Packages.censys Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lh919ib5bdidm4dbijs81zvwi4xrwaq6-packages.json.drv building '/nix/store/lh919ib5bdidm4dbijs81zvwi4xrwaq6-packages.json.drv'... Going to be running update for following packages: - python3.11-censys-2.2.11 Press Enter key to continue... Running update for: - python3.11-censys-2.2.11: UPDATING ... - python3.11-censys-2.2.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.censys 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gnome-notes, using log file: /var/log/nixpkgs-update/gnome.gnome-notes/2024-02-26.log gnome.gnome-notes 0 -> 1 attrpath: gnome.gnome-notes Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-notes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath watchmate, using log file: /var/log/nixpkgs-update/watchmate/2024-02-26.log watchmate 0.4.5 -> 0.5.1 https://github.com/azymohliad/watchmate/releases attrpath: watchmate 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/misc/watchmate/default.nix b/pkgs/applications/misc/watchmate/default.nix index b78d7f5277ca..4cd263d7b0ac 100644 --- a/pkgs/applications/misc/watchmate/default.nix +++ b/pkgs/applications/misc/watchmate/default.nix @@ -13,13 +13,13 @@ rustPlatform.buildRustPackage rec { pname = "watchmate"; - version = "0.4.5"; + version = "0.5.1"; src = fetchFromGitHub { owner = "azymohliad"; repo = "watchmate"; rev = "v${version}"; - hash = "sha256-4L9mfZWphwXON8VgRcGrz+k62wyPzd1phtRu9HQnVdE="; + hash = "sha256-Q5oz84NMGanm16/34/I74yioOTSdIZP4QeHluZ/H12Q="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A watchmate nix build failed. < checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" --- > checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a" 3241c3059 < "syn 1.0.109", --- > "syn", 3247c3065 < version = "1.0.1" --- > version = "1.0.0" 3249c3067 < checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" --- > checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b" 3253c3071 < "syn 1.0.109", --- > "syn", 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 watchmate 0.4.5 -> 0.5.1 https://github.com/azymohliad/watchmate/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-servicefabric, using log file: /var/log/nixpkgs-update/python311Packages.azure-servicefabric/2024-02-26.log python311Packages.azure-servicefabric 0 -> 1 attrpath: python311Packages.azure-servicefabric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2bpj13f8hfy6xzib4as9063d558wcrb-packages.json.drv building '/nix/store/d2bpj13f8hfy6xzib4as9063d558wcrb-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-servicefabric-8.2.0.0 Press Enter key to continue... Running update for: - python3.11-azure-servicefabric-8.2.0.0: UPDATING ... - python3.11-azure-servicefabric-8.2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-servicefabric 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.Pyro5, using log file: /var/log/nixpkgs-update/python311Packages.Pyro5/2024-02-26.log python311Packages.Pyro5 0 -> 1 attrpath: python311Packages.Pyro5 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pdiav674fy1g50h9hp4f6kci2pijnwrm-packages.json.drv building '/nix/store/pdiav674fy1g50h9hp4f6kci2pijnwrm-packages.json.drv'... Going to be running update for following packages: - python3.11-pyro5-5.15 Press Enter key to continue... Running update for: - python3.11-pyro5-5.15: UPDATING ... - python3.11-pyro5-5.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.Pyro5 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-annex-remote-googledrive, using log file: /var/log/nixpkgs-update/git-annex-remote-googledrive/2024-02-26.log git-annex-remote-googledrive 0 -> 1 attrpath: git-annex-remote-googledrive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zc6k8k4wr9qbpqyiqw76iyd3v394pbw5-packages.json.drv building '/nix/store/zc6k8k4wr9qbpqyiqw76iyd3v394pbw5-packages.json.drv'... Going to be running update for following packages: - git-annex-remote-googledrive-1.3.2 Press Enter key to continue... Running update for: - git-annex-remote-googledrive-1.3.2: UPDATING ... - git-annex-remote-googledrive-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-annex-remote-googledrive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath supabase-cli, using log file: /var/log/nixpkgs-update/supabase-cli/2024-02-26.log supabase-cli 0 -> 1 attrpath: supabase-cli 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] Failed with exit code 1 this derivation will be built: /nix/store/3xc8fd3zqr6vh1s2x3anj4r3z9yzb1z9-packages.json.drv building '/nix/store/3xc8fd3zqr6vh1s2x3anj4r3z9yzb1z9-packages.json.drv'... Going to be running update for following packages: - supabase-cli-1.144.2 Press Enter key to continue... Running update for: - supabase-cli-1.144.2: UPDATING ... - supabase-cli-1.144.2: ERROR --- SHOWING ERROR LOG FOR supabase-cli-1.144.2 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/s2yz7m2m0al8nf7njwkqfxkp2kxnax6j-supabase-cli-1.148.1-go-modules.drv building '/nix/store/s2yz7m2m0al8nf7njwkqfxkp2kxnax6j-supabase-cli-1.148.1-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/ps23zwy35lfy0kwb9qm2w2pbjwyczfxq-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading github.com/go-errors/errors v1.5.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/spf13/afero v1.11.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading gopkg.in/h2non/gock.v1 v1.1.2 go: downloading github.com/spf13/viper v1.18.2 go: downloading github.com/docker/docker v24.0.7+incompatible go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/andybalholm/brotli v1.1.0 go: downloading github.com/jackc/pgconn v1.14.1 go: downloading github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa go: downloading github.com/jackc/pgx/v4 v4.18.1 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/joho/godotenv v1.5.1 go: downloading github.com/stripe/pg-schema-diff v0.6.0 go: downloading github.com/jackc/pgproto3/v2 v2.3.2 go: downloading google.golang.org/grpc v1.62.0 go: downloading github.com/go-git/go-git/v5 v5.11.0 go: downloading github.com/golang-jwt/jwt/v5 v5.2.0 go: downloading github.com/Netflix/go-env v0.0.0-20220526054621-78278af1949d go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/withfig/autocomplete-tools/packages/cobra v1.2.0 go: downloading golang.org/x/term v0.17.0 go: downloading github.com/charmbracelet/glamour v0.6.0 go: downloading github.com/zalando/go-keyring v0.2.3 go: downloading github.com/jackc/pgtype v1.14.2 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2 go: downloading github.com/BurntSushi/toml v1.3.2 go: downloading github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65 go: downloading github.com/google/go-github/v53 v53.2.0 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/matoous/go-nanoid/v2 v2.0.0 go: downloading github.com/oapi-codegen/runtime v1.1.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/slack-go/slack v0.12.4 go: downloading golang.org/x/oauth2 v0.17.0 go: downloading github.com/deepmap/oapi-codegen v1.16.2 go: downloading github.com/golangci/golangci-lint v1.56.2 go: downloading gotest.tools/gotestsum v1.11.0 go: downloading github.com/charmbracelet/bubbles v0.18.0 go: downloading github.com/charmbracelet/bubbletea v0.25.0 go: downloading github.com/charmbracelet/lipgloss v0.9.1 go: downloading github.com/containers/common v0.57.4 go: downloading github.com/docker/cli v24.0.7+incompatible go: downloading github.com/muesli/reflow v0.3.0 go: downloading golang.org/x/mod v0.15.0 go: downloading github.com/jackc/chunkreader/v2 v2.0.1 go: downloading github.com/jackc/pgio v1.0.0 go: downloading github.com/jackc/pgpassfile v1.0.0 go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a go: downloading golang.org/x/crypto v0.19.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/fsnotify/fsnotify v1.7.0 go: downloading github.com/sagikazarmark/locafero v0.4.0 go: downloading github.com/sagikazarmark/slog-shim v0.1.0 go: downloading github.com/spf13/cast v1.6.0 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading golang.org/x/sys v0.17.0 go: downloading github.com/danieljoos/wincred v1.2.0 go: downloading github.com/alessio/shellescape v1.4.1 go: downloading github.com/godbus/dbus/v5 v5.1.0 go: downloading github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 go: downloading github.com/apapsch/go-jsonmerge/v2 v2.0.0 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading golang.org/x/net v0.21.0 go: downloading github.com/muesli/termenv v0.15.2 go: downloading github.com/yuin/goldmark v1.5.2 go: downloading github.com/yuin/goldmark-emoji v1.0.1 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 go: downloading github.com/go-git/go-billy/v5 v5.5.0 go: downloading github.com/sergi/go-diff v1.1.0 go: downloading github.com/gorilla/websocket v1.4.2 go: downloading github.com/sahilm/fuzzy v0.1.1-0.20230530133925-c48e322e2a8f go: downloading github.com/charmbracelet/harmonica v0.2.0 go: downloading github.com/lucasb-eyer/go-colorful v1.2.0 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 go: downloading github.com/mattn/go-localereader v0.0.1 go: downloading github.com/muesli/cancelreader v0.2.2 go: downloading github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/google/go-cmp v0.6.0 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/stretchr/objx v0.5.0 go: downloading github.com/sourcegraph/conc v0.3.0 go: downloading golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc go: downloading github.com/subosito/gotenv v1.6.0 go: downloading github.com/hashicorp/hcl v1.0.0 go: downloading gopkg.in/ini.v1 v1.67.0 go: downloading github.com/magiconair/properties v1.8.7 go: downloading github.com/pelletier/go-toml/v2 v2.1.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/go-playground/validator/v10 v10.14.1 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading google.golang.org/protobuf v1.32.0 go: downloading github.com/bytedance/sonic v1.10.0-rc3 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/alecthomas/chroma v0.10.0 go: downloading github.com/microcosm-cc/bluemonday v1.0.25 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading google.golang.org/appengine v1.6.8 go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 go: downloading github.com/pjbgf/sha1cd v0.3.0 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 go: downloading github.com/dnephin/pflag v1.0.7 go: downloading github.com/fatih/color v1.16.0 go: downloading golang.org/x/tools v0.18.0 go: downloading github.com/atotto/clipboard v0.1.4 go: downloading github.com/rivo/uniseg v0.4.6 go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1 go: downloading github.com/cyphar/filepath-securejoin v0.2.4 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2 go: downloading github.com/getkin/kin-openapi v0.118.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.12.0 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/fvbommel/sortorder v1.1.0 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/skeema/knownhosts v1.2.1 go: downloading github.com/kevinburke/ssh_config v1.2.0 go: downloading github.com/xanzy/ssh-agent v0.3.3 go: downloading github.com/bitfield/gotestdox v0.2.1 go: downloading github.com/aymerick/douceur v0.2.0 go: downloading gopkg.in/warnings.v0 v0.1.2 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/ldez/gomoddirectives v0.2.3 go: downloading github.com/mitchellh/go-homedir v1.1.0 go: downloading github.com/lib/pq v1.10.9 go: downloading github.com/cloudflare/circl v1.3.7 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading go.uber.org/multierr v1.9.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 go: downloading github.com/dlclark/regexp2 v1.4.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 go: downloading github.com/go-openapi/jsonpointer v0.19.6 go: downloading github.com/gorilla/css v1.0.0 go: downloading github.com/perimeterx/marshmallow v1.1.4 go: downloading github.com/invopop/yaml v0.1.0 go: downloading github.com/golangci/revgrep v0.5.2 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1 go: downloading 4d63.com/gochecknoglobals v0.2.1 go: downloading github.com/4meepo/tagalign v1.3.3 go: downloading github.com/Antonboom/errname v0.1.12 go: downloading github.com/Antonboom/nilnil v0.1.7 go: downloading github.com/Antonboom/testifylint v1.1.2 go: downloading github.com/Abirdcfly/dupword v0.0.13 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2.0 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.0 go: downloading github.com/alecthomas/go-check-sumtype v0.1.4 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2 go: downloading github.com/alexkohler/prealloc v1.0.0 go: downloading github.com/alingse/asasalint v0.0.11 go: downloading github.com/ashanbrown/forbidigo v1.6.0 go: downloading github.com/ashanbrown/makezero v1.1.1 go: downloading github.com/bkielbasa/cyclop v1.2.1 go: downloading github.com/blizzy78/varnamelen v0.8.0 go: downloading github.com/bombsimon/wsl/v4 v4.2.1 go: downloading github.com/breml/bidichk v0.2.7 go: downloading github.com/breml/errchkjson v0.3.6 go: downloading github.com/butuzov/ireturn v0.3.0 go: downloading github.com/butuzov/mirror v1.1.0 go: downloading github.com/catenacyber/perfsprint v0.6.0 go: downloading github.com/charithe/durationcheck v0.0.10 go: downloading github.com/curioswitch/go-reassign v0.2.0 go: downloading github.com/daixiang0/gci v0.12.1 go: downloading github.com/denis-tingaikin/go-header v0.4.3 go: downloading github.com/esimonov/ifshort v1.0.4 go: downloading github.com/firefart/nonamedreturns v1.0.4 go: downloading github.com/fzipp/gocyclo v0.6.0 go: downloading github.com/ghostiam/protogetter v0.3.4 go: downloading github.com/go-critic/go-critic v0.11.1 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca go: downloading github.com/golangci/misspell v0.4.1 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 go: downloading github.com/gordonklaus/ineffassign v0.1.0 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 go: downloading github.com/hexops/gotextdiff v1.0.3 go: downloading github.com/jgautheron/goconst v1.7.0 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af go: downloading github.com/jjti/go-spancheck v0.5.2 go: downloading github.com/julz/importas v0.1.0 go: downloading github.com/kisielk/errcheck v1.7.0 go: downloading github.com/kkHAIKE/contextcheck v1.1.4 go: downloading github.com/kulti/thelper v0.6.3 go: downloading github.com/kunwardeep/paralleltest v1.0.9 go: downloading github.com/kyoh86/exportloopref v0.1.11 go: downloading github.com/ldez/tagliatelle v0.5.0 go: downloading github.com/leonklingele/grouper v1.1.1 go: downloading github.com/lufeee/execinquery v1.2.1 go: downloading github.com/macabu/inamedparam v0.1.3 go: downloading github.com/maratori/testableexamples v1.0.0 go: downloading github.com/maratori/testpackage v1.1.1 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 go: downloading github.com/mgechev/revive v1.3.7 go: downloading github.com/moricho/tparallel v0.3.1 go: downloading github.com/nakabonne/nestif v0.3.1 go: downloading github.com/nishanths/exhaustive v0.12.0 go: downloading github.com/nishanths/predeclared v0.2.2 go: downloading github.com/nunnatsa/ginkgolinter v0.15.2 go: downloading github.com/polyfloyd/go-errorlint v1.4.8 go: downloading github.com/ryancurrah/gomodguard v1.3.0 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 go: downloading github.com/sashamelentyev/usestdlibvars v1.25.0 go: downloading github.com/securego/gosec/v2 v2.19.0 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c go: downloading github.com/sivchari/containedctx v1.0.3 go: downloading github.com/sivchari/nosnakecase v1.7.0 go: downloading github.com/sivchari/tenv v1.7.1 go: downloading github.com/sonatard/noctx v0.0.2 go: downloading github.com/sourcegraph/go-diff v0.7.0 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 go: downloading github.com/tdakkota/asciicheck v0.2.0 go: downloading github.com/tetafro/godot v1.4.16 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 go: downloading github.com/timonwong/loggercheck v0.9.4 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1 go: downloading github.com/ultraware/funlen v0.1.0 go: downloading github.com/ultraware/whitespace v0.1.0 go: downloading github.com/uudashr/gocognit v1.1.2 go: downloading github.com/xen0n/gosmopolitan v1.2.2 go: downloading github.com/yagipy/maintidx v1.0.0 go: downloading github.com/yeya24/promlinter v0.2.0 go: downloading github.com/ykadowak/zerologlint v0.1.5 go: downloading gitlab.com/bosi/decorder v0.4.1 go: downloading go-simpler.org/musttag v0.8.0 go: downloading go-simpler.org/sloglint v0.4.0 go: downloading honnef.co/go/tools v0.4.6 go: downloading mvdan.cc/gofumpt v0.6.0 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed go: downloading mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d go: downloading golang.org/x/arch v0.4.0 go: downloading go.uber.org/atomic v1.9.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/go-openapi/swag v0.22.4 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/fatih/structtag v1.2.0 go: downloading github.com/gobwas/glob v0.2.3 go: downloading go.uber.org/zap v1.24.0 go: downloading github.com/kisielk/gotool v1.0.0 go: downloading github.com/gostaticanalysis/comment v1.4.2 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 go: downloading github.com/ettle/strcase v0.2.0 go: downloading github.com/go-toolsmith/astfmt v1.1.0 go: downloading github.com/go-toolsmith/astcast v1.1.0 go: downloading github.com/go-toolsmith/astcopy v1.1.0 go: downloading github.com/go-toolsmith/astequal v1.2.0 go: downloading github.com/go-toolsmith/astp v1.1.0 go: downloading github.com/go-toolsmith/strparse v1.1.0 go: downloading github.com/go-toolsmith/typep v1.1.0 go: downloading github.com/quasilyte/go-ruleguard v0.4.0 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c go: downloading github.com/ccojocar/zxcvbn-go v1.0.2 go: downloading github.com/twitchyliquid64/golang-asm v0.15.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: downloading github.com/klauspost/cpuid/v2 v2.2.5 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b go: downloading github.com/josharian/intern v1.0.0 go: downloading golang.org/x/exp/typeparams v0.0.0-20231219180239-dc181d75b848 go: downloading github.com/chavacava/garif v0.1.0 go: downloading github.com/prometheus/client_golang v1.12.1 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/chenzhuoyu/iasm v0.9.0 go: downloading github.com/quasilyte/gogrep v0.5.0 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 go: downloading github.com/prometheus/common v0.32.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/procfs v0.7.3 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: downloading github.com/containers/storage v1.51.0 go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/s2yz7m2m0al8nf7njwkqfxkp2kxnax6j-supabase-cli-1.148.1-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 > go: downloading github.com/Masterminds/semver v1.5.0 > go: downloading github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c > go: downloading github.com/ccojocar/zxcvbn-go v1.0.2 > go: downloading github.com/twitchyliquid64/golang-asm v0.15.1 > go: downloading github.com/docker/go-metrics v0.0.1 > go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f > go: downloading github.com/klauspost/cpuid/v2 v2.2.5 > go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b > go: downloading github.com/josharian/intern v1.0.0 > go: downloading golang.org/x/exp/typeparams v0.0.0-20231219180239-dc181d75b848 > go: downloading github.com/chavacava/garif v0.1.0 > go: downloading github.com/prometheus/client_golang v1.12.1 > go: downloading github.com/prometheus/client_model v0.2.0 > go: downloading github.com/chenzhuoyu/iasm v0.9.0 > go: downloading github.com/quasilyte/gogrep v0.5.0 > go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 > go: downloading github.com/prometheus/common v0.32.1 > go: downloading github.com/beorn7/perks v1.0.1 > go: downloading github.com/cespare/xxhash/v2 v2.2.0 > go: downloading github.com/prometheus/procfs v0.7.3 > go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 > go: downloading github.com/containers/storage v1.51.0 > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/s2yz7m2m0al8nf7njwkqfxkp2kxnax6j-supabase-cli-1.148.1-go-modules.drv'. Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 362, in update update_go_modules_hash(opts, package.filename, package.go_modules) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 149, in update_go_modules_hash target_hash = nix_prefetch(opts, "goModules") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/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 supabase-cli.goModules --- SHOWING ERROR LOG FOR supabase-cli-1.144.2 ---------------------- The update script for supabase-cli-1.144.2 failed with exit code 1 [result] Failed to update supabase-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.azure-mgmt-sql, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-sql/2024-02-26.log python311Packages.azure-mgmt-sql 0 -> 1 attrpath: python311Packages.azure-mgmt-sql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cna7jf1p2dkkqfq0gjblsjp4fhwvn18v-packages.json.drv building '/nix/store/cna7jf1p2dkkqfq0gjblsjp4fhwvn18v-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-sql-3.0.1 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-sql-3.0.1: UPDATING ... - python3.11-azure-mgmt-sql-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-sql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.click-plugins, using log file: /var/log/nixpkgs-update/python311Packages.click-plugins/2024-02-26.log python311Packages.click-plugins 0 -> 1 attrpath: python311Packages.click-plugins Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bqkcxncf0f32d2rfdg6cnpf7rvq9yih3-packages.json.drv building '/nix/store/bqkcxncf0f32d2rfdg6cnpf7rvq9yih3-packages.json.drv'... Going to be running update for following packages: - python3.11-click-plugins-1.1.1 Press Enter key to continue... Running update for: - python3.11-click-plugins-1.1.1: UPDATING ... - python3.11-click-plugins-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-plugins 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wsgitools, using log file: /var/log/nixpkgs-update/python311Packages.wsgitools/2024-02-26.log python311Packages.wsgitools 0 -> 1 attrpath: python311Packages.wsgitools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/00hsp9wxbv1dgwl3p3ffrchk2vd9kn3k-packages.json.drv building '/nix/store/00hsp9wxbv1dgwl3p3ffrchk2vd9kn3k-packages.json.drv'... Going to be running update for following packages: - python3.11-wsgitools-0.3.1 Press Enter key to continue... Running update for: - python3.11-wsgitools-0.3.1: UPDATING ... - python3.11-wsgitools-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wsgitools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.huey, using log file: /var/log/nixpkgs-update/python311Packages.huey/2024-02-26.log python311Packages.huey 0 -> 1 attrpath: python311Packages.huey Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ax13wkzp5gzlvbsqaim0r60p8fzbwji9-packages.json.drv building '/nix/store/ax13wkzp5gzlvbsqaim0r60p8fzbwji9-packages.json.drv'... Going to be running update for following packages: - python3.11-huey-2.5.0 Press Enter key to continue... Running update for: - python3.11-huey-2.5.0: UPDATING ... - python3.11-huey-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.huey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.piccolo-theme, using log file: /var/log/nixpkgs-update/python311Packages.piccolo-theme/2024-02-26.log python311Packages.piccolo-theme 0 -> 1 attrpath: python311Packages.piccolo-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/d3wvzzrm16w1kj3kiawrr1vvfmza66d6-packages.json.drv building '/nix/store/d3wvzzrm16w1kj3kiawrr1vvfmza66d6-packages.json.drv'... Going to be running update for following packages: - python3.11-piccolo-theme-0.19.0 Press Enter key to continue... Running update for: - python3.11-piccolo-theme-0.19.0: UPDATING ... - python3.11-piccolo-theme-0.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.piccolo-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 q-text-as-data, using log file: /var/log/nixpkgs-update/q-text-as-data/2024-02-26.log q-text-as-data 0 -> 1 attrpath: q-text-as-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/8hx13mqyzgzah5z8v2y9p2n987krkgw1-packages.json.drv building '/nix/store/8hx13mqyzgzah5z8v2y9p2n987krkgw1-packages.json.drv'... Going to be running update for following packages: - q-text-as-data-2.0.19 Press Enter key to continue... Running update for: - q-text-as-data-2.0.19: UPDATING ... - q-text-as-data-2.0.19: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/q-text-as-data/default.nix b/pkgs/tools/misc/q-text-as-data/default.nix index 5a63752b8238..4c0cca76ac82 100644 --- a/pkgs/tools/misc/q-text-as-data/default.nix +++ b/pkgs/tools/misc/q-text-as-data/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "q-text-as-data"; - version = "2.0.19"; + version = "3.1.6"; src = fetchFromGitHub { owner = "harelba"; repo = "q"; - rev = version; - sha256 = "18cwyfjgxxavclyd08bmb943c8bvzp1gnqp4klkq5xlgqwivr4sv"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-hjVDGNclGrQrjp5olORACMeSn0zXD2Rp4AgbNg/+Mik="; }; propagatedBuildInputs = with python3Packages; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A q-text-as-data nix build failed. got build log for 'q-text-as-data' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase 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/mc3kshwp9fv9jb9pzw7z79b9i9a5w3wz-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/test/test_suite.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase rm: cannot remove 'bin/qtextasdata.py': No such file or directory [result] Failed to update q-text-as-data 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simplekml, using log file: /var/log/nixpkgs-update/python311Packages.simplekml/2024-02-26.log python311Packages.simplekml 0 -> 1 attrpath: python311Packages.simplekml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pfydqhns7b1gf3z4hpqr3pjxpzk1havv-packages.json.drv building '/nix/store/pfydqhns7b1gf3z4hpqr3pjxpzk1havv-packages.json.drv'... Going to be running update for following packages: - python3.11-simplekml-1.3.6 Press Enter key to continue... Running update for: - python3.11-simplekml-1.3.6: UPDATING ... - python3.11-simplekml-1.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplekml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ubjson, using log file: /var/log/nixpkgs-update/python311Packages.py-ubjson/2024-02-26.log python311Packages.py-ubjson 0 -> 1 attrpath: python311Packages.py-ubjson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bq3kw8j0p065kpbyp6jgns78y3kaqpyh-packages.json.drv building '/nix/store/bq3kw8j0p065kpbyp6jgns78y3kaqpyh-packages.json.drv'... Going to be running update for following packages: - python3.11-py-ubjson-0.16.1 Press Enter key to continue... Running update for: - python3.11-py-ubjson-0.16.1: UPDATING ... - python3.11-py-ubjson-0.16.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-ubjson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath schleuder-cli, using log file: /var/log/nixpkgs-update/schleuder-cli/2024-02-26.log schleuder-cli 0 -> 1 attrpath: schleuder-cli 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 schleuder-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.tzlocal, using log file: /var/log/nixpkgs-update/python311Packages.tzlocal/2024-02-26.log python311Packages.tzlocal 0 -> 1 attrpath: python311Packages.tzlocal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4vcbmv1y6i2aaam0rz4536f1lj1fn3fj-packages.json.drv building '/nix/store/4vcbmv1y6i2aaam0rz4536f1lj1fn3fj-packages.json.drv'... Going to be running update for following packages: - python3.11-tzlocal-5.2 Press Enter key to continue... Running update for: - python3.11-tzlocal-5.2: UPDATING ... - python3.11-tzlocal-5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tzlocal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tiv, using log file: /var/log/nixpkgs-update/tiv/2024-02-26.log tiv 1.1.1 -> 1.2.1 https://github.com/stefanhaustein/TerminalImageViewer/releases attrpath: tiv 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/misc/tiv/default.nix b/pkgs/applications/misc/tiv/default.nix index 30117180b74c..a897c64764e7 100644 --- a/pkgs/applications/misc/tiv/default.nix +++ b/pkgs/applications/misc/tiv/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "tiv"; - version = "1.1.1"; + version = "1.2.1"; src = fetchFromGitHub { owner = "stefanhaustein"; repo = "TerminalImageViewer"; rev = "v${version}"; - sha256 = "sha256-mCgybL4af19zqECN1pBV+WnxMq2ZtlK5GDTQO3u9CK0="; + sha256 = "sha256-xuJpl/tGWlyo8aKKy0yYzGladLs3ayKcRCodDNyZI9w="; }; nativeBuildInputs = [ makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tiv nix build failed. got build log for 'tiv' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/f7382hamm5dk6ic3fmk1a48plflb6vbx-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/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 114: cd: src/main/cpp: No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update tiv 1.1.1 -> 1.2.1 https://github.com/stefanhaustein/TerminalImageViewer/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrmvtransport, using log file: /var/log/nixpkgs-update/python311Packages.pyrmvtransport/2024-02-26.log python311Packages.pyrmvtransport 0 -> 1 attrpath: python311Packages.pyrmvtransport 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/dl8jqkcjcq081jrpja5rs2xwdj9gs6k6-packages.json.drv building '/nix/store/dl8jqkcjcq081jrpja5rs2xwdj9gs6k6-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrmvtransport-0.3.3 Press Enter key to continue... Running update for: - python3.11-pyrmvtransport-0.3.3: UPDATING ... - python3.11-pyrmvtransport-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrmvtransport 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulseaudio-dlna, using log file: /var/log/nixpkgs-update/pulseaudio-dlna/2024-02-26.log pulseaudio-dlna 0 -> 1 attrpath: pulseaudio-dlna Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/35li6nwlzs2565wbzj6mg54f80j652f0-packages.json.drv building '/nix/store/35li6nwlzs2565wbzj6mg54f80j652f0-packages.json.drv'... Going to be running update for following packages: - pulseaudio-dlna-unstable-2021-11-09 Press Enter key to continue... Running update for: - pulseaudio-dlna-unstable-2021-11-09: UPDATING ... - pulseaudio-dlna-unstable-2021-11-09: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pulseaudio-dlna 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.web, using log file: /var/log/nixpkgs-update/python311Packages.web/2024-02-26.log python311Packages.web 0 -> 1 attrpath: python311Packages.web Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sjixhii7c63iwzl5d7iwh2pp65qdm0qk-packages.json.drv building '/nix/store/sjixhii7c63iwzl5d7iwh2pp65qdm0qk-packages.json.drv'... Going to be running update for following packages: - python3.11-web.py-0.62 Press Enter key to continue... Running update for: - python3.11-web.py-0.62: UPDATING ... - python3.11-web.py-0.62: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.web 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rclip, using log file: /var/log/nixpkgs-update/rclip/2024-02-26.log rclip 0 -> 1 attrpath: rclip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6872v0d1wf6i0d7la6xziqpwrs935hp6-packages.json.drv building '/nix/store/6872v0d1wf6i0d7la6xziqpwrs935hp6-packages.json.drv'... Going to be running update for following packages: - rclip-1.7.26 Press Enter key to continue... Running update for: - rclip-1.7.26: UPDATING ... - rclip-1.7.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rclip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylion, using log file: /var/log/nixpkgs-update/python311Packages.pylion/2024-02-26.log python311Packages.pylion 0 -> 1 attrpath: python311Packages.pylion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9jgabb5r86lsfvbgn0vz241qlfvk03jl-packages.json.drv building '/nix/store/9jgabb5r86lsfvbgn0vz241qlfvk03jl-packages.json.drv'... Going to be running update for following packages: - python3.11-pylion-0.5.3 Press Enter key to continue... Running update for: - python3.11-pylion-0.5.3: UPDATING ... - python3.11-pylion-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.elementary-camera, using log file: /var/log/nixpkgs-update/pantheon.elementary-camera/2024-02-26.log pantheon.elementary-camera 0 -> 1 attrpath: pantheon.elementary-camera Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0n0s7yyb4a99m0yzzqy0hkglkclv8cwg-packages.json.drv building '/nix/store/0n0s7yyb4a99m0yzzqy0hkglkclv8cwg-packages.json.drv'... Going to be running update for following packages: - elementary-camera-6.2.2 Press Enter key to continue... Running update for: - elementary-camera-6.2.2: UPDATING ... - elementary-camera-6.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-camera 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dublin-traceroute, using log file: /var/log/nixpkgs-update/dublin-traceroute/2024-02-26.log dublin-traceroute 0 -> 1 attrpath: dublin-traceroute Checking auto update branch... [version] [version] skipping because derivation has 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/h23m846scwskkaxwkm2lxggiixx3r584-packages.json.drv building '/nix/store/h23m846scwskkaxwkm2lxggiixx3r584-packages.json.drv'... Going to be running update for following packages: - dublin-traceroute-0.4.2-unstable-2024-01-09 Press Enter key to continue... Running update for: - dublin-traceroute-0.4.2-unstable-2024-01-09: UPDATING ... - dublin-traceroute-0.4.2-unstable-2024-01-09: ERROR --- SHOWING ERROR LOG FOR dublin-traceroute-0.4.2-unstable-2024-01-09 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; dublin-traceroute.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/insomniacslk/dublin-traceroute.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.wrg0mU3ElG + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 https://github.com/insomniacslk/dublin-traceroute.git /run/nixpkgs-update-worker/tmp.wrg0mU3ElG Cloning into bare repository '/run/nixpkgs-update-worker/tmp.wrg0mU3ElG'... + pushd /run/nixpkgs-update-worker/tmp.wrg0mU3ElG ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2024-01-09 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=b136db81cfbb30d5fd324dfccc97fca49a5ecee1 + [[ -z '' ]] + new_version=unstable-2024-01-09 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version dublin-traceroute unstable-2024-01-09 --rev=b136db81cfbb30d5fd324dfccc97fca49a5ecee1 update-source-version: error: Failed to replace source revision 'b136db81cfbb30d5fd324dfccc97fca49a5ecee1' to 'b136db81cfbb30d5fd324dfccc97fca49a5ecee1' in 'dublin-traceroute'! --- SHOWING ERROR LOG FOR dublin-traceroute-0.4.2-unstable-2024-01-09 ---------------------- The update script for dublin-traceroute-0.4.2-unstable-2024-01-09 failed with exit code 1 [result] Failed to update dublin-traceroute 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-thumbcache, using log file: /var/log/nixpkgs-update/python311Packages.dissect-thumbcache/2024-02-26.log python311Packages.dissect-thumbcache 0 -> 1 attrpath: python311Packages.dissect-thumbcache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m2vi8sb8i97a81hxsbbypap36xmmz2zy-packages.json.drv building '/nix/store/m2vi8sb8i97a81hxsbbypap36xmmz2zy-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-thumbcache-1.6 Press Enter key to continue... Running update for: - python3.11-dissect-thumbcache-1.6: UPDATING ... - python3.11-dissect-thumbcache-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-thumbcache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyjwt, using log file: /var/log/nixpkgs-update/python311Packages.pyjwt/2024-02-26.log python311Packages.pyjwt 0 -> 1 attrpath: python311Packages.pyjwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v0qp1ivnsfri8vqc05mnpkqb2biilynd-packages.json.drv building '/nix/store/v0qp1ivnsfri8vqc05mnpkqb2biilynd-packages.json.drv'... Going to be running update for following packages: - python3.11-pyjwt-2.8.0 Press Enter key to continue... Running update for: - python3.11-pyjwt-2.8.0: UPDATING ... - python3.11-pyjwt-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyjwt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.couchbase, using log file: /var/log/nixpkgs-update/php81Extensions.couchbase/2024-02-26.log php81Extensions.couchbase 0 -> 1 attrpath: php81Extensions.couchbase Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iixphj16h49ns55p168rgdqxqvlf7prc-packages.json.drv building '/nix/store/iixphj16h49ns55p168rgdqxqvlf7prc-packages.json.drv'... Going to be running update for following packages: - php-couchbase-3.2.2 Press Enter key to continue... Running update for: - php-couchbase-3.2.2: UPDATING ... - php-couchbase-3.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.couchbase 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath civetweb, using log file: /var/log/nixpkgs-update/civetweb/2024-02-26.log civetweb 1.15 -> 1.16 https://github.com/civetweb/civetweb/releases attrpath: civetweb 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/civetweb/default.nix b/pkgs/development/libraries/civetweb/default.nix index 3222702f5a1a..e2cceb7c4d16 100644 --- a/pkgs/development/libraries/civetweb/default.nix +++ b/pkgs/development/libraries/civetweb/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "civetweb"; - version = "1.15"; + version = "1.16"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - sha256 = "sha256-Qh6BGPk7a01YzCeX42+Og9M+fjXRs7kzNUCyT4mYab4="; + sha256 = "sha256-eXb5f2jhtfxDORG+JniSy17kzB7A4vM0UnUQAfKTquU="; }; outputs = [ "out" "dev" ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A civetweb nix build failed. -- Installing: /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/bin/civetweb -- Set non-toolchain portion of runtime path of "/nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/bin/civetweb" to "" -- Installing: /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/lib/libcivetweb-cpp.so.1.15.0 -- Set non-toolchain portion of runtime path of "/nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/lib/libcivetweb-cpp.so.1.15.0" to "" -- Installing: /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/lib/libcivetweb-cpp.so -- Installing: /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev/include/CivetServer.h @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase Moving /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/share/pkgconfig to /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev/share/pkgconfig Removing empty /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/share/ and (possibly) its parents Moving /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/lib/cmake to /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev/lib/cmake Patching '/nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev/share/pkgconfig/civetweb-cpp.pc' includedir to output /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev Patching '/nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev/share/pkgconfig/civetweb.pc' includedir to output /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev shrinking RPATHs of ELF executables and libraries in /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16 shrinking /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/bin/civetweb shrinking /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/lib/libcivetweb-cpp.so.1.15.0 shrinking /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/lib/libcivetweb.so.1.15.0 checking for references to /build/ in /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16... patching script interpreter paths in /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16 stripping (with command strip and flags -S -p) in /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/lib /nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/bin shrinking RPATHs of ELF executables and libraries in /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev checking for references to /build/ in /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev... patching script interpreter paths in /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev stripping (with command strip and flags -S -p) in /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev/lib Broken paths found in a .pc file! /nix/store/zhbq9qx3c05lkymmyh6yzmbim8qaq8dn-civetweb-1.16-dev/share/pkgconfig/civetweb-cpp.pc The following lines have issues (specifically '//' in paths). 4:libdir=${exec_prefix}//nix/store/9g2bzmzkk88fdxn474r3rafbyx05wkmz-civetweb-1.16/lib It is very likely that paths are being joined improperly. ex: "${prefix}/@CMAKE_INSTALL_LIBDIR@" should be "@CMAKE_INSTALL_FULL_LIBDIR@" Please see https://github.com/NixOS/nixpkgs/issues/144170 for more details. [result] Failed to update civetweb 1.15 -> 1.16 https://github.com/civetweb/civetweb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.trino-python-client, using log file: /var/log/nixpkgs-update/python311Packages.trino-python-client/2024-02-26.log python311Packages.trino-python-client 0 -> 1 attrpath: python311Packages.trino-python-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/0figldw415737jsg82a81z5xx397w7n7-packages.json.drv building '/nix/store/0figldw415737jsg82a81z5xx397w7n7-packages.json.drv'... Going to be running update for following packages: - python3.11-trino-python-client-0.322.0 Press Enter key to continue... Running update for: - python3.11-trino-python-client-0.322.0: UPDATING ... - python3.11-trino-python-client-0.322.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.trino-python-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 python311Packages.debianbts, using log file: /var/log/nixpkgs-update/python311Packages.debianbts/2024-02-26.log python311Packages.debianbts 0 -> 1 attrpath: python311Packages.debianbts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pkbr5n83hk2lsk5wy6grrxlw71zl6ykf-packages.json.drv building '/nix/store/pkbr5n83hk2lsk5wy6grrxlw71zl6ykf-packages.json.drv'... Going to be running update for following packages: - python3.11-python-debianbts-4.0.2 Press Enter key to continue... Running update for: - python3.11-python-debianbts-4.0.2: UPDATING ... - python3.11-python-debianbts-4.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.debianbts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ps3iso-utils, using log file: /var/log/nixpkgs-update/ps3iso-utils/2024-02-26.log ps3iso-utils 0 -> 1 attrpath: ps3iso-utils Checking auto update branch... [version] [version] skipping because derivation has 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/mqxlpl2qs075jm2kj4pmvkw7p06zmiy4-packages.json.drv building '/nix/store/mqxlpl2qs075jm2kj4pmvkw7p06zmiy4-packages.json.drv'... Going to be running update for following packages: - ps3iso-utils-277db7de Press Enter key to continue... Running update for: - ps3iso-utils-277db7de: UPDATING ... - ps3iso-utils-277db7de: ERROR --- SHOWING ERROR LOG FOR ps3iso-utils-277db7de ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; ps3iso-utils.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/bucanero/ps3iso-utils.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.RFCIYLVcx5 + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 https://github.com/bucanero/ps3iso-utils.git /run/nixpkgs-update-worker/tmp.RFCIYLVcx5 Cloning into bare repository '/run/nixpkgs-update-worker/tmp.RFCIYLVcx5'... + pushd /run/nixpkgs-update-worker/tmp.RFCIYLVcx5 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2022-03-09 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=878090980a9042c61901920fed1b034af215e8c7 + [[ -z '' ]] + new_version=unstable-2022-03-09 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version ps3iso-utils unstable-2022-03-09 --rev=878090980a9042c61901920fed1b034af215e8c7 update-source-version: error: Failed to replace source revision '878090980a9042c61901920fed1b034af215e8c7' to '878090980a9042c61901920fed1b034af215e8c7' in 'ps3iso-utils'! --- SHOWING ERROR LOG FOR ps3iso-utils-277db7de ---------------------- The update script for ps3iso-utils-277db7de failed with exit code 1 [result] Failed to update ps3iso-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.approvaltests, using log file: /var/log/nixpkgs-update/python311Packages.approvaltests/2024-02-26.log python311Packages.approvaltests 0 -> 1 attrpath: python311Packages.approvaltests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xsmx0f8iylpfzay2bryg58cvijd9lllp-packages.json.drv building '/nix/store/xsmx0f8iylpfzay2bryg58cvijd9lllp-packages.json.drv'... Going to be running update for following packages: - python3.11-approvaltests-10.4.0 Press Enter key to continue... Running update for: - python3.11-approvaltests-10.4.0: UPDATING ... - python3.11-approvaltests-10.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/approvaltests/default.nix b/pkgs/development/python-modules/approvaltests/default.nix index 497d4a9aa4dd..aba858a05dc4 100644 --- a/pkgs/development/python-modules/approvaltests/default.nix +++ b/pkgs/development/python-modules/approvaltests/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "approvaltests"; - version = "10.4.0"; + version = "11.0.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "approvals"; repo = "ApprovalTests.Python"; rev = "refs/tags/v${version}"; - hash = "sha256-/UsrUzCd4aYEQ4epZggk2O2esJCUG0DxRseK+s6yJd4="; + hash = "sha256-Ep95niYin3urtiMFSVY792zpFAcu6MwQN9DA/IJLSQQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8xvlf49hw3n8sy1y2nqajxdw4imfrg14-python3.11-approvaltests-11.0.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages failed to build:
  • python312Packages.approvaltests
  • python312Packages.robotframework-selenium2library
  • python312Packages.robotframework-seleniumlibrary
5 packages built:
  • python311Packages.approval-utilities
  • python311Packages.approvaltests
  • python311Packages.robotframework-selenium2library
  • python311Packages.robotframework-seleniumlibrary
  • python312Packages.approval-utilities
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.approvaltests is: Assertion/verification library to aid testing meta.homepage for python311Packages.approvaltests is: https://github.com/approvals/ApprovalTests.Python meta.changelog for python311Packages.approvaltests is: https://github.com/approvals/ApprovalTests.Python/releases/tag/v11.0.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 11.0.0 with grep in /nix/store/8xvlf49hw3n8sy1y2nqajxdw4imfrg14-python3.11-approvaltests-11.0.0 - found 11.0.0 in filename of file in /nix/store/8xvlf49hw3n8sy1y2nqajxdw4imfrg14-python3.11-approvaltests-11.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 8 total rebuild path(s) 8 package rebuild(s) First fifty rebuilds by attrpath python311Packages.approval-utilities python311Packages.approvaltests python311Packages.robotframework-selenium2library python311Packages.robotframework-seleniumlibrary python312Packages.approval-utilities python312Packages.approvaltests python312Packages.robotframework-selenium2library python312Packages.robotframework-seleniumlibrary ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8xvlf49hw3n8sy1y2nqajxdw4imfrg14-python3.11-approvaltests-11.0.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.approvaltests https://github.com/r-ryantm/nixpkgs/archive/f97e6cd0d01299575c08f1f4049898a66fa7252c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f97e6cd0d01299575c08f1f4049898a66fa7252c#python311Packages.approvaltests ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8xvlf49hw3n8sy1y2nqajxdw4imfrg14-python3.11-approvaltests-11.0.0 ls -la /nix/store/8xvlf49hw3n8sy1y2nqajxdw4imfrg14-python3.11-approvaltests-11.0.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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages failed to build:
  • python312Packages.approvaltests
  • python312Packages.robotframework-selenium2library
  • python312Packages.robotframework-seleniumlibrary
5 packages built:
  • python311Packages.approval-utilities
  • python311Packages.approvaltests
  • python311Packages.robotframework-selenium2library
  • python311Packages.robotframework-seleniumlibrary
  • python312Packages.approval-utilities
--- ###### Maintainer pings cc @marsam for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/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/291566 [result] Success updating python311Packages.approvaltests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-timeout, using log file: /var/log/nixpkgs-update/python311Packages.pytest-timeout/2024-02-26.log python311Packages.pytest-timeout 0 -> 1 attrpath: python311Packages.pytest-timeout Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8062hpjbmw42kr6g09hmdgp4kqsizis7-packages.json.drv building '/nix/store/8062hpjbmw42kr6g09hmdgp4kqsizis7-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-timeout-2.2.0 Press Enter key to continue... Running update for: - python3.11-pytest-timeout-2.2.0: UPDATING ... - python3.11-pytest-timeout-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-timeout 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.defusedxml, using log file: /var/log/nixpkgs-update/python311Packages.defusedxml/2024-02-26.log python311Packages.defusedxml 0 -> 1 attrpath: python311Packages.defusedxml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cr8vjlhyxgr3pnkxzckairvhkji97z9b-packages.json.drv building '/nix/store/cr8vjlhyxgr3pnkxzckairvhkji97z9b-packages.json.drv'... Going to be running update for following packages: - python3.11-defusedxml-0.7.1 Press Enter key to continue... Running update for: - python3.11-defusedxml-0.7.1: UPDATING ... - python3.11-defusedxml-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.defusedxml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.vultr, using log file: /var/log/nixpkgs-update/terraform-providers.vultr/2024-02-26.log terraform-providers.vultr 0 -> 1 attrpath: terraform-providers.vultr Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.vultr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.PyGithub, using log file: /var/log/nixpkgs-update/python311Packages.PyGithub/2024-02-26.log python311Packages.PyGithub 0 -> 1 attrpath: python311Packages.PyGithub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/746lbx4d410l3pv8hm48rx9f78s27pgk-packages.json.drv building '/nix/store/746lbx4d410l3pv8hm48rx9f78s27pgk-packages.json.drv'... Going to be running update for following packages: - python3.11-pygithub-2.1.1 Press Enter key to continue... Running update for: - python3.11-pygithub-2.1.1: UPDATING ... - python3.11-pygithub-2.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pygithub/default.nix b/pkgs/development/python-modules/pygithub/default.nix index 1efcb940f1a4..30197b54a8b2 100644 --- a/pkgs/development/python-modules/pygithub/default.nix +++ b/pkgs/development/python-modules/pygithub/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pygithub"; - version = "2.1.1"; + version = "2.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "PyGithub"; repo = "PyGithub"; rev = "refs/tags/v${version}"; - hash = "sha256-ysa1RAWuFFQCF6bYwAUVFou7nxCKHLZbUtrUtXiSpPk="; + hash = "sha256-RNv/6Rs7NapP/XOdBFIWPg+/BmaK1+OY0+bP/i2YKaA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 35 > 25 [result] Failed to update python311Packages.PyGithub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhocon, using log file: /var/log/nixpkgs-update/python311Packages.pyhocon/2024-02-26.log python311Packages.pyhocon 0 -> 1 attrpath: python311Packages.pyhocon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kw68sqj0kix55cbff82yp1c67mxa05ig-packages.json.drv building '/nix/store/kw68sqj0kix55cbff82yp1c67mxa05ig-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhocon-0.3.60 Press Enter key to continue... Running update for: - python3.11-pyhocon-0.3.60: UPDATING ... - python3.11-pyhocon-0.3.60: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhocon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bash-kernel, using log file: /var/log/nixpkgs-update/python311Packages.bash-kernel/2024-02-26.log python311Packages.bash-kernel 0 -> 1 attrpath: python311Packages.bash-kernel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s49s6a2j0j28qvww7p6bq7f00i93lr1x-packages.json.drv building '/nix/store/s49s6a2j0j28qvww7p6bq7f00i93lr1x-packages.json.drv'... Going to be running update for following packages: - python3.11-bash-kernel-0.9.3 Press Enter key to continue... Running update for: - python3.11-bash-kernel-0.9.3: UPDATING ... - python3.11-bash-kernel-0.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bash-kernel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.APScheduler, using log file: /var/log/nixpkgs-update/python311Packages.APScheduler/2024-02-26.log python311Packages.APScheduler 0 -> 1 attrpath: python311Packages.APScheduler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x6zgl7r374bsnm4cnzynn81xvv4sgvg6-packages.json.drv building '/nix/store/x6zgl7r374bsnm4cnzynn81xvv4sgvg6-packages.json.drv'... Going to be running update for following packages: - python3.11-apscheduler-3.10.4 Press Enter key to continue... Running update for: - python3.11-apscheduler-3.10.4: UPDATING ... - python3.11-apscheduler-3.10.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.APScheduler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tqdm, using log file: /var/log/nixpkgs-update/python311Packages.tqdm/2024-02-26.log python311Packages.tqdm 0 -> 1 attrpath: python311Packages.tqdm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lxq75axww7ns2bax3khqayj1x0igwmmk-packages.json.drv building '/nix/store/lxq75axww7ns2bax3khqayj1x0igwmmk-packages.json.drv'... Going to be running update for following packages: - python3.11-tqdm-4.66.1 Press Enter key to continue... Running update for: - python3.11-tqdm-4.66.1: UPDATING ... - python3.11-tqdm-4.66.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tqdm/default.nix b/pkgs/development/python-modules/tqdm/default.nix index 2cd490e844e5..b3f8282df4bd 100644 --- a/pkgs/development/python-modules/tqdm/default.nix +++ b/pkgs/development/python-modules/tqdm/default.nix @@ -17,12 +17,12 @@ buildPythonPackage rec { pname = "tqdm"; - version = "4.66.1"; + version = "4.66.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-2I5lH5242FUaYlVtPP+eMDQnTKXWbpMZfPJJDi3Lacc="; + hash = "sha256-bNUs3w/vDg9UMpnPyW/skNe4p+iHRfQR7DPrRNXtNTE="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 5035 > 25 [result] Failed to update python311Packages.tqdm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-build-tools, using log file: /var/log/nixpkgs-update/lxqt.lxqt-build-tools/2024-02-26.log lxqt.lxqt-build-tools 0 -> 1 attrpath: lxqt.lxqt-build-tools Packages for lxqt are currently skipped. [result] Failed to update lxqt.lxqt-build-tools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath selinux-python, using log file: /var/log/nixpkgs-update/selinux-python/2024-02-26.log selinux-python 3.3 -> 3.6 https://github.com/SELinuxProject/selinux/releases attrpath: selinux-python 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/linux/selinux-python/default.nix b/pkgs/os-specific/linux/selinux-python/default.nix index c50f4ffccd0b..765b4b8ff599 100644 --- a/pkgs/os-specific/linux/selinux-python/default.nix +++ b/pkgs/os-specific/linux/selinux-python/default.nix @@ -7,13 +7,13 @@ with lib; stdenv.mkDerivation rec { pname = "selinux-python"; - version = "3.3"; + version = "3.6"; inherit (libsepol) se_url; src = fetchurl { url = "${se_url}/${version}/selinux-python-${version}.tar.gz"; - sha256 = "1v244hpb45my303793xa4kcn7qnxjgxn4ja7rdn9k1q361hi1nca"; + sha256 = "sha256-4oZ9TNJvmGnFUhbMIMp9EEQkkaD78lYRat6Z7DlCbsA="; }; strictDeps = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A selinux-python nix build failed. copying sepolicy/help/lockdown_permissive.png -> build/lib/sepolicy/help copying sepolicy/help/login.png -> build/lib/sepolicy/help copying sepolicy/help/booleans.png -> build/lib/sepolicy/help copying sepolicy/help/system_relabel.png -> build/lib/sepolicy/help copying sepolicy/help/file_equiv.png -> build/lib/sepolicy/help copying sepolicy/help/login_default.png -> build/lib/sepolicy/help copying sepolicy/help/system_export.png -> build/lib/sepolicy/help copying sepolicy/help/lockdown.png -> build/lib/sepolicy/help copying sepolicy/help/users.png -> build/lib/sepolicy/help copying sepolicy/help/booleans_toggled.png -> build/lib/sepolicy/help make[1]: Leaving directory '/build/selinux-python-3.6/sepolicy' make[1]: Entering directory '/build/selinux-python-3.6/audit2allow' gcc -Werror -Wall -W -c -o sepolgen-ifgen-attr-helper.o sepolgen-ifgen-attr-helper.c gcc -o sepolgen-ifgen-attr-helper sepolgen-ifgen-attr-helper.o /nix/store/0g1pdarh04jh56zj5wvb133gzq3d968z-libsepol-3.6/lib/libsepol.a -lselinux make[1]: Leaving directory '/build/selinux-python-3.6/audit2allow' make[1]: Entering directory '/build/selinux-python-3.6/semanage' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/selinux-python-3.6/semanage' make[1]: Entering directory '/build/selinux-python-3.6/sepolgen' make[1]: 'all' is up to date. make[1]: Leaving directory '/build/selinux-python-3.6/sepolgen' make[1]: Entering directory '/build/selinux-python-3.6/chcat' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/selinux-python-3.6/chcat' make[1]: Entering directory '/build/selinux-python-3.6/po' msgfmt -o af.mo af.po /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: msgfmt: command not found make[1]: *** [Makefile:74: af.mo] Error 127 make[1]: Leaving directory '/build/selinux-python-3.6/po' make: *** [Makefile:4: all] Error 1 [result] Failed to update selinux-python 3.3 -> 3.6 https://github.com/SELinuxProject/selinux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.secure, using log file: /var/log/nixpkgs-update/python311Packages.secure/2024-02-26.log python311Packages.secure 0 -> 1 attrpath: python311Packages.secure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qc54x11d1zyvlp29vib8qrg4d7iarm5z-packages.json.drv building '/nix/store/qc54x11d1zyvlp29vib8qrg4d7iarm5z-packages.json.drv'... Going to be running update for following packages: - python3.11-secure-0.3.0 Press Enter key to continue... Running update for: - python3.11-secure-0.3.0: UPDATING ... - python3.11-secure-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.secure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simple-di, using log file: /var/log/nixpkgs-update/python311Packages.simple-di/2024-02-26.log python311Packages.simple-di 0 -> 1 attrpath: python311Packages.simple-di Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q3x5zmigdsnkhvb4davy4d1v6pqmbvgs-packages.json.drv building '/nix/store/q3x5zmigdsnkhvb4davy4d1v6pqmbvgs-packages.json.drv'... Going to be running update for following packages: - python3.11-simple-di-0.1.5 Press Enter key to continue... Running update for: - python3.11-simple-di-0.1.5: UPDATING ... - python3.11-simple-di-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simple-di 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-connection, using log file: /var/log/nixpkgs-update/python311Packages.aiolifx-connection/2024-02-26.log python311Packages.aiolifx-connection 0 -> 1 attrpath: python311Packages.aiolifx-connection Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1za5y2cpqqx3czxvhxrvqh7zk7aksbff-packages.json.drv building '/nix/store/1za5y2cpqqx3czxvhxrvqh7zk7aksbff-packages.json.drv'... Going to be running update for following packages: - python3.11-aiolifx-connection-1.0.0 Press Enter key to continue... Running update for: - python3.11-aiolifx-connection-1.0.0: UPDATING ... - python3.11-aiolifx-connection-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiolifx-connection 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyngrok, using log file: /var/log/nixpkgs-update/python311Packages.pyngrok/2024-02-26.log python311Packages.pyngrok 0 -> 1 attrpath: python311Packages.pyngrok Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8yy0il3jqwpalgjcj1dbr4pzyy6ry4d2-packages.json.drv building '/nix/store/8yy0il3jqwpalgjcj1dbr4pzyy6ry4d2-packages.json.drv'... Going to be running update for following packages: - python3.11-pyngrok-7.1.2 Press Enter key to continue... Running update for: - python3.11-pyngrok-7.1.2: UPDATING ... - python3.11-pyngrok-7.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyngrok 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vega-datasets, using log file: /var/log/nixpkgs-update/python311Packages.vega-datasets/2024-02-26.log python311Packages.vega-datasets 0 -> 1 attrpath: python311Packages.vega-datasets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k3vf8hfyx46zpcs5zs8w1k6rq2c92sv5-packages.json.drv building '/nix/store/k3vf8hfyx46zpcs5zs8w1k6rq2c92sv5-packages.json.drv'... Going to be running update for following packages: - python3.11-vega-datasets-0.9.0 Press Enter key to continue... Running update for: - python3.11-vega-datasets-0.9.0: UPDATING ... - python3.11-vega-datasets-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vega-datasets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyutilib, using log file: /var/log/nixpkgs-update/python311Packages.pyutilib/2024-02-26.log python311Packages.pyutilib 0 -> 1 attrpath: python311Packages.pyutilib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/abalpd2mf8jzfr5kc8hk8h21q7cgb4vf-packages.json.drv building '/nix/store/abalpd2mf8jzfr5kc8hk8h21q7cgb4vf-packages.json.drv'... Going to be running update for following packages: - python3.11-pyutilib-6.0.0 Press Enter key to continue... Running update for: - python3.11-pyutilib-6.0.0: UPDATING ... - python3.11-pyutilib-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyutilib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.sockets, using log file: /var/log/nixpkgs-update/octavePackages.sockets/2024-02-26.log octavePackages.sockets 0 -> 1 attrpath: octavePackages.sockets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r6jjbqnvxklxihs5xsmkq52bklwi0wyd-packages.json.drv building '/nix/store/r6jjbqnvxklxihs5xsmkq52bklwi0wyd-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-sockets-1.4.1 Press Enter key to continue... Running update for: - octave-8.4.0-sockets-1.4.1: UPDATING ... - octave-8.4.0-sockets-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.sockets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pygments, using log file: /var/log/nixpkgs-update/python311Packages.xstatic-pygments/2024-02-26.log python311Packages.xstatic-pygments 0 -> 1 attrpath: python311Packages.xstatic-pygments Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j03qzkqzafz7xavg6wcsqbr1zmpn7vcb-packages.json.drv building '/nix/store/j03qzkqzafz7xavg6wcsqbr1zmpn7vcb-packages.json.drv'... Going to be running update for following packages: - python3.11-XStatic-Pygments-2.9.0.1 Press Enter key to continue... Running update for: - python3.11-XStatic-Pygments-2.9.0.1: UPDATING ... - python3.11-XStatic-Pygments-2.9.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xstatic-pygments 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath inlyne, using log file: /var/log/nixpkgs-update/inlyne/2024-02-26.log inlyne 0.3.2 -> 0.4.1 https://github.com/trimental/inlyne/releases attrpath: inlyne 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-2mQFr2nLJ/iBLpdOUmerY6F2C8Kt+/vMEjS6THpmJic= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A inlyne nix build failed. cargo:rerun-if-env-changed=WAYLAND_CLIENT_STATIC cargo:rerun-if-env-changed=WAYLAND_CLIENT_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR --- stderr thread 'main' panicked at /build/inlyne-0.4.1-vendor.tar.gz/wayland-sys-0.29.5/build.rs:10:47: called `Result::unwrap()` on an `Err` value: `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" PKG_CONFIG_ALLOW_SYSTEM_LIBS="1" PKG_CONFIG_PATH="/nix/store/cs16dfmzrrdf88ghkh44vxwd6j17wjzn-fontconfig-2.15.0-dev/lib/pkgconfig:/nix/store/0bkz0x8vsb92kcr3inkgs0ba2dqlla5a-freetype-2.13.2-dev/lib/pkgconfig:/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/lib/pkgconfig:/nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/lib/pkgconfig:/nix/store/9kk0fm2s7c3269ph62av2l8hf95356ab-brotli-1.1.0-dev/lib/pkgconfig:/nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/lib/pkgconfig:/nix/store/c0nrwcgd1lamm219am68f3db7srldg62-libXcursor-1.2.1-dev/lib/pkgconfig:/nix/store/bpq2ax3jks7cam3h3s75xz2jk90ni3f9-libXi-1.8.1-dev/lib/pkgconfig:/nix/store/caki1i4w96kiqr5flnwh3v8dva70nd5p-libXfixes-6.0.1-dev/lib/pkgconfig:/nix/store/drz4r0b20cl5r4lsw600h9l59jsanvr6-libXext-1.3.6-dev/lib/pkgconfig:/nix/store/hkkwx6m0g0hz87ckjzmyvzxj2gr9fnzn-xorgproto-2023.2/share/pkgconfig:/nix/store/1jkdxgxri7licnqphwzgm3gr0gp8fhwb-libXau-1.0.11-dev/lib/pkgconfig:/nix/store/y5645bkjc0k1mxn9p2nkma0qi7h84d2a-libXrandr-1.5.4-dev/lib/pkgconfig:/nix/store/13m2njz5m4wwrmf4n74zmfpcczi6kk8s-libXrender-0.9.11-dev/lib/pkgconfig:/nix/store/pirdcrf04q6qm2yq8w6w4gam0ax1vlnd-libX11-1.8.7-dev/lib/pkgconfig:/nix/store/hdzim0zvasrzw9mzh1c4qsqa9d3r5afq-libxcb-1.16-dev/lib/pkgconfig:/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/lib/pkgconfig" "pkg-config" "--libs" "--cflags" "wayland-client"` did not exit successfully: exit status: 1 error: could not find system library 'wayland-client' required by the 'wayland-sys' crate --- stderr Package wayland-client was not found in the pkg-config search path. Perhaps you should add the directory containing `wayland-client.pc' to the PKG_CONFIG_PATH environment variable No package 'wayland-client' found 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 inlyne 0.3.2 -> 0.4.1 https://github.com/trimental/inlyne/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyexcel-io, using log file: /var/log/nixpkgs-update/python311Packages.pyexcel-io/2024-02-26.log python311Packages.pyexcel-io 0 -> 1 attrpath: python311Packages.pyexcel-io Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dahgsi2vy8vsqsk9c7yc16skmw3i7xc0-packages.json.drv building '/nix/store/dahgsi2vy8vsqsk9c7yc16skmw3i7xc0-packages.json.drv'... Going to be running update for following packages: - python3.11-pyexcel-io-0.6.6 Press Enter key to continue... Running update for: - python3.11-pyexcel-io-0.6.6: UPDATING ... - python3.11-pyexcel-io-0.6.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyexcel-io 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.immutabledict, using log file: /var/log/nixpkgs-update/python311Packages.immutabledict/2024-02-26.log python311Packages.immutabledict 0 -> 1 attrpath: python311Packages.immutabledict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pc0djf3lxg79halp2jddgwvl7gyyzqac-packages.json.drv building '/nix/store/pc0djf3lxg79halp2jddgwvl7gyyzqac-packages.json.drv'... Going to be running update for following packages: - python3.11-immutabledict-4.1.0 Press Enter key to continue... Running update for: - python3.11-immutabledict-4.1.0: UPDATING ... - python3.11-immutabledict-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.immutabledict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openevsewifi, using log file: /var/log/nixpkgs-update/python311Packages.openevsewifi/2024-02-26.log python311Packages.openevsewifi 0 -> 1 attrpath: python311Packages.openevsewifi 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/lddnblgdsb8nq1kyyf4zf47gkvqw8rs6-packages.json.drv building '/nix/store/lddnblgdsb8nq1kyyf4zf47gkvqw8rs6-packages.json.drv'... Going to be running update for following packages: - python3.11-openevsewifi-1.1.2 Press Enter key to continue... Running update for: - python3.11-openevsewifi-1.1.2: UPDATING ... - python3.11-openevsewifi-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openevsewifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath djlint, using log file: /var/log/nixpkgs-update/djlint/2024-02-26.log djlint 0 -> 1 attrpath: djlint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i5mpp6y25hj6vh5133x35ywhzyfl6ykc-packages.json.drv building '/nix/store/i5mpp6y25hj6vh5133x35ywhzyfl6ykc-packages.json.drv'... Going to be running update for following packages: - djlint-1.34.1 Press Enter key to continue... Running update for: - djlint-1.34.1: UPDATING ... - djlint-1.34.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update djlint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pycflow2dot, using log file: /var/log/nixpkgs-update/pycflow2dot/2024-02-26.log pycflow2dot 0 -> 1 attrpath: pycflow2dot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ara8g4l70a4l0bi3lq4z9dxn0swbz7n-packages.json.drv building '/nix/store/7ara8g4l70a4l0bi3lq4z9dxn0swbz7n-packages.json.drv'... Going to be running update for following packages: - pycflow2dot-0.2.3 Press Enter key to continue... Running update for: - pycflow2dot-0.2.3: UPDATING ... - pycflow2dot-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pycflow2dot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath easyocr, using log file: /var/log/nixpkgs-update/easyocr/2024-02-26.log easyocr 0 -> 1 attrpath: easyocr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zprcz06f7l2iyrg7w3mni8xf18gnmp8d-packages.json.drv building '/nix/store/zprcz06f7l2iyrg7w3mni8xf18gnmp8d-packages.json.drv'... Going to be running update for following packages: - easyocr-1.7.1 Press Enter key to continue... Running update for: - easyocr-1.7.1: UPDATING ... - easyocr-1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update easyocr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath binwalk, using log file: /var/log/nixpkgs-update/binwalk/2024-02-26.log binwalk 0 -> 1 attrpath: binwalk 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/gaplszjc8lihwmcl0v8yb1g0py5clz44-packages.json.drv building '/nix/store/gaplszjc8lihwmcl0v8yb1g0py5clz44-packages.json.drv'... Going to be running update for following packages: - binwalk-2.3.4 Press Enter key to continue... Running update for: - binwalk-2.3.4: UPDATING ... - binwalk-2.3.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/binwalk/default.nix b/pkgs/development/python-modules/binwalk/default.nix index 9a83a6239867..4036dace4664 100644 --- a/pkgs/development/python-modules/binwalk/default.nix +++ b/pkgs/development/python-modules/binwalk/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "binwalk${lib.optionalString visualizationSupport "-full"}"; - version = "2.3.4"; + version = "27"; format = "setuptools"; src = fetchFromGitHub { owner = "ReFirmLabs"; repo = "binwalk"; - rev = "v${version}"; - hash = "sha256-hlPbzqGRSXcIqlI+SNKq37CnnHd1IoMBNSjhyeAM1TE="; + rev = "refs/tags/python${version}"; + hash = "sha256-3TPVXZZaA02LBLLWvK+kpIjOv45oh2yvYO2zJIeGeA4="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A binwalk nix build failed. got build log for 'binwalk' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook 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 setuptools-check-hook Using setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/mgjwbxl9ah2kblsqyr2kj4gc65vwr6wn-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/testing/tests/test_lzma.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/b2nyssscmx3s29mvyjcmrdldl32dfr0f-dd4f2efd275c9dd1001130e82e0f985110cd2754.patch patching file testing/tests/test_firmware_zip.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file testing/tests/test_firmware_zip.py.rej [result] Failed to update binwalk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arelle, using log file: /var/log/nixpkgs-update/arelle/2024-02-26.log arelle 0 -> 1 attrpath: arelle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p7adbkjzpdl6m0i64danm4ikziy6pyi5-packages.json.drv building '/nix/store/p7adbkjzpdl6m0i64danm4ikziy6pyi5-packages.json.drv'... Going to be running update for following packages: - arelle-18.3 Press Enter key to continue... Running update for: - arelle-18.3: UPDATING ... - arelle-18.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update arelle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pdfminer, using log file: /var/log/nixpkgs-update/pdfminer/2024-02-26.log pdfminer 0 -> 1 attrpath: pdfminer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xpc9p0bxp11pgjl6issb3caha9i0yk53-packages.json.drv building '/nix/store/xpc9p0bxp11pgjl6issb3caha9i0yk53-packages.json.drv'... Going to be running update for following packages: - pdfminer-six-20231228 Press Enter key to continue... Running update for: - pdfminer-six-20231228: UPDATING ... - pdfminer-six-20231228: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pdfminer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openai-whisper, using log file: /var/log/nixpkgs-update/openai-whisper/2024-02-26.log openai-whisper 0 -> 1 attrpath: openai-whisper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/12pijzq1c8xiygmrin8lfgfi9cmyli18-packages.json.drv building '/nix/store/12pijzq1c8xiygmrin8lfgfi9cmyli18-packages.json.drv'... Going to be running update for following packages: - whisper-20231117 Press Enter key to continue... Running update for: - whisper-20231117: UPDATING ... - whisper-20231117: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openai-whisper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pixcat, using log file: /var/log/nixpkgs-update/pixcat/2024-02-26.log pixcat 0 -> 1 attrpath: pixcat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9s6slgs9lxp0lq8l5nngl0kldlk8ggll-packages.json.drv building '/nix/store/9s6slgs9lxp0lq8l5nngl0kldlk8ggll-packages.json.drv'... Going to be running update for following packages: - pixcat-0.1.4 Press Enter key to continue... Running update for: - pixcat-0.1.4: UPDATING ... - pixcat-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pixcat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hpccm, using log file: /var/log/nixpkgs-update/hpccm/2024-02-26.log hpccm 0 -> 1 attrpath: hpccm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lbr3730mmznvfaczzmr3zrqrrfgd7qdi-packages.json.drv building '/nix/store/lbr3730mmznvfaczzmr3zrqrrfgd7qdi-packages.json.drv'... Going to be running update for following packages: - hpccm-22.10.0 Press Enter key to continue... Running update for: - hpccm-22.10.0: UPDATING ... - hpccm-22.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hpccm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mlx, using log file: /var/log/nixpkgs-update/python311Packages.mlx/2024-02-26.log python311Packages.mlx 0 -> 1 attrpath: python311Packages.mlx 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/wg7x3agwyn41z597pz1bxkbyr633mkbw-packages.json.drv building '/nix/store/wg7x3agwyn41z597pz1bxkbyr633mkbw-packages.json.drv'... Going to be running update for following packages: - python3.11-mlx-0.1.0 Press Enter key to continue... Running update for: - python3.11-mlx-0.1.0: UPDATING ... - python3.11-mlx-0.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mlx/default.nix b/pkgs/development/python-modules/mlx/default.nix index 036bbfac0418..975414f6d75c 100644 --- a/pkgs/development/python-modules/mlx/default.nix +++ b/pkgs/development/python-modules/mlx/default.nix @@ -17,7 +17,7 @@ let gguf-tools = fetchFromGitHub { owner = "antirez"; repo = "gguf-tools"; - rev = "af7d88d808a7608a33723fba067036202910acb3"; + rev = "refs/tags/v${version}"; hash = "sha256-LqNvnUbmq0iziD9VP5OTJCSIy+y/hp5lKCUV7RtKTvM="; }; nlohmann_json = fetchFromGitHub { @@ -29,13 +29,13 @@ let in buildPythonPackage rec { pname = "mlx"; - version = "0.1.0"; + version = "0.4.0"; src = fetchFromGitHub { owner = "ml-explore"; repo = "mlx"; rev = "refs/tags/v${version}"; - hash = "sha256-xNJPG8XGbC0fy6RGcn1cxCsejyHsgnV35PuP8F1I4R4="; + hash = "sha256-iUW0PopmV0HzGNd67AI8wbM049kv1G/1c5dIG6KydWI="; }; pyproject = true; 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 python311Packages.mlx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-revise, using log file: /var/log/nixpkgs-update/git-revise/2024-02-26.log git-revise 0 -> 1 attrpath: git-revise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4gvn9q9vv034if8xmg2a89sa6p96sqm3-packages.json.drv building '/nix/store/4gvn9q9vv034if8xmg2a89sa6p96sqm3-packages.json.drv'... Going to be running update for following packages: - git-revise-0.7.0 Press Enter key to continue... Running update for: - git-revise-0.7.0: UPDATING ... - git-revise-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-revise 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath liquidctl, using log file: /var/log/nixpkgs-update/liquidctl/2024-02-26.log liquidctl 0 -> 1 attrpath: liquidctl 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/2sqx125d18fyv7flf50hbycdfhd0n97b-packages.json.drv building '/nix/store/2sqx125d18fyv7flf50hbycdfhd0n97b-packages.json.drv'... Going to be running update for following packages: - liquidctl-1.13.0 Press Enter key to continue... Running update for: - liquidctl-1.13.0: UPDATING ... - liquidctl-1.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update liquidctl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clickgen, using log file: /var/log/nixpkgs-update/clickgen/2024-02-26.log clickgen 0 -> 1 attrpath: clickgen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cv6qpxcs26q6i984ly07ciypcx45l5f2-packages.json.drv building '/nix/store/cv6qpxcs26q6i984ly07ciypcx45l5f2-packages.json.drv'... Going to be running update for following packages: - clickgen-2.2.0 Press Enter key to continue... Running update for: - clickgen-2.2.0: UPDATING ... - clickgen-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update clickgen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pycritty, using log file: /var/log/nixpkgs-update/pycritty/2024-02-26.log pycritty 0 -> 1 attrpath: pycritty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/brdaimrbswdx1lgyvbfa0f715b8qwr8j-packages.json.drv building '/nix/store/brdaimrbswdx1lgyvbfa0f715b8qwr8j-packages.json.drv'... Going to be running update for following packages: - pycritty-0.4.0 Press Enter key to continue... Running update for: - pycritty-0.4.0: UPDATING ... - pycritty-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pycritty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath myfitnesspal, using log file: /var/log/nixpkgs-update/myfitnesspal/2024-02-26.log myfitnesspal 0 -> 1 attrpath: myfitnesspal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3zrc061xywxvma204gi50h49iygcbp6w-packages.json.drv building '/nix/store/3zrc061xywxvma204gi50h49iygcbp6w-packages.json.drv'... Going to be running update for following packages: - myfitnesspal-2.1.0 Press Enter key to continue... Running update for: - myfitnesspal-2.1.0: UPDATING ... - myfitnesspal-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update myfitnesspal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bloodhound-py, using log file: /var/log/nixpkgs-update/bloodhound-py/2024-02-26.log bloodhound-py 0 -> 1 attrpath: bloodhound-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/g91m8d5da164ygy9zy65c45vd81h68yj-packages.json.drv building '/nix/store/g91m8d5da164ygy9zy65c45vd81h68yj-packages.json.drv'... Going to be running update for following packages: - bloodhound-py-1.7.2 Press Enter key to continue... Running update for: - bloodhound-py-1.7.2: UPDATING ... - bloodhound-py-1.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bloodhound-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 ledger-agent, using log file: /var/log/nixpkgs-update/ledger-agent/2024-02-26.log ledger-agent 0 -> 1 attrpath: ledger-agent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ksd025r16hvjqg175png39h5sidjmlfg-packages.json.drv building '/nix/store/ksd025r16hvjqg175png39h5sidjmlfg-packages.json.drv'... Going to be running update for following packages: - ledger-agent-0.9.0 Press Enter key to continue... Running update for: - ledger-agent-0.9.0: UPDATING ... - ledger-agent-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ledger-agent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath Fabric, using log file: /var/log/nixpkgs-update/Fabric/2024-02-26.log Fabric 0 -> 1 attrpath: Fabric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ddmx6m11y42gw5zi467saz2i7lrw1377-packages.json.drv building '/nix/store/ddmx6m11y42gw5zi467saz2i7lrw1377-packages.json.drv'... Going to be running update for following packages: - fabric-3.2.2 Press Enter key to continue... Running update for: - fabric-3.2.2: UPDATING ... - fabric-3.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update Fabric 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath oletools, using log file: /var/log/nixpkgs-update/oletools/2024-02-26.log oletools 0 -> 1 attrpath: oletools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c822xfqw7rh7ifn435z3gjksyn6ly22w-packages.json.drv building '/nix/store/c822xfqw7rh7ifn435z3gjksyn6ly22w-packages.json.drv'... Going to be running update for following packages: - oletools-0.60.1 Press Enter key to continue... Running update for: - oletools-0.60.1: UPDATING ... - oletools-0.60.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update oletools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath autoflake, using log file: /var/log/nixpkgs-update/autoflake/2024-02-26.log autoflake 0 -> 1 attrpath: autoflake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/27qh1a4kq6w5m0a2px56mx90hv9313dm-packages.json.drv building '/nix/store/27qh1a4kq6w5m0a2px56mx90hv9313dm-packages.json.drv'... Going to be running update for following packages: - autoflake-2.2.1 Press Enter key to continue... Running update for: - autoflake-2.2.1: UPDATING ... - autoflake-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/autoflake/default.nix b/pkgs/development/python-modules/autoflake/default.nix index 0897abe77b84..64d429629276 100644 --- a/pkgs/development/python-modules/autoflake/default.nix +++ b/pkgs/development/python-modules/autoflake/default.nix @@ -9,12 +9,12 @@ }: buildPythonPackage rec { pname = "autoflake"; - version = "2.2.1"; + version = "2.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Yre2RJppLDybDJFpGbvCFkjacoHoUGvPjT+CgOQx68E="; + hash = "sha256-jCAR+jRwG519zwW5hzvEhZ1Pzk5i3+qQ3/79FXb18B0="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.autoflake: 2.2.1 -> 2.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290149" [result] Failed to update autoflake 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dodgy, using log file: /var/log/nixpkgs-update/dodgy/2024-02-26.log dodgy 0 -> 1 attrpath: dodgy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3qr97j4kl6f2d4690k2maq6glc8mx397-packages.json.drv building '/nix/store/3qr97j4kl6f2d4690k2maq6glc8mx397-packages.json.drv'... Going to be running update for following packages: - dodgy-0.2.1 Press Enter key to continue... Running update for: - dodgy-0.2.1: UPDATING ... - dodgy-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dodgy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath behave, using log file: /var/log/nixpkgs-update/behave/2024-02-26.log behave 0 -> 1 attrpath: behave Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7hh7rahzpv5x4x2srzcmdsvv6lsdn70g-packages.json.drv building '/nix/store/7hh7rahzpv5x4x2srzcmdsvv6lsdn70g-packages.json.drv'... Going to be running update for following packages: - behave-1.2.7.dev2 Press Enter key to continue... Running update for: - behave-1.2.7.dev2: UPDATING ... - behave-1.2.7.dev2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update behave 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath napalm, using log file: /var/log/nixpkgs-update/napalm/2024-02-26.log napalm 0 -> 1 attrpath: napalm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rs0026w3bb71znsf52isjspz4209z78k-packages.json.drv building '/nix/store/rs0026w3bb71znsf52isjspz4209z78k-packages.json.drv'... Going to be running update for following packages: - napalm-4.1.0 Press Enter key to continue... Running update for: - napalm-4.1.0: UPDATING ... - napalm-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update napalm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aioblescan, using log file: /var/log/nixpkgs-update/aioblescan/2024-02-26.log aioblescan 0 -> 1 attrpath: aioblescan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rqmjyfq6r3a9xp6cqg068gbgrd7mc16l-packages.json.drv building '/nix/store/rqmjyfq6r3a9xp6cqg068gbgrd7mc16l-packages.json.drv'... Going to be running update for following packages: - aioblescan-0.2.14 Press Enter key to continue... Running update for: - aioblescan-0.2.14: UPDATING ... - aioblescan-0.2.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aioblescan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath heatclient, using log file: /var/log/nixpkgs-update/heatclient/2024-02-26.log heatclient 0 -> 1 attrpath: heatclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dvv6x9qkywiyc3zknldy9lpgki6x396h-packages.json.drv building '/nix/store/dvv6x9qkywiyc3zknldy9lpgki6x396h-packages.json.drv'... Going to be running update for following packages: - python-heatclient-3.4.0 Press Enter key to continue... Running update for: - python-heatclient-3.4.0: UPDATING ... - python-heatclient-3.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update heatclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poetry, using log file: /var/log/nixpkgs-update/poetry/2024-02-26.log poetry 0 -> 1 attrpath: poetry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lqsbwlabkjz72yp3w19ckad95n9hk6lm-packages.json.drv building '/nix/store/lqsbwlabkjz72yp3w19ckad95n9hk6lm-packages.json.drv'... Going to be running update for following packages: - poetry-1.7.1 Press Enter key to continue... Running update for: - poetry-1.7.1: UPDATING ... - poetry-1.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/package-management/poetry/unwrapped.nix b/pkgs/tools/package-management/poetry/unwrapped.nix index f13a7715464b..1c94f39bf724 100644 --- a/pkgs/tools/package-management/poetry/unwrapped.nix +++ b/pkgs/tools/package-management/poetry/unwrapped.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { pname = "poetry"; - version = "1.7.1"; + version = "1.8.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -51,7 +51,7 @@ buildPythonPackage rec { owner = "python-poetry"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-PM3FIZYso7p0Oe0RpiPuxHrQrgnMlkT5SVeaJPK/J94="; + hash = "sha256-LmuuNxXHtZ5Gn4TorhSP0iVplDr+PmfAVyfk+6Wm74c="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - poetry: 1.7.1 -> 1.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291404" [result] Failed to update poetry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ReDaMoR, using log file: /var/log/nixpkgs-update/rPackages.ReDaMoR/2024-02-26.log rPackages.ReDaMoR 0.7.2 -> 0.7.4 https://repology.org/project/r:redamor/versions attrpath: rPackages.ReDaMoR Checking auto update branch... No auto update branch exists Old version 0.7.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"; configurePhase = '' runHook preConfigure 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.ReDaMoR 0.7.2 -> 0.7.4 https://repology.org/project/r:redamor/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.rearrr, using log file: /var/log/nixpkgs-update/rPackages.rearrr/2024-02-26.log rPackages.rearrr 0.3.3 -> 0.3.4 https://repology.org/project/r:rearrr/versions attrpath: rPackages.rearrr Checking auto update branch... No auto update branch exists Old version 0.3.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"; configurePhase = '' runHook preConfigure 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.rearrr 0.3.3 -> 0.3.4 https://repology.org/project/r:rearrr/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.greynoise, using log file: /var/log/nixpkgs-update/python312Packages.greynoise/2024-02-26.log python312Packages.greynoise 2.0.1 -> 2.1.0 https://github.com/GreyNoise-Intelligence/pygreynoise/releases attrpath: python312Packages.greynoise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h0b7hgm4cv0p2ad1hl4k8675qhl4j0jn-packages.json.drv building '/nix/store/h0b7hgm4cv0p2ad1hl4k8675qhl4j0jn-packages.json.drv'... Going to be running update for following packages: - python3.12-greynoise-2.0.1 Press Enter key to continue... Running update for: - python3.12-greynoise-2.0.1: UPDATING ... - python3.12-greynoise-2.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/greynoise/default.nix b/pkgs/development/python-modules/greynoise/default.nix index ada5f4096216..2f328434c067 100644 --- a/pkgs/development/python-modules/greynoise/default.nix +++ b/pkgs/development/python-modules/greynoise/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "greynoise"; - version = "2.0.1"; + version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -27,8 +27,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "GreyNoise-Intelligence"; repo = "pygreynoise"; - rev = "v${version}"; - hash = "sha256-zevom7JqXnZuotXfGtfPOmQNh32dANS4Uc6tHUuq08s="; + rev = "refs/tags/v${version}"; + hash = "sha256-bMQfGkCjMBimNaYzSi78GaLiDiLdmxMB8RfFCVTxD5U="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.greynoise: 2.0.1 -> 2.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287069" [result] Failed to update python312Packages.greynoise 2.0.1 -> 2.1.0 https://github.com/GreyNoise-Intelligence/pygreynoise/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.file-embed, using log file: /var/log/nixpkgs-update/haskellPackages.file-embed/2024-02-26.log haskellPackages.file-embed 0.0.15.0 -> 0.0.16.0 https://repology.org/project/haskell:file-embed/versions attrpath: haskellPackages.file-embed Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.file-embed 0.0.15.0 -> 0.0.16.0 https://repology.org/project/haskell:file-embed/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.distributional, using log file: /var/log/nixpkgs-update/rPackages.distributional/2024-02-26.log rPackages.distributional 0.3.2 -> 0.4.0 https://repology.org/project/r:distributional/versions attrpath: rPackages.distributional Checking auto update branch... No auto update branch exists Old version 0.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"; configurePhase = '' runHook preConfigure 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.distributional 0.3.2 -> 0.4.0 https://repology.org/project/r:distributional/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.tabcmd, using log file: /var/log/nixpkgs-update/python312Packages.tabcmd/2024-02-26.log python312Packages.tabcmd 2.0.12 -> 2.0.13 https://github.com/tableau/tabcmd/releases attrpath: python312Packages.tabcmd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hdj6walq4ka5g8i4qhlbhca5q7208nvx-packages.json.drv building '/nix/store/hdj6walq4ka5g8i4qhlbhca5q7208nvx-packages.json.drv'... Going to be running update for following packages: - python3.12-tabcmd-2.0.12 Press Enter key to continue... Running update for: - python3.12-tabcmd-2.0.12: UPDATING ... - python3.12-tabcmd-2.0.12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tabcmd/default.nix b/pkgs/development/python-modules/tabcmd/default.nix index 3958ace5aacf..b0180cffa7b4 100644 --- a/pkgs/development/python-modules/tabcmd/default.nix +++ b/pkgs/development/python-modules/tabcmd/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "tabcmd"; - version = "2.0.12"; + version = "2.0.13"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-nsQJWDzSzSc1WRk5TBl/E7Mpfk8wGD1CsETAWILKxCM="; + hash = "sha256-f9zoYeb4RzcCtgcCYYvvuCuFrjqpP3Fhv38bUWH24+g="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.tabcmd nix build failed. adding 'tabcmd/locales/sv/LC_MESSAGES/tabcmd.mo' adding 'tabcmd/locales/sv/LC_MESSAGES/tabcmd.po' adding 'tabcmd/locales/sv/LC_MESSAGES/tabcmd_messages_sv.po' adding 'tabcmd/locales/zh/shared_wg_zh.properties' adding 'tabcmd/locales/zh/tabcmd_messages_zh.properties' adding 'tabcmd/locales/zh/LC_MESSAGES/.gitkeep' adding 'tabcmd/locales/zh/LC_MESSAGES/shared_wg_zh.po' adding 'tabcmd/locales/zh/LC_MESSAGES/tabcmd.mo' adding 'tabcmd/locales/zh/LC_MESSAGES/tabcmd.po' adding 'tabcmd/locales/zh/LC_MESSAGES/tabcmd_messages_zh.po' adding 'tabcmd/locales/zh/LC_MESSAGES/zh.po' adding 'tabcmd-2.0.13.dist-info/LICENSE' adding 'tabcmd-2.0.13.dist-info/METADATA' adding 'tabcmd-2.0.13.dist-info/WHEEL' adding 'tabcmd-2.0.13.dist-info/entry_points.txt' adding 'tabcmd-2.0.13.dist-info/top_level.txt' adding 'tabcmd-2.0.13.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built tabcmd-2.0.13-py3-none-any.whl Finished creating a wheel... /build/tabcmd-2.0.13/dist /build/tabcmd-2.0.13 Unpacking to: unpacked/tabcmd-2.0.13...OK Repacking wheel as ./tabcmd-2.0.13-py3-none-any.whl...OK /build/tabcmd-2.0.13 Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for tabcmd-2.0.13-py3-none-any.whl - pytest-order not installed [result] Failed to update python312Packages.tabcmd 2.0.12 -> 2.0.13 https://github.com/tableau/tabcmd/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-02-26.log python312Packages.pymunk 6.5.2 -> 6.6.0 https://repology.org/project/python:pymunk/versions attrpath: python312Packages.pymunk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q6mv8xyqzp3rbzbpdjc07k9lqn0pm736-packages.json.drv building '/nix/store/q6mv8xyqzp3rbzbpdjc07k9lqn0pm736-packages.json.drv'... Going to be running update for following packages: - python3.12-pymunk-6.5.2 Press Enter key to continue... Running update for: - python3.12-pymunk-6.5.2: UPDATING ... - python3.12-pymunk-6.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pymunk 6.5.2 -> 6.6.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 rPackages.sitree, using log file: /var/log/nixpkgs-update/rPackages.sitree/2024-02-26.log rPackages.sitree 0.1-13 -> 0.1-14 https://repology.org/project/r:sitree/versions attrpath: rPackages.sitree Checking auto update branch... No auto update branch exists Old version 0.1-13" 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"; configurePhase = '' runHook preConfigure 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.sitree 0.1-13 -> 0.1-14 https://repology.org/project/r:sitree/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 bash_unit, using log file: /var/log/nixpkgs-update/bash_unit/2024-02-26.log bash_unit 2.1.0 -> 2.2.0 https://github.com/pgrange/bash_unit/releases attrpath: bash_unit Checking auto update branch... An auto update branch exists with message `bash_unit: 2.1.0 -> 2.2.0`. New version is 2.2.0. An auto update branch exists with an equal or greater version [result] Failed to update bash_unit 2.1.0 -> 2.2.0 https://github.com/pgrange/bash_unit/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.protolude, using log file: /var/log/nixpkgs-update/haskellPackages.protolude/2024-02-26.log haskellPackages.protolude 0.3.3 -> 0.3.4 https://repology.org/project/haskell:protolude/versions attrpath: haskellPackages.protolude Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.protolude 0.3.3 -> 0.3.4 https://repology.org/project/haskell:protolude/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.raymolecule, using log file: /var/log/nixpkgs-update/rPackages.raymolecule/2024-02-26.log rPackages.raymolecule 0.5.0 -> 0.5.3 https://repology.org/project/r:raymolecule/versions attrpath: rPackages.raymolecule Checking auto update branch... No auto update branch exists Old version 0.5.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"; configurePhase = '' runHook preConfigure 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.raymolecule 0.5.0 -> 0.5.3 https://repology.org/project/r:raymolecule/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 openjk, using log file: /var/log/nixpkgs-update/openjk/2024-02-26.log openjk 0 -> 1 attrpath: openjk Checking auto update branch... [version] [version] skipping because derivation has 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/f050cg4mh0wg6yk7ar11gl8kk6zlv5cq-packages.json.drv building '/nix/store/f050cg4mh0wg6yk7ar11gl8kk6zlv5cq-packages.json.drv'... Going to be running update for following packages: - OpenJK-0-unstable-2024-02-20 Press Enter key to continue... Running update for: - OpenJK-0-unstable-2024-02-20: UPDATING ... - OpenJK-0-unstable-2024-02-20: ERROR --- SHOWING ERROR LOG FOR OpenJK-0-unstable-2024-02-20 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; openjk.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/JACoders/OpenJK.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.Me86gMQ4yt + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 https://github.com/JACoders/OpenJK.git /run/nixpkgs-update-worker/tmp.Me86gMQ4yt Cloning into bare repository '/run/nixpkgs-update-worker/tmp.Me86gMQ4yt'... + pushd /run/nixpkgs-update-worker/tmp.Me86gMQ4yt ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2024-02-20 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=1e8a7998ca2fe434daebb41d586ac3cd5296433a + [[ -z '' ]] + new_version=unstable-2024-02-20 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version openjk unstable-2024-02-20 --rev=1e8a7998ca2fe434daebb41d586ac3cd5296433a update-source-version: error: Failed to replace source revision '1e8a7998ca2fe434daebb41d586ac3cd5296433a' to '1e8a7998ca2fe434daebb41d586ac3cd5296433a' in 'openjk'! --- SHOWING ERROR LOG FOR OpenJK-0-unstable-2024-02-20 ---------------------- The update script for OpenJK-0-unstable-2024-02-20 failed with exit code 1 [result] Failed to update openjk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.GABB, using log file: /var/log/nixpkgs-update/rPackages.GABB/2024-02-26.log rPackages.GABB 0.3.7 -> 0.3.8 https://repology.org/project/r:gabb/versions attrpath: rPackages.GABB Checking auto update branch... No auto update branch exists Old version 0.3.7" 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"; configurePhase = '' runHook preConfigure 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.GABB 0.3.7 -> 0.3.8 https://repology.org/project/r:gabb/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 btcdeb, using log file: /var/log/nixpkgs-update/btcdeb/2024-02-26.log btcdeb 0 -> 1 attrpath: btcdeb Checking auto update branch... [version] [version] skipping because derivation has 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/jdwmnsyvrn91rwz3fycrdhqqslw7bwlx-packages.json.drv building '/nix/store/jdwmnsyvrn91rwz3fycrdhqqslw7bwlx-packages.json.drv'... Going to be running update for following packages: - btcdeb-0.3.20-unstable-2024-02-06 Press Enter key to continue... Running update for: - btcdeb-0.3.20-unstable-2024-02-06: UPDATING ... - btcdeb-0.3.20-unstable-2024-02-06: ERROR --- SHOWING ERROR LOG FOR btcdeb-0.3.20-unstable-2024-02-06 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; btcdeb.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/bitcoin-core/btcdeb.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.bIRlksuoyo + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 https://github.com/bitcoin-core/btcdeb.git /run/nixpkgs-update-worker/tmp.bIRlksuoyo Cloning into bare repository '/run/nixpkgs-update-worker/tmp.bIRlksuoyo'... + pushd /run/nixpkgs-update-worker/tmp.bIRlksuoyo ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2024-02-06 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=b9288fc3371eb1d9be0cae2549be25de66659be8 + [[ -z '' ]] + new_version=unstable-2024-02-06 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version btcdeb unstable-2024-02-06 --rev=b9288fc3371eb1d9be0cae2549be25de66659be8 update-source-version: error: Failed to replace source revision 'b9288fc3371eb1d9be0cae2549be25de66659be8' to 'b9288fc3371eb1d9be0cae2549be25de66659be8' in 'btcdeb'! --- SHOWING ERROR LOG FOR btcdeb-0.3.20-unstable-2024-02-06 ---------------------- The update script for btcdeb-0.3.20-unstable-2024-02-06 failed with exit code 1 [result] Failed to update btcdeb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.r4ds_tutorials, using log file: /var/log/nixpkgs-update/rPackages.r4ds_tutorials/2024-02-26.log rPackages.r4ds_tutorials 0.1.4 -> 0.2.0 https://repology.org/project/r:r4ds.tutorials/versions attrpath: rPackages.r4ds_tutorials Checking auto update branch... No auto update branch exists Old version 0.1.4" 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"; configurePhase = '' runHook preConfigure 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.r4ds_tutorials 0.1.4 -> 0.2.0 https://repology.org/project/r:r4ds.tutorials/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.indexed-bzip2, using log file: /var/log/nixpkgs-update/python312Packages.indexed-bzip2/2024-02-26.log python312Packages.indexed-bzip2 1.5.0 -> 1.6.0 https://repology.org/project/python:indexed-bzip2/versions attrpath: python312Packages.indexed-bzip2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1341w35r7m941sfi1bf1dqhjsrjcfywf-packages.json.drv building '/nix/store/1341w35r7m941sfi1bf1dqhjsrjcfywf-packages.json.drv'... Going to be running update for following packages: - python3.12-indexed_bzip2-1.5.0 Press Enter key to continue... Running update for: - python3.12-indexed_bzip2-1.5.0: UPDATING ... - python3.12-indexed_bzip2-1.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/indexed-bzip2/default.nix b/pkgs/development/python-modules/indexed-bzip2/default.nix index d6c82e3aec9a..b75a10b98222 100644 --- a/pkgs/development/python-modules/indexed-bzip2/default.nix +++ b/pkgs/development/python-modules/indexed-bzip2/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "indexed_bzip2"; - version = "1.5.0"; + version = "1.6.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-tKf9odadfQZQYJz//vWYpeB99Z8VLg+hEPvfEHXgdnM="; + hash = "sha256-3HUiigZR91/nbOAMOuSHGcPtqkkEaj3VepyMhmKOHpI="; }; # has no tests No auto update branch exists There might already be an open PR for this update: - indexed-bzip2: 1.5.0 -> 1.6.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290645" [result] Failed to update python312Packages.indexed-bzip2 1.5.0 -> 1.6.0 https://repology.org/project/python:indexed-bzip2/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 talosctl, using log file: /var/log/nixpkgs-update/talosctl/2024-02-26.log talosctl 1.6.4 -> 1.6.5 https://github.com/siderolabs/talos/releases attrpath: talosctl Checking auto update branch... An auto update branch exists with message `talosctl: 1.6.4 -> 1.6.5`. New version is 1.6.5. An auto update branch exists with an equal or greater version [result] Failed to update talosctl 1.6.4 -> 1.6.5 https://github.com/siderolabs/talos/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pdfsam-basic, using log file: /var/log/nixpkgs-update/pdfsam-basic/2024-02-26.log pdfsam-basic 5.2.0 -> 5.2.2 https://github.com/torakiki/pdfsam/releases attrpath: pdfsam-basic Checking auto update branch... An auto update branch exists with message `pdfsam-basic: 5.2.0 -> 5.2.2`. New version is 5.2.2. An auto update branch exists with an equal or greater version [result] Failed to update pdfsam-basic 5.2.0 -> 5.2.2 https://github.com/torakiki/pdfsam/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.rtoml, using log file: /var/log/nixpkgs-update/python312Packages.rtoml/2024-02-26.log python312Packages.rtoml 0.8 -> 0.10 https://github.com/samuelcolvin/rtoml/releases attrpath: python312Packages.rtoml 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/5d3szvl024xs0plabk3xlni2pawnhly0-packages.json.drv building '/nix/store/5d3szvl024xs0plabk3xlni2pawnhly0-packages.json.drv'... Going to be running update for following packages: - python3.12-rtoml-0.8 Press Enter key to continue... Running update for: - python3.12-rtoml-0.8: UPDATING ... - python3.12-rtoml-0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rtoml 0.8 -> 0.10 https://github.com/samuelcolvin/rtoml/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath py65, using log file: /var/log/nixpkgs-update/py65/2024-02-26.log py65 0 -> 1 attrpath: py65 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ma8pnzgiilyvm7jga8x9plw8gw2wi5dj-packages.json.drv building '/nix/store/ma8pnzgiilyvm7jga8x9plw8gw2wi5dj-packages.json.drv'... Going to be running update for following packages: - py65-1.1.0 Press Enter key to continue... Running update for: - py65-1.1.0: UPDATING ... - py65-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update py65 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sourcehut.pastesrht, using log file: /var/log/nixpkgs-update/sourcehut.pastesrht/2024-02-26.log sourcehut.pastesrht 0 -> 1 attrpath: sourcehut.pastesrht 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/d4r8qdif4jdm1pxcwd8kjgvnbl1zh2jh-packages.json.drv building '/nix/store/d4r8qdif4jdm1pxcwd8kjgvnbl1zh2jh-packages.json.drv'... Going to be running update for following packages: - pastesrht-0.15.2 Press Enter key to continue... Running update for: - pastesrht-0.15.2: UPDATING ... - pastesrht-0.15.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sourcehut.pastesrht 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.jaraco-classes, using log file: /var/log/nixpkgs-update/python312Packages.jaraco-classes/2024-02-26.log python312Packages.jaraco-classes 3.3.0 -> 3.3.1 https://github.com/jaraco/jaraco.classes/releases attrpath: python312Packages.jaraco-classes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gpd8hz6j1yqms42a7b6p5s9s3jl7csy4-packages.json.drv building '/nix/store/gpd8hz6j1yqms42a7b6p5s9s3jl7csy4-packages.json.drv'... Going to be running update for following packages: - python3.12-jaraco-classes-3.3.0 Press Enter key to continue... Running update for: - python3.12-jaraco-classes-3.3.0: UPDATING ... - python3.12-jaraco-classes-3.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jaraco-classes/default.nix b/pkgs/development/python-modules/jaraco-classes/default.nix index 6364f89e4cac..8408e80217b2 100644 --- a/pkgs/development/python-modules/jaraco-classes/default.nix +++ b/pkgs/development/python-modules/jaraco-classes/default.nix @@ -6,7 +6,7 @@ buildPythonPackage rec { pname = "jaraco-classes"; - version = "3.3.0"; + version = "3.3.1"; format = "pyproject"; disabled = isPy27; @@ -15,7 +15,7 @@ buildPythonPackage rec { owner = "jaraco"; repo = "jaraco.classes"; rev = "refs/tags/v${version}"; - sha256 = "sha256-DW8qf6G6997vBOaO1+Bdx4LBvKfpl/MiiFqWJYKE/pg="; + sha256 = "sha256-ds84jNEx/2/BnMTbLMvXf/nxKSqyCBM7B7S0NNYagVE="; }; pythonNamespaces = [ "jaraco" ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 434 > 25 [result] Failed to update python312Packages.jaraco-classes 3.3.0 -> 3.3.1 https://github.com/jaraco/jaraco.classes/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aws-adfs, using log file: /var/log/nixpkgs-update/aws-adfs/2024-02-26.log aws-adfs 0 -> 1 attrpath: aws-adfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5j8v1wh0pqx8mb665afsls6jgn0kj4lj-packages.json.drv building '/nix/store/5j8v1wh0pqx8mb665afsls6jgn0kj4lj-packages.json.drv'... Going to be running update for following packages: - aws-adfs-2.11.2 Press Enter key to continue... Running update for: - aws-adfs-2.11.2: UPDATING ... - aws-adfs-2.11.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aws-adfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath auditwheel, using log file: /var/log/nixpkgs-update/auditwheel/2024-02-26.log auditwheel 0 -> 1 attrpath: auditwheel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kd2syp59m6f45cjl7713dfcrbbbzmmig-packages.json.drv building '/nix/store/kd2syp59m6f45cjl7713dfcrbbbzmmig-packages.json.drv'... Going to be running update for following packages: - auditwheel-6.0.0 Press Enter key to continue... Running update for: - auditwheel-6.0.0: UPDATING ... - auditwheel-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update auditwheel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-paranoid, using log file: /var/log/nixpkgs-update/python311Packages.flask-paranoid/2024-02-26.log python311Packages.flask-paranoid 0 -> 1 attrpath: python311Packages.flask-paranoid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9nshn6fmv10cdylbpxjll8c0c1y7vjgl-packages.json.drv building '/nix/store/9nshn6fmv10cdylbpxjll8c0c1y7vjgl-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-paranoid-0.3.0 Press Enter key to continue... Running update for: - python3.11-flask-paranoid-0.3.0: UPDATING ... - python3.11-flask-paranoid-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-paranoid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath harmonia, using log file: /var/log/nixpkgs-update/harmonia/2024-02-26.log harmonia 0 -> 1 attrpath: harmonia 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/amr4m0vx2chfrlgchram5hp535ali0jg-packages.json.drv building '/nix/store/amr4m0vx2chfrlgchram5hp535ali0jg-packages.json.drv'... Going to be running update for following packages: - harmonia-0.7.4 Press Enter key to continue... Running update for: - harmonia-0.7.4: UPDATING ... - harmonia-0.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update harmonia 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath timeline, using log file: /var/log/nixpkgs-update/timeline/2024-02-26.log timeline 0 -> 1 attrpath: timeline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ag99rrxslc065lwp6b3wf28ml5sabnw7-packages.json.drv building '/nix/store/ag99rrxslc065lwp6b3wf28ml5sabnw7-packages.json.drv'... Going to be running update for following packages: - timeline-2.6.0 Press Enter key to continue... Running update for: - timeline-2.6.0: UPDATING ... - timeline-2.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update timeline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ezdxf, using log file: /var/log/nixpkgs-update/python311Packages.ezdxf/2024-02-26.log python311Packages.ezdxf 0 -> 1 attrpath: python311Packages.ezdxf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f3ns1hx9jvkqrzm51s3m6yhajcypzzmp-packages.json.drv building '/nix/store/f3ns1hx9jvkqrzm51s3m6yhajcypzzmp-packages.json.drv'... Going to be running update for following packages: - python3.11-ezdxf-0.18.1 Press Enter key to continue... Running update for: - python3.11-ezdxf-0.18.1: UPDATING ... - python3.11-ezdxf-0.18.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ezdxf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.micawber, using log file: /var/log/nixpkgs-update/python311Packages.micawber/2024-02-26.log python311Packages.micawber 0 -> 1 attrpath: python311Packages.micawber Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1nvxnjy18pq02vdcfk1bn9461q4fpvi1-packages.json.drv building '/nix/store/1nvxnjy18pq02vdcfk1bn9461q4fpvi1-packages.json.drv'... Going to be running update for following packages: - python3.11-micawber-0.5.5 Press Enter key to continue... Running update for: - python3.11-micawber-0.5.5: UPDATING ... - python3.11-micawber-0.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.micawber 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.selenium, using log file: /var/log/nixpkgs-update/python311Packages.selenium/2024-02-26.log python311Packages.selenium 0 -> 1 attrpath: python311Packages.selenium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/05s85nk6lgsabirsmyxqxdhq93bs8d8y-packages.json.drv building '/nix/store/05s85nk6lgsabirsmyxqxdhq93bs8d8y-packages.json.drv'... Going to be running update for following packages: - python3.11-selenium-4.15.0 Press Enter key to continue... Running update for: - python3.11-selenium-4.15.0: UPDATING ... - python3.11-selenium-4.15.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/selenium/default.nix b/pkgs/development/python-modules/selenium/default.nix index 09ddebebe240..0e251745df4e 100644 --- a/pkgs/development/python-modules/selenium/default.nix +++ b/pkgs/development/python-modules/selenium/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "selenium"; - version = "4.15.0"; + version = "4.18.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { repo = "selenium"; # check if there is a newer tag with or without -python suffix rev = "refs/tags/selenium-${version}"; - hash = "sha256-AacpHZw6N6RruuBO+bZ3/cxOODe9VPGblKmIm1ffqrc="; + hash = "sha256-DJBrZXW2InELp++5e843BK4IcdjJ/KnWHiHesEPDDrA="; }; preConfigure = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2870 > 25 [result] Failed to update python311Packages.selenium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eyeD3, using log file: /var/log/nixpkgs-update/python311Packages.eyeD3/2024-02-26.log python311Packages.eyeD3 0 -> 1 attrpath: python311Packages.eyeD3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3ry8y5ay508ravyc9n3zakbib6nb8b6r-packages.json.drv building '/nix/store/3ry8y5ay508ravyc9n3zakbib6nb8b6r-packages.json.drv'... Going to be running update for following packages: - python3.11-eyeD3-0.9.7 Press Enter key to continue... Running update for: - python3.11-eyeD3-0.9.7: UPDATING ... - python3.11-eyeD3-0.9.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eyeD3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cli11, using log file: /var/log/nixpkgs-update/cli11/2024-02-26.log cli11 2.3.2 -> 2.4.1 https://github.com/CLIUtils/CLI11/releases attrpath: cli11 Checking auto update branch... An auto update branch exists with message `cli11: 2.3.2 -> 2.4.1`. New version is 2.4.1. An auto update branch exists with an equal or greater version [result] Failed to update cli11 2.3.2 -> 2.4.1 https://github.com/CLIUtils/CLI11/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tribler, using log file: /var/log/nixpkgs-update/tribler/2024-02-26.log tribler 7.13.0 -> 7.13.1 https://github.com/Tribler/tribler/releases attrpath: tribler 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 tribler 7.13.0 -> 7.13.1 https://github.com/Tribler/tribler/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-audit-log, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-audit-log/2024-02-26.log python311Packages.google-cloud-audit-log 0 -> 1 attrpath: python311Packages.google-cloud-audit-log Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/19bkp6s8wrfcb73njnw0byxv55fi15w9-packages.json.drv building '/nix/store/19bkp6s8wrfcb73njnw0byxv55fi15w9-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-audit-log-0.2.5 Press Enter key to continue... Running update for: - python3.11-google-cloud-audit-log-0.2.5: UPDATING ... - python3.11-google-cloud-audit-log-0.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-audit-log 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-batch, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-batch/2024-02-26.log python311Packages.azure-mgmt-batch 0 -> 1 attrpath: python311Packages.azure-mgmt-batch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hhkayz1nnmjb231vvscm52hkbrl4k81l-packages.json.drv building '/nix/store/hhkayz1nnmjb231vvscm52hkbrl4k81l-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-batch-17.2.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-batch-17.2.0: UPDATING ... - python3.11-azure-mgmt-batch-17.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-batch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mopidy-subidy, using log file: /var/log/nixpkgs-update/mopidy-subidy/2024-02-26.log mopidy-subidy 0 -> 1 attrpath: mopidy-subidy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7gz98x4xqb1n34873m4v9xssy6k9rxci-packages.json.drv building '/nix/store/7gz98x4xqb1n34873m4v9xssy6k9rxci-packages.json.drv'... Going to be running update for following packages: - mopidy-subidy-1.0.0 Press Enter key to continue... Running update for: - mopidy-subidy-1.0.0: UPDATING ... - mopidy-subidy-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-subidy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dbt-semantic-interfaces, using log file: /var/log/nixpkgs-update/python311Packages.dbt-semantic-interfaces/2024-02-26.log python311Packages.dbt-semantic-interfaces 0 -> 1 attrpath: python311Packages.dbt-semantic-interfaces Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p6j4gy0jnwb22n7rj29wn56imkqj1hhc-packages.json.drv building '/nix/store/p6j4gy0jnwb22n7rj29wn56imkqj1hhc-packages.json.drv'... Going to be running update for following packages: - python3.11-dbt-semantic-interfaces-0.4.3 Press Enter key to continue... Running update for: - python3.11-dbt-semantic-interfaces-0.4.3: UPDATING ... - python3.11-dbt-semantic-interfaces-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dbt-semantic-interfaces 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensorflow-bin, using log file: /var/log/nixpkgs-update/python311Packages.tensorflow-bin/2024-02-26.log python311Packages.tensorflow-bin 0 -> 1 attrpath: python311Packages.tensorflow-bin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4qr8gzqq662adqf0f9510fh33z3vl19n-packages.json.drv building '/nix/store/4qr8gzqq662adqf0f9510fh33z3vl19n-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorflow-2.15.0 Press Enter key to continue... Running update for: - python3.11-tensorflow-2.15.0: UPDATING ... - python3.11-tensorflow-2.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorflow-bin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.databricks-cli, using log file: /var/log/nixpkgs-update/python311Packages.databricks-cli/2024-02-26.log python311Packages.databricks-cli 0 -> 1 attrpath: python311Packages.databricks-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/c2y37d2ngvgi0im0y2xpxphy4a47b65b-packages.json.drv building '/nix/store/c2y37d2ngvgi0im0y2xpxphy4a47b65b-packages.json.drv'... Going to be running update for following packages: - python3.11-databricks-cli-0.18.0 Press Enter key to continue... Running update for: - python3.11-databricks-cli-0.18.0: UPDATING ... - python3.11-databricks-cli-0.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.databricks-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 python312Packages.marshmallow-sqlalchemy, using log file: /var/log/nixpkgs-update/python312Packages.marshmallow-sqlalchemy/2024-02-26.log python312Packages.marshmallow-sqlalchemy 0.30.0 -> 1.0.0 https://repology.org/project/python:marshmallow-sqlalchemy/versions attrpath: python312Packages.marshmallow-sqlalchemy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2b4bzak96a3wq4s70174gm54jsi5wynv-packages.json.drv building '/nix/store/2b4bzak96a3wq4s70174gm54jsi5wynv-packages.json.drv'... Going to be running update for following packages: - python3.12-marshmallow-sqlalchemy-0.30.0 Press Enter key to continue... Running update for: - python3.12-marshmallow-sqlalchemy-0.30.0: UPDATING ... - python3.12-marshmallow-sqlalchemy-0.30.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix b/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix index e74072692398..d40db204ba80 100644 --- a/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix +++ b/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "marshmallow-sqlalchemy"; - version = "0.30.0"; + version = "1.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-Ka0KT9G0oeUtywf5Zz0oSmsHlRQZFswhadTuml0Ac0c="; + hash = "sha256-IKDy/N1b3chkRPoBRh8X+bahKo3dTKjJs0/i8uNdAKI="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.marshmallow-sqlalchemy Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.marshmallow-sqlalchemy Standard output: error: build log of 'python312Packages.marshmallow-sqlalchemy' is not available [result] Failed to update python312Packages.marshmallow-sqlalchemy 0.30.0 -> 1.0.0 https://repology.org/project/python:marshmallow-sqlalchemy/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 kubectl-gadget, using log file: /var/log/nixpkgs-update/kubectl-gadget/2024-02-26.log kubectl-gadget 0.24.0 -> 0.25.1 https://github.com/inspektor-gadget/inspektor-gadget/releases attrpath: kubectl-gadget Checking auto update branch... An auto update branch exists with message `kubectl-gadget: 0.24.0 -> 0.25.1`. New version is 0.25.1. An auto update branch exists with an equal or greater version [result] Failed to update kubectl-gadget 0.24.0 -> 0.25.1 https://github.com/inspektor-gadget/inspektor-gadget/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.orange-canvas-core, using log file: /var/log/nixpkgs-update/python312Packages.orange-canvas-core/2024-02-26.log python312Packages.orange-canvas-core 0.1.35 -> 0.2.0 https://github.com/biolab/orange-canvas-core/releases attrpath: python312Packages.orange-canvas-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/39i2lch8nx2faiyn2yq4cgv4rx2yhhm0-packages.json.drv building '/nix/store/39i2lch8nx2faiyn2yq4cgv4rx2yhhm0-packages.json.drv'... Going to be running update for following packages: - python3.12-orange-canvas-core-0.1.35 Press Enter key to continue... Running update for: - python3.12-orange-canvas-core-0.1.35: UPDATING ... - python3.12-orange-canvas-core-0.1.35: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/orange-canvas-core/default.nix b/pkgs/development/python-modules/orange-canvas-core/default.nix index 37683a999488..592aa2afa509 100644 --- a/pkgs/development/python-modules/orange-canvas-core/default.nix +++ b/pkgs/development/python-modules/orange-canvas-core/default.nix @@ -18,12 +18,12 @@ buildPythonPackage rec { pname = "orange-canvas-core"; - version = "0.1.35"; + version = "0.2.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-xLCwjeNDx9RqxlNkIWMo0Pcrg7akGuu4Rv9oRDgOK18="; + hash = "sha256-KMEFZkAZkDhuDPpAts+u825p5pFJZbyrsMW/S1AArp4="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.orange-canvas-core Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.orange-canvas-core Standard output: error: dbus-python-1.2.18 not supported for interpreter python3.12 (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.orange-canvas-core 0.1.35 -> 0.2.0 https://github.com/biolab/orange-canvas-core/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.luarocks-build-rust-mlua, using log file: /var/log/nixpkgs-update/lua53Packages.luarocks-build-rust-mlua/2024-02-26.log lua53Packages.luarocks-build-rust-mlua 0.1.2-1 -> 0.2.0 https://repology.org/project/lua:luarocks-build-rust-mlua/versions attrpath: lua53Packages.luarocks-build-rust-mlua Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.luarocks-build-rust-mlua 0.1.2-1 -> 0.2.0 https://repology.org/project/lua:luarocks-build-rust-mlua/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 squid, using log file: /var/log/nixpkgs-update/squid/2024-02-26.log squid 6.6 -> 6.7 https://repology.org/project/squid/versions attrpath: squid 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/squid/default.nix b/pkgs/servers/squid/default.nix index 5968c7e1e340..d564f77f7a7c 100644 --- a/pkgs/servers/squid/default.nix +++ b/pkgs/servers/squid/default.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "squid"; - version = "6.6"; + version = "6.7"; src = fetchurl { url = "http://www.squid-cache.org/Versions/v6/${finalAttrs.pname}-${finalAttrs.version}.tar.xz"; - hash = "sha256-Vb1/n0iYFTFh6hIomYrLVRv4QIMrnluQ/I7NKUJCAxg="; + hash = "sha256-4U2qTq5Bkl0a4/COZEOaaqowEb3O1oZii43ml9WrhCg="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A squid Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . squid Standard output: error: Package ‘squid-6.7’ in /var/cache/nixpkgs-update/worker/worktree/squid/pkgs/servers/squid/default.nix:53 is marked as insecure, refusing to evaluate. Known issues: - Squid has multiple unresolved security vulnerabilities, for more information see https://megamansec.github.io/Squid-Security-Audit/ You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=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 add ‘squid-6.7’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "squid-6.7" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘squid-6.7’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "squid-6.7" ]; } (use '--show-trace' to show detailed location information) [result] Failed to update squid 6.6 -> 6.7 https://repology.org/project/squid/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 keepass, using log file: /var/log/nixpkgs-update/keepass/2024-02-26.log keepass 2.55 -> 2.56.0 https://repology.org/project/keepass/versions attrpath: keepass Checking auto update branch... An auto update branch exists with message `keepass: 2.55 -> 2.56`. New version is 2.56.0. The auto update branch does not match or exceed the new version. [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/9fb21b8ly6cn19xql0w0mza3b6mdlj6n-KeePass-2.56.0-Source.zip.drv building '/nix/store/9fb21b8ly6cn19xql0w0mza3b6mdlj6n-KeePass-2.56.0-Source.zip.drv'... trying https://downloads.sourceforge.net/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 980 0 --:--:-- --:--:-- --:--:-- 985 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 235 0 --:--:-- --:--:-- --:--:-- 235 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download KeePass-2.56.0-Source.zip from any mirror error: builder for '/nix/store/9fb21b8ly6cn19xql0w0mza3b6mdlj6n-KeePass-2.56.0-Source.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 235 0 --:--:-- --:--:-- --:--:-- 235 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download KeePass-2.56.0-Source.zip from any mirror For full logs, run 'nix log /nix/store/9fb21b8ly6cn19xql0w0mza3b6mdlj6n-KeePass-2.56.0-Source.zip.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'keepass.originalSrc' not found stderr did not split as expected full stderr was: these 4 derivations will be built: /nix/store/0zq1vfzjlv6z1hdbyc094kl16kb0f5ly-fix-paths.patch.drv /nix/store/9fb21b8ly6cn19xql0w0mza3b6mdlj6n-KeePass-2.56.0-Source.zip.drv /nix/store/wdf976sxnc6sz8yqhh05q90cl1g85vy7-keepass.desktop.drv /nix/store/q9hvh4ip2pj57b75dyagkd78k5i131py-keepass-2.56.0.drv these 3 paths will be fetched (0.07 MiB download, 0.25 MiB unpacked): /nix/store/2j36q5yrfabg075p229fxsblnsdnibb5-icoutils-0.32.3 /nix/store/3kshlyfxnxdd6ii09n0xip7n6s0cvivp-xsel-1.2.1 /nix/store/gwgndgq6rlvacwjx9hxp2zcl8jhvflqn-whereis-util-linux-2.39.3 copying path '/nix/store/2j36q5yrfabg075p229fxsblnsdnibb5-icoutils-0.32.3' from 'https://cache.nixos.org'... building '/nix/store/wdf976sxnc6sz8yqhh05q90cl1g85vy7-keepass.desktop.drv'... copying path '/nix/store/gwgndgq6rlvacwjx9hxp2zcl8jhvflqn-whereis-util-linux-2.39.3' from 'https://cache.nixos.org'... copying path '/nix/store/3kshlyfxnxdd6ii09n0xip7n6s0cvivp-xsel-1.2.1' from 'https://cache.nixos.org'... building '/nix/store/9fb21b8ly6cn19xql0w0mza3b6mdlj6n-KeePass-2.56.0-Source.zip.drv'... /nix/store/nlq16ffvcxhlkrzy5qpgxpaidy45camc-keepass.desktop/share/applications/keepass.desktop: warning: value "Password manager" for key "Comment" in group "Desktop Entry" looks the same as that of key "GenericName" building '/nix/store/0zq1vfzjlv6z1hdbyc094kl16kb0f5ly-fix-paths.patch.drv'... trying https://downloads.sourceforge.net/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1279 0 --:--:-- --:--:-- --:--:-- 1289 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download KeePass-2.56.0-Source.zip from any mirror error: builder for '/nix/store/9fb21b8ly6cn19xql0w0mza3b6mdlj6n-KeePass-2.56.0-Source.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/keepass/KeePass-2.56.0-Source.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download KeePass-2.56.0-Source.zip from any mirror For full logs, run 'nix log /nix/store/9fb21b8ly6cn19xql0w0mza3b6mdlj6n-KeePass-2.56.0-Source.zip.drv'. error: 1 dependencies of derivation '/nix/store/q9hvh4ip2pj57b75dyagkd78k5i131py-keepass-2.56.0.drv' failed to build [result] Failed to update keepass 2.55 -> 2.56.0 https://repology.org/project/keepass/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 orbiton, using log file: /var/log/nixpkgs-update/orbiton/2024-02-26.log orbiton 2.65.8 -> 2.65.10 https://repology.org/project/orbiton/versions attrpath: orbiton Checking auto update branch... No auto update branch exists Old version 2.65.8" not present in master derivation file with contents: { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, makeWrapper, pkg-config , withGui ? true, vte }: buildGoModule rec { pname = "orbiton"; version = "2.65.10"; src = fetchFromGitHub { owner = "xyproto"; repo = "orbiton"; rev = "v${version}"; hash = "sha256-z81Xled6OFs9tKVJgUnws81C86Vle5XR85f3z96N2Gw="; }; vendorHash = null; postPatch = lib.optionalString stdenv.isDarwin '' substituteInPlace Makefile \ --replace "-Wl,--as-needed" "" # Requires impure pbcopy and pbpaste substituteInPlace v2/pbcopy_test.go \ --replace TestPBcopy SkipTestPBcopy ''; nativeBuildInputs = [ installShellFiles makeWrapper pkg-config ]; buildInputs = lib.optional withGui vte; preBuild = "cd v2"; postInstall = '' cd .. installManPage o.1 mv $out/bin/{orbiton,o} '' + lib.optionalString withGui '' make install-gui PREFIX=$out wrapProgram $out/bin/og --prefix PATH : $out/bin ''; meta = with lib; { description = "Config-free text editor and IDE limited to VT100"; homepage = "https://orbiton.zip"; license = licenses.bsd3; maintainers = with maintainers; [ sikmir ]; mainProgram = "o"; }; } [result] Failed to update orbiton 2.65.8 -> 2.65.10 https://repology.org/project/orbiton/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.textx, using log file: /var/log/nixpkgs-update/python312Packages.textx/2024-02-26.log python312Packages.textx 3.0.0 -> 4.0.1 https://github.com/textx/textx/releases attrpath: python312Packages.textx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zqbahhgrbgq807md0lrpzaa4f91mjl64-packages.json.drv building '/nix/store/zqbahhgrbgq807md0lrpzaa4f91mjl64-packages.json.drv'... Going to be running update for following packages: - python3.12-textx-3.0.0 Press Enter key to continue... Running update for: - python3.12-textx-3.0.0: UPDATING ... - python3.12-textx-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.textx 3.0.0 -> 4.0.1 https://github.com/textx/textx/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.web, using log file: /var/log/nixpkgs-update/python312Packages.web/2024-02-26.log python312Packages.web 0.62 -> 0.70 https://repology.org/project/python:web.py/versions attrpath: python312Packages.web Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fl0y4239r5l1wqx5c4ch17xfam757k47-packages.json.drv building '/nix/store/fl0y4239r5l1wqx5c4ch17xfam757k47-packages.json.drv'... Going to be running update for following packages: - python3.12-web.py-0.62 Press Enter key to continue... Running update for: - python3.12-web.py-0.62: UPDATING ... - python3.12-web.py-0.62: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.web 0.62 -> 0.70 https://repology.org/project/python:web.py/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 span-lite, using log file: /var/log/nixpkgs-update/span-lite/2024-02-26.log span-lite 0.10.3 -> 0.11.0 https://github.com/martinmoene/span-lite/releases attrpath: span-lite Checking auto update branch... An auto update branch exists with message `span-lite: 0.10.3 -> 0.11.0`. New version is 0.11.0. An auto update branch exists with an equal or greater version [result] Failed to update span-lite 0.10.3 -> 0.11.0 https://github.com/martinmoene/span-lite/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.bioCancer, using log file: /var/log/nixpkgs-update/rPackages.bioCancer/2024-02-26.log rPackages.bioCancer 1.30.0 -> 1.30.8 https://repology.org/project/r:biocancer/versions attrpath: rPackages.bioCancer Checking auto update branch... No auto update branch exists Old version 1.30.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"; configurePhase = '' runHook preConfigure 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.bioCancer 1.30.0 -> 1.30.8 https://repology.org/project/r:biocancer/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 nextdns, using log file: /var/log/nixpkgs-update/nextdns/2024-02-26.log nextdns 1.41.0 -> 1.42.0 https://github.com/nextdns/nextdns/releases attrpath: nextdns Checking auto update branch... An auto update branch exists with message `nextdns: 1.41.0 -> 1.42.0`. New version is 1.42.0. An auto update branch exists with an equal or greater version [result] Failed to update nextdns 1.41.0 -> 1.42.0 https://github.com/nextdns/nextdns/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.soxr, using log file: /var/log/nixpkgs-update/python312Packages.soxr/2024-02-26.log python312Packages.soxr 0.3.6 -> 0.3.7 https://github.com/dofuuz/python-soxr/releases attrpath: python312Packages.soxr Checking auto update branch... [version] [version] skipping because derivation has 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/kzmxv4an7bh3zm37zkpvqpxzqzlxbxss-packages.json.drv building '/nix/store/kzmxv4an7bh3zm37zkpvqpxzqzlxbxss-packages.json.drv'... Going to be running update for following packages: - python3.12-soxr-0.3.6 Press Enter key to continue... Running update for: - python3.12-soxr-0.3.6: UPDATING ... - python3.12-soxr-0.3.6: ERROR --- SHOWING ERROR LOG FOR python3.12-soxr-0.3.6 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, 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.12-soxr-0.3.6 ---------------------- The update script for python3.12-soxr-0.3.6 failed with exit code 1 [result] Failed to update python312Packages.soxr 0.3.6 -> 0.3.7 https://github.com/dofuuz/python-soxr/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-core, using log file: /var/log/nixpkgs-update/python312Packages.google-cloud-core/2024-02-26.log python312Packages.google-cloud-core 2.3.3 -> 2.4.1 https://github.com/googleapis/python-cloud-core/releases attrpath: python312Packages.google-cloud-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/xzfcsy8w6c1nrc30w3zd47rwvk00sf59-packages.json.drv building '/nix/store/xzfcsy8w6c1nrc30w3zd47rwvk00sf59-packages.json.drv'... Going to be running update for following packages: - python3.12-google-cloud-core-2.3.3 Press Enter key to continue... Running update for: - python3.12-google-cloud-core-2.3.3: UPDATING ... - python3.12-google-cloud-core-2.3.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-core/default.nix b/pkgs/development/python-modules/google-cloud-core/default.nix index 091729e95f69..84168c911f28 100644 --- a/pkgs/development/python-modules/google-cloud-core/default.nix +++ b/pkgs/development/python-modules/google-cloud-core/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "google-cloud-core"; - version = "2.3.3"; + version = "2.4.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-N7gCc8jX7uGugWs6IK5DWF6lBQbLDmDzz1vl+H8Tc8s="; + hash = "sha256-m3dJJyqBK95Y//KIaNDF4vWFuC834JofbtLU0Q8TQHM="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 86 > 25 [result] Failed to update python312Packages.google-cloud-core 2.3.3 -> 2.4.1 https://github.com/googleapis/python-cloud-core/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.zope-event, using log file: /var/log/nixpkgs-update/python312Packages.zope-event/2024-02-26.log python312Packages.zope-event 4.6 -> 5.0 https://repology.org/project/python:zope.event/versions attrpath: python312Packages.zope-event Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qm8937vjvxznsncm49pagxcmjirm8vhx-packages.json.drv building '/nix/store/qm8937vjvxznsncm49pagxcmjirm8vhx-packages.json.drv'... Going to be running update for following packages: - python3.12-zope.event-4.6 Press Enter key to continue... Running update for: - python3.12-zope.event-4.6: UPDATING ... - python3.12-zope.event-4.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-event/default.nix b/pkgs/development/python-modules/zope-event/default.nix index 93cfc749c923..ef1c49820358 100644 --- a/pkgs/development/python-modules/zope-event/default.nix +++ b/pkgs/development/python-modules/zope-event/default.nix @@ -5,11 +5,11 @@ buildPythonPackage rec { pname = "zope.event"; - version = "4.6"; + version = "5.0"; src = fetchPypi { inherit pname version; - hash = "sha256-gdmIEwRvyGzEE242mP7mKKMoL5wyDbGGWMIXSSNfzoA="; + hash = "sha256-usRA2NmJG0Bo4rWixeLJdlqd92KUS9ppVflrubkeZ80="; }; meta = with lib; { No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 41901 > 25 [result] Failed to update python312Packages.zope-event 4.6 -> 5.0 https://repology.org/project/python:zope.event/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.maxminddb, using log file: /var/log/nixpkgs-update/python312Packages.maxminddb/2024-02-26.log python312Packages.maxminddb 2.5.1 -> 2.5.2 https://github.com/maxmind/MaxMind-DB-Reader-python/releases attrpath: python312Packages.maxminddb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1ak6kqlmr0sg8n3mwbjvqam2zgpr4qgc-packages.json.drv building '/nix/store/1ak6kqlmr0sg8n3mwbjvqam2zgpr4qgc-packages.json.drv'... Going to be running update for following packages: - python3.12-maxminddb-2.5.1 Press Enter key to continue... Running update for: - python3.12-maxminddb-2.5.1: UPDATING ... - python3.12-maxminddb-2.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/maxminddb/default.nix b/pkgs/development/python-modules/maxminddb/default.nix index 1bd579afe70c..3f95408364db 100644 --- a/pkgs/development/python-modules/maxminddb/default.nix +++ b/pkgs/development/python-modules/maxminddb/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "maxminddb"; - version = "2.5.1"; + version = "2.5.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-SAfTdOZFvWgzTk9Ie6haJxidvBJnqY5kSqaGp5J+BVk="; + hash = "sha256-s8M+T8eCHubJ9Ag3EW4Wq2F1hj1KZO7gJMW+xoZpCoc="; }; buildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2884 > 25 [result] Failed to update python312Packages.maxminddb 2.5.1 -> 2.5.2 https://github.com/maxmind/MaxMind-DB-Reader-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.google-resumable-media, using log file: /var/log/nixpkgs-update/python312Packages.google-resumable-media/2024-02-26.log python312Packages.google-resumable-media 2.6.0 -> 2.7.0 https://github.com/GoogleCloudPlatform/google-resumable-media-python/releases attrpath: python312Packages.google-resumable-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/jd36snvb5g9xxrv2i3xmkv78gdd5yj8w-packages.json.drv building '/nix/store/jd36snvb5g9xxrv2i3xmkv78gdd5yj8w-packages.json.drv'... Going to be running update for following packages: - python3.12-google-resumable-media-2.6.0 Press Enter key to continue... Running update for: - python3.12-google-resumable-media-2.6.0: UPDATING ... - python3.12-google-resumable-media-2.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-resumable-media/default.nix b/pkgs/development/python-modules/google-resumable-media/default.nix index 846b390b9c9d..e740bc404867 100644 --- a/pkgs/development/python-modules/google-resumable-media/default.nix +++ b/pkgs/development/python-modules/google-resumable-media/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "google-resumable-media"; - version = "2.6.0"; + version = "2.7.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-lyhS9sZfkz4VpKIQwrlpMHY7Rxl830ql9b6kNe+2Juc="; + hash = "sha256-Xxj1+pg29LCDFiBkocLJjBcjm/2pylCtlwzPkF8+Yls="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 65 > 25 [result] Failed to update python312Packages.google-resumable-media 2.6.0 -> 2.7.0 https://github.com/GoogleCloudPlatform/google-resumable-media-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 rPackages.setRNG, using log file: /var/log/nixpkgs-update/rPackages.setRNG/2024-02-26.log rPackages.setRNG 2022.4-1 -> 2024.2.1 https://repology.org/project/r:setrng/versions attrpath: rPackages.setRNG Checking auto update branch... No auto update branch exists Old version 2022.4-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"; configurePhase = '' runHook preConfigure 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.setRNG 2022.4-1 -> 2024.2.1 https://repology.org/project/r:setrng/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.BIFIEsurvey, using log file: /var/log/nixpkgs-update/rPackages.BIFIEsurvey/2024-02-26.log rPackages.BIFIEsurvey 3.4-15 -> 3.5-19 https://repology.org/project/r:bifiesurvey/versions attrpath: rPackages.BIFIEsurvey Checking auto update branch... No auto update branch exists Old version 3.4-15" 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"; configurePhase = '' runHook preConfigure 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.BIFIEsurvey 3.4-15 -> 3.5-19 https://repology.org/project/r:bifiesurvey/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 currently don't know how to update perl [result] Failed to update perl536Packages.CompressRawBzip2 2.206 -> 2.209 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 rPackages.tframePlus, using log file: /var/log/nixpkgs-update/rPackages.tframePlus/2024-02-26.log rPackages.tframePlus 2022.3-1 -> 2024.2-1 https://repology.org/project/r:tframeplus/versions attrpath: rPackages.tframePlus Checking auto update branch... No auto update branch exists Old version 2022.3-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"; configurePhase = '' runHook preConfigure 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.tframePlus 2022.3-1 -> 2024.2-1 https://repology.org/project/r:tframeplus/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.latrend, using log file: /var/log/nixpkgs-update/rPackages.latrend/2024-02-26.log rPackages.latrend 1.5.1 -> 1.6.0 https://repology.org/project/r:latrend/versions attrpath: rPackages.latrend Checking auto update branch... No auto update branch exists Old version 1.5.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"; configurePhase = '' runHook preConfigure 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.latrend 1.5.1 -> 1.6.0 https://repology.org/project/r:latrend/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.epiR, using log file: /var/log/nixpkgs-update/rPackages.epiR/2024-02-26.log rPackages.epiR 2.0.67 -> 2.0.68 https://repology.org/project/r:epir/versions attrpath: rPackages.epiR Checking auto update branch... No auto update branch exists Old version 2.0.67" 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"; configurePhase = '' runHook preConfigure 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.epiR 2.0.67 -> 2.0.68 https://repology.org/project/r:epir/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.xmlschema, using log file: /var/log/nixpkgs-update/python312Packages.xmlschema/2024-02-26.log python312Packages.xmlschema 3.0.1 -> 3.0.2 https://github.com/sissaschool/xmlschema/releases attrpath: python312Packages.xmlschema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rv1m0pgj39am6qwh1hrk8dck2hn73crw-packages.json.drv building '/nix/store/rv1m0pgj39am6qwh1hrk8dck2hn73crw-packages.json.drv'... Going to be running update for following packages: - python3.12-xmlschema-3.0.1 Press Enter key to continue... Running update for: - python3.12-xmlschema-3.0.1: UPDATING ... - python3.12-xmlschema-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xmlschema/default.nix b/pkgs/development/python-modules/xmlschema/default.nix index f8752d5d2321..6b2d5cfda09a 100644 --- a/pkgs/development/python-modules/xmlschema/default.nix +++ b/pkgs/development/python-modules/xmlschema/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "xmlschema"; - version = "3.0.1"; + version = "3.0.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "sissaschool"; repo = "xmlschema"; rev = "refs/tags/v${version}"; - hash = "sha256-7gko4BFbTnQ+MpSQiGVaAldZcb1X16hinXaHg+nvPgs="; + hash = "sha256-jYFhoNx4Oxm7c0LsSQ0xw9fY/yxfQU5JoP5RteHzeYM="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.xmlschema: 3.0.1 -> 3.0.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290578" [result] Failed to update python312Packages.xmlschema 3.0.1 -> 3.0.2 https://github.com/sissaschool/xmlschema/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.eimpute, using log file: /var/log/nixpkgs-update/rPackages.eimpute/2024-02-26.log rPackages.eimpute 0.2.2 -> 0.2.3 https://repology.org/project/r:eimpute/versions attrpath: rPackages.eimpute Checking auto update branch... No auto update branch exists Old version 0.2.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"; configurePhase = '' runHook preConfigure 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.eimpute 0.2.2 -> 0.2.3 https://repology.org/project/r:eimpute/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 currently don't know how to update perl [result] Failed to update perl536Packages.CompressRawZlib 2.206 -> 2.208 https://github.com/pmqs/Compress-Raw-Zlib/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.ganGenerativeData, using log file: /var/log/nixpkgs-update/rPackages.ganGenerativeData/2024-02-26.log rPackages.ganGenerativeData 1.5.6 -> 1.5.7 https://repology.org/project/r:gangenerativedata/versions attrpath: rPackages.ganGenerativeData Checking auto update branch... No auto update branch exists Old version 1.5.6" 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"; configurePhase = '' runHook preConfigure 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.ganGenerativeData 1.5.6 -> 1.5.7 https://repology.org/project/r:gangenerativedata/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.shrinkTVP, using log file: /var/log/nixpkgs-update/rPackages.shrinkTVP/2024-02-26.log rPackages.shrinkTVP 2.1.1 -> 3.0.1 https://repology.org/project/r:shrinktvp/versions attrpath: rPackages.shrinkTVP Checking auto update branch... No auto update branch exists Old version 2.1.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"; configurePhase = '' runHook preConfigure 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.shrinkTVP 2.1.1 -> 3.0.1 https://repology.org/project/r:shrinktvp/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.aiotankerkoenig, using log file: /var/log/nixpkgs-update/python311Packages.aiotankerkoenig/2024-02-26.log python311Packages.aiotankerkoenig 0 -> 1 attrpath: python311Packages.aiotankerkoenig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jr6jxqjfnq410mhqir9dxm4zzjvqjn7k-packages.json.drv building '/nix/store/jr6jxqjfnq410mhqir9dxm4zzjvqjn7k-packages.json.drv'... Going to be running update for following packages: - python3.11-aiotankerkoenig-0.4.1 Press Enter key to continue... Running update for: - python3.11-aiotankerkoenig-0.4.1: UPDATING ... - python3.11-aiotankerkoenig-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiotankerkoenig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-local-api, using log file: /var/log/nixpkgs-update/python311Packages.govee-local-api/2024-02-26.log python311Packages.govee-local-api 0 -> 1 attrpath: python311Packages.govee-local-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6njgcf9y763f03k18r1b3lviwq4bhw18-packages.json.drv building '/nix/store/6njgcf9y763f03k18r1b3lviwq4bhw18-packages.json.drv'... Going to be running update for following packages: - python3.11-govee-local-api-1.4.4 Press Enter key to continue... Running update for: - python3.11-govee-local-api-1.4.4: UPDATING ... - python3.11-govee-local-api-1.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.govee-local-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.multimethod, using log file: /var/log/nixpkgs-update/python312Packages.multimethod/2024-02-26.log python312Packages.multimethod 1.9.1 -> 1.11.1 https://repology.org/project/python:multimethod/versions attrpath: python312Packages.multimethod Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b9f7yb8ridg5lmjyfg8a2gggmf7pkzq5-packages.json.drv building '/nix/store/b9f7yb8ridg5lmjyfg8a2gggmf7pkzq5-packages.json.drv'... Going to be running update for following packages: - python3.12-multimethod-1.9.1 Press Enter key to continue... Running update for: - python3.12-multimethod-1.9.1: UPDATING ... - python3.12-multimethod-1.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.multimethod 1.9.1 -> 1.11.1 https://repology.org/project/python:multimethod/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.pywatchman, using log file: /var/log/nixpkgs-update/python312Packages.pywatchman/2024-02-26.log python312Packages.pywatchman 1.4.1 -> 2023.05.01.00 https://repology.org/project/python:pywatchman/versions attrpath: python312Packages.pywatchman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g4cqzy734m8zgr0l0sw63ghljv41vghr-packages.json.drv building '/nix/store/g4cqzy734m8zgr0l0sw63ghljv41vghr-packages.json.drv'... Going to be running update for following packages: - python3.12-pywatchman-1.4.1 Press Enter key to continue... Running update for: - python3.12-pywatchman-1.4.1: UPDATING ... - python3.12-pywatchman-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pywatchman 1.4.1 -> 2023.05.01.00 https://repology.org/project/python:pywatchman/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.smmap, using log file: /var/log/nixpkgs-update/python312Packages.smmap/2024-02-26.log python312Packages.smmap 6.0.0 -> 5.0.1 https://repology.org/project/python:smmap/versions attrpath: python312Packages.smmap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zczc55p3h7zqvpjf4g8ng5y25qywrwd4-packages.json.drv building '/nix/store/zczc55p3h7zqvpjf4g8ng5y25qywrwd4-packages.json.drv'... Going to be running update for following packages: - python3.12-smmap-6.0.0 Press Enter key to continue... Running update for: - python3.12-smmap-6.0.0: UPDATING ... - python3.12-smmap-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.smmap 6.0.0 -> 5.0.1 https://repology.org/project/python:smmap/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.pytelegrambotapi, using log file: /var/log/nixpkgs-update/python312Packages.pytelegrambotapi/2024-02-26.log python312Packages.pytelegrambotapi 4.16.0 -> 4.16.1 https://repology.org/project/python:pytelegrambotapi/versions attrpath: python312Packages.pytelegrambotapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v6f7indrvx7igp8fnzfh48psvj32gha4-packages.json.drv building '/nix/store/v6f7indrvx7igp8fnzfh48psvj32gha4-packages.json.drv'... Going to be running update for following packages: - python3.12-pytelegrambotapi-4.16.0 Press Enter key to continue... Running update for: - python3.12-pytelegrambotapi-4.16.0: UPDATING ... - python3.12-pytelegrambotapi-4.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pytelegrambotapi 4.16.0 -> 4.16.1 https://repology.org/project/python:pytelegrambotapi/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.httpcore, using log file: /var/log/nixpkgs-update/python312Packages.httpcore/2024-02-26.log python312Packages.httpcore 1.0.2 -> 1.0.4 https://github.com/encode/httpcore/releases attrpath: python312Packages.httpcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0n8s891c51w83ay6xhqz98n3327xmbj7-packages.json.drv building '/nix/store/0n8s891c51w83ay6xhqz98n3327xmbj7-packages.json.drv'... Going to be running update for following packages: - python3.12-httpcore-1.0.2 Press Enter key to continue... Running update for: - python3.12-httpcore-1.0.2: UPDATING ... - python3.12-httpcore-1.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/httpcore/default.nix b/pkgs/development/python-modules/httpcore/default.nix index d9fd192b7bd1..64b787f250a5 100644 --- a/pkgs/development/python-modules/httpcore/default.nix +++ b/pkgs/development/python-modules/httpcore/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "httpcore"; - version = "1.0.2"; + version = "1.0.4"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "encode"; repo = "httpcore"; rev = "refs/tags/${version}"; - hash = "sha256-gjAScRBzAuNiTSxspX6vzwTAdBIwVQbaSLEUFV1QP+E="; + hash = "sha256-DK5avYEtQcTFogpdEjw0NB4qkzDm5cZKPjAE8MC6Sng="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3198 > 25 [result] Failed to update python312Packages.httpcore 1.0.2 -> 1.0.4 https://github.com/encode/httpcore/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.readthedocs-sphinx-ext, using log file: /var/log/nixpkgs-update/python312Packages.readthedocs-sphinx-ext/2024-02-26.log python312Packages.readthedocs-sphinx-ext 2.2.3 -> 2.2.5 https://repology.org/project/python:readthedocs-sphinx-ext/versions attrpath: python312Packages.readthedocs-sphinx-ext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8lv26b1s0nns1vxani2b1l6l3vi2h33l-packages.json.drv building '/nix/store/8lv26b1s0nns1vxani2b1l6l3vi2h33l-packages.json.drv'... Going to be running update for following packages: - python3.12-readthedocs-sphinx-ext-2.2.3 Press Enter key to continue... Running update for: - python3.12-readthedocs-sphinx-ext-2.2.3: UPDATING ... - python3.12-readthedocs-sphinx-ext-2.2.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix index 3490b6a914b9..7d114a5fe23e 100644 --- a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix +++ b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "readthedocs-sphinx-ext"; - version = "2.2.3"; + version = "2.2.5"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-ZYPCZ5GlhT7p5Xzp24ZOL7BoCLpHD4BddNU/xQgR4BI="; + hash = "sha256-7l/VuZ258MGAsjlsvOUoqjZnGVG5UmuwJy2/zlUXvSc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 11511 > 25 [result] Failed to update python312Packages.readthedocs-sphinx-ext 2.2.3 -> 2.2.5 https://repology.org/project/python:readthedocs-sphinx-ext/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 currently don't know how to update perl [result] Failed to update perl536Packages.PerlVersion 1.013 -> 1.016 https://repology.org/project/perl:perl-version/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.pure-protobuf, using log file: /var/log/nixpkgs-update/python312Packages.pure-protobuf/2024-02-26.log python312Packages.pure-protobuf 2.3.0 -> 3.0.0 https://github.com/eigenein/protobuf/releases attrpath: python312Packages.pure-protobuf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dv9853jysh037kfk3kqli2zs3hnkwyx9-packages.json.drv building '/nix/store/dv9853jysh037kfk3kqli2zs3hnkwyx9-packages.json.drv'... Going to be running update for following packages: - python3.12-pure-protobuf-2.3.0 Press Enter key to continue... Running update for: - python3.12-pure-protobuf-2.3.0: UPDATING ... - python3.12-pure-protobuf-2.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pure-protobuf/default.nix b/pkgs/development/python-modules/pure-protobuf/default.nix index 29cdf21cf3dc..66bc7a8341e1 100644 --- a/pkgs/development/python-modules/pure-protobuf/default.nix +++ b/pkgs/development/python-modules/pure-protobuf/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pure-protobuf"; - version = "2.3.0"; # Komikku not launching w/ 3.0.0, #280551 + version = "3.0.0"; # Komikku not launching w/ 3.0.0, #280551 format = "pyproject"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "eigenein"; repo = "protobuf"; rev = "refs/tags/${version}"; - hash = "sha256-nJ3F8dUrqMeWqTV9ErGqrMvofJwBKwNUDfxWIqFh4nY="; + hash = "sha256-MjxJTX672LSEqZkH39vTD/+IhCTp6FL2z15S7Lxj6Dc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.pure-protobuf nix build failed. Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Setting SETUPTOOLS_SCM_PRETEND_VERSION to 3.0.0 Including all tracked files automatically Creating a wheel... * Getting build dependencies for wheel... Traceback (most recent call last): File "/nix/store/d9zib5gm80hizy3h8saidddwy78vrch2-python3.12-pyproject-hooks-1.0.0/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last): File "/nix/store/d9zib5gm80hizy3h8saidddwy78vrch2-python3.12-pyproject-hooks-1.0.0/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/n3jf1lkdfakxskzsm4nlhss8mdgmcqhc-python3-3.12.2/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'poetry_dynamic_versioning' ERROR Backend 'poetry_dynamic_versioning.backend' is not available. [result] Failed to update python312Packages.pure-protobuf 2.3.0 -> 3.0.0 https://github.com/eigenein/protobuf/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aws-mfa, using log file: /var/log/nixpkgs-update/aws-mfa/2024-02-26.log aws-mfa 0 -> 1 attrpath: aws-mfa 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/lp1hddf3z35k96hlcfnakzssam15vfac-packages.json.drv building '/nix/store/lp1hddf3z35k96hlcfnakzssam15vfac-packages.json.drv'... Going to be running update for following packages: - aws-mfa-0.0.12 Press Enter key to continue... Running update for: - aws-mfa-0.0.12: UPDATING ... - aws-mfa-0.0.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aws-mfa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tidyexc, using log file: /var/log/nixpkgs-update/python311Packages.tidyexc/2024-02-26.log python311Packages.tidyexc 0 -> 1 attrpath: python311Packages.tidyexc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8mmxkw1qw68hrai67pf3jxp5m9xf3bvx-packages.json.drv building '/nix/store/8mmxkw1qw68hrai67pf3jxp5m9xf3bvx-packages.json.drv'... Going to be running update for following packages: - python3.11-tidyexc-0.10.0 Press Enter key to continue... Running update for: - python3.11-tidyexc-0.10.0: UPDATING ... - python3.11-tidyexc-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tidyexc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.imagick, using log file: /var/log/nixpkgs-update/php81Extensions.imagick/2024-02-26.log php81Extensions.imagick 0 -> 1 attrpath: php81Extensions.imagick Checking auto update branch... [version] [version] skipping because derivation has 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/xwfv9vjgcwgxwng6mxvvahchqmn0pcdz-packages.json.drv building '/nix/store/xwfv9vjgcwgxwng6mxvvahchqmn0pcdz-packages.json.drv'... Going to be running update for following packages: - php-imagick-3.7.0 Press Enter key to continue... Running update for: - php-imagick-3.7.0: UPDATING ... - php-imagick-3.7.0: ERROR --- SHOWING ERROR LOG FOR php-imagick-3.7.0 ---------------------- Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/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-imagick-3.7.0 ---------------------- The update script for php-imagick-3.7.0 failed with exit code 1 [result] Failed to update php81Extensions.imagick 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-randomly, using log file: /var/log/nixpkgs-update/python311Packages.pytest-randomly/2024-02-26.log python311Packages.pytest-randomly 0 -> 1 attrpath: python311Packages.pytest-randomly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rira4fwnrz71z2zixwmm4xpahj8w2an4-packages.json.drv building '/nix/store/rira4fwnrz71z2zixwmm4xpahj8w2an4-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-randomly-3.13.0 Press Enter key to continue... Running update for: - python3.11-pytest-randomly-3.13.0: UPDATING ... - python3.11-pytest-randomly-3.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-randomly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydantic-extra-types, using log file: /var/log/nixpkgs-update/python311Packages.pydantic-extra-types/2024-02-26.log python311Packages.pydantic-extra-types 0 -> 1 attrpath: python311Packages.pydantic-extra-types Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/28plvp8hkqlb1pagdq73pmn3i8g3wlz3-packages.json.drv building '/nix/store/28plvp8hkqlb1pagdq73pmn3i8g3wlz3-packages.json.drv'... Going to be running update for following packages: - python3.11-pydantic-extra-types-2.1.0 Press Enter key to continue... Running update for: - python3.11-pydantic-extra-types-2.1.0: UPDATING ... - python3.11-pydantic-extra-types-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydantic-extra-types/default.nix b/pkgs/development/python-modules/pydantic-extra-types/default.nix index 539873a1a4be..2ccb9b9c07ac 100644 --- a/pkgs/development/python-modules/pydantic-extra-types/default.nix +++ b/pkgs/development/python-modules/pydantic-extra-types/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pydantic-extra-types"; - version = "2.1.0"; + version = "2.5.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pydantic"; repo = "pydantic-extra-types"; - rev = "v${version}"; - hash = "sha256-QPBOHIssTsWQlEg2WRpLRKrB6zmae43EExnPn5P4oAY="; + rev = "refs/tags/v${version}"; + hash = "sha256-TerN67sOTr9EIn3X2F4CET4KvQB1EY19vQMDea9AByo="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2103 > 25 [result] Failed to update python311Packages.pydantic-extra-types 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylibconfig2, using log file: /var/log/nixpkgs-update/python311Packages.pylibconfig2/2024-02-26.log python311Packages.pylibconfig2 0 -> 1 attrpath: python311Packages.pylibconfig2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zfn6x81cx44ab32y8si79z9g02vjgxsy-packages.json.drv building '/nix/store/zfn6x81cx44ab32y8si79z9g02vjgxsy-packages.json.drv'... Going to be running update for following packages: - python3.11-pylibconfig2-0.2.5 Press Enter key to continue... Running update for: - python3.11-pylibconfig2-0.2.5: UPDATING ... - python3.11-pylibconfig2-0.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylibconfig2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.thespian, using log file: /var/log/nixpkgs-update/python311Packages.thespian/2024-02-26.log python311Packages.thespian 0 -> 1 attrpath: python311Packages.thespian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zbfi12rvr6wdcblhc4nq3g40lxhbdvfk-packages.json.drv building '/nix/store/zbfi12rvr6wdcblhc4nq3g40lxhbdvfk-packages.json.drv'... Going to be running update for following packages: - python3.11-thespian-3.10.7 Press Enter key to continue... Running update for: - python3.11-thespian-3.10.7: UPDATING ... - python3.11-thespian-3.10.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thespian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oemthermostat, using log file: /var/log/nixpkgs-update/python311Packages.oemthermostat/2024-02-26.log python311Packages.oemthermostat 0 -> 1 attrpath: python311Packages.oemthermostat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ljip768wl88qyzvalxn5mwmjbwbxj0ml-packages.json.drv building '/nix/store/ljip768wl88qyzvalxn5mwmjbwbxj0ml-packages.json.drv'... Going to be running update for following packages: - python3.11-oemthermostat-1.1.1 Press Enter key to continue... Running update for: - python3.11-oemthermostat-1.1.1: UPDATING ... - python3.11-oemthermostat-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oemthermostat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscodium-fhs, using log file: /var/log/nixpkgs-update/vscodium-fhs/2024-02-26.log vscodium-fhs 1.86.2.24054 -> 1.86.2.24057 https://github.com/VSCodium/vscodium/releases attrpath: vscodium-fhs Checking auto update branch... No auto update branch exists Old version 1.86.2.24054" not present in master derivation file with contents: { stdenv , lib , makeDesktopItem , unzip , libsecret , libXScrnSaver , libxshmfence , buildPackages , at-spi2-atk , autoPatchelfHook , alsa-lib , mesa , nss , nspr , xorg , systemd , fontconfig , libdbusmenu , glib , buildFHSEnv , wayland , libglvnd , libkrb5 # Populate passthru.tests , tests # needed to fix "Save as Root" , asar , bash # Attributes inherit from specific versions , version , src , meta , sourceRoot , commandLineArgs , executableName , longName , shortName , pname , updateScript , dontFixup ? false , rev ? null , vscodeServer ? null , sourceExecutableName ? executableName , useVSCodeRipgrep ? false , ripgrep }: stdenv.mkDerivation (finalAttrs: let # Vscode and variants allow for users to download and use extensions # which often include the usage of pre-built binaries. # This has been an on-going painpoint for many users, as # a full extension update cycle has to be done through nixpkgs # in order to create or update extensions. # See: #83288 #91179 #73810 #41189 # # buildFHSEnv allows for users to use the existing vscode # extension tooling without significant pain. fhs = { additionalPkgs ? pkgs: [ ] }: buildFHSEnv { # also determines the name of the wrapped command name = executableName; # additional libraries which are commonly needed for extensions targetPkgs = pkgs: (with pkgs; [ # ld-linux-x86-64-linux.so.2 and others glibc # dotnet curl icu libunwind libuuid lttng-ust openssl zlib # mono krb5 ]) ++ additionalPkgs pkgs; extraBwrapArgs = [ "--bind-try /etc/nixos/ /etc/nixos/" ]; # symlink shared assets, including icons and desktop entries extraInstallCommands = '' ln -s "${finalAttrs.finalPackage}/share" "$out/" ''; runScript = "${finalAttrs.finalPackage}/bin/${executableName}"; # vscode likes to kill the parent so that the # gui application isn't attached to the terminal session dieWithParent = false; passthru = { inherit executableName; inherit (finalAttrs.finalPackage) pname version; # for home-manager module }; meta = meta // { description = '' Wrapped variant of ${pname} which launches in a FHS compatible environment. Should allow for easy usage of extensions without nix-specific modifications. ''; }; }; in { inherit pname version src sourceRoot dontFixup; passthru = { inherit executableName longName tests updateScript; fhs = fhs { }; fhsWithPackages = f: fhs { additionalPkgs = f; }; } // lib.optionalAttrs (vscodeServer != null) { inherit rev vscodeServer; }; desktopItem = makeDesktopItem { name = executableName; desktopName = longName; comment = "Code Editing. Redefined."; genericName = "Text Editor"; exec = "${executableName} %F"; icon = "vs${executableName}"; startupNotify = true; startupWMClass = shortName; categories = [ "Utility" "TextEditor" "Development" "IDE" ]; mimeTypes = [ "text/plain" "inode/directory" ]; keywords = [ "vscode" ]; actions.new-empty-window = { name = "New Empty Window"; exec = "${executableName} --new-window %F"; icon = "vs${executableName}"; }; }; urlHandlerDesktopItem = makeDesktopItem { name = executableName + "-url-handler"; desktopName = longName + " - URL Handler"; comment = "Code Editing. Redefined."; genericName = "Text Editor"; exec = executableName + " --open-url %U"; icon = "vs${executableName}"; startupNotify = true; categories = [ "Utility" "TextEditor" "Development" "IDE" ]; mimeTypes = [ "x-scheme-handler/vscode" ]; keywords = [ "vscode" ]; noDisplay = true; }; buildInputs = [ libsecret libXScrnSaver libxshmfence ] ++ lib.optionals (!stdenv.isDarwin) [ alsa-lib at-spi2-atk libkrb5 mesa nss nspr systemd xorg.libxkbfile ]; runtimeDependencies = lib.optionals stdenv.isLinux [ (lib.getLib systemd) fontconfig.lib libdbusmenu wayland libsecret ]; nativeBuildInputs = [ unzip ] ++ lib.optionals stdenv.isLinux [ autoPatchelfHook asar # override doesn't preserve splicing https://github.com/NixOS/nixpkgs/issues/132651 (buildPackages.wrapGAppsHook.override { inherit (buildPackages) makeWrapper; }) ]; dontBuild = true; dontConfigure = true; noDumpEnvVars = true; installPhase = '' runHook preInstall '' + (if stdenv.isDarwin then '' mkdir -p "$out/Applications/${longName}.app" "$out/bin" cp -r ./* "$out/Applications/${longName}.app" ln -s "$out/Applications/${longName}.app/Contents/Resources/app/bin/${sourceExecutableName}" "$out/bin/${executableName}" '' else '' mkdir -p "$out/lib/vscode" "$out/bin" cp -r ./* "$out/lib/vscode" ln -s "$out/lib/vscode/bin/${sourceExecutableName}" "$out/bin/${executableName}" mkdir -p "$out/share/applications" ln -s "$desktopItem/share/applications/${executableName}.desktop" "$out/share/applications/${executableName}.desktop" ln -s "$urlHandlerDesktopItem/share/applications/${executableName}-url-handler.desktop" "$out/share/applications/${executableName}-url-handler.desktop" # These are named vscode.png, vscode-insiders.png, etc to match the name in upstream *.deb packages. mkdir -p "$out/share/pixmaps" cp "$out/lib/vscode/resources/app/resources/linux/code.png" "$out/share/pixmaps/vs${executableName}.png" # Override the previously determined VSCODE_PATH with the one we know to be correct sed -i "/ELECTRON=/iVSCODE_PATH='$out/lib/vscode'" "$out/bin/${executableName}" grep -q "VSCODE_PATH='$out/lib/vscode'" "$out/bin/${executableName}" # check if sed succeeded # Remove native encryption code, as it derives the key from the executable path which does not work for us. # The credentials should be stored in a secure keychain already, so the benefit of this is questionable # in the first place. rm -rf $out/lib/vscode/resources/app/node_modules/vscode-encrypt '') + '' runHook postInstall ''; preFixup = '' gappsWrapperArgs+=( # Add gio to PATH so that moving files to the trash works when not using a desktop environment --prefix PATH : ${glib.bin}/bin --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" --add-flags ${lib.escapeShellArg commandLineArgs} ) ''; # See https://github.com/NixOS/nixpkgs/issues/49643#issuecomment-873853897 # linux only because of https://github.com/NixOS/nixpkgs/issues/138729 postPatch = lib.optionalString stdenv.isLinux '' # this is a fix for "save as root" functionality packed="resources/app/node_modules.asar" unpacked="resources/app/node_modules" asar extract "$packed" "$unpacked" substituteInPlace $unpacked/@vscode/sudo-prompt/index.js \ --replace "/usr/bin/pkexec" "/run/wrappers/bin/pkexec" \ --replace "/bin/bash" "${bash}/bin/bash" rm -rf "$packed" # without this symlink loading JsChardet, the library that is used for auto encoding detection when files.autoGuessEncoding is true, # fails to load with: electron/js2c/renderer_init: Error: Cannot find module 'jschardet' # and the window immediately closes which renders VSCode unusable # see https://github.com/NixOS/nixpkgs/issues/152939 for full log ln -rs "$unpacked" "$packed" '' + ( let vscodeRipgrep = if stdenv.isDarwin then "Contents/Resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg" else "resources/app/node_modules/@vscode/ripgrep/bin/rg"; in if !useVSCodeRipgrep then '' rm ${vscodeRipgrep} ln -s ${ripgrep}/bin/rg ${vscodeRipgrep} '' else '' chmod +x ${vscodeRipgrep} '' ); postFixup = lib.optionalString stdenv.isLinux '' patchelf \ --add-needed ${libglvnd}/lib/libGLESv2.so.2 \ --add-needed ${libglvnd}/lib/libGL.so.1 \ --add-needed ${libglvnd}/lib/libEGL.so.1 \ $out/lib/vscode/${executableName} ''; inherit meta; }) [result] Failed to update vscodium-fhs 1.86.2.24054 -> 1.86.2.24057 https://github.com/VSCodium/vscodium/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.githubkit, using log file: /var/log/nixpkgs-update/python311Packages.githubkit/2024-02-26.log python311Packages.githubkit 0 -> 1 attrpath: python311Packages.githubkit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4m558pv32rnf06v2ziqjrys08djqlpzm-packages.json.drv building '/nix/store/4m558pv32rnf06v2ziqjrys08djqlpzm-packages.json.drv'... Going to be running update for following packages: - python3.11-githubkit-0.11.1 Press Enter key to continue... Running update for: - python3.11-githubkit-0.11.1: UPDATING ... - python3.11-githubkit-0.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.githubkit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.netcdf4, using log file: /var/log/nixpkgs-update/python311Packages.netcdf4/2024-02-26.log python311Packages.netcdf4 0 -> 1 attrpath: python311Packages.netcdf4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/19283rafr8rsfpg5r3nvfxbnhzxgs9sh-packages.json.drv building '/nix/store/19283rafr8rsfpg5r3nvfxbnhzxgs9sh-packages.json.drv'... Going to be running update for following packages: - python3.11-netCDF4-1.6.2 Press Enter key to continue... Running update for: - python3.11-netCDF4-1.6.2: UPDATING ... - python3.11-netCDF4-1.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/netcdf4/default.nix b/pkgs/development/python-modules/netcdf4/default.nix index f181a7d4c4fe..d29b13b92420 100644 --- a/pkgs/development/python-modules/netcdf4/default.nix +++ b/pkgs/development/python-modules/netcdf4/default.nix @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "netCDF4"; - version = "1.6.2"; + version = "1.6.5"; format = "pyproject"; disabled = isPyPy; src = fetchPypi { inherit pname version; - hash = "sha256-A4KwL/aiiEGfb/7IXexA9FH0G4dVVHFUxXXd2fD0rlM="; + hash = "sha256-gkiB0KrP3lvZgtat7dhXQlnIVVN4HnuD4M6CuJC/oO8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.netcdf4 nix build failed. creating build/bdist.linux-x86_64/wheel/netCDF4/plugins copying build/lib.linux-x86_64-cpython-311/netCDF4/plugins/empty.txt -> build/bdist.linux-x86_64/wheel/netCDF4/plugins copying build/lib.linux-x86_64-cpython-311/netCDF4/_netCDF4.pyx -> build/bdist.linux-x86_64/wheel/netCDF4 copying build/lib.linux-x86_64-cpython-311/netCDF4/utils.py -> build/bdist.linux-x86_64/wheel/netCDF4 running install_egg_info Copying src/netCDF4.egg-info to build/bdist.linux-x86_64/wheel/netCDF4-1.6.5-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/netCDF4-1.6.5.dist-info/WHEEL creating '/build/netCDF4-1.6.5/dist/.tmp-0kzuyszh/netCDF4-1.6.5-cp311-cp311-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'netCDF4/__init__.py' adding 'netCDF4/_netCDF4.cpython-311-x86_64-linux-gnu.so' adding 'netCDF4/_netCDF4.pyx' adding 'netCDF4/utils.py' adding 'netCDF4/plugins/empty.txt' adding 'netCDF4-1.6.5.dist-info/LICENSE' adding 'netCDF4-1.6.5.dist-info/METADATA' adding 'netCDF4-1.6.5.dist-info/WHEEL' adding 'netCDF4-1.6.5.dist-info/entry_points.txt' adding 'netCDF4-1.6.5.dist-info/top_level.txt' adding 'netCDF4-1.6.5.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built netCDF4-1.6.5-cp311-cp311-linux_x86_64.whl Finished creating a wheel... Finished executing pypaBuildPhase buildPhase completed in 41 seconds @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for netCDF4-1.6.5-cp311-cp311-linux_x86_64.whl - certifi not installed [result] Failed to update python311Packages.netcdf4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gmenuharness, using log file: /var/log/nixpkgs-update/lomiri.gmenuharness/2024-02-26.log lomiri.gmenuharness 0 -> 1 attrpath: lomiri.gmenuharness 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/ah5aml6dsw6qpr4mmx9wf8x0ii68rwwv-packages.json.drv building '/nix/store/ah5aml6dsw6qpr4mmx9wf8x0ii68rwwv-packages.json.drv'... Going to be running update for following packages: - gmenuharness-0.1.4 Press Enter key to continue... Running update for: - gmenuharness-0.1.4: UPDATING ... - gmenuharness-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.gmenuharness 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.utils, using log file: /var/log/nixpkgs-update/terraform-providers.utils/2024-02-26.log terraform-providers.utils 0 -> 1 attrpath: terraform-providers.utils Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nasdaq-data-link, using log file: /var/log/nixpkgs-update/python311Packages.nasdaq-data-link/2024-02-26.log python311Packages.nasdaq-data-link 0 -> 1 attrpath: python311Packages.nasdaq-data-link Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qp0qvvrnak6rdliqdbv2pxhdh0kpv2lh-packages.json.drv building '/nix/store/qp0qvvrnak6rdliqdbv2pxhdh0kpv2lh-packages.json.drv'... Going to be running update for following packages: - python3.11-nasdaq-data-link-1.0.4 Press Enter key to continue... Running update for: - python3.11-nasdaq-data-link-1.0.4: UPDATING ... - python3.11-nasdaq-data-link-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nasdaq-data-link 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath portfolio-filemanager, using log file: /var/log/nixpkgs-update/portfolio-filemanager/2024-02-26.log portfolio-filemanager 0 -> 1 attrpath: portfolio-filemanager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yfmdhfrfngpl8s67fsr21djd6srp66lq-packages.json.drv building '/nix/store/yfmdhfrfngpl8s67fsr21djd6srp66lq-packages.json.drv'... Going to be running update for following packages: - portfolio-1.0.1 Press Enter key to continue... Running update for: - portfolio-1.0.1: UPDATING ... - portfolio-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update portfolio-filemanager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath optifine, using log file: /var/log/nixpkgs-update/optifine/2024-02-26.log optifine 0 -> 1 attrpath: optifine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9p1cab9lmgd3q3w5xa0bxlpw6jy91g11-packages.json.drv building '/nix/store/9p1cab9lmgd3q3w5xa0bxlpw6jy91g11-packages.json.drv'... Going to be running update for following packages: - optifine-1.20.1 Press Enter key to continue... Running update for: - optifine-1.20.1: UPDATING ... - optifine-1.20.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update optifine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aws-secretsmanager-caching, using log file: /var/log/nixpkgs-update/python311Packages.aws-secretsmanager-caching/2024-02-26.log python311Packages.aws-secretsmanager-caching 0 -> 1 attrpath: python311Packages.aws-secretsmanager-caching Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cxyh524jyjdyb2d6yknr818pfdv46n8z-packages.json.drv building '/nix/store/cxyh524jyjdyb2d6yknr818pfdv46n8z-packages.json.drv'... Going to be running update for following packages: - python3.11-aws_secretsmanager_caching-1.1.1.5 Press Enter key to continue... Running update for: - python3.11-aws_secretsmanager_caching-1.1.1.5: UPDATING ... - python3.11-aws_secretsmanager_caching-1.1.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aws-secretsmanager-caching 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ansible-language-server, using log file: /var/log/nixpkgs-update/ansible-language-server/2024-02-26.log ansible-language-server 0 -> 1 attrpath: ansible-language-server 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] Success [updateScript] this derivation will be built: /nix/store/ls61kl29mzhw2sr65cy14b0jybp8mw49-packages.json.drv building '/nix/store/ls61kl29mzhw2sr65cy14b0jybp8mw49-packages.json.drv'... Going to be running update for following packages: - ansible-language-server-1.2.1 Press Enter key to continue... Running update for: - ansible-language-server-1.2.1: UPDATING ... - ansible-language-server-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ansible-language-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.tomli, using log file: /var/log/nixpkgs-update/python311Packages.tomli/2024-02-26.log python311Packages.tomli 0 -> 1 attrpath: python311Packages.tomli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9i9i10fxj2zpwcxi76nxhn60w8bqnamz-packages.json.drv building '/nix/store/9i9i10fxj2zpwcxi76nxhn60w8bqnamz-packages.json.drv'... Going to be running update for following packages: - python3.11-tomli-2.0.1 Press Enter key to continue... Running update for: - python3.11-tomli-2.0.1: UPDATING ... - python3.11-tomli-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tomli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.onlykey-solo-python, using log file: /var/log/nixpkgs-update/python311Packages.onlykey-solo-python/2024-02-26.log python311Packages.onlykey-solo-python 0 -> 1 attrpath: python311Packages.onlykey-solo-python 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/zvly2kmy6n6anfa82zf17ym7c00hzxhw-packages.json.drv building '/nix/store/zvly2kmy6n6anfa82zf17ym7c00hzxhw-packages.json.drv'... Going to be running update for following packages: - python3.11-onlykey-solo-python-0.0.32 Press Enter key to continue... Running update for: - python3.11-onlykey-solo-python-0.0.32: UPDATING ... - python3.11-onlykey-solo-python-0.0.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.onlykey-solo-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 python311Packages.firetv, using log file: /var/log/nixpkgs-update/python311Packages.firetv/2024-02-26.log python311Packages.firetv 0 -> 1 attrpath: python311Packages.firetv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lw4d94lx0w617gl8dhb3kpxb580hx7m0-packages.json.drv building '/nix/store/lw4d94lx0w617gl8dhb3kpxb580hx7m0-packages.json.drv'... Going to be running update for following packages: - python3.11-firetv-1.0.9 Press Enter key to continue... Running update for: - python3.11-firetv-1.0.9: UPDATING ... - python3.11-firetv-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.firetv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ipware, using log file: /var/log/nixpkgs-update/python311Packages.django-ipware/2024-02-26.log python311Packages.django-ipware 0 -> 1 attrpath: python311Packages.django-ipware Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/djh61as8pli6cky0v5cvl7mihnn9did8-packages.json.drv building '/nix/store/djh61as8pli6cky0v5cvl7mihnn9did8-packages.json.drv'... Going to be running update for following packages: - python3.11-django-ipware-6.0.4 Press Enter key to continue... Running update for: - python3.11-django-ipware-6.0.4: UPDATING ... - python3.11-django-ipware-6.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-ipware 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drawpile-server-headless, using log file: /var/log/nixpkgs-update/drawpile-server-headless/2024-02-26.log drawpile-server-headless 2.1.20 -> 2.2.1 https://github.com/drawpile/drawpile/releases attrpath: drawpile-server-headless 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/graphics/drawpile/default.nix b/pkgs/applications/graphics/drawpile/default.nix index ea07e2314217..0e9b580c56e8 100644 --- a/pkgs/applications/graphics/drawpile/default.nix +++ b/pkgs/applications/graphics/drawpile/default.nix @@ -68,13 +68,13 @@ let in mkDerivation rec { pname = "drawpile"; - version = "2.1.20"; + version = "2.2.1"; src = fetchFromGitHub { owner = "drawpile"; repo = "drawpile"; rev = version; - sha256 = "sha256-HjGsaa2BYRNxaQP9e8Z7BkVlIKByC/ta92boGbYHRWQ="; + sha256 = "sha256-NS1aQlWpn3f+SW0oUjlYwHtOS9ZgbjFTrE9grjK5REM="; }; nativeBuildInputs = [ extra-cmake-modules ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A drawpile-server-headless nix build failed. @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/doc/Drawpile -DCMAKE_INSTALL_INFODIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1 -Wno-dev -DINITSYS=systemd -DCLIENT=OFF -DSERVER=ON -DSERVERGUI=OFF -DTOOLS=OFF -DKIS_TABLET=OFF -DKDE_INSTALL_EXECROOTDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1 -DKDE_INSTALL_BINDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/bin -DKDE_INSTALL_SBINDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/sbin -DKDE_INSTALL_LIBDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/lib -DKDE_INSTALL_LIBEXECDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/libexec -DKDE_INSTALL_CMAKEPACKAGEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/lib/cmake -DKDE_INSTALL_INCLUDEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/include -DKDE_INSTALL_LOCALSTATEDIR=/var -DKDE_INSTALL_DATAROOTDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share -DKDE_INSTALL_DATADIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share -DKDE_INSTALL_DOCBUNDLEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/doc/HTML -DKDE_INSTALL_KCFGDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/config.kcfg -DKDE_INSTALL_KCONFUPDATEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/kconf_update -DKDE_INSTALL_KSERVICES5DIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/kservices5 -DKDE_INSTALL_KSERVICETYPES5DIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/kservicetypes5 -DKDE_INSTALL_KXMLGUI5DIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/kxmlgui5 -DKDE_INSTALL_KNOTIFY5RCDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/knotifications5 -DKDE_INSTALL_ICONDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/icons -DKDE_INSTALL_LOCALEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/locale -DKDE_INSTALL_SOUNDDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/sounds -DKDE_INSTALL_TEMPLATEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/templates -DKDE_INSTALL_WALLPAPERDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/wallpapers -DKDE_INSTALL_APPDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/applications -DKDE_INSTALL_DESKTOPDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/desktop-directories -DKDE_INSTALL_MIMEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/mime/packages -DKDE_INSTALL_METAINFODIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/appdata -DKDE_INSTALL_MANDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/man -DKDE_INSTALL_INFODIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/info -DKDE_INSTALL_DBUSDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/dbus-1 -DKDE_INSTALL_DBUSINTERFACEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/dbus-1/interfaces -DKDE_INSTALL_DBUSSERVICEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/dbus-1/services -DKDE_INSTALL_DBUSSYSTEMSERVICEDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/share/dbus-1/system-services -DKDE_INSTALL_SYSCONFDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/etc -DKDE_INSTALL_CONFDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/etc/xdg -DKDE_INSTALL_AUTOSTARTDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/etc/xdg/autostart -DKDE_INSTALL_QTPLUGINDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/lib/qt-5.15.12/plugins -DKDE_INSTALL_PLUGINDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/lib/qt-5.15.12/plugins -DKDE_INSTALL_QMLDIR=/nix/store/mcc8mc419yf4nq6vz59ffy64q34af67w-drawpile-2.2.1/lib/qt-5.15.12/qml -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Git not found; falling back to static versioning -- The C compiler identification is GNU 13.2.0 -- 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/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-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/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Project version: 2.2.1 -- Protocol version: 4.24.0 -- Using Qt version 5 CMake Error at cmake/Cargo.cmake:2 (find_program): Could not find CARGO_COMMAND using the following names: cargo Call Stack (most recent call first): CMakeLists.txt:111 (include)  -- Configuring incomplete, errors occurred! [result] Failed to update drawpile-server-headless 2.1.20 -> 2.2.1 https://github.com/drawpile/drawpile/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath marwaita-ubuntu, using log file: /var/log/nixpkgs-update/marwaita-ubuntu/2024-02-26.log marwaita-ubuntu 0 -> 1 attrpath: marwaita-ubuntu Checking auto update branch... [version] [version] skipping because derivation has 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/vlj842xd8rj2kmrjyakwpjb2c0y2bs2w-packages.json.drv building '/nix/store/vlj842xd8rj2kmrjyakwpjb2c0y2bs2w-packages.json.drv'... Going to be running update for following packages: - marwaita-ubuntu-17.0 Press Enter key to continue... Running update for: - marwaita-ubuntu-17.0: UPDATING ... - marwaita-ubuntu-17.0: ERROR --- SHOWING ERROR LOG FOR marwaita-ubuntu-17.0 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=marwaita-ubuntu-17.0 + [[ -n '' ]] + pname=marwaita-ubuntu + [[ -n '' ]] + version=17.0 + [[ -n '' ]] + attr_path=marwaita-ubuntu + echo '# marwaita-ubuntu-17.0' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=marwaita-ubuntu --attr-path=marwaita-ubuntu --file="update-git-commits.txt"' + tags='1.5 1.7' + for tag in $tags + echo '# found marwaita-ubuntu version: 1.5' + for tag in $tags + echo '# found marwaita-ubuntu version: 1.7' + '[' -n '' ']' ++ echo '1.5 1.7' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags='1.5 1.7' ++ echo '1.5 1.7' ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/sort --reverse --version-sort + tags='1.7 1.5' + for latest_tag in $tags + version_is_ignored 1.7 + local tag=1.7 + '[' -n '' ']' + version_is_unstable 1.7 + local tag=1.7 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 1.7 enforce + local tag=1.7 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 1.7 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=7 + '[' 1 -eq 1 ']' + return 0 + echo '# use potential development version: marwaita-ubuntu-1.7' + break + '[' -n 1.7 ']' + '[' 17.0 '!=' 1.7 ']' ++ EDITOR=echo ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. marwaita-ubuntu + pfile=/var/cache/nixpkgs-update/worker/worktree/marwaita-ubuntu/pkgs/data/themes/marwaita-ubuntu/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/marwaita-ubuntu/pkgs/data/themes/marwaita-ubuntu/default.nix ' + echo ' git commit -m '\''marwaita-ubuntu: 17.0 -> 1.7'\''' + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version --print-changes marwaita-ubuntu 1.7 update-source-version: error: Both the old and new source hashes of 'marwaita-ubuntu.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR marwaita-ubuntu-17.0 ---------------------- The update script for marwaita-ubuntu-17.0 failed with exit code 1 [result] Failed to update marwaita-ubuntu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-google, using log file: /var/log/nixpkgs-update/python311Packages.certbot-dns-google/2024-02-26.log python311Packages.certbot-dns-google 0 -> 1 attrpath: python311Packages.certbot-dns-google Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kq1qr9ybxa8g5msawj5pz3gpvymqh44m-packages.json.drv building '/nix/store/kq1qr9ybxa8g5msawj5pz3gpvymqh44m-packages.json.drv'... Going to be running update for following packages: - python3.11-certbot-dns-google-2.9.0 Press Enter key to continue... Running update for: - python3.11-certbot-dns-google-2.9.0: UPDATING ... - python3.11-certbot-dns-google-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certbot-dns-google 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datauri, using log file: /var/log/nixpkgs-update/python311Packages.datauri/2024-02-26.log python311Packages.datauri 0 -> 1 attrpath: python311Packages.datauri Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5nw21ppw6hmg393vfvn4qwbcn9r62bsb-packages.json.drv building '/nix/store/5nw21ppw6hmg393vfvn4qwbcn9r62bsb-packages.json.drv'... Going to be running update for following packages: - python3.11-datauri-2.0.0 Press Enter key to continue... Running update for: - python3.11-datauri-2.0.0: UPDATING ... - python3.11-datauri-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.datauri 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-dbfs, using log file: /var/log/nixpkgs-update/python311Packages.aliyun-python-sdk-dbfs/2024-02-26.log python311Packages.aliyun-python-sdk-dbfs 0 -> 1 attrpath: python311Packages.aliyun-python-sdk-dbfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3nkn0w1pxyb60951rmw6q468hkvaq7ka-packages.json.drv building '/nix/store/3nkn0w1pxyb60951rmw6q468hkvaq7ka-packages.json.drv'... Going to be running update for following packages: - python3.11-aliyun-python-sdk-dbfs-2.0.7 Press Enter key to continue... Running update for: - python3.11-aliyun-python-sdk-dbfs-2.0.7: UPDATING ... - python3.11-aliyun-python-sdk-dbfs-2.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aliyun-python-sdk-dbfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath franz, using log file: /var/log/nixpkgs-update/franz/2024-02-26.log franz 5.9.2 -> 5.10.0 https://github.com/meetfranz/franz/releases attrpath: franz 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/instant-messengers/franz/default.nix b/pkgs/applications/networking/instant-messengers/franz/default.nix index a910105fde80..ec9f0d369195 100644 --- a/pkgs/applications/networking/instant-messengers/franz/default.nix +++ b/pkgs/applications/networking/instant-messengers/franz/default.nix @@ -3,10 +3,10 @@ mkFranzDerivation rec { pname = "franz"; name = "Franz"; - version = "5.9.2"; + version = "5.10.0"; src = fetchurl { url = "https://github.com/meetfranz/franz/releases/download/v${version}/franz_${version}_amd64.deb"; - sha256 = "sha256-W/60g5CbSUZcNASjdbiS7DNv9375GiesEG60QLLAh1g="; + sha256 = "sha256-zQhZlxr7kyMWx6txDnV+ECBTzVEwnUaBsLWKJy3XYFg="; }; meta = with lib; { description = "A free messaging app that combines chat & messaging services into one application"; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update franz 5.9.2 -> 5.10.0 https://github.com/meetfranz/franz/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-slim_21, using log file: /var/log/nixpkgs-update/nodejs-slim_21/2024-02-26.log nodejs-slim_21 0 -> 1 attrpath: nodejs-slim_21 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7dgr4bgrhpn75lfirhnd0mdl7s4ihlgi-update-nodejs.drv /nix/store/zrgxdqi9f8lp7nzm0bkdw1pli1kzswl6-packages.json.drv building '/nix/store/7dgr4bgrhpn75lfirhnd0mdl7s4ihlgi-update-nodejs.drv'... building '/nix/store/zrgxdqi9f8lp7nzm0bkdw1pli1kzswl6-packages.json.drv'... Going to be running update for following packages: - nodejs-slim-21.6.2 Press Enter key to continue... Running update for: - nodejs-slim-21.6.2: UPDATING ... - nodejs-slim-21.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nodejs-slim_21 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-02-26.log cloudflared 2024.2.0 -> 2024.2.1 https://repology.org/project/cloudflared/versions attrpath: cloudflared Checking auto update branch... No auto update branch exists Old version 2024.2.0" not present in master derivation file with contents: { lib , stdenv , buildGoModule , fetchFromGitHub , callPackage }: buildGoModule rec { pname = "cloudflared"; version = "2024.2.1"; src = fetchFromGitHub { owner = "cloudflare"; repo = "cloudflared"; rev = "refs/tags/${version}"; hash = "sha256-aSAwDz7QSYbHfDA+/usGh7xCxSq+kBTB3eqMBf5XEa8="; }; vendorHash = null; ldflags = [ "-s" "-w" "-X main.Version=${version}" "-X github.com/cloudflare/cloudflared/cmd/cloudflared/updater.BuiltForPackageManager=nixpkgs" ]; preCheck = '' # Workaround for: sshgen_test.go:74: mkdir /homeless-shelter/.cloudflared: no such file or directory export HOME="$(mktemp -d)" # Workaround for: protocol_test.go:11: # lookup protocol-v2.argotunnel.com on [::1]:53: read udp [::1]:51876->[::1]:53: read: connection refused substituteInPlace "edgediscovery/protocol_test.go" \ --replace "TestProtocolPercentage" "SkipProtocolPercentage" # Workaround for: origin_icmp_proxy_test.go:46: # cannot create ICMPv4 proxy: socket: permission denied nor ICMPv6 proxy: socket: permission denied substituteInPlace "ingress/origin_icmp_proxy_test.go" \ --replace "TestICMPRouterEcho" "SkipICMPRouterEcho" # Workaround for: origin_icmp_proxy_test.go:110: # cannot create ICMPv4 proxy: socket: permission denied nor ICMPv6 proxy: socket: permission denied substituteInPlace "ingress/origin_icmp_proxy_test.go" \ --replace "TestConcurrentRequestsToSameDst" "SkipConcurrentRequestsToSameDst" # Workaround for: origin_icmp_proxy_test.go:242: # cannot create ICMPv4 proxy: socket: permission denied nor ICMPv6 proxy: socket: permission denied substituteInPlace "ingress/origin_icmp_proxy_test.go" \ --replace "TestICMPRouterRejectNotEcho" "SkipICMPRouterRejectNotEcho" # Workaround for: origin_icmp_proxy_test.go:108: # Received unexpected error: cannot create ICMPv4 proxy: Group ID 100 is not between ping group 65534 to 65534 nor ICMPv6 proxy: socket: permission denied substituteInPlace "ingress/origin_icmp_proxy_test.go" \ --replace "TestTraceICMPRouterEcho" "SkipTraceICMPRouterEcho" # Workaround for: icmp_posix_test.go:28: socket: permission denied substituteInPlace "ingress/icmp_posix_test.go" \ --replace "TestFunnelIdleTimeout" "SkipFunnelIdleTimeout" # Workaround for: icmp_posix_test.go:88: Received unexpected error: Group ID 100 is not between ping group 65534 to 65534 substituteInPlace "ingress/icmp_posix_test.go" \ --replace "TestReuseFunnel" "SkipReuseFunnel" # Workaround for: manager_test.go:197: # Should be false substituteInPlace "datagramsession/manager_test.go" \ --replace "TestManagerCtxDoneCloseSessions" "SkipManagerCtxDoneCloseSessions" ''; doCheck = !stdenv.isDarwin; passthru.tests.simple = callPackage ./tests.nix { inherit version; }; meta = with lib; { description = "Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client"; homepage = "https://www.cloudflare.com/products/tunnel"; changelog = "https://github.com/cloudflare/cloudflared/releases/tag/${version}"; license = licenses.asl20; platforms = platforms.unix ++ platforms.windows; maintainers = with maintainers; [ bbigras enorris thoughtpolice piperswe qjoly ]; mainProgram = "cloudflared"; }; } [result] Failed to update cloudflared 2024.2.0 -> 2024.2.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.bsdiff4, using log file: /var/log/nixpkgs-update/python311Packages.bsdiff4/2024-02-26.log python311Packages.bsdiff4 0 -> 1 attrpath: python311Packages.bsdiff4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v2b9hj4hzdz4lyyz491c13n6l1gldngz-packages.json.drv building '/nix/store/v2b9hj4hzdz4lyyz491c13n6l1gldngz-packages.json.drv'... Going to be running update for following packages: - python3.11-bsdiff4-1.2.4 Press Enter key to continue... Running update for: - python3.11-bsdiff4-1.2.4: UPDATING ... - python3.11-bsdiff4-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bsdiff4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath adminer, using log file: /var/log/nixpkgs-update/adminer/2024-02-26.log adminer 0 -> 1 attrpath: adminer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w5p06zkxivgdf2vc4y6dmpm0wl7g2387-packages.json.drv building '/nix/store/w5p06zkxivgdf2vc4y6dmpm0wl7g2387-packages.json.drv'... Going to be running update for following packages: - adminer-4.8.1 Press Enter key to continue... Running update for: - adminer-4.8.1: UPDATING ... - adminer-4.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update adminer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sensu-go-cli, using log file: /var/log/nixpkgs-update/sensu-go-cli/2024-02-26.log sensu-go-cli 6.9.2 -> 6.11.0 https://github.com/sensu/sensu-go/releases attrpath: sensu-go-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-zrwTdMlDfG1RudOfV52qOP9NMU3/XYb5TND6xyglJ0I=" [golangModuleVersion] Replaced vendorHash with sha256-vuH1LnR7MWsKlnt/KdbeekAwdxvodwPvVjuXmDC0V1Q= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sensu-go-cli nix build failed. vendor/google.golang.org/grpc/attributes/attributes.go:56:31: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/attributes/attributes.go:66:32: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/attributes/attributes.go:124:12: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # google.golang.org/grpc/internal/balancerload vendor/google.golang.org/grpc/internal/balancerload/load.go:28:24: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/internal/balancerload/load.go:41:28: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # google.golang.org/grpc/encoding vendor/google.golang.org/grpc/encoding/encoding.go:88:12: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/encoding/encoding.go:90:27: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # github.com/sensu/sensu-api-tools vendor/github.com/sensu/sensu-api-tools/interface_queryer.go:8:18: type parameter requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/github.com/sensu/sensu-api-tools/interface_queryer.go:8:20: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/github.com/sensu/sensu-api-tools/interface_queryer.go:10:46: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/github.com/sensu/sensu-api-tools/resolver.go:143:53: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # google.golang.org/grpc/stats vendor/google.golang.org/grpc/stats/stats.go:77:10: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/stats/stats.go:147:10: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # google.golang.org/grpc/internal/pretty vendor/google.golang.org/grpc/internal/pretty/pretty.go:25:2: "fmt" imported and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:27:2: "github.com/golang/protobuf/jsonpb" imported and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:28:2: "github.com/golang/protobuf/proto" imported as protov1 and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:29:2: "google.golang.org/protobuf/encoding/protojson" imported and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:30:2: "google.golang.org/protobuf/proto" imported as protov2 and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:38:15: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # golang.org/x/net/http2 vendor/golang.org/x/net/http2/databuffer.go:49:42: cannot convert p (variable of type []byte) to type *[1024]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/net/http2/databuffer.go:51:42: cannot convert p (variable of type []byte) to type *[2048]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/net/http2/databuffer.go:53:42: cannot convert p (variable of type []byte) to type *[4096]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/net/http2/databuffer.go:55:42: cannot convert p (variable of type []byte) to type *[8192]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/net/http2/databuffer.go:57:43: cannot convert p (variable of type []byte) to type *[16384]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) [result] Failed to update sensu-go-cli 6.9.2 -> 6.11.0 https://github.com/sensu/sensu-go/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dmenu-rs, using log file: /var/log/nixpkgs-update/dmenu-rs/2024-02-26.log dmenu-rs 5.5.2 -> 5.5.3 https://github.com/Shizcow/dmenu-rs/releases attrpath: dmenu-rs Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - dmenu-rs: 5.5.2 -> 5.5.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/268547" [result] Failed to update dmenu-rs 5.5.2 -> 5.5.3 https://github.com/Shizcow/dmenu-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 firmwareLinuxNonfree, using log file: /var/log/nixpkgs-update/firmwareLinuxNonfree/2024-02-26.log firmwareLinuxNonfree 0 -> 1 attrpath: firmwareLinuxNonfree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8vd6cn5yc2laz0xqc9i44y7sxzq4ap8n-packages.json.drv building '/nix/store/8vd6cn5yc2laz0xqc9i44y7sxzq4ap8n-packages.json.drv'... Going to be running update for following packages: - linux-firmware-20240220 Press Enter key to continue... Running update for: - linux-firmware-20240220: UPDATING ... - linux-firmware-20240220: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update firmwareLinuxNonfree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.airtouch4pyapi, using log file: /var/log/nixpkgs-update/python311Packages.airtouch4pyapi/2024-02-26.log python311Packages.airtouch4pyapi 0 -> 1 attrpath: python311Packages.airtouch4pyapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gyziyp6n2z2y6d2fl7pynyfam40dv4ra-packages.json.drv building '/nix/store/gyziyp6n2z2y6d2fl7pynyfam40dv4ra-packages.json.drv'... Going to be running update for following packages: - python3.11-airtouch4pyapi-1.0.8 Press Enter key to continue... Running update for: - python3.11-airtouch4pyapi-1.0.8: UPDATING ... - python3.11-airtouch4pyapi-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.airtouch4pyapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ovh, using log file: /var/log/nixpkgs-update/python311Packages.ovh/2024-02-26.log python311Packages.ovh 0 -> 1 attrpath: python311Packages.ovh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1l5n1nplyr5a0ils7ww7wqyw4kq38xji-packages.json.drv building '/nix/store/1l5n1nplyr5a0ils7ww7wqyw4kq38xji-packages.json.drv'... Going to be running update for following packages: - python3.11-ovh-1.1.0 Press Enter key to continue... Running update for: - python3.11-ovh-1.1.0: UPDATING ... - python3.11-ovh-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ovh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-redis, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-redis/2024-02-26.log python311Packages.google-cloud-redis 0 -> 1 attrpath: python311Packages.google-cloud-redis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xa5v1vz219s6bsbicr0b8gza7jwssh4k-packages.json.drv building '/nix/store/xa5v1vz219s6bsbicr0b8gza7jwssh4k-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-redis-2.15.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-redis-2.15.2: UPDATING ... - python3.11-google-cloud-redis-2.15.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-redis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eggdeps, using log file: /var/log/nixpkgs-update/python311Packages.eggdeps/2024-02-26.log python311Packages.eggdeps 0 -> 1 attrpath: python311Packages.eggdeps Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lx5cmmpyi1cy445m91a9jk033ry8r9fp-packages.json.drv building '/nix/store/lx5cmmpyi1cy445m91a9jk033ry8r9fp-packages.json.drv'... Going to be running update for following packages: - python3.11-tl-eggdeps-1.0 Press Enter key to continue... Running update for: - python3.11-tl-eggdeps-1.0: UPDATING ... - python3.11-tl-eggdeps-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eggdeps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO gstreamer plugins are kept in lockstep. [result] Failed to update nagstamon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath noto-fonts-cjk-serif, using log file: /var/log/nixpkgs-update/noto-fonts-cjk-serif/2024-02-26.log noto-fonts-cjk-serif 0 -> 1 attrpath: noto-fonts-cjk-serif Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l2nk7c7kpml1l1ymfq4qm3q56vn5l1hw-packages.json.drv building '/nix/store/l2nk7c7kpml1l1ymfq4qm3q56vn5l1hw-packages.json.drv'... Going to be running update for following packages: - noto-fonts-cjk-serif-2.002 Press Enter key to continue... Running update for: - noto-fonts-cjk-serif-2.002: UPDATING ... - noto-fonts-cjk-serif-2.002: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update noto-fonts-cjk-serif 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mutt, using log file: /var/log/nixpkgs-update/mutt/2024-02-26.log mutt 0 -> 1 attrpath: mutt 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/ganx05kybd62nmg4qyn547d72gxdim74-update-mutt.drv /nix/store/rfdkwkhr0vd9qs8h80sbib9rh1nr6hxg-packages.json.drv building '/nix/store/ganx05kybd62nmg4qyn547d72gxdim74-update-mutt.drv'... building '/nix/store/rfdkwkhr0vd9qs8h80sbib9rh1nr6hxg-packages.json.drv'... Going to be running update for following packages: - mutt-2.2.12 Press Enter key to continue... Running update for: - mutt-2.2.12: UPDATING ... - mutt-2.2.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mutt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webcolors, using log file: /var/log/nixpkgs-update/python311Packages.webcolors/2024-02-26.log python311Packages.webcolors 0 -> 1 attrpath: python311Packages.webcolors Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w1qbv2wch8r1gazlyzzql5g71ybx5gbj-packages.json.drv building '/nix/store/w1qbv2wch8r1gazlyzzql5g71ybx5gbj-packages.json.drv'... Going to be running update for following packages: - python3.11-webcolors-1.13 Press Enter key to continue... Running update for: - python3.11-webcolors-1.13: UPDATING ... - python3.11-webcolors-1.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webcolors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytools, using log file: /var/log/nixpkgs-update/python311Packages.pytools/2024-02-26.log python311Packages.pytools 0 -> 1 attrpath: python311Packages.pytools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lr74frpjr7mp5ln27sl7w3wacn4wyj02-packages.json.drv building '/nix/store/lr74frpjr7mp5ln27sl7w3wacn4wyj02-packages.json.drv'... Going to be running update for following packages: - python3.11-pytools-2023.1.1 Press Enter key to continue... Running update for: - python3.11-pytools-2023.1.1: UPDATING ... - python3.11-pytools-2023.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bless, using log file: /var/log/nixpkgs-update/python311Packages.bless/2024-02-26.log python311Packages.bless 0 -> 1 attrpath: python311Packages.bless Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q41svj1mzvgrk422bh75wa4c7rw56sbs-packages.json.drv building '/nix/store/q41svj1mzvgrk422bh75wa4c7rw56sbs-packages.json.drv'... Going to be running update for following packages: - python3.11-bless-0.2.5 Press Enter key to continue... Running update for: - python3.11-bless-0.2.5: UPDATING ... - python3.11-bless-0.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bless 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.related, using log file: /var/log/nixpkgs-update/python311Packages.related/2024-02-26.log python311Packages.related 0 -> 1 attrpath: python311Packages.related Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2vb23y93fjk63w0fp2npk6f8amxgi7al-packages.json.drv building '/nix/store/2vb23y93fjk63w0fp2npk6f8amxgi7al-packages.json.drv'... Going to be running update for following packages: - python3.11-related-0.7.3 Press Enter key to continue... Running update for: - python3.11-related-0.7.3: UPDATING ... - python3.11-related-0.7.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.related 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyformlang, using log file: /var/log/nixpkgs-update/python311Packages.pyformlang/2024-02-26.log python311Packages.pyformlang 0 -> 1 attrpath: python311Packages.pyformlang Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3yiinfczmyq0ag92720k7fhw6i3khjcb-packages.json.drv building '/nix/store/3yiinfczmyq0ag92720k7fhw6i3khjcb-packages.json.drv'... Going to be running update for following packages: - python3.11-pyformlang-1.0.7 Press Enter key to continue... Running update for: - python3.11-pyformlang-1.0.7: UPDATING ... - python3.11-pyformlang-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyformlang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath argo-rollouts, using log file: /var/log/nixpkgs-update/argo-rollouts/2024-02-26.log argo-rollouts 1.6.0 -> 1.6.6 https://github.com/argoproj/argo-rollouts/releases attrpath: argo-rollouts 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-vBSS1KMfloK5pvVc8nHE5B8PsVZTS/iA9GyrLaeR6ps=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'argo-rollouts.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6lyl3napvczilf3m7rhrlp1xsmvkmklz-argo-rollouts-1.6.6-go-modules.drv /nix/store/whwad7ipj724ilxkx64ryd3lrdg4rmrv-argo-rollouts-1.6.6.drv building '/nix/store/6lyl3napvczilf3m7rhrlp1xsmvkmklz-argo-rollouts-1.6.6-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/2g093xqb10f8jj3di2951j9w33kppmgw-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading github.com/argoproj/notifications-engine v0.4.1-0.20231011160156-2d2d1a75dbee go: downloading github.com/spf13/cobra v1.7.0 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading k8s.io/apimachinery v0.25.8 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading k8s.io/cli-runtime v0.25.8 go: downloading k8s.io/client-go v0.25.8 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading k8s.io/klog/v2 v2.80.1 go: downloading k8s.io/code-generator v0.25.8 go: downloading github.com/aws/aws-sdk-go-v2/config v1.19.1 go: downloading github.com/aws/aws-sdk-go-v2 v1.21.2 go: downloading github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.27.2 go: downloading github.com/stretchr/testify v1.8.4 go: downloading k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 go: downloading k8s.io/api v0.25.8 go: downloading github.com/blang/semver v3.5.1+incompatible go: downloading k8s.io/apiextensions-apiserver v0.25.8 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/hashicorp/go-plugin v1.4.10 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/servicemeshinterface/smi-sdk-go v0.5.0 go: downloading github.com/argoproj/pkg v0.13.6 go: downloading k8s.io/kubernetes v1.25.8 go: downloading github.com/newrelic/newrelic-client-go v1.1.0 go: downloading github.com/influxdata/influxdb-client-go/v2 v2.12.3 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading k8s.io/component-base v0.25.8 go: downloading github.com/prometheus/common/sigv4 v0.1.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/tj/assert v0.0.3 go: downloading github.com/machinebox/graphql v0.2.2 go: downloading github.com/spaceapegames/go-wavefront v1.8.1 go: downloading github.com/juju/ansiterm v1.0.0 go: downloading k8s.io/kubectl v0.25.8 go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 go: downloading google.golang.org/grpc v1.57.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 go: downloading github.com/evanphx/json-patch/v5 v5.6.0 go: downloading github.com/evanphx/json-patch v5.6.0+incompatible go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.21.0 go: downloading github.com/antonmedv/expr v1.15.3 go: downloading k8s.io/apiserver v0.25.8 go: downloading github.com/bombsimon/logrusr/v4 v4.0.0 go: downloading github.com/soheilhy/cmux v0.1.5 go: downloading github.com/golang/mock v1.6.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/valyala/fasttemplate v1.2.2 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading golang.org/x/sys v0.10.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.43 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.45 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.15.2 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.3 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.23.2 go: downloading github.com/aws/smithy-go v1.15.0 go: downloading github.com/golang/glog v1.1.0 go: downloading golang.org/x/tools v0.6.0 go: downloading k8s.io/gengo v0.0.0-20220902162205-c0856e24416d go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.21.1 go: downloading github.com/google/gnostic v0.6.9 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.43 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/hashicorp/go-hclog v0.14.1 go: downloading github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb go: downloading github.com/mitchellh/go-testing-interface v1.0.0 go: downloading github.com/oklog/run v1.0.0 go: downloading github.com/google/uuid v1.3.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/Azure/go-autorest/autorest v0.11.27 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.20 go: downloading github.com/imdario/mergo v0.3.13 go: downloading golang.org/x/term v0.10.0 go: downloading golang.org/x/oauth2 v0.10.0 go: downloading github.com/stretchr/objx v0.5.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible go: downloading golang.org/x/net v0.12.0 go: downloading github.com/aws/aws-sdk-go v1.44.116 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/deepmap/oapi-codegen v1.11.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/felixge/httpsnoop v1.0.3 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/mattn/go-colorable v0.1.12 go: downloading github.com/mattn/go-isatty v0.0.14 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/PagerDuty/go-pagerduty v1.7.0 go: downloading github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20220708192748-b73dcb041214 go: downloading github.com/aws/aws-sdk-go-v2/service/sqs v1.20.0 go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 go: downloading github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 go: downloading github.com/google/go-github/v41 v41.0.0 go: downloading github.com/gregdel/pushover v1.2.1 go: downloading github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.13 go: downloading github.com/slack-go/slack v0.12.2 go: downloading github.com/spf13/cast v1.5.1 go: downloading github.com/whilp/git-urls v0.0.0-20191001220047-6db9661140c0 go: downloading gomodules.xyz/notify v0.1.1 go: downloading google.golang.org/api v0.132.0 go: downloading github.com/valyala/bytebufferpool v1.0.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.37 go: downloading github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.37 go: downloading github.com/Masterminds/sprig/v3 v3.2.3 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de go: downloading golang.org/x/text v0.11.0 go: downloading sigs.k8s.io/kustomize/api v0.12.1 go: downloading sigs.k8s.io/kustomize/kyaml v0.13.9 go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible go: downloading github.com/fatih/color v1.7.0 go: downloading github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 go: downloading github.com/Azure/go-autorest/logger v0.2.1 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 go: downloading github.com/golang-jwt/jwt/v4 v4.5.0 go: downloading golang.org/x/crypto v0.11.0 go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f go: downloading cloud.google.com/go/compute/metadata v0.2.3 go: downloading google.golang.org/appengine v1.6.7 go: downloading cloud.google.com/go/compute v1.20.1 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/lunixbochs/vtclean v1.0.0 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-github/v53 v53.0.0 go: downloading github.com/gorilla/websocket v1.5.0 go: downloading github.com/blang/semver/v4 v4.0.0 go: downloading github.com/hashicorp/go-retryablehttp v0.7.1 go: downloading github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 go: downloading github.com/valyala/fastjson v1.6.3 go: downloading github.com/josharian/intern v1.0.0 go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f go: downloading github.com/chai2010/gettext-go v1.0.2 go: downloading github.com/MakeNowJust/heredoc v1.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/Masterminds/semver/v3 v3.2.0 go: downloading github.com/huandu/xstrings v1.3.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/shopspring/decimal v1.2.0 go: downloading gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45 go: downloading gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/jpillora/backoff v1.0.0 go: downloading golang.org/x/mod v0.8.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/go-errors/errors v1.4.2 go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 go: downloading gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 go: downloading github.com/xlab/treeprint v1.1.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/moby/spdystream v0.2.0 go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 go: downloading github.com/cloudflare/circl v1.3.3 go: downloading k8s.io/cluster-bootstrap v0.25.8 go: downloading k8s.io/component-helpers v0.25.8 go: downloading github.com/docker/distribution v2.8.1+incompatible go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading go.opencensus.io v0.24.0 go: downloading github.com/googleapis/gax-go/v2 v2.12.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.5 go: downloading github.com/google/s2a-go v0.1.4 go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/6lyl3napvczilf3m7rhrlp1xsmvkmklz-argo-rollouts-1.6.6-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading github.com/jpillora/backoff v1.0.0 > go: downloading golang.org/x/mod v0.8.0 > go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 > go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae > go: downloading github.com/mitchellh/reflectwalk v1.0.2 > go: downloading github.com/go-errors/errors v1.4.2 > go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 > go: downloading gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc > go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 > go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 > go: downloading github.com/xlab/treeprint v1.1.0 > go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 > go: downloading github.com/moby/spdystream v0.2.0 > go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 > go: downloading github.com/cloudflare/circl v1.3.3 > go: downloading k8s.io/cluster-bootstrap v0.25.8 > go: downloading k8s.io/component-helpers v0.25.8 > go: downloading github.com/docker/distribution v2.8.1+incompatible > go: downloading github.com/opencontainers/go-digest v1.0.0 > go: downloading go.opencensus.io v0.24.0 > go: downloading github.com/googleapis/gax-go/v2 v2.12.0 > go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.5 > go: downloading github.com/google/s2a-go v0.1.4 > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/6lyl3napvczilf3m7rhrlp1xsmvkmklz-argo-rollouts-1.6.6-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/whwad7ipj724ilxkx64ryd3lrdg4rmrv-argo-rollouts-1.6.6.drv' failed to build [result] Failed to update argo-rollouts 1.6.0 -> 1.6.6 https://github.com/argoproj/argo-rollouts/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gmic, using log file: /var/log/nixpkgs-update/gmic/2024-02-26.log gmic 0 -> 1 attrpath: gmic 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/f4qsqds1z58p91kpv563pg6zamnsskj0-gmic-update-script.drv /nix/store/znk335ni491x16lvb97n1lq9sd72iz5l-packages.json.drv building '/nix/store/f4qsqds1z58p91kpv563pg6zamnsskj0-gmic-update-script.drv'... building '/nix/store/znk335ni491x16lvb97n1lq9sd72iz5l-packages.json.drv'... Going to be running update for following packages: - gmic-3.3.1 Press Enter key to continue... Running update for: - gmic-3.3.1: UPDATING ... - gmic-3.3.1: ERROR --- SHOWING ERROR LOG FOR gmic-3.3.1 ---------------------- % 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 28654 0 28654 0 0 93835 0 --:--:-- --:--:-- --:--:-- 93947 this derivation will be built: /nix/store/c8fz4nf34n5gpr3q72bj1gq324g8raj2-gmic_stdlib.h.drv building '/nix/store/c8fz4nf34n5gpr3q72bj1gq324g8raj2-gmic_stdlib.h.drv'... trying http://gmic.eu/gmic_stdlib334.h % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download gmic_stdlib.h from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'gmic.gmic_stdlib'! --- SHOWING ERROR LOG FOR gmic-3.3.1 ---------------------- The update script for gmic-3.3.1 failed with exit code 1 [result] Failed to update gmic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath noaa-apt, using log file: /var/log/nixpkgs-update/noaa-apt/2024-02-26.log noaa-apt 1.4.0 -> 1.4.1 https://github.com/martinber/noaa-apt/releases attrpath: noaa-apt 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/radio/noaa-apt/default.nix b/pkgs/applications/radio/noaa-apt/default.nix index 65024c24b00e..6af5818e506c 100644 --- a/pkgs/applications/radio/noaa-apt/default.nix +++ b/pkgs/applications/radio/noaa-apt/default.nix @@ -13,13 +13,13 @@ rustPlatform.buildRustPackage rec { pname = "noaa-apt"; - version = "1.4.0"; + version = "1.4.1"; src = fetchFromGitHub { owner = "martinber"; repo = "noaa-apt"; rev = "v${version}"; - sha256 = "sha256-wmjglF2+BFmlTfvqt90nbCxuldN8AEFXj7y9tgTvA2Y="; + sha256 = "sha256-EGbUI9CPgP6Tff2kvIU7pfSlIvyF0yRLo/VlttUn3Rc="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A noaa-apt nix build failed. > version = "0.10.1" 2372c2304 < checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" --- > checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 2374,2384c2306 < "cfg-if", < "windows-sys 0.48.0", < ] < < [[package]] < name = "zune-inflate" < version = "0.2.54" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" < dependencies = [ < "simd-adler32", --- > "winapi", 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 noaa-apt 1.4.0 -> 1.4.1 https://github.com/martinber/noaa-apt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath protobufc, using log file: /var/log/nixpkgs-update/protobufc/2024-02-26.log protobufc unstable-2023-07-08 -> 1.5.0 https://github.com/protobuf-c/protobuf-c/releases attrpath: protobufc Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - protobuf-c: unstable-2023-07-08 -> 1.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/283783" [result] Failed to update protobufc unstable-2023-07-08 -> 1.5.0 https://github.com/protobuf-c/protobuf-c/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.markuppy, using log file: /var/log/nixpkgs-update/python311Packages.markuppy/2024-02-26.log python311Packages.markuppy 0 -> 1 attrpath: python311Packages.markuppy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z5njm78j66bbm08bypp31iqg0na7zi5p-packages.json.drv building '/nix/store/z5njm78j66bbm08bypp31iqg0na7zi5p-packages.json.drv'... Going to be running update for following packages: - python3.11-markuppy-1.14 Press Enter key to continue... Running update for: - python3.11-markuppy-1.14: UPDATING ... - python3.11-markuppy-1.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.markuppy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.augeas, using log file: /var/log/nixpkgs-update/python311Packages.augeas/2024-02-26.log python311Packages.augeas 0 -> 1 attrpath: python311Packages.augeas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/glh9xq235pky9z3pxw2bf2g54ykm1msp-packages.json.drv building '/nix/store/glh9xq235pky9z3pxw2bf2g54ykm1msp-packages.json.drv'... Going to be running update for following packages: - python3.11-augeas-1.2.0 Press Enter key to continue... Running update for: - python3.11-augeas-1.2.0: UPDATING ... - python3.11-augeas-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.augeas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-silk, using log file: /var/log/nixpkgs-update/python311Packages.django-silk/2024-02-26.log python311Packages.django-silk 0 -> 1 attrpath: python311Packages.django-silk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3lqxwj9hy5c3rwxzswcszj075i0qja0g-packages.json.drv building '/nix/store/3lqxwj9hy5c3rwxzswcszj075i0qja0g-packages.json.drv'... Going to be running update for following packages: - python3.11-django-silk-5.1.0 Press Enter key to continue... Running update for: - python3.11-django-silk-5.1.0: UPDATING ... - python3.11-django-silk-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-silk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpsig, using log file: /var/log/nixpkgs-update/python311Packages.httpsig/2024-02-26.log python311Packages.httpsig 0 -> 1 attrpath: python311Packages.httpsig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kj11ik8lmck9jff6bsljw05x3q2xkp0f-packages.json.drv building '/nix/store/kj11ik8lmck9jff6bsljw05x3q2xkp0f-packages.json.drv'... Going to be running update for following packages: - python3.11-httpsig-1.3.0 Press Enter key to continue... Running update for: - python3.11-httpsig-1.3.0: UPDATING ... - python3.11-httpsig-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httpsig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath recapp, using log file: /var/log/nixpkgs-update/recapp/2024-02-26.log recapp 0 -> 1 attrpath: recapp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/biia2g548s8x2k65zfgrrg6scasi557h-packages.json.drv building '/nix/store/biia2g548s8x2k65zfgrrg6scasi557h-packages.json.drv'... Going to be running update for following packages: - recapp-1.1.1 Press Enter key to continue... Running update for: - recapp-1.1.1: UPDATING ... - recapp-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update recapp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.swell-foop, using log file: /var/log/nixpkgs-update/gnome.swell-foop/2024-02-26.log gnome.swell-foop 0 -> 1 attrpath: gnome.swell-foop Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.swell-foop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-websecurityscanner, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-websecurityscanner/2024-02-26.log python311Packages.google-cloud-websecurityscanner 0 -> 1 attrpath: python311Packages.google-cloud-websecurityscanner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pk8mhq191x5v76x9gvav72l1xhnhjxf8-packages.json.drv building '/nix/store/pk8mhq191x5v76x9gvav72l1xhnhjxf8-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-websecurityscanner-1.14.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-websecurityscanner-1.14.2: UPDATING ... - python3.11-google-cloud-websecurityscanner-1.14.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-websecurityscanner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath logitech-udev-rules, using log file: /var/log/nixpkgs-update/logitech-udev-rules/2024-02-26.log logitech-udev-rules 0 -> 1 attrpath: logitech-udev-rules Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5s4h60qpmrhqv7gx9s51dk2616bxrpip-packages.json.drv building '/nix/store/5s4h60qpmrhqv7gx9s51dk2616bxrpip-packages.json.drv'... Going to be running update for following packages: - solaar-1.1.11 Press Enter key to continue... Running update for: - solaar-1.1.11: UPDATING ... - solaar-1.1.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update logitech-udev-rules 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath platformsh, using log file: /var/log/nixpkgs-update/platformsh/2024-02-26.log platformsh 0 -> 1 attrpath: platformsh 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/9rknsy23k5ymdkvs92rk4xl14581s523-update-platformsh.drv /nix/store/wvx91jlsv9294l2615k33y2mgki5mi91-packages.json.drv building '/nix/store/9rknsy23k5ymdkvs92rk4xl14581s523-update-platformsh.drv'... building '/nix/store/wvx91jlsv9294l2615k33y2mgki5mi91-packages.json.drv'... Going to be running update for following packages: - platformsh-4.11.4 Press Enter key to continue... Running update for: - platformsh-4.11.4: UPDATING ... - platformsh-4.11.4: ERROR --- SHOWING ERROR LOG FOR platformsh-4.11.4 ---------------------- this derivation will be built: /nix/store/f0i240bxpxbv46ij5d8l4yvn5rdmllsm-source.drv building '/nix/store/f0i240bxpxbv46ij5d8l4yvn5rdmllsm-source.drv'... trying https://github.com/platformsh/legacy-cli/archive/vv4.15.3.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: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'platformsh.src'! --- SHOWING ERROR LOG FOR platformsh-4.11.4 ---------------------- The update script for platformsh-4.11.4 failed with exit code 1 [result] Failed to update platformsh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath thonny, using log file: /var/log/nixpkgs-update/thonny/2024-02-26.log thonny 0 -> 1 attrpath: thonny Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jfd75rs83m322jr2wlip61xrxaw603zr-packages.json.drv building '/nix/store/jfd75rs83m322jr2wlip61xrxaw603zr-packages.json.drv'... Going to be running update for following packages: - thonny-4.1.4 Press Enter key to continue... Running update for: - thonny-4.1.4: UPDATING ... - thonny-4.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update thonny 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.vrml, using log file: /var/log/nixpkgs-update/octavePackages.vrml/2024-02-26.log octavePackages.vrml 0 -> 1 attrpath: octavePackages.vrml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6507lrkin7angycfjdg88x7j7id7yp7d-packages.json.drv building '/nix/store/6507lrkin7angycfjdg88x7j7id7yp7d-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-vrml-1.0.13 Press Enter key to continue... Running update for: - octave-8.4.0-vrml-1.0.13: UPDATING ... - octave-8.4.0-vrml-1.0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.vrml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubevela, using log file: /var/log/nixpkgs-update/kubevela/2024-02-26.log kubevela 0 -> 1 attrpath: kubevela 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/z6r86k90i1rhj987vakvm5fs28jzc9dq-packages.json.drv building '/nix/store/z6r86k90i1rhj987vakvm5fs28jzc9dq-packages.json.drv'... Going to be running update for following packages: - kubevela-1.9.9 Press Enter key to continue... Running update for: - kubevela-1.9.9: UPDATING ... - kubevela-1.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kubevela 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensordict, using log file: /var/log/nixpkgs-update/python311Packages.tensordict/2024-02-26.log python311Packages.tensordict 0 -> 1 attrpath: python311Packages.tensordict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/13fggy2gvqh5v26lxjyd9jgywz8965c8-packages.json.drv building '/nix/store/13fggy2gvqh5v26lxjyd9jgywz8965c8-packages.json.drv'... Going to be running update for following packages: - python3.11-tensordict-0.3.0 Press Enter key to continue... Running update for: - python3.11-tensordict-0.3.0: UPDATING ... - python3.11-tensordict-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensordict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kinparse, using log file: /var/log/nixpkgs-update/python311Packages.kinparse/2024-02-26.log python311Packages.kinparse 0 -> 1 attrpath: python311Packages.kinparse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/179bjvh82ly12flxbxjq3amzbxlw00hn-packages.json.drv building '/nix/store/179bjvh82ly12flxbxjq3amzbxlw00hn-packages.json.drv'... Going to be running update for following packages: - python3.11-kinparse-unstable-2019-12-18 Press Enter key to continue... Running update for: - python3.11-kinparse-unstable-2019-12-18: UPDATING ... - python3.11-kinparse-unstable-2019-12-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kinparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyter-core, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-core/2024-02-26.log python311Packages.jupyter-core 0 -> 1 attrpath: python311Packages.jupyter-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/dzckm4mh5jnaqi7b91mxifq48wj00yay-packages.json.drv building '/nix/store/dzckm4mh5jnaqi7b91mxifq48wj00yay-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyter-core-5.7.1 Press Enter key to continue... Running update for: - python3.11-jupyter-core-5.7.1: UPDATING ... - python3.11-jupyter-core-5.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-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.cligj, using log file: /var/log/nixpkgs-update/python311Packages.cligj/2024-02-26.log python311Packages.cligj 0 -> 1 attrpath: python311Packages.cligj Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g9n4893qiyfhw2hxz1bckmbk54vhgalg-packages.json.drv building '/nix/store/g9n4893qiyfhw2hxz1bckmbk54vhgalg-packages.json.drv'... Going to be running update for following packages: - python3.11-cligj-0.7.2 Press Enter key to continue... Running update for: - python3.11-cligj-0.7.2: UPDATING ... - python3.11-cligj-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cligj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.distlib, using log file: /var/log/nixpkgs-update/python311Packages.distlib/2024-02-26.log python311Packages.distlib 0 -> 1 attrpath: python311Packages.distlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/grz9j4n6pinpazsp6696fjb03z3lqz1a-packages.json.drv building '/nix/store/grz9j4n6pinpazsp6696fjb03z3lqz1a-packages.json.drv'... Going to be running update for following packages: - python3.11-distlib-0.3.7 Press Enter key to continue... Running update for: - python3.11-distlib-0.3.7: UPDATING ... - python3.11-distlib-0.3.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/distlib/default.nix b/pkgs/development/python-modules/distlib/default.nix index cf31574e6fdb..1f2d17395065 100644 --- a/pkgs/development/python-modules/distlib/default.nix +++ b/pkgs/development/python-modules/distlib/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "distlib"; - version = "0.3.7"; + version = "0.3.8"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-na/lSzSgKOr9lQOdXl1IUaE3NFQPEzEGDTHJkW5xR6g="; + hash = "sha256-FTDqE+NQAxtjEthYDdtrJ6EEJ1oxEGUjuPEjeH9JT2Q="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 10940 > 25 [result] Failed to update python311Packages.distlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath inkscape-extensions.textext, using log file: /var/log/nixpkgs-update/inkscape-extensions.textext/2024-02-26.log inkscape-extensions.textext 0 -> 1 attrpath: inkscape-extensions.textext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ism8sxn9r64bdkzw5j1vs1yb7k8sqjqg-packages.json.drv building '/nix/store/ism8sxn9r64bdkzw5j1vs1yb7k8sqjqg-packages.json.drv'... Going to be running update for following packages: - textext-1.10.2 Press Enter key to continue... Running update for: - textext-1.10.2: UPDATING ... - textext-1.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update inkscape-extensions.textext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath karma, using log file: /var/log/nixpkgs-update/karma/2024-02-26.log karma 0.115 -> 0.118 https://github.com/prymitive/karma/releases attrpath: karma Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - karma: 0.115 -> 0.118 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/265185" [result] Failed to update karma 0.115 -> 0.118 https://github.com/prymitive/karma/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mrjob, using log file: /var/log/nixpkgs-update/python311Packages.mrjob/2024-02-26.log python311Packages.mrjob 0 -> 1 attrpath: python311Packages.mrjob Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r52qx17l8nlkxbdvyb8h9m9aqpn3hqar-packages.json.drv building '/nix/store/r52qx17l8nlkxbdvyb8h9m9aqpn3hqar-packages.json.drv'... Going to be running update for following packages: - python3.11-mrjob-0.7.4 Press Enter key to continue... Running update for: - python3.11-mrjob-0.7.4: UPDATING ... - python3.11-mrjob-0.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mrjob 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath godot3, using log file: /var/log/nixpkgs-update/godot3/2024-02-26.log godot3 3.5.2 -> 4.2.1-stable https://github.com/godotengine/godot/releases attrpath: godot3 Checking auto update branch... No auto update branch exists Version in attr path godot3 not compatible with 4.2.1-stable [result] Failed to update godot3 3.5.2 -> 4.2.1-stable https://github.com/godotengine/godot/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-markdown-parser, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-markdown-parser/2024-02-26.log python311Packages.sphinx-markdown-parser 0 -> 1 attrpath: python311Packages.sphinx-markdown-parser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v3y3i1a4xfhi3da9r947lrp7vdsxjkl9-packages.json.drv building '/nix/store/v3y3i1a4xfhi3da9r947lrp7vdsxjkl9-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-markdown-parser-0.2.4 Press Enter key to continue... Running update for: - python3.11-sphinx-markdown-parser-0.2.4: UPDATING ... - python3.11-sphinx-markdown-parser-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-markdown-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-raises, using log file: /var/log/nixpkgs-update/python311Packages.pytest-raises/2024-02-26.log python311Packages.pytest-raises 0 -> 1 attrpath: python311Packages.pytest-raises Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/408488j6hmsv53zxh76a0illjdm2sd84-packages.json.drv building '/nix/store/408488j6hmsv53zxh76a0illjdm2sd84-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-raises-0.11 Press Enter key to continue... Running update for: - python3.11-pytest-raises-0.11: UPDATING ... - python3.11-pytest-raises-0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-raises 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gcsa, using log file: /var/log/nixpkgs-update/python311Packages.gcsa/2024-02-26.log python311Packages.gcsa 0 -> 1 attrpath: python311Packages.gcsa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p0nz1bymjw5bppn3b4wd7gn7snks8351-packages.json.drv building '/nix/store/p0nz1bymjw5bppn3b4wd7gn7snks8351-packages.json.drv'... Going to be running update for following packages: - python3.11-gcsa-2.1.0 Press Enter key to continue... Running update for: - python3.11-gcsa-2.1.0: UPDATING ... - python3.11-gcsa-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gcsa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.demesdraw, using log file: /var/log/nixpkgs-update/python311Packages.demesdraw/2024-02-26.log python311Packages.demesdraw 0 -> 1 attrpath: python311Packages.demesdraw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ajzrzkbk6pffkwz9fw4slrs4wbx9hfaj-packages.json.drv building '/nix/store/ajzrzkbk6pffkwz9fw4slrs4wbx9hfaj-packages.json.drv'... Going to be running update for following packages: - python3.11-demesdraw-0.4.0 Press Enter key to continue... Running update for: - python3.11-demesdraw-0.4.0: UPDATING ... - python3.11-demesdraw-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.demesdraw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylibjpeg, using log file: /var/log/nixpkgs-update/python311Packages.pylibjpeg/2024-02-26.log python311Packages.pylibjpeg 0 -> 1 attrpath: python311Packages.pylibjpeg 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/avlli5ia95rxgsb631khpgzmk98z2gdf-packages.json.drv building '/nix/store/avlli5ia95rxgsb631khpgzmk98z2gdf-packages.json.drv'... Going to be running update for following packages: - python3.11-pylibjpeg-2.0.0 Press Enter key to continue... Running update for: - python3.11-pylibjpeg-2.0.0: UPDATING ... - python3.11-pylibjpeg-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylibjpeg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poke, using log file: /var/log/nixpkgs-update/poke/2024-02-26.log poke 0 -> 1 attrpath: poke Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/i2fagixhn6p31svnrp7qd71in457w15p-update-poke.drv /nix/store/2pn3lq94lygyk17q4j8r349f2dgs96vp-packages.json.drv building '/nix/store/i2fagixhn6p31svnrp7qd71in457w15p-update-poke.drv'... building '/nix/store/2pn3lq94lygyk17q4j8r349f2dgs96vp-packages.json.drv'... Going to be running update for following packages: - poke-3.2 Press Enter key to continue... Running update for: - poke-3.2: UPDATING ... - poke-3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix index 4d715d8c7cc4..46b4421d0985 100644 --- a/pkgs/applications/editors/poke/default.nix +++ b/pkgs/applications/editors/poke/default.nix @@ -21,11 +21,11 @@ let isCross = stdenv.hostPlatform != stdenv.buildPlatform; in stdenv.mkDerivation rec { pname = "poke"; - version = "3.2"; + version = "3.3"; src = fetchurl { url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; - hash = "sha256-dY5VHdU6bM5U7JTY/CH6TWtSon0cJmcgbVmezcdPDZc="; + hash = "sha256-AIBFnehQY8g7aJ/8+6NociNoA8EiQtJFpC7nk1lPlW4="; }; outputs = [ "out" "dev" "info" "lib" ] No auto update branch exists There might already be an open PR for this update: - poke: 3.2 -> 3.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/250505" [result] Failed to update poke 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.devhelp, using log file: /var/log/nixpkgs-update/gnome.devhelp/2024-02-26.log gnome.devhelp 0 -> 1 attrpath: gnome.devhelp Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.devhelp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sockjs, using log file: /var/log/nixpkgs-update/python311Packages.sockjs/2024-02-26.log python311Packages.sockjs 0 -> 1 attrpath: python311Packages.sockjs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wx59n5hjxrmi5f2pmf31qqr0jib97lsm-packages.json.drv building '/nix/store/wx59n5hjxrmi5f2pmf31qqr0jib97lsm-packages.json.drv'... Going to be running update for following packages: - python3.11-sockjs-0.11.0 Press Enter key to continue... Running update for: - python3.11-sockjs-0.11.0: UPDATING ... - python3.11-sockjs-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sockjs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-localflavor, using log file: /var/log/nixpkgs-update/python311Packages.django-localflavor/2024-02-26.log python311Packages.django-localflavor 0 -> 1 attrpath: python311Packages.django-localflavor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/55pxiar4ncyyqrdhwkfkfqrmm98jd8r3-packages.json.drv building '/nix/store/55pxiar4ncyyqrdhwkfkfqrmm98jd8r3-packages.json.drv'... Going to be running update for following packages: - python3.11-django-localflavor-4.0 Press Enter key to continue... Running update for: - python3.11-django-localflavor-4.0: UPDATING ... - python3.11-django-localflavor-4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-localflavor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.potentials, using log file: /var/log/nixpkgs-update/python311Packages.potentials/2024-02-26.log python311Packages.potentials 0 -> 1 attrpath: python311Packages.potentials Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hlhfqgd1znq4dj0yfz411l0zf47l5vmk-packages.json.drv building '/nix/store/hlhfqgd1znq4dj0yfz411l0zf47l5vmk-packages.json.drv'... Going to be running update for following packages: - python3.11-potentials-0.3.7 Press Enter key to continue... Running update for: - python3.11-potentials-0.3.7: UPDATING ... - python3.11-potentials-0.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.potentials 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bjoern, using log file: /var/log/nixpkgs-update/python311Packages.bjoern/2024-02-26.log python311Packages.bjoern 0 -> 1 attrpath: python311Packages.bjoern Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zayadn2cyb1zb6dnxm2492girrhrhs7y-packages.json.drv building '/nix/store/zayadn2cyb1zb6dnxm2492girrhrhs7y-packages.json.drv'... Going to be running update for following packages: - python3.11-bjoern-3.2.1 Press Enter key to continue... Running update for: - python3.11-bjoern-3.2.1: UPDATING ... - python3.11-bjoern-3.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bjoern 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.semantic-version, using log file: /var/log/nixpkgs-update/python311Packages.semantic-version/2024-02-26.log python311Packages.semantic-version 0 -> 1 attrpath: python311Packages.semantic-version Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9k9b0i3acmd1crfljb9kfad7amlmvnw6-packages.json.drv building '/nix/store/9k9b0i3acmd1crfljb9kfad7amlmvnw6-packages.json.drv'... Going to be running update for following packages: - python3.11-semantic-version-2.10.0 Press Enter key to continue... Running update for: - python3.11-semantic-version-2.10.0: UPDATING ... - python3.11-semantic-version-2.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.semantic-version 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spacenavd, using log file: /var/log/nixpkgs-update/spacenavd/2024-02-26.log spacenavd 0.8 -> 1.2 https://github.com/FreeSpacenav/spacenavd/releases attrpath: spacenavd 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 spacenavd 0.8 -> 1.2 https://github.com/FreeSpacenav/spacenavd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libaom, using log file: /var/log/nixpkgs-update/libaom/2024-02-26.log libaom 0 -> 1 attrpath: libaom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pvh929d7dv4zyhk97m97nnhcarl0j44b-packages.json.drv building '/nix/store/pvh929d7dv4zyhk97m97nnhcarl0j44b-packages.json.drv'... Going to be running update for following packages: - libaom-3.8.1 Press Enter key to continue... Running update for: - libaom-3.8.1: UPDATING ... - libaom-3.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libaom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-asciinema-player, using log file: /var/log/nixpkgs-update/python311Packages.xstatic-asciinema-player/2024-02-26.log python311Packages.xstatic-asciinema-player 0 -> 1 attrpath: python311Packages.xstatic-asciinema-player Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/60rzn38wg8r8l94ybm0qsm26bq8irilp-packages.json.drv building '/nix/store/60rzn38wg8r8l94ybm0qsm26bq8irilp-packages.json.drv'... Going to be running update for following packages: - python3.11-XStatic-asciinema-player-2.6.1.1 Press Enter key to continue... Running update for: - python3.11-XStatic-asciinema-player-2.6.1.1: UPDATING ... - python3.11-XStatic-asciinema-player-2.6.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xstatic-asciinema-player 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bitstruct, using log file: /var/log/nixpkgs-update/python311Packages.bitstruct/2024-02-26.log python311Packages.bitstruct 0 -> 1 attrpath: python311Packages.bitstruct Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cbdf56r4lqv90y16qh87w96gpdzvkz0p-packages.json.drv building '/nix/store/cbdf56r4lqv90y16qh87w96gpdzvkz0p-packages.json.drv'... Going to be running update for following packages: - python3.11-bitstruct-8.19.0 Press Enter key to continue... Running update for: - python3.11-bitstruct-8.19.0: UPDATING ... - python3.11-bitstruct-8.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bitstruct 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.axisregistry, using log file: /var/log/nixpkgs-update/python311Packages.axisregistry/2024-02-26.log python311Packages.axisregistry 0 -> 1 attrpath: python311Packages.axisregistry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b021h9pbgc788z31qn3383p3v0r4zjga-packages.json.drv building '/nix/store/b021h9pbgc788z31qn3383p3v0r4zjga-packages.json.drv'... Going to be running update for following packages: - python3.11-axisregistry-0.4.5 Press Enter key to continue... Running update for: - python3.11-axisregistry-0.4.5: UPDATING ... - python3.11-axisregistry-0.4.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/axisregistry/default.nix b/pkgs/development/python-modules/axisregistry/default.nix index 7c87679a9a06..510b87474d9a 100644 --- a/pkgs/development/python-modules/axisregistry/default.nix +++ b/pkgs/development/python-modules/axisregistry/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "axisregistry"; - version = "0.4.5"; + version = "0.4.9"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-elQUcl6Zh/3xXLduFKbiXZ6uQsDE8C6M3QnTEwaJlaA="; + hash = "sha256-obpjiX86fzokao7UWQUXgarKYRNdxplr6/r2D2d7DCI="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.axisregistry: 0.4.5 -> 0.4.8`. New version is 0.4.9. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/84wn2nllpr42phy3bp8kfzmm95niagsf-python3.11-axisregistry-0.4.9" 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 = 3 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 = 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 = 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 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • fontbakery (python311Packages.fontbakery)
2 packages built:
  • python311Packages.axisregistry
  • python312Packages.axisregistry
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.axisregistry is: Google Fonts registry of OpenType variation axis tags meta.homepage for python311Packages.axisregistry is: https://github.com/googlefonts/axisregistry ###### 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 0.4.9 with grep in /nix/store/84wn2nllpr42phy3bp8kfzmm95niagsf-python3.11-axisregistry-0.4.9 - found 0.4.9 in filename of file in /nix/store/84wn2nllpr42phy3bp8kfzmm95niagsf-python3.11-axisregistry-0.4.9 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath fontbakery python311Packages.axisregistry python311Packages.fontbakery python312Packages.axisregistry ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/84wn2nllpr42phy3bp8kfzmm95niagsf-python3.11-axisregistry-0.4.9 \ --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.axisregistry https://github.com/r-ryantm/nixpkgs/archive/b303e6b1f42ef75388e2c4498b2e4381366a6314.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b303e6b1f42ef75388e2c4498b2e4381366a6314#python311Packages.axisregistry ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/84wn2nllpr42phy3bp8kfzmm95niagsf-python3.11-axisregistry-0.4.9 ls -la /nix/store/84wn2nllpr42phy3bp8kfzmm95niagsf-python3.11-axisregistry-0.4.9/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • fontbakery (python311Packages.fontbakery)
2 packages built:
  • python311Packages.axisregistry
  • python312Packages.axisregistry
--- ###### Maintainer pings cc @danc86 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/287235 [result] Success updating python311Packages.axisregistry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imageio, using log file: /var/log/nixpkgs-update/python311Packages.imageio/2024-02-26.log python311Packages.imageio 0 -> 1 attrpath: python311Packages.imageio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/81gqn4yp7bk1xscy1pxa1h3y77frb0ab-packages.json.drv building '/nix/store/81gqn4yp7bk1xscy1pxa1h3y77frb0ab-packages.json.drv'... Going to be running update for following packages: - python3.11-imageio-2.34.0 Press Enter key to continue... Running update for: - python3.11-imageio-2.34.0: UPDATING ... - python3.11-imageio-2.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imageio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tabledata, using log file: /var/log/nixpkgs-update/python311Packages.tabledata/2024-02-26.log python311Packages.tabledata 0 -> 1 attrpath: python311Packages.tabledata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hi8gpwfhq1fygn2dhb61ca04bnjymqqh-packages.json.drv building '/nix/store/hi8gpwfhq1fygn2dhb61ca04bnjymqqh-packages.json.drv'... Going to be running update for following packages: - python3.11-tabledata-1.3.3 Press Enter key to continue... Running update for: - python3.11-tabledata-1.3.3: UPDATING ... - python3.11-tabledata-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tabledata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.alt-getopt, using log file: /var/log/nixpkgs-update/lua52Packages.alt-getopt/2024-02-26.log lua52Packages.alt-getopt 0.8.0-1 -> 0.8.1 https://repology.org/project/lua:alt-getopt/versions attrpath: lua52Packages.alt-getopt Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.alt-getopt 0.8.0-1 -> 0.8.1 https://repology.org/project/lua:alt-getopt/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.oslo-serialization, using log file: /var/log/nixpkgs-update/python312Packages.oslo-serialization/2024-02-26.log python312Packages.oslo-serialization 5.3.0 -> 5.4.0 https://repology.org/project/python:oslo-serialization/versions attrpath: python312Packages.oslo-serialization Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dcw14vnpn51pg5iwjq57hz1khvm36m8p-packages.json.drv building '/nix/store/dcw14vnpn51pg5iwjq57hz1khvm36m8p-packages.json.drv'... Going to be running update for following packages: - python3.12-oslo-serialization-5.3.0 Press Enter key to continue... Running update for: - python3.12-oslo-serialization-5.3.0: UPDATING ... - python3.12-oslo-serialization-5.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/oslo-serialization/default.nix b/pkgs/development/python-modules/oslo-serialization/default.nix index 9a3677ccfd6d..1399503c0f9d 100644 --- a/pkgs/development/python-modules/oslo-serialization/default.nix +++ b/pkgs/development/python-modules/oslo-serialization/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "oslo-serialization"; - version = "5.3.0"; + version = "5.4.0"; format = "setuptools"; src = fetchPypi { pname = "oslo.serialization"; inherit version; - hash = "sha256-IoiY9PM7feq8dCibMrvTAqZZw5z23akEhRD5MPxPdu0="; + hash = "sha256-MVyzRl6ZxoXLCRuQNly3Ab7nFA4gS6Pl/C2KILTsbnY="; }; postPatch = '' No auto update branch exists Old version 5.3.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , msgpack , oslo-utils , oslotest , pbr , pytz , stestr }: buildPythonPackage rec { pname = "oslo-serialization"; version = "5.4.0"; format = "setuptools"; src = fetchPypi { pname = "oslo.serialization"; inherit version; hash = "sha256-MVyzRl6ZxoXLCRuQNly3Ab7nFA4gS6Pl/C2KILTsbnY="; }; postPatch = '' # only a small portion of the listed packages are actually needed for running the tests # so instead of removing them one by one remove everything rm test-requirements.txt ''; nativeBuildInputs = [ pbr ]; propagatedBuildInputs = [ msgpack oslo-utils pytz ]; nativeCheckInputs = [ oslotest stestr ]; checkPhase = '' stestr run ''; pythonImportsCheck = [ "oslo_serialization" ]; meta = with lib; { description = "Oslo Serialization library"; homepage = "https://github.com/openstack/oslo.serialization"; license = licenses.asl20; maintainers = teams.openstack.members; }; } [result] Failed to update python312Packages.oslo-serialization 5.3.0 -> 5.4.0 https://repology.org/project/python:oslo-serialization/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_2.optimist, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.optimist/2024-02-26.log rubyPackages_3_2.optimist 3.0.1 -> 3.1.0 https://repology.org/project/ruby:optimist/versions attrpath: rubyPackages_3_2.optimist 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_2.optimist 3.0.1 -> 3.1.0 https://repology.org/project/ruby:optimist/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.pystray, using log file: /var/log/nixpkgs-update/python312Packages.pystray/2024-02-26.log python312Packages.pystray 0.19.2 -> 0.19.5 https://repology.org/project/python:pystray/versions attrpath: python312Packages.pystray Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q8iazd2pcai8asdz443l9i44b3z5y0cz-packages.json.drv building '/nix/store/q8iazd2pcai8asdz443l9i44b3z5y0cz-packages.json.drv'... Going to be running update for following packages: - python3.12-pystray-0.19.2 Press Enter key to continue... Running update for: - python3.12-pystray-0.19.2: UPDATING ... - python3.12-pystray-0.19.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pystray 0.19.2 -> 0.19.5 https://repology.org/project/python:pystray/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.rfm, using log file: /var/log/nixpkgs-update/rPackages.rfm/2024-02-26.log rPackages.rfm 0.2.2 -> 0.3.0 https://repology.org/project/r:rfm/versions attrpath: rPackages.rfm Checking auto update branch... No auto update branch exists Old version 0.2.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"; configurePhase = '' runHook preConfigure 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.rfm 0.2.2 -> 0.3.0 https://repology.org/project/r:rfm/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.AcademicThemes, using log file: /var/log/nixpkgs-update/rPackages.AcademicThemes/2024-02-26.log rPackages.AcademicThemes 0.0.1 -> 0.0.2 https://repology.org/project/r:academicthemes/versions attrpath: rPackages.AcademicThemes Checking auto update branch... No auto update branch exists Old version 0.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"; configurePhase = '' runHook preConfigure 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.AcademicThemes 0.0.1 -> 0.0.2 https://repology.org/project/r:academicthemes/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.epiomics, using log file: /var/log/nixpkgs-update/rPackages.epiomics/2024-02-26.log rPackages.epiomics 1.0.0 -> 1.1.0 https://repology.org/project/r:epiomics/versions attrpath: rPackages.epiomics 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"; configurePhase = '' runHook preConfigure 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.epiomics 1.0.0 -> 1.1.0 https://repology.org/project/r:epiomics/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.sphinxcontrib-openapi, using log file: /var/log/nixpkgs-update/python312Packages.sphinxcontrib-openapi/2024-02-26.log python312Packages.sphinxcontrib-openapi 0.8.3 -> 0.8.4 https://repology.org/project/python:sphinxcontrib-openapi/versions attrpath: python312Packages.sphinxcontrib-openapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rnizcl3wpcbayvkyqxc4mrzfz9g854d6-packages.json.drv building '/nix/store/rnizcl3wpcbayvkyqxc4mrzfz9g854d6-packages.json.drv'... Going to be running update for following packages: - python3.12-sphinxcontrib-openapi-0.8.3 Press Enter key to continue... Running update for: - python3.12-sphinxcontrib-openapi-0.8.3: UPDATING ... - python3.12-sphinxcontrib-openapi-0.8.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix b/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix index 3cba5c5011da..6cfc2dc3d4c6 100644 --- a/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix @@ -14,13 +14,13 @@ buildPythonPackage rec { pname = "sphinxcontrib-openapi"; - version = "0.8.3"; + version = "0.8.4"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; - hash = "sha256-nGIRdUC1J2AGrHrUrzRpbQKvJ4r6KZcSdAw2gKmp3mw="; + hash = "sha256-34g4CKW15LQROtaXGFxDo/Qt89znBFOveLpwdpB+miA="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.sphinxcontrib-openapi Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.sphinxcontrib-openapi Standard output: error: Package ‘python3.12-sphinx-mdinclude-0.5.3’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.sphinxcontrib-openapi/pkgs/development/python-modules/sphinx-mdinclude/default.nix:46 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=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.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.sphinxcontrib-openapi 0.8.3 -> 0.8.4 https://repology.org/project/python:sphinxcontrib-openapi/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.pymatreader, using log file: /var/log/nixpkgs-update/python312Packages.pymatreader/2024-02-26.log python312Packages.pymatreader 0.0.31 -> 0.0.32 https://repology.org/project/python:pymatreader/versions attrpath: python312Packages.pymatreader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/naipkf24i6lsk1jvby9s6hl6syka9n4i-packages.json.drv building '/nix/store/naipkf24i6lsk1jvby9s6hl6syka9n4i-packages.json.drv'... Going to be running update for following packages: - python3.12-pymatreader-0.0.31 Press Enter key to continue... Running update for: - python3.12-pymatreader-0.0.31: UPDATING ... - python3.12-pymatreader-0.0.31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pymatreader 0.0.31 -> 0.0.32 https://repology.org/project/python:pymatreader/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.jwt, using log file: /var/log/nixpkgs-update/python312Packages.jwt/2024-02-26.log python312Packages.jwt 1.3.1 -> 2.8.0 https://repology.org/project/python:jwt/versions attrpath: python312Packages.jwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vgmwjvnnda3mf0fibgcr233y6y1gxn52-packages.json.drv building '/nix/store/vgmwjvnnda3mf0fibgcr233y6y1gxn52-packages.json.drv'... Going to be running update for following packages: - python3.12-jwt-1.3.1 Press Enter key to continue... Running update for: - python3.12-jwt-1.3.1: UPDATING ... - python3.12-jwt-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.jwt 1.3.1 -> 2.8.0 https://repology.org/project/python:jwt/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 satellite, using log file: /var/log/nixpkgs-update/satellite/2024-02-26.log satellite 0 -> 1 attrpath: satellite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/03f0n4mzkvb9abwjc4pa9z1sq69lwkgm-packages.json.drv building '/nix/store/03f0n4mzkvb9abwjc4pa9z1sq69lwkgm-packages.json.drv'... Going to be running update for following packages: - satellite-0.4.2 Press Enter key to continue... Running update for: - satellite-0.4.2: UPDATING ... - satellite-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update satellite 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.PathTools 3.75 -> 3.89 https://repology.org/project/perl:pathtools/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.oslo-i18n, using log file: /var/log/nixpkgs-update/python312Packages.oslo-i18n/2024-02-26.log python312Packages.oslo-i18n 6.2.0 -> 6.3.0 https://repology.org/project/python:oslo-i18n/versions attrpath: python312Packages.oslo-i18n Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vqq4fazx2qn6g30523szpdz181cq9zfh-packages.json.drv building '/nix/store/vqq4fazx2qn6g30523szpdz181cq9zfh-packages.json.drv'... Going to be running update for following packages: - python3.12-oslo-i18n-6.2.0 Press Enter key to continue... Running update for: - python3.12-oslo-i18n-6.2.0: UPDATING ... - python3.12-oslo-i18n-6.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/oslo-i18n/default.nix b/pkgs/development/python-modules/oslo-i18n/default.nix index 99e22ea54993..814c7dfc0dc1 100644 --- a/pkgs/development/python-modules/oslo-i18n/default.nix +++ b/pkgs/development/python-modules/oslo-i18n/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "oslo-i18n"; - version = "6.2.0"; + version = "6.3.0"; pyproject = true; src = fetchPypi { pname = "oslo.i18n"; inherit version; - hash = "sha256-cPikzphxKRvGCdB+MeblAyZmVWmS/xrlPnjy7SpavoI="; + hash = "sha256-ZKJR7e+L8bsdTm9403fhSdTxXBqSRd538XIBbaYmdEQ="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 48 > 25 [result] Failed to update python312Packages.oslo-i18n 6.2.0 -> 6.3.0 https://repology.org/project/python:oslo-i18n/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.result, using log file: /var/log/nixpkgs-update/python312Packages.result/2024-02-26.log python312Packages.result 0.7.0 -> 0.16.0 https://repology.org/project/python:result/versions attrpath: python312Packages.result Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hqj55m2vjhd4k203a00h2zvhzzqqrypk-packages.json.drv building '/nix/store/hqj55m2vjhd4k203a00h2zvhzzqqrypk-packages.json.drv'... Going to be running update for following packages: - python3.12-result-0.7.0 Press Enter key to continue... Running update for: - python3.12-result-0.7.0: UPDATING ... - python3.12-result-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.result 0.7.0 -> 0.16.0 https://repology.org/project/python:result/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.atk, using log file: /var/log/nixpkgs-update/rubyPackages.atk/2024-02-26.log rubyPackages.atk 4.2.0 -> 4.2.1 https://repology.org/project/ruby-gnome2/versions attrpath: rubyPackages.atk 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.atk 4.2.0 -> 4.2.1 https://repology.org/project/ruby-gnome2/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.rpmfluff, using log file: /var/log/nixpkgs-update/python312Packages.rpmfluff/2024-02-26.log python312Packages.rpmfluff 0.5.7.1 -> 0.6.3 https://repology.org/project/python:rpmfluff/versions attrpath: python312Packages.rpmfluff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w866bvhdzj3sp30ryyhf1bpklndmqnni-packages.json.drv building '/nix/store/w866bvhdzj3sp30ryyhf1bpklndmqnni-packages.json.drv'... Going to be running update for following packages: - python3.12-rpmfluff-0.5.7.1 Press Enter key to continue... Running update for: - python3.12-rpmfluff-0.5.7.1: UPDATING ... - python3.12-rpmfluff-0.5.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rpmfluff 0.5.7.1 -> 0.6.3 https://repology.org/project/python:rpmfluff/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.gekitchen, using log file: /var/log/nixpkgs-update/python312Packages.gekitchen/2024-02-26.log python312Packages.gekitchen 0.2.19 -> 0.2.20 https://repology.org/project/python:gekitchen/versions attrpath: python312Packages.gekitchen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hllimp1466mz7b5l037zx4a1zjhssd6m-packages.json.drv building '/nix/store/hllimp1466mz7b5l037zx4a1zjhssd6m-packages.json.drv'... Going to be running update for following packages: - python3.12-gekitchen-0.2.19 Press Enter key to continue... Running update for: - python3.12-gekitchen-0.2.19: UPDATING ... - python3.12-gekitchen-0.2.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.gekitchen 0.2.19 -> 0.2.20 https://repology.org/project/python:gekitchen/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 wineWow64Packages.unstable, using log file: /var/log/nixpkgs-update/wineWow64Packages.unstable/2024-02-26.log wineWow64Packages.unstable 9.2 -> 9.3 https://repology.org/project/wine-wow64/versions attrpath: wineWow64Packages.unstable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7sz9zz8q383s4pmb6h5v3024hfd2g6wn-update-wine-unstable.drv /nix/store/yzixlz6qkx15iq5a3fkx5hkyhdb7rrsa-packages.json.drv building '/nix/store/7sz9zz8q383s4pmb6h5v3024hfd2g6wn-update-wine-unstable.drv'... building '/nix/store/yzixlz6qkx15iq5a3fkx5hkyhdb7rrsa-packages.json.drv'... Going to be running update for following packages: - wine-wow64-9.2 Press Enter key to continue... Running update for: - wine-wow64-9.2: UPDATING ... - wine-wow64-9.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix index a0195eadd090..9d2189c23063 100644 --- a/pkgs/applications/emulators/wine/sources.nix +++ b/pkgs/applications/emulators/wine/sources.nix @@ -69,9 +69,9 @@ in rec { unstable = fetchurl rec { # NOTE: Don't forget to change the hash for staging as well. - version = "9.2"; + version = "9.3"; url = "https://dl.winehq.org/wine/source/9.x/wine-${version}.tar.xz"; - hash = "sha256-goHFoILMR6w8LJHOqt5fFzllU7Oa3LMudBJThltlgWI="; + hash = "sha256-FIsuNBR9H6FIQVY3xyPJn0N26SyE6QzB0OAK1O07F5M="; inherit (stable) patches; ## see http://wiki.winehq.org/Gecko @@ -117,7 +117,7 @@ in rec { staging = fetchFromGitLab rec { # https://gitlab.winehq.org/wine/wine-staging inherit (unstable) version; - hash = "sha256-VQ4j4PuXRoXbCUZ16snVO+jRvuKD4Rjn14R7bhwdAco="; + hash = "sha256-1k7HHcsosce5MX86IMiFrfjg0li4DuP0utjyal1Iwkc="; domain = "gitlab.winehq.org"; owner = "wine"; repo = "wine-staging"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/lf6j51z72rq5gmrlrqn2giznkxq4jdl2-wine-wow64-9.3" 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 = 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 = 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 = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out 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 wineWow64Packages.unstable is: An Open Source implementation of the Windows API on top of X, OpenGL, and Unix meta.homepage for wineWow64Packages.unstable is: https://www.winehq.org/ ###### 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 9.3 with grep in /nix/store/lf6j51z72rq5gmrlrqn2giznkxq4jdl2-wine-wow64-9.3 - found 9.3 in filename of file in /nix/store/lf6j51z72rq5gmrlrqn2giznkxq4jdl2-wine-wow64-9.3 ---
Rebuild report (if merged into master) (click to expand) ``` 22 total rebuild path(s) 22 package rebuild(s) First fifty rebuilds by attrpath grapejuice pipelight vinegar wine-staging wine64Packages.staging wine64Packages.stagingFull wine64Packages.unstable wine64Packages.unstableFull winePackages.staging winePackages.stagingFull winePackages.unstable winePackages.unstableFull wineWow64Packages.staging wineWow64Packages.stagingFull wineWow64Packages.unstable wineWow64Packages.unstableFull wineWowPackages.staging wineWowPackages.stagingFull wineWowPackages.unstable wineWowPackages.unstableFull yabridge yabridgectl ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/lf6j51z72rq5gmrlrqn2giznkxq4jdl2-wine-wow64-9.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 wineWow64Packages.unstable https://github.com/r-ryantm/nixpkgs/archive/c683f362a50836d8bc2383d54c6ee11377d69b44.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/c683f362a50836d8bc2383d54c6ee11377d69b44#wineWow64Packages.unstable ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/lf6j51z72rq5gmrlrqn2giznkxq4jdl2-wine-wow64-9.3 ls -la /nix/store/lf6j51z72rq5gmrlrqn2giznkxq4jdl2-wine-wow64-9.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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @avnik @7c6f434c @bendlas @jmc-figueira @reckenrode for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/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/291635 [result] Success updating wineWow64Packages.unstable 9.2 -> 9.3 https://repology.org/project/wine-wow64/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.gpiozero, using log file: /var/log/nixpkgs-update/python312Packages.gpiozero/2024-02-26.log python312Packages.gpiozero 2.0 -> 2.0.1 https://repology.org/project/python:gpiozero/versions attrpath: python312Packages.gpiozero Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l56mi9hpqhzlz2qrz9v69mp2n2g2id56-packages.json.drv building '/nix/store/l56mi9hpqhzlz2qrz9v69mp2n2g2id56-packages.json.drv'... Going to be running update for following packages: - python3.12-gpiozero-2.0 Press Enter key to continue... Running update for: - python3.12-gpiozero-2.0: UPDATING ... - python3.12-gpiozero-2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.gpiozero 2.0 -> 2.0.1 https://repology.org/project/python:gpiozero/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-metadata, using log file: /var/log/nixpkgs-update/python312Packages.pytest-metadata/2024-02-26.log python312Packages.pytest-metadata 3.0.0 -> 3.1.1 https://repology.org/project/python:pytest-metadata/versions attrpath: python312Packages.pytest-metadata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7fpflq6pghbjhhxasgcqf6w393ajjj6l-packages.json.drv building '/nix/store/7fpflq6pghbjhhxasgcqf6w393ajjj6l-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-metadata-3.0.0 Press Enter key to continue... Running update for: - python3.12-pytest-metadata-3.0.0: UPDATING ... - python3.12-pytest-metadata-3.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-metadata/default.nix b/pkgs/development/python-modules/pytest-metadata/default.nix index 7b4a285e3552..d4eb108053b1 100644 --- a/pkgs/development/python-modules/pytest-metadata/default.nix +++ b/pkgs/development/python-modules/pytest-metadata/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pytest-metadata"; - version = "3.0.0"; + version = "3.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "pytest_metadata"; inherit version; - hash = "sha256-dpqcZdKIS9WDvGJrCs53rRXb4C3ZGpEG1H/UbZwlaco="; + hash = "sha256-0qKbA1X7wD8WiqltQf+IsaO0SjsCrL5JGAHJigSAF8g="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 34 > 25 [result] Failed to update python312Packages.pytest-metadata 3.0.0 -> 3.1.1 https://repology.org/project/python:pytest-metadata/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.twitter, using log file: /var/log/nixpkgs-update/python312Packages.twitter/2024-02-26.log python312Packages.twitter 1.19.6 -> 3.5 https://repology.org/project/python:twitter/versions attrpath: python312Packages.twitter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b9lbm272vl8k7ayg13vnbdwzhxqbajxr-packages.json.drv building '/nix/store/b9lbm272vl8k7ayg13vnbdwzhxqbajxr-packages.json.drv'... Going to be running update for following packages: - python3.12-twitter-1.19.6 Press Enter key to continue... Running update for: - python3.12-twitter-1.19.6: UPDATING ... - python3.12-twitter-1.19.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.twitter 1.19.6 -> 3.5 https://repology.org/project/python:twitter/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.netaddr, using log file: /var/log/nixpkgs-update/python312Packages.netaddr/2024-02-26.log python312Packages.netaddr 0.9.0 -> 1.2.1 https://repology.org/project/python:netaddr/versions attrpath: python312Packages.netaddr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z5zid8fdi0vhqkqvv6g48wrck1wbfgp3-packages.json.drv building '/nix/store/z5zid8fdi0vhqkqvv6g48wrck1wbfgp3-packages.json.drv'... Going to be running update for following packages: - python3.12-netaddr-0.9.0 Press Enter key to continue... Running update for: - python3.12-netaddr-0.9.0: UPDATING ... - python3.12-netaddr-0.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/netaddr/default.nix b/pkgs/development/python-modules/netaddr/default.nix index 65f4fcd61421..fd5962aff9e6 100644 --- a/pkgs/development/python-modules/netaddr/default.nix +++ b/pkgs/development/python-modules/netaddr/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "netaddr"; - version = "0.9.0"; + version = "1.2.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-e0b6mxotcf1d6eSjeE7zOXAKU6CMgEDwi69fEZTaASg="; + sha256 = "sha256-brj+3wQSxtKU0GiFwRDelFz00i0rUQ0EBPTgaVCFeYc="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.netaddr: 0.9.0 -> 1.2.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289774" [result] Failed to update python312Packages.netaddr 0.9.0 -> 1.2.1 https://repology.org/project/python:netaddr/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.pyqt5, using log file: /var/log/nixpkgs-update/python312Packages.pyqt5/2024-02-26.log python312Packages.pyqt5 5.15.9 -> 5.15.10 https://repology.org/project/python:pyqt5/versions attrpath: python312Packages.pyqt5 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ah1dkkf8dhh2rp1vcqdg0d1ds3kfc70r-packages.json.drv building '/nix/store/ah1dkkf8dhh2rp1vcqdg0d1ds3kfc70r-packages.json.drv'... Going to be running update for following packages: - python3.12-PyQt5-5.15.9 Press Enter key to continue... Running update for: - python3.12-PyQt5-5.15.9: UPDATING ... - python3.12-PyQt5-5.15.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyqt/5.x.nix b/pkgs/development/python-modules/pyqt/5.x.nix index 0b2b1c8ad6b1..754d52c33550 100644 --- a/pkgs/development/python-modules/pyqt/5.x.nix +++ b/pkgs/development/python-modules/pyqt/5.x.nix @@ -27,14 +27,14 @@ buildPythonPackage rec { pname = "PyQt5"; - version = "5.15.9"; + version = "5.15.10"; format = "pyproject"; disabled = isPy27; src = fetchPypi { inherit pname version; - hash = "sha256-3EHoQBqQ3D4raStBG9VJKrVZrieidCTu1L05FVZOxMA="; + hash = "sha256-1Gt4BLGxCk/5F1P4ET5bVYDStEYvMiYoji2ESXM0iYo="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3464 > 25 [result] Failed to update python312Packages.pyqt5 5.15.9 -> 5.15.10 https://repology.org/project/python:pyqt5/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 wayland-proxy-virtwl, using log file: /var/log/nixpkgs-update/wayland-proxy-virtwl/2024-02-26.log wayland-proxy-virtwl 0 -> 1 attrpath: wayland-proxy-virtwl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rgv34lmxfha7msh09va3kxj8ygqgzigg-packages.json.drv building '/nix/store/rgv34lmxfha7msh09va3kxj8ygqgzigg-packages.json.drv'... Going to be running update for following packages: - ocaml5.0.0-wayland-proxy-virtwl-unstable-2023-12-09 Press Enter key to continue... Running update for: - ocaml5.0.0-wayland-proxy-virtwl-unstable-2023-12-09: UPDATING ... - ocaml5.0.0-wayland-proxy-virtwl-unstable-2023-12-09: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix b/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix index 029e30b2645a..5d116999e972 100644 --- a/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix +++ b/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix @@ -8,13 +8,13 @@ ocamlPackages.buildDunePackage rec { pname = "wayland-proxy-virtwl"; - version = "unstable-2023-12-09"; + version = "unstable-2024-01-28"; src = fetchFromGitHub { owner = "talex5"; repo = pname; - rev = "ec052fa0e9ae2b2926afc27e23a50b4d3072e6ac"; - sha256 = "sha256-ZWW44hfWs0F4SwwEjx62o/JnuXSrSlq2lrRFRTuPUFE="; + rev = "02d8d9f3faa3178fd5ca89efa7321525965d6bc8"; + sha256 = "sha256-jR+3Z9rpAAmhuwYkmSdEuzSZpWhCBVKUN9/WfB8/AZ8="; }; minimalOCamlVersion = "5.0"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wayland-proxy-virtwl nix build failed. got build log for 'wayland-proxy-virtwl' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ncn6pbqgr0p7nwb9siyw0bd9s7zpdyq8-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 no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Done: 100% (2/2, 0 left) (jobs: 0) Done: 100% (2/2, 0 left) (jobs: 0) Done: 78% (11/14, 3 left) (jobs: 0) Done: 78% (11/14, 3 left) (jobs: 0) Done: 28% (16/56, 40 left) (jobs: 0) Done: 14% (16/110, 94 left) (jobs: 0) Done: 15% (27/180, 153 left) (jobs: 7) Done: 28% (52/181, 129 left) (jobs: 2) Done: 31% (66/209, 143 left) (jobs: 6) Done: 36% (76/209, 133 left) (jobs: 5) Done: 41% (89/214, 125 left) (jobs: 2) Done: 42% (91/214, 123 left) (jobs: 3) Done: 44% (96/214, 118 left) (jobs: 5) Done: 46% (99/214, 115 left) (jobs: 3) Done: 46% (100/214, 114 left) (jobs: 3) Done: 47% (102/214, 112 left) (jobs: 3) Done: 48% (103/214, 111 left) (jobs: 3) Done: 48% (104/214, 110 left) (jobs: 3) Done: 49% (106/214, 108 left) (jobs: 3) Done: 50% (107/214, 107 left) (jobs: 3) Done: 50% (108/214, 106 left) (jobs: 2) Done: 50% (109/214, 105 left) (jobs: 2) Done: 51% (110/214, 104 left) (jobs: 1) Done: 51% (111/214, 103 left) (jobs: 0) Done: 51% (111/214, 103 left) (jobs: 14) Done: 54% (116/214, 98 left) (jobs: 20) Done: 61% (150/242, 92 left) (jobs: 9) Done: 74% (180/242, 62 left) (jobs: 10) Done: 83% (208/250, 42 left) (jobs: 8) Done: 87% (223/254, 31 left) (jobs: 5) Done: 89% (227/254, 27 left) (jobs: 3) Done: 89% (231/258, 27 left) (jobs: 5) Done: 89% (235/262, 27 left) (jobs: 4) Done: 91% (241/262, 21 left) (jobs: 3) Done: 91% (243/266, 23 left) (jobs: 6) Done: 92% (247/266, 19 left) (jobs: 3) Done: 85% (252/295, 43 left) (jobs: 6) Done: 87% (257/295, 38 left) (jobs: 4) Done: 87% (259/295, 36 left) (jobs: 4) Done: 88% (261/295, 34 left) (jobs: 2) Done: 90% (267/295, 28 left) (jobs: 7) (cd _build/default && /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .main.eobjs/byte -I /nix/store/264gf8b88danyw96dh8djsh0dnkhf5i2-ocaml5.0.0-domain-local-await-1.0.1/lib/ocaml/5.0.0/site-lib/domain-local-await -I /nix/store/3wlf8kaq7zjrp9lgqcz43mlksp1y4678-ocaml5.0.0-lwt-dllist-1.0.1/lib/ocaml/5.0.0/site-lib/lwt-dllist -I /nix/store/5rr91hbniz9yh6igm6kqd52y8n9sfv6z-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime -I /nix/store/5rr91hbniz9yh6igm6kqd52y8n9sfv6z-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime/clock/os -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/core -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/unix -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/utils -I /nix/store/67sl5qzzr664040ipdnh2w8780k3yq9w-ocaml5.0.0-bigstringaf-0.9.0/lib/ocaml/5.0.0/site-lib/bigstringaf -I /nix/store/6c8xhxa8n8skwbpjlvqii304sxjbr2jd-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland -I /nix/store/6c8xhxa8n8skwbpjlvqii304sxjbr2jd-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland/protocols -I /nix/store/6yswbv2aa70grs22h3cfly4n3sd302mg-ocaml5.0.0-eio_main-0.12/lib/ocaml/5.0.0/site-lib/eio_main -I /nix/store/7bcf7addvkfxw66wgnp13z6k6ijj353v-ocaml5.0.0-fmt-0.9.0/lib/ocaml/5.0.0/site-lib/fmt -I /nix/store/8vk1kcian1ygnfwgmxc9gkanwwdaqbw2-cmdliner-1.2.0/lib/ocaml/5.0.0/site-lib/cmdliner -I /nix/store/9fsxs0x485fsdqzkvnal15c8mp3khfwn-ocaml5.0.0-optint-0.3.0/lib/ocaml/5.0.0/site-lib/optint -I /nix/store/9ylwrrqy2slw2bz64i0vak2mnlvqw6rh-ocaml5.0.0-hmap-0.8.1/lib/ocaml/5.0.0/site-lib/hmap -I /nix/store/cpz59fvrpsny9ff9s2wpa2pnmihqwyxr-ocaml5.0.0-cstruct-6.2.0/lib/ocaml/5.0.0/site-lib/cstruct -I /nix/store/gbhkgqvi60s8av3w7fy41rcfaky6qag1-ocaml5.0.0-thread-table-1.0.0/lib/ocaml/5.0.0/site-lib/thread-table -I /nix/store/gipdwhp10n58sdfncgaq29paw0m912m5-ocaml5.0.0-eio_linux-0.12/lib/ocaml/5.0.0/site-lib/eio_linux -I /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/lib/ocaml/threads -I /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/lib/ocaml/unix -I /nix/store/ms8mzcyr4iqv4lrp8ssgjzmw856fxdl8-ocaml5.0.0-eio_posix-0.12/lib/ocaml/5.0.0/site-lib/eio_posix -I /nix/store/qi24p5kz8n04gh7i44j4p5d6c20gqlr0-ocaml5.0.0-iomux-0.3/lib/ocaml/5.0.0/site-lib/iomux -I /nix/store/qjndcwh7pshchjwy4sz3y2aab0sfnflp-ocaml5.0.0-psq-0.2.1/lib/ocaml/5.0.0/site-lib/psq -I /nix/store/qsyfbfhqgbvmdrrqcax5wg4cfqlny1kx-ocaml5.0.0-logs-0.7.0/lib/ocaml/5.0.0/site-lib/logs -I /nix/store/xw29znj2fkc3lrxpv25mcxlc0q2l0yfz-ocaml5.0.0-seq-0.1/lib/ocaml/5.0.0/site-lib/seq -I /nix/store/yy8a706145pmlssrhs596s8pif8yp9bz-ocaml5.0.0-uring-0.8/lib/ocaml/5.0.0/site-lib/uring -I virtio_gpu/.virtio_gpu.objs/byte -I x11/.x11.objs/byte -no-alias-deps -open Dune__exe -o .main.eobjs/byte/dune__exe__Protocols.cmo -c -impl protocols.pp.ml) File "protocols.ml", line 10, characters 8-60: 10 | include Wayland_protocols.Relative_pointer_unstable_v1_proto ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Wayland_protocols.Relative_pointer_unstable_v1_proto Done: 90% (267/295, 28 left) (jobs: 7) (cd _build/default && /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .main.eobjs/byte -I /nix/store/264gf8b88danyw96dh8djsh0dnkhf5i2-ocaml5.0.0-domain-local-await-1.0.1/lib/ocaml/5.0.0/site-lib/domain-local-await -I /nix/store/3wlf8kaq7zjrp9lgqcz43mlksp1y4678-ocaml5.0.0-lwt-dllist-1.0.1/lib/ocaml/5.0.0/site-lib/lwt-dllist -I /nix/store/5rr91hbniz9yh6igm6kqd52y8n9sfv6z-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime -I /nix/store/5rr91hbniz9yh6igm6kqd52y8n9sfv6z-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime/clock/os -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/core -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/unix -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/utils -I /nix/store/67sl5qzzr664040ipdnh2w8780k3yq9w-ocaml5.0.0-bigstringaf-0.9.0/lib/ocaml/5.0.0/site-lib/bigstringaf -I /nix/store/6c8xhxa8n8skwbpjlvqii304sxjbr2jd-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland -I /nix/store/6c8xhxa8n8skwbpjlvqii304sxjbr2jd-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland/protocols -I /nix/store/6yswbv2aa70grs22h3cfly4n3sd302mg-ocaml5.0.0-eio_main-0.12/lib/ocaml/5.0.0/site-lib/eio_main -I /nix/store/7bcf7addvkfxw66wgnp13z6k6ijj353v-ocaml5.0.0-fmt-0.9.0/lib/ocaml/5.0.0/site-lib/fmt -I /nix/store/8vk1kcian1ygnfwgmxc9gkanwwdaqbw2-cmdliner-1.2.0/lib/ocaml/5.0.0/site-lib/cmdliner -I /nix/store/9fsxs0x485fsdqzkvnal15c8mp3khfwn-ocaml5.0.0-optint-0.3.0/lib/ocaml/5.0.0/site-lib/optint -I /nix/store/9ylwrrqy2slw2bz64i0vak2mnlvqw6rh-ocaml5.0.0-hmap-0.8.1/lib/ocaml/5.0.0/site-lib/hmap -I /nix/store/cpz59fvrpsny9ff9s2wpa2pnmihqwyxr-ocaml5.0.0-cstruct-6.2.0/lib/ocaml/5.0.0/site-lib/cstruct -I /nix/store/gbhkgqvi60s8av3w7fy41rcfaky6qag1-ocaml5.0.0-thread-table-1.0.0/lib/ocaml/5.0.0/site-lib/thread-table -I /nix/store/gipdwhp10n58sdfncgaq29paw0m912m5-ocaml5.0.0-eio_linux-0.12/lib/ocaml/5.0.0/site-lib/eio_linux -I /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/lib/ocaml/threads -I /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/lib/ocaml/unix -I /nix/store/ms8mzcyr4iqv4lrp8ssgjzmw856fxdl8-ocaml5.0.0-eio_posix-0.12/lib/ocaml/5.0.0/site-lib/eio_posix -I /nix/store/qi24p5kz8n04gh7i44j4p5d6c20gqlr0-ocaml5.0.0-iomux-0.3/lib/ocaml/5.0.0/site-lib/iomux -I /nix/store/qjndcwh7pshchjwy4sz3y2aab0sfnflp-ocaml5.0.0-psq-0.2.1/lib/ocaml/5.0.0/site-lib/psq -I /nix/store/qsyfbfhqgbvmdrrqcax5wg4cfqlny1kx-ocaml5.0.0-logs-0.7.0/lib/ocaml/5.0.0/site-lib/logs -I /nix/store/xw29znj2fkc3lrxpv25mcxlc0q2l0yfz-ocaml5.0.0-seq-0.1/lib/ocaml/5.0.0/site-lib/seq -I /nix/store/yy8a706145pmlssrhs596s8pif8yp9bz-ocaml5.0.0-uring-0.8/lib/ocaml/5.0.0/site-lib/uring -I virtio_gpu/.virtio_gpu.objs/byte -I x11/.x11.objs/byte -no-alias-deps -open Dune__exe -o .main.eobjs/byte/dune__exe__H.cmo -c -impl h.pp.ml) File "h.ml", line 10, characters 8-61: 10 | include Wayland_protocols.Relative_pointer_unstable_v1_client ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Wayland_protocols.Relative_pointer_unstable_v1_client Done: 90% (267/295, 28 left) (jobs: 7) (cd _build/default && /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .main.eobjs/byte -I /nix/store/264gf8b88danyw96dh8djsh0dnkhf5i2-ocaml5.0.0-domain-local-await-1.0.1/lib/ocaml/5.0.0/site-lib/domain-local-await -I /nix/store/3wlf8kaq7zjrp9lgqcz43mlksp1y4678-ocaml5.0.0-lwt-dllist-1.0.1/lib/ocaml/5.0.0/site-lib/lwt-dllist -I /nix/store/5rr91hbniz9yh6igm6kqd52y8n9sfv6z-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime -I /nix/store/5rr91hbniz9yh6igm6kqd52y8n9sfv6z-ocaml5.0.0-mtime-2.0.0/lib/ocaml/5.0.0/site-lib/mtime/clock/os -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/core -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/unix -I /nix/store/5sv7zas1crrfy7c873bw0n25rcbz8k20-ocaml5.0.0-eio-0.12/lib/ocaml/5.0.0/site-lib/eio/utils -I /nix/store/67sl5qzzr664040ipdnh2w8780k3yq9w-ocaml5.0.0-bigstringaf-0.9.0/lib/ocaml/5.0.0/site-lib/bigstringaf -I /nix/store/6c8xhxa8n8skwbpjlvqii304sxjbr2jd-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland -I /nix/store/6c8xhxa8n8skwbpjlvqii304sxjbr2jd-ocaml5.0.0-wayland-2.0/lib/ocaml/5.0.0/site-lib/wayland/protocols -I /nix/store/6yswbv2aa70grs22h3cfly4n3sd302mg-ocaml5.0.0-eio_main-0.12/lib/ocaml/5.0.0/site-lib/eio_main -I /nix/store/7bcf7addvkfxw66wgnp13z6k6ijj353v-ocaml5.0.0-fmt-0.9.0/lib/ocaml/5.0.0/site-lib/fmt -I /nix/store/8vk1kcian1ygnfwgmxc9gkanwwdaqbw2-cmdliner-1.2.0/lib/ocaml/5.0.0/site-lib/cmdliner -I /nix/store/9fsxs0x485fsdqzkvnal15c8mp3khfwn-ocaml5.0.0-optint-0.3.0/lib/ocaml/5.0.0/site-lib/optint -I /nix/store/9ylwrrqy2slw2bz64i0vak2mnlvqw6rh-ocaml5.0.0-hmap-0.8.1/lib/ocaml/5.0.0/site-lib/hmap -I /nix/store/cpz59fvrpsny9ff9s2wpa2pnmihqwyxr-ocaml5.0.0-cstruct-6.2.0/lib/ocaml/5.0.0/site-lib/cstruct -I /nix/store/gbhkgqvi60s8av3w7fy41rcfaky6qag1-ocaml5.0.0-thread-table-1.0.0/lib/ocaml/5.0.0/site-lib/thread-table -I /nix/store/gipdwhp10n58sdfncgaq29paw0m912m5-ocaml5.0.0-eio_linux-0.12/lib/ocaml/5.0.0/site-lib/eio_linux -I /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/lib/ocaml/threads -I /nix/store/gkbpxqmp0j521wm0byka64z6w6idk8ag-ocaml-5.0.0/lib/ocaml/unix -I /nix/store/ms8mzcyr4iqv4lrp8ssgjzmw856fxdl8-ocaml5.0.0-eio_posix-0.12/lib/ocaml/5.0.0/site-lib/eio_posix -I /nix/store/qi24p5kz8n04gh7i44j4p5d6c20gqlr0-ocaml5.0.0-iomux-0.3/lib/ocaml/5.0.0/site-lib/iomux -I /nix/store/qjndcwh7pshchjwy4sz3y2aab0sfnflp-ocaml5.0.0-psq-0.2.1/lib/ocaml/5.0.0/site-lib/psq -I /nix/store/qsyfbfhqgbvmdrrqcax5wg4cfqlny1kx-ocaml5.0.0-logs-0.7.0/lib/ocaml/5.0.0/site-lib/logs -I /nix/store/xw29znj2fkc3lrxpv25mcxlc0q2l0yfz-ocaml5.0.0-seq-0.1/lib/ocaml/5.0.0/site-lib/seq -I /nix/store/yy8a706145pmlssrhs596s8pif8yp9bz-ocaml5.0.0-uring-0.8/lib/ocaml/5.0.0/site-lib/uring -I virtio_gpu/.virtio_gpu.objs/byte -I x11/.x11.objs/byte -no-alias-deps -open Dune__exe -o .main.eobjs/byte/dune__exe__C.cmo -c -impl c.pp.ml) File "c.ml", line 10, characters 8-61: 10 | include Wayland_protocols.Relative_pointer_unstable_v1_server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Wayland_protocols.Relative_pointer_unstable_v1_server Done: 90% (267/295, 28 left) (jobs: 7) Done: 90% (268/295, 27 left, 3 failed) (jobs: 4) Done: 91% (271/295, 24 left, 3 failed) (jobs: 2) Done: 92% (272/295, 23 left, 3 failed) (jobs: 1) Done: 92% (273/295, 22 left, 3 failed) (jobs: 2) Done: 92% (274/295, 21 left, 3 failed) (jobs: 1) Done: 93% (275/295, 20 left, 3 failed) (jobs: 1) Done: 93% (276/295, 19 left, 3 failed) (jobs: 4) Done: 94% (280/295, 15 left, 3 failed) (jobs: 1) Done: 95% (281/295, 14 left, 3 failed) (jobs: 1) [result] Failed to update wayland-proxy-virtwl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiogithubapi, using log file: /var/log/nixpkgs-update/python311Packages.aiogithubapi/2024-02-26.log python311Packages.aiogithubapi 0 -> 1 attrpath: python311Packages.aiogithubapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v28p1n32zqmmzdhdw74dqmjqdjvignn1-packages.json.drv building '/nix/store/v28p1n32zqmmzdhdw74dqmjqdjvignn1-packages.json.drv'... Going to be running update for following packages: - python3.11-aiogithubapi-23.11.0 Press Enter key to continue... Running update for: - python3.11-aiogithubapi-23.11.0: UPDATING ... - python3.11-aiogithubapi-23.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiogithubapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.i3-py, using log file: /var/log/nixpkgs-update/python311Packages.i3-py/2024-02-26.log python311Packages.i3-py 0 -> 1 attrpath: python311Packages.i3-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/7yw9myg5ypa2bxd9shfbw3g5hidr9mkw-packages.json.drv building '/nix/store/7yw9myg5ypa2bxd9shfbw3g5hidr9mkw-packages.json.drv'... Going to be running update for following packages: - python3.11-i3-py-0.6.4 Press Enter key to continue... Running update for: - python3.11-i3-py-0.6.4: UPDATING ... - python3.11-i3-py-0.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.i3-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.wsgiproxy2, using log file: /var/log/nixpkgs-update/python311Packages.wsgiproxy2/2024-02-26.log python311Packages.wsgiproxy2 0 -> 1 attrpath: python311Packages.wsgiproxy2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xzi44mndixxb68y1avdzhbdz8k7c5iq8-packages.json.drv building '/nix/store/xzi44mndixxb68y1avdzhbdz8k7c5iq8-packages.json.drv'... Going to be running update for following packages: - python3.11-wsgiproxy2-0.5.1 Press Enter key to continue... Running update for: - python3.11-wsgiproxy2-0.5.1: UPDATING ... - python3.11-wsgiproxy2-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wsgiproxy2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openshot-qt, using log file: /var/log/nixpkgs-update/openshot-qt/2024-02-26.log openshot-qt 0 -> 1 attrpath: openshot-qt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hlrl9q8gr2j79qdkfmz2622la1k99x1h-packages.json.drv building '/nix/store/hlrl9q8gr2j79qdkfmz2622la1k99x1h-packages.json.drv'... Going to be running update for following packages: - openshot-qt-3.1.1 Press Enter key to continue... Running update for: - openshot-qt-3.1.1: UPDATING ... - openshot-qt-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openshot-qt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mixins, using log file: /var/log/nixpkgs-update/python311Packages.mixins/2024-02-26.log python311Packages.mixins 0 -> 1 attrpath: python311Packages.mixins Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4zg48dhj0kv9g0vxka9ylyyaq39djkng-packages.json.drv building '/nix/store/4zg48dhj0kv9g0vxka9ylyyaq39djkng-packages.json.drv'... Going to be running update for following packages: - python3.11-mixins-0.1.4 Press Enter key to continue... Running update for: - python3.11-mixins-0.1.4: UPDATING ... - python3.11-mixins-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mixins 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyinputevent, using log file: /var/log/nixpkgs-update/python311Packages.pyinputevent/2024-02-26.log python311Packages.pyinputevent 0 -> 1 attrpath: python311Packages.pyinputevent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a7sdcz5pwcia3jd89r8nph4rak2wbl9h-packages.json.drv building '/nix/store/a7sdcz5pwcia3jd89r8nph4rak2wbl9h-packages.json.drv'... Going to be running update for following packages: - python3.11-pyinputevent-2016-10-18 Press Enter key to continue... Running update for: - python3.11-pyinputevent-2016-10-18: UPDATING ... - python3.11-pyinputevent-2016-10-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyinputevent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-testmon, using log file: /var/log/nixpkgs-update/python311Packages.pytest-testmon/2024-02-26.log python311Packages.pytest-testmon 0 -> 1 attrpath: python311Packages.pytest-testmon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fg5ngsnyw6zvia6llnxipfdjg4y9a32j-packages.json.drv building '/nix/store/fg5ngsnyw6zvia6llnxipfdjg4y9a32j-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-testmon-2.1.0 Press Enter key to continue... Running update for: - python3.11-pytest-testmon-2.1.0: UPDATING ... - python3.11-pytest-testmon-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-testmon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycairo, using log file: /var/log/nixpkgs-update/python311Packages.pycairo/2024-02-26.log python311Packages.pycairo 0 -> 1 attrpath: python311Packages.pycairo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dq62a77kmddqgibwibxnfhkgav5c1hjr-packages.json.drv building '/nix/store/dq62a77kmddqgibwibxnfhkgav5c1hjr-packages.json.drv'... Going to be running update for following packages: - python3.11-pycairo-1.25.1 Press Enter key to continue... Running update for: - python3.11-pycairo-1.25.1: UPDATING ... - python3.11-pycairo-1.25.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pycairo/default.nix b/pkgs/development/python-modules/pycairo/default.nix index 628853a89ce0..a2b865e7b71c 100644 --- a/pkgs/development/python-modules/pycairo/default.nix +++ b/pkgs/development/python-modules/pycairo/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pycairo"; - version = "1.25.1"; + version = "1.26.0"; disabled = pythonOlder "3.6"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "pygobject"; repo = "pycairo"; rev = "refs/tags/v${version}"; - hash = "sha256-HH4BjdSkdL8lI8L/Z2ltuuWWOkfetfgv4WQm6PIoEa0="; + hash = "sha256-AUnMPsGFkCgVKUdQfym35ZqrA48wq31BNsvc2puoCl8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 8615 > 25 [result] Failed to update python311Packages.pycairo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.lomiri-schemas, using log file: /var/log/nixpkgs-update/lomiri.lomiri-schemas/2024-02-26.log lomiri.lomiri-schemas 0 -> 1 attrpath: lomiri.lomiri-schemas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gdks7fbi4nvz8nxd0v335qazw2cq61n1-packages.json.drv building '/nix/store/gdks7fbi4nvz8nxd0v335qazw2cq61n1-packages.json.drv'... Going to be running update for following packages: - lomiri-schemas-0.1.4 Press Enter key to continue... Running update for: - lomiri-schemas-0.1.4: UPDATING ... - lomiri-schemas-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-schemas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jplephem, using log file: /var/log/nixpkgs-update/python311Packages.jplephem/2024-02-26.log python311Packages.jplephem 0 -> 1 attrpath: python311Packages.jplephem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g3dq46vicalr77fjw8glkhg8qz08x3zv-packages.json.drv building '/nix/store/g3dq46vicalr77fjw8glkhg8qz08x3zv-packages.json.drv'... Going to be running update for following packages: - python3.11-jplephem-2.21 Press Enter key to continue... Running update for: - python3.11-jplephem-2.21: UPDATING ... - python3.11-jplephem-2.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jplephem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simplesat, using log file: /var/log/nixpkgs-update/python311Packages.simplesat/2024-02-26.log python311Packages.simplesat 0 -> 1 attrpath: python311Packages.simplesat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7vngg5njnlwr4vh3733y94f6kkdqbglk-packages.json.drv building '/nix/store/7vngg5njnlwr4vh3733y94f6kkdqbglk-packages.json.drv'... Going to be running update for following packages: - python3.11-simplesat-0.8.2 Press Enter key to continue... Running update for: - python3.11-simplesat-0.8.2: UPDATING ... - python3.11-simplesat-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplesat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mopidy-podcast, using log file: /var/log/nixpkgs-update/mopidy-podcast/2024-02-26.log mopidy-podcast 0 -> 1 attrpath: mopidy-podcast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g1jl5zp9hk26jpidg72lg5vigqil1rl7-packages.json.drv building '/nix/store/g1jl5zp9hk26jpidg72lg5vigqil1rl7-packages.json.drv'... Going to be running update for following packages: - mopidy-podcast-3.0.1 Press Enter key to continue... Running update for: - mopidy-podcast-3.0.1: UPDATING ... - mopidy-podcast-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-podcast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpqxx, using log file: /var/log/nixpkgs-update/libpqxx/2024-02-26.log libpqxx 7.7.5 -> 7.9.0 https://github.com/jtv/libpqxx/releases attrpath: libpqxx Checking auto update branch... An auto update branch exists with message `libpqxx: 7.7.5 -> 7.8.1`. New version is 7.9.0. The auto update branch does not match or exceed the new version. [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/libpqxx/default.nix b/pkgs/development/libraries/libpqxx/default.nix index acb0013035cb..66b7ded92314 100644 --- a/pkgs/development/libraries/libpqxx/default.nix +++ b/pkgs/development/libraries/libpqxx/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libpqxx"; - version = "7.7.5"; + version = "7.9.0"; src = fetchFromGitHub { owner = "jtv"; repo = pname; rev = version; - sha256 = "sha256-mvGPMbk4b8NmPvzy5hS+Au69NtDGha8ONTEQf6I3VZE="; + sha256 = "sha256-psKNLxYAirYQh2Hm27I5lOSvtMBzbxN6MrHxG86hMgk="; }; nativeBuildInputs = [ python3 ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libpqxx nix build failed. config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating tools/Makefile config.status: creating include/Makefile config.status: creating include/pqxx/Makefile config.status: creating libpqxx.pc config.status: creating compile_flags config.status: creating include/pqxx/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing configitems commands ./config.status: line 2230: ./tools/splitconfig.py: cannot execute: required file not found @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash Making all in include make[1]: Entering directory '/build/source/include' Making all in pqxx make[2]: Entering directory '/build/source/include/pqxx' make all-am make[3]: Entering directory '/build/source/include/pqxx' make[3]: *** No rule to make target 'config-internal-compiler.h', needed by 'all-am'. Stop. make[3]: Leaving directory '/build/source/include/pqxx' make[2]: *** [Makefile:297: all] Error 2 make[2]: Leaving directory '/build/source/include/pqxx' make[1]: *** [Makefile:528: all-recursive] Error 1 make[1]: Leaving directory '/build/source/include' make: *** [Makefile:644: all-recursive] Error 1 [result] Failed to update libpqxx 7.7.5 -> 7.9.0 https://github.com/jtv/libpqxx/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.pawacc, using log file: /var/log/nixpkgs-update/rPackages.pawacc/2024-02-26.log rPackages.pawacc 1.2.2 -> 1.2.3 https://repology.org/project/r:pawacc/versions attrpath: rPackages.pawacc Checking auto update branch... No auto update branch exists Old version 1.2.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"; configurePhase = '' runHook preConfigure 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.pawacc 1.2.2 -> 1.2.3 https://repology.org/project/r:pawacc/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.rollmatch, using log file: /var/log/nixpkgs-update/rPackages.rollmatch/2024-02-26.log rPackages.rollmatch 2.0.2 -> 2.0.3 https://repology.org/project/r:rollmatch/versions attrpath: rPackages.rollmatch Checking auto update branch... No auto update branch exists Old version 2.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"; configurePhase = '' runHook preConfigure 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.rollmatch 2.0.2 -> 2.0.3 https://repology.org/project/r:rollmatch/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 abcmidi, using log file: /var/log/nixpkgs-update/abcmidi/2024-02-26.log abcmidi 2024.02.19 -> 2024.02.25 https://repology.org/project/abcmidi/versions attrpath: abcmidi 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/audio/abcmidi/default.nix b/pkgs/tools/audio/abcmidi/default.nix index b931e70d23ea..15fd7b88b394 100644 --- a/pkgs/tools/audio/abcmidi/default.nix +++ b/pkgs/tools/audio/abcmidi/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "abcMIDI"; - version = "2024.02.19"; + version = "2024.02.25"; src = fetchzip { url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip"; - hash = "sha256-mby2GAOcjSDgF21ZUOoPbyVV0RNMjIBvS5hg+15G75U="; + hash = "sha256-xaVmK7q10gxN69bGsFEIc01izSbu1m6IyMJWBN6kSzA="; }; meta = with lib; { [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/5gfnr4bcyr1mwwzk7yrq8xm29gfysbl5-abcMIDI-2024.02.25" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • easyabc
1 package built:
  • abcmidi
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/abcmidi/versions. meta.description for abcmidi is: Utilities for converting between abc and MIDI meta.homepage for abcmidi is: https://abc.sourceforge.net/abcMIDI/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2024.02.25 in filename of file in /nix/store/5gfnr4bcyr1mwwzk7yrq8xm29gfysbl5-abcMIDI-2024.02.25 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath abcmidi easyabc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/5gfnr4bcyr1mwwzk7yrq8xm29gfysbl5-abcMIDI-2024.02.25 \ --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 abcmidi https://github.com/r-ryantm/nixpkgs/archive/ee33b1fc695a284a2cfdb09d6e2d818e0dc0ccc4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ee33b1fc695a284a2cfdb09d6e2d818e0dc0ccc4#abcmidi ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/5gfnr4bcyr1mwwzk7yrq8xm29gfysbl5-abcMIDI-2024.02.25 ls -la /nix/store/5gfnr4bcyr1mwwzk7yrq8xm29gfysbl5-abcMIDI-2024.02.25/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • easyabc
1 package built:
  • abcmidi
--- ###### Maintainer pings cc @dotlambda for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/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/291644 [result] Success updating abcmidi 2024.02.19 -> 2024.02.25 https://repology.org/project/abcmidi/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.hid-parser, using log file: /var/log/nixpkgs-update/python311Packages.hid-parser/2024-02-26.log python311Packages.hid-parser 0 -> 1 attrpath: python311Packages.hid-parser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ywc5ic1hc888j1gij95ppn6cvv4wmj7k-packages.json.drv building '/nix/store/ywc5ic1hc888j1gij95ppn6cvv4wmj7k-packages.json.drv'... Going to be running update for following packages: - python3.11-hid-parser-0.0.3 Press Enter key to continue... Running update for: - python3.11-hid-parser-0.0.3: UPDATING ... - python3.11-hid-parser-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hid-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.subarulink, using log file: /var/log/nixpkgs-update/python311Packages.subarulink/2024-02-26.log python311Packages.subarulink 0 -> 1 attrpath: python311Packages.subarulink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lwbm6c6wzq2j49p6ngllrd4xw0qzfz0n-packages.json.drv building '/nix/store/lwbm6c6wzq2j49p6ngllrd4xw0qzfz0n-packages.json.drv'... Going to be running update for following packages: - python3.11-subarulink-0.7.10 Press Enter key to continue... Running update for: - python3.11-subarulink-0.7.10: UPDATING ... - python3.11-subarulink-0.7.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.subarulink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pc, using log file: /var/log/nixpkgs-update/pc/2024-02-26.log pc 0 -> 1 attrpath: pc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7yis0wv3skmxivjgq2v8ms6fqm3vski0-packages.json.drv building '/nix/store/7yis0wv3skmxivjgq2v8ms6fqm3vski0-packages.json.drv'... Going to be running update for following packages: - pc-0.4 Press Enter key to continue... Running update for: - pc-0.4: UPDATING ... - pc-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gym-notices, using log file: /var/log/nixpkgs-update/python311Packages.gym-notices/2024-02-26.log python311Packages.gym-notices 0 -> 1 attrpath: python311Packages.gym-notices Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qd5y6sjcyssgdhmvldy822mkc0v4nhkp-packages.json.drv building '/nix/store/qd5y6sjcyssgdhmvldy822mkc0v4nhkp-packages.json.drv'... Going to be running update for following packages: - python3.11-gym-notices-0.0.8 Press Enter key to continue... Running update for: - python3.11-gym-notices-0.0.8: UPDATING ... - python3.11-gym-notices-0.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gym-notices 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-docset, using log file: /var/log/nixpkgs-update/cargo-docset/2024-02-26.log cargo-docset 0 -> 1 attrpath: cargo-docset 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/xzxjfshjnqmg71xkhdkvibc3f8cgmsld-packages.json.drv building '/nix/store/xzxjfshjnqmg71xkhdkvibc3f8cgmsld-packages.json.drv'... Going to be running update for following packages: - cargo-docset-0.3.1 Press Enter key to continue... Running update for: - cargo-docset-0.3.1: UPDATING ... - cargo-docset-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cargo-docset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytaglib, using log file: /var/log/nixpkgs-update/python311Packages.pytaglib/2024-02-26.log python311Packages.pytaglib 0 -> 1 attrpath: python311Packages.pytaglib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fvs074bj2ksvk2xywyq7gily0winvz91-packages.json.drv building '/nix/store/fvs074bj2ksvk2xywyq7gily0winvz91-packages.json.drv'... Going to be running update for following packages: - python3.11-pytaglib-2.1.0 Press Enter key to continue... Running update for: - python3.11-pytaglib-2.1.0: UPDATING ... - python3.11-pytaglib-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytaglib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.marshmallow, using log file: /var/log/nixpkgs-update/python311Packages.marshmallow/2024-02-26.log python311Packages.marshmallow 0 -> 1 attrpath: python311Packages.marshmallow Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q3k490i50qhac77iq4kv6w3nx2a1kbi3-packages.json.drv building '/nix/store/q3k490i50qhac77iq4kv6w3nx2a1kbi3-packages.json.drv'... Going to be running update for following packages: - python3.11-marshmallow-3.20.2 Press Enter key to continue... Running update for: - python3.11-marshmallow-3.20.2: UPDATING ... - python3.11-marshmallow-3.20.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.marshmallow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.murmurhash, using log file: /var/log/nixpkgs-update/python311Packages.murmurhash/2024-02-26.log python311Packages.murmurhash 0 -> 1 attrpath: python311Packages.murmurhash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q3zbm35k58rf6q8av4a5cd1h37lk6mz4-packages.json.drv building '/nix/store/q3zbm35k58rf6q8av4a5cd1h37lk6mz4-packages.json.drv'... Going to be running update for following packages: - python3.11-murmurhash-1.0.10 Press Enter key to continue... Running update for: - python3.11-murmurhash-1.0.10: UPDATING ... - python3.11-murmurhash-1.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.murmurhash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath auto-cpufreq, using log file: /var/log/nixpkgs-update/auto-cpufreq/2024-02-26.log auto-cpufreq 0 -> 1 attrpath: auto-cpufreq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ks02q22gbsp4j9cy8qdfxjn3mpz816b0-packages.json.drv building '/nix/store/ks02q22gbsp4j9cy8qdfxjn3mpz816b0-packages.json.drv'... Going to be running update for following packages: - python3.11-auto-cpufreq-1.9.9 Press Enter key to continue... Running update for: - python3.11-auto-cpufreq-1.9.9: UPDATING ... - python3.11-auto-cpufreq-1.9.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/system/auto-cpufreq/default.nix b/pkgs/tools/system/auto-cpufreq/default.nix index 4c15908eab19..93c1ca2d0e29 100644 --- a/pkgs/tools/system/auto-cpufreq/default.nix +++ b/pkgs/tools/system/auto-cpufreq/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonPackage rec { pname = "auto-cpufreq"; - version = "1.9.9"; + version = "2.2.0"; src = fetchFromGitHub { owner = "AdnanHodzic"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-D/5pwE2V+yXj92ECOUcl/dajMDbvVdz9YNJrl2Pzvts="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-lwimP4+qRFNQN+uHSFJHdkXYREWGwtoEc7U+bN5TDcc="; }; propagatedBuildInputs = with python3Packages; [ setuptools-git-versioning click distro psutil ]; No auto update branch exists There might already be an open PR for this update: - auto-cpufreq: 1.9.9 -> 2.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/258684" [result] Failed to update auto-cpufreq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sumtypes, using log file: /var/log/nixpkgs-update/python311Packages.sumtypes/2024-02-26.log python311Packages.sumtypes 0 -> 1 attrpath: python311Packages.sumtypes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/40ak1546mc6z4g3nc0blnampz7ar3plp-packages.json.drv building '/nix/store/40ak1546mc6z4g3nc0blnampz7ar3plp-packages.json.drv'... Going to be running update for following packages: - python3.11-sumtypes-0.1a6 Press Enter key to continue... Running update for: - python3.11-sumtypes-0.1a6: UPDATING ... - python3.11-sumtypes-0.1a6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sumtypes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dataproperty, using log file: /var/log/nixpkgs-update/python311Packages.dataproperty/2024-02-26.log python311Packages.dataproperty 0 -> 1 attrpath: python311Packages.dataproperty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f35wy1ys6wi6ys630xn9j10nws9mj11f-packages.json.drv building '/nix/store/f35wy1ys6wi6ys630xn9j10nws9mj11f-packages.json.drv'... Going to be running update for following packages: - python3.11-dataproperty-1.0.1 Press Enter key to continue... Running update for: - python3.11-dataproperty-1.0.1: UPDATING ... - python3.11-dataproperty-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dataproperty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnsdist, using log file: /var/log/nixpkgs-update/dnsdist/2024-02-26.log dnsdist 1.8.3 -> 1.9.0 https://repology.org/project/dnsdist/versions attrpath: dnsdist Checking auto update branch... An auto update branch exists with message `dnsdist: 1.8.3 -> 1.9.0`. New version is 1.9.0. An auto update branch exists with an equal or greater version [result] Failed to update dnsdist 1.8.3 -> 1.9.0 https://repology.org/project/dnsdist/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.togglr, using log file: /var/log/nixpkgs-update/rPackages.togglr/2024-02-26.log rPackages.togglr 0.1.99 -> 0.2.1 https://repology.org/project/r:togglr/versions attrpath: rPackages.togglr Checking auto update branch... No auto update branch exists Old version 0.1.99" 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"; configurePhase = '' runHook preConfigure 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.togglr 0.1.99 -> 0.2.1 https://repology.org/project/r:togglr/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.bayesmeta, using log file: /var/log/nixpkgs-update/rPackages.bayesmeta/2024-02-26.log rPackages.bayesmeta 3.3 -> 3.4 https://repology.org/project/r:bayesmeta/versions attrpath: rPackages.bayesmeta Checking auto update branch... No auto update branch exists Old version 3.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"; configurePhase = '' runHook preConfigure 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.bayesmeta 3.3 -> 3.4 https://repology.org/project/r:bayesmeta/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.rfars, using log file: /var/log/nixpkgs-update/rPackages.rfars/2024-02-26.log rPackages.rfars 0.3.0 -> 1.1.0 https://repology.org/project/r:rfars/versions attrpath: rPackages.rfars Checking auto update branch... No auto update branch exists Old version 0.3.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"; configurePhase = '' runHook preConfigure 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.rfars 0.3.0 -> 1.1.0 https://repology.org/project/r:rfars/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.BayesDissolution, using log file: /var/log/nixpkgs-update/rPackages.BayesDissolution/2024-02-26.log rPackages.BayesDissolution 0.1.0 -> 0.2.0 https://repology.org/project/r:bayesdissolution/versions attrpath: rPackages.BayesDissolution Checking auto update branch... No auto update branch exists Old version 0.1.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"; configurePhase = '' runHook preConfigure 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.BayesDissolution 0.1.0 -> 0.2.0 https://repology.org/project/r:bayesdissolution/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.grandR, using log file: /var/log/nixpkgs-update/rPackages.grandR/2024-02-26.log rPackages.grandR 0.2.2 -> 0.2.5 https://repology.org/project/r:grandr/versions attrpath: rPackages.grandR Checking auto update branch... No auto update branch exists Old version 0.2.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"; configurePhase = '' runHook preConfigure 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.grandR 0.2.2 -> 0.2.5 https://repology.org/project/r:grandr/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-healthlake, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-healthlake/2024-02-26.log python311Packages.mypy-boto3-healthlake 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-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/iwd21ih9c6fiby2jv89ck9ym4s6fwiz0-packages.json.drv building '/nix/store/iwd21ih9c6fiby2jv89ck9ym4s6fwiz0-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-healthlake-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-healthlake-1.34.0: UPDATING ... - python3.11-mypy-boto3-healthlake-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-healthlake 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.seacarb, using log file: /var/log/nixpkgs-update/rPackages.seacarb/2024-02-26.log rPackages.seacarb 3.3.2 -> 3.3.3 https://repology.org/project/r:seacarb/versions attrpath: rPackages.seacarb Checking auto update branch... No auto update branch exists Old version 3.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"; configurePhase = '' runHook preConfigure 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.seacarb 3.3.2 -> 3.3.3 https://repology.org/project/r:seacarb/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.torchvisionlib, using log file: /var/log/nixpkgs-update/rPackages.torchvisionlib/2024-02-26.log rPackages.torchvisionlib 0.4.0 -> 0.5.0 https://repology.org/project/r:torchvisionlib/versions attrpath: rPackages.torchvisionlib Checking auto update branch... No auto update branch exists Old version 0.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"; configurePhase = '' runHook preConfigure 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.torchvisionlib 0.4.0 -> 0.5.0 https://repology.org/project/r:torchvisionlib/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-02-26.log rPackages.appreci8R 1.20.1 -> 1.20.2 https://repology.org/project/r:appreci8r/versions attrpath: rPackages.appreci8R Checking auto update branch... No auto update branch exists Old version 1.20.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"; configurePhase = '' runHook preConfigure 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.1 -> 1.20.2 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.survivoR, using log file: /var/log/nixpkgs-update/rPackages.survivoR/2024-02-26.log rPackages.survivoR 2.3.0 -> 2.3.1 https://repology.org/project/r:survivor/versions attrpath: rPackages.survivoR Checking auto update branch... No auto update branch exists Old version 2.3.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"; configurePhase = '' runHook preConfigure 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.survivoR 2.3.0 -> 2.3.1 https://repology.org/project/r:survivor/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 https://github.com/ryantm/nixpkgs-update/issues/51 [result] Failed to update libsForQt5.qscintilla 2.13.2 -> 2.14.1 https://repology.org/project/qscintilla/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 parrot, using log file: /var/log/nixpkgs-update/parrot/2024-02-26.log parrot 0 -> 1 attrpath: parrot 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/61rl2i5kwk1hh7kpdygbnk2dn9hpb1lq-packages.json.drv building '/nix/store/61rl2i5kwk1hh7kpdygbnk2dn9hpb1lq-packages.json.drv'... Going to be running update for following packages: - parrot-1.6.0 Press Enter key to continue... Running update for: - parrot-1.6.0: UPDATING ... - parrot-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update parrot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath brave, using log file: /var/log/nixpkgs-update/brave/2024-02-26.log brave 0 -> 1 attrpath: brave Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xq47ydgzvnbpcyzfijzdss13wfaayj7a-packages.json.drv building '/nix/store/xq47ydgzvnbpcyzfijzdss13wfaayj7a-packages.json.drv'... Going to be running update for following packages: - brave-1.63.161 Press Enter key to continue... Running update for: - brave-1.63.161: UPDATING ... - brave-1.63.161: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/browsers/brave/default.nix b/pkgs/applications/networking/browsers/brave/default.nix index 4afa78c3539e..dc1929b9fd1c 100644 --- a/pkgs/applications/networking/browsers/brave/default.nix +++ b/pkgs/applications/networking/browsers/brave/default.nix @@ -93,11 +93,11 @@ in stdenv.mkDerivation rec { pname = "brave"; - version = "1.63.161"; + version = "1.63.162"; src = fetchurl { url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb"; - hash = "sha256-FAoQ/b88HtrtTq+yEiUzlsZAnUbps9bb0V9Iy3IIMR0="; + hash = "sha256-kRIYdSBAjBVX3EZQv0OWifD+XIpGAqAVTcrdxGAifEI="; }; dontConfigure = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/my5l6r5v5jv2d0n7rg6q2vlj0a8q2d7l-brave-1.63.162" 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 = 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 = 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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • brave
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 brave is: Privacy-oriented browser for Desktop and Laptop computers meta.homepage for brave is: https://brave.com/ meta.changelog for brave is: https://github.com/brave/brave-browser/blob/master/CHANGELOG_DESKTOP.md#163162 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/brave/brave-browser/releases/tag/v1.63.162) - [Compare changes on GitHub](https://github.com/brave/brave-browser/compare/v1.63.161...v1.63.162) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.63.162 with grep in /nix/store/my5l6r5v5jv2d0n7rg6q2vlj0a8q2d7l-brave-1.63.162 - found 1.63.162 in filename of file in /nix/store/my5l6r5v5jv2d0n7rg6q2vlj0a8q2d7l-brave-1.63.162 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath brave ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/my5l6r5v5jv2d0n7rg6q2vlj0a8q2d7l-brave-1.63.162 \ --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 brave https://github.com/r-ryantm/nixpkgs/archive/c342dd586c09290cc83c9261f79f7eebf12ced50.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/c342dd586c09290cc83c9261f79f7eebf12ced50#brave ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/my5l6r5v5jv2d0n7rg6q2vlj0a8q2d7l-brave-1.63.162 ls -la /nix/store/my5l6r5v5jv2d0n7rg6q2vlj0a8q2d7l-brave-1.63.162/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • brave
--- ###### Maintainer pings cc @uskudnik @rht @JeffLabonte @nasirhm @buckley310 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/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/291650 [result] Success updating brave 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rusquant, using log file: /var/log/nixpkgs-update/rPackages.rusquant/2024-02-26.log rPackages.rusquant 1.0.2 -> 1.0.5 https://repology.org/project/r:rusquant/versions attrpath: rPackages.rusquant 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"; configurePhase = '' runHook preConfigure 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.rusquant 1.0.2 -> 1.0.5 https://repology.org/project/r:rusquant/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.lua, using log file: /var/log/nixpkgs-update/haskellPackages.lua/2024-02-26.log haskellPackages.lua 2.3.1 -> 2.3.2 https://repology.org/project/haskell:lua/versions attrpath: haskellPackages.lua Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.lua 2.3.1 -> 2.3.2 https://repology.org/project/haskell:lua/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 currently don't know how to update perl [result] Failed to update perl536Packages.CryptPassphraseBcrypt 0.007 -> 0.008 https://repology.org/project/perl:crypt-passphrase-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 python311Packages.awsipranges, using log file: /var/log/nixpkgs-update/python311Packages.awsipranges/2024-02-26.log python311Packages.awsipranges 0 -> 1 attrpath: python311Packages.awsipranges Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nn2qfsv86jy6barg7x04h786x2kkbbad-packages.json.drv building '/nix/store/nn2qfsv86jy6barg7x04h786x2kkbbad-packages.json.drv'... Going to be running update for following packages: - python3.11-awsipranges-0.3.3 Press Enter key to continue... Running update for: - python3.11-awsipranges-0.3.3: UPDATING ... - python3.11-awsipranges-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.awsipranges 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ASRgenomics, using log file: /var/log/nixpkgs-update/rPackages.ASRgenomics/2024-02-26.log rPackages.ASRgenomics 1.1.3 -> 1.1.4 https://repology.org/project/r:asrgenomics/versions attrpath: rPackages.ASRgenomics Checking auto update branch... No auto update branch exists Old version 1.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"; configurePhase = '' runHook preConfigure 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.ASRgenomics 1.1.3 -> 1.1.4 https://repology.org/project/r:asrgenomics/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.cchs, using log file: /var/log/nixpkgs-update/rPackages.cchs/2024-02-26.log rPackages.cchs 0.4.2 -> 0.4.4 https://repology.org/project/r:cchs/versions attrpath: rPackages.cchs 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"; configurePhase = '' runHook preConfigure 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.cchs 0.4.2 -> 0.4.4 https://repology.org/project/r:cchs/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.pxweb, using log file: /var/log/nixpkgs-update/rPackages.pxweb/2024-02-26.log rPackages.pxweb 0.16.2 -> 0.17.0 https://repology.org/project/r:pxweb/versions attrpath: rPackages.pxweb Checking auto update branch... No auto update branch exists Old version 0.16.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"; configurePhase = '' runHook preConfigure 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.pxweb 0.16.2 -> 0.17.0 https://repology.org/project/r:pxweb/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.FSDAM, using log file: /var/log/nixpkgs-update/rPackages.FSDAM/2024-02-26.log rPackages.FSDAM 2020.11-18 -> 2024.1-30 https://repology.org/project/r:fsdam/versions attrpath: rPackages.FSDAM Checking auto update branch... No auto update branch exists Old version 2020.11-18" 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"; configurePhase = '' runHook preConfigure 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.FSDAM 2020.11-18 -> 2024.1-30 https://repology.org/project/r:fsdam/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 prowler, using log file: /var/log/nixpkgs-update/prowler/2024-02-26.log prowler 0 -> 1 attrpath: prowler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/41kiyq5lw8nzymcypiwcj3rpy5h97687-packages.json.drv building '/nix/store/41kiyq5lw8nzymcypiwcj3rpy5h97687-packages.json.drv'... Going to be running update for following packages: - prowler-3.12.1 Press Enter key to continue... Running update for: - prowler-3.12.1: UPDATING ... - prowler-3.12.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/pr/prowler/package.nix b/pkgs/by-name/pr/prowler/package.nix index 702d78b78a79..07a8494bb8fd 100644 --- a/pkgs/by-name/pr/prowler/package.nix +++ b/pkgs/by-name/pr/prowler/package.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "prowler"; - version = "3.12.1"; + version = "3.14.0"; pyproject = true; src = fetchFromGitHub { owner = "prowler-cloud"; repo = "prowler"; rev = "refs/tags/${version}"; - hash = "sha256-QauDqeCa499AcZurGjn2Yv4GH04F/pahAH2ms7gAca4="; + hash = "sha256-hQVrKhBgucuZQ2CZKG6VJMsHUGkWNch9em2dRCbEA+A="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A prowler nix build failed. 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 prowler-3.14.0-py3-none-any.whl Finished creating a wheel... /build/source/dist /build/source Unpacking to: unpacked/prowler-3.14.0...OK Repacking wheel as ./prowler-3.14.0-py3-none-any.whl...OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for prowler-3.14.0-py3-none-any.whl - azure-mgmt-applicationinsights not installed - azure-mgmt-compute not installed - azure-mgmt-cosmosdb not installed - azure-mgmt-network not installed - azure-mgmt-rdbms not installed - jsonschema==4.21.1 not satisfied by version 4.20.0 - msgraph-sdk not installed [result] Failed to update prowler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.CohortAlgebra, using log file: /var/log/nixpkgs-update/rPackages.CohortAlgebra/2024-02-26.log rPackages.CohortAlgebra 0.1.0 -> 0.2.0 https://repology.org/project/r:cohortalgebra/versions attrpath: rPackages.CohortAlgebra Checking auto update branch... No auto update branch exists Old version 0.1.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"; configurePhase = '' runHook preConfigure 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.CohortAlgebra 0.1.0 -> 0.2.0 https://repology.org/project/r:cohortalgebra/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.hdf5r_Extra, using log file: /var/log/nixpkgs-update/rPackages.hdf5r_Extra/2024-02-26.log rPackages.hdf5r_Extra 0.0.4 -> 0.0.5 https://repology.org/project/r:hdf5r.extra/versions attrpath: rPackages.hdf5r_Extra Checking auto update branch... No auto update branch exists Old version 0.0.4" 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"; configurePhase = '' runHook preConfigure 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.hdf5r_Extra 0.0.4 -> 0.0.5 https://repology.org/project/r:hdf5r.extra/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-rds, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-rds/2024-02-26.log python312Packages.mypy-boto3-rds 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-rds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/76cvckd41nlnbv0r4bfa3d7n3nlxd102-packages.json.drv building '/nix/store/76cvckd41nlnbv0r4bfa3d7n3nlxd102-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-rds-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-rds-1.34.0: UPDATING ... - python3.12-mypy-boto3-rds-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-rds 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath breitbandmessung, using log file: /var/log/nixpkgs-update/breitbandmessung/2024-02-26.log breitbandmessung 3.3.0 -> 3.6.0 https://repology.org/project/breitbandmessung/versions attrpath: breitbandmessung 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 breitbandmessung 3.3.0 -> 3.6.0 https://repology.org/project/breitbandmessung/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.persistent-mtl, using log file: /var/log/nixpkgs-update/haskellPackages.persistent-mtl/2024-02-26.log haskellPackages.persistent-mtl 0.5.0.1 -> 0.5.1 https://repology.org/project/haskell:persistent-mtl/versions attrpath: haskellPackages.persistent-mtl Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.persistent-mtl 0.5.0.1 -> 0.5.1 https://repology.org/project/haskell:persistent-mtl/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.deepin-wayland-protocols, using log file: /var/log/nixpkgs-update/deepin.deepin-wayland-protocols/2024-02-26.log deepin.deepin-wayland-protocols 1.6.0-deepin.1.2 -> 1.6.0 https://repology.org/project/deepin-wayland-protocols/versions attrpath: deepin.deepin-wayland-protocols deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-wayland-protocols 1.6.0-deepin.1.2 -> 1.6.0 https://repology.org/project/deepin-wayland-protocols/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 currently don't know how to update perl [result] Failed to update perl536Packages.Connector 1.53 -> 1.54 https://repology.org/project/perl:connector/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.re2, using log file: /var/log/nixpkgs-update/ocamlPackages.re2/2024-02-26.log ocamlPackages.re2 0.16.0 -> 113.00.00 https://repology.org/project/ocaml:re2/versions attrpath: ocamlPackages.re2 Checking auto update branch... No auto update branch exists Old version 0.16.0" not present in master derivation file with contents: { self , bash , fetchpatch , fzf , lib , openssl , zstd , krb5 }: with self; { abstract_algebra = janePackage { pname = "abstract_algebra"; hash = "sha256-hAZzc2ypbGE/8mxxk4GZqr17JlIYv71gZJMQ4plsK38="; meta.description = "A small library describing abstract algebra concepts"; propagatedBuildInputs = [ base ppx_jane ]; }; accessor = janePackage { pname = "accessor"; hash = "sha256-yClfUXqwVoipF4WqbqC6VBVYc6t8MZYVoHGjchH7XQA="; meta.description = "A library that makes it nicer to work with nested functional data structures"; propagatedBuildInputs = [ higher_kinded ]; }; accessor_async = janePackage { pname = "accessor_async"; hash = "sha256-kGT7aFNOgU8/2ez9L/lefb2LN7I87+WthZHnb+dY9PE="; meta.description = "Accessors for Async types, for use with the Accessor library"; propagatedBuildInputs = [ accessor_core async_kernel ]; }; accessor_base = janePackage { pname = "accessor_base"; hash = "sha256-idnSNP6kfoV3I8QAMJ2YoUrewBpyte+0/C371aMTIxo="; meta.description = "Accessors for Base types, for use with the Accessor library"; propagatedBuildInputs = [ ppx_accessor ]; }; accessor_core = janePackage { pname = "accessor_core"; hash = "sha256-f4s/I+xDi/aca1WgaE+P3CD4e80jenS0WHg4T1Stcbg="; meta.description = "Accessors for Core types, for use with the Accessor library"; propagatedBuildInputs = [ accessor_base core_kernel ]; }; async = janePackage { pname = "async"; hash = "sha256-TpsC9sn8noiNI0aYbMalUUv3xlC2LMERsv6Gr928Vzc="; meta.description = "Monadic concurrency library"; propagatedBuildInputs = [ async_rpc_kernel async_unix textutils ]; doCheck = false; # we don't have netkit_sockets }; async_durable = janePackage { pname = "async_durable"; hash = "sha256-PImYpM9xNFUWeWRld4jFwWBRowUP1iXzdxkK/fP/rHE="; meta.description = "Durable connections for use with async"; propagatedBuildInputs = [ async_kernel async_rpc_kernel core core_kernel ppx_jane ]; }; async_extra = janePackage { pname = "async_extra"; hash = "sha256-Y+gTlJuKmwvEEPuMPu7v0iYeNQtlzP8QiS0PSgoYrrI="; meta.description = "Monadic concurrency library"; propagatedBuildInputs = [ async_kernel ]; }; async_find = janePackage { pname = "async_find"; hash = "sha256-PG6BJx9tfP+zcDaG+7WdHiv4jUqsUH2TvHV6UXdzPAg="; meta.description = "Directory traversal with Async"; propagatedBuildInputs = [ async ]; }; async_inotify = janePackage { pname = "async_inotify"; hash = "sha256-seFbs06w3T+B49sw3nOjpXpoJbJ+IJ3qN5LnufrsE48="; meta.description = "Async wrapper for inotify"; propagatedBuildInputs = [ async_find inotify ]; }; async_interactive = janePackage { pname = "async_interactive"; hash = "sha256-xZKVT8L2rOLBeg7wK0tD6twhkDfwQp5ZKy4DPp1UWq8="; meta.description = "Utilities for building simple command-line based user interfaces"; propagatedBuildInputs = [ async ]; }; async_js = janePackage { pname = "async_js"; hash = "sha256-JyF1busOv9JWxp55oaxBozIQyCKlmAY3csBA4/98qy0="; meta.description = "A small library that provide Async support for JavaScript platforms"; buildInputs = [ js_of_ocaml-ppx ]; propagatedBuildInputs = [ async_rpc_kernel js_of_ocaml uri-sexp ]; }; async_kernel = janePackage { pname = "async_kernel"; hash = "sha256-EDgdZc6GRyiiFtnElNE9jGPEjPIUniP9uB/JoySkZz8="; meta.description = "Monadic concurrency library"; propagatedBuildInputs = [ core_kernel ]; }; async_rpc_kernel = janePackage { pname = "async_rpc_kernel"; hash = "sha256-OccFMfhTRSQwx1LJcN8OkDpA62KabsyWn2hox84jqow="; meta.description = "Platform-independent core of Async RPC library"; propagatedBuildInputs = [ async_kernel protocol_version_header ]; }; async_rpc_websocket = janePackage { pname = "async_rpc_websocket"; hash = "sha256-S3xIw/mew9YhtenWfp8ZD82WtOQSzJHtreT1+kRivus="; meta.description = "Library to serve and dispatch Async RPCs over websockets"; propagatedBuildInputs = [ async_rpc_kernel async_websocket cohttp_async_websocket ]; }; async_sendfile = janePackage { pname = "async_sendfile"; hash = "sha256-ykl87/De56gz6JRQfTIeWrU823PT2fnFJr08GxuDYic="; meta.description = "Thin wrapper around [Linux_ext.sendfile] to send full files"; propagatedBuildInputs = [ async_unix ]; }; async_shell = janePackage { pname = "async_shell"; hash = "sha256-DjIbadCjPymnkDsnonmxKumCWf5P9XO3ZaAwOaYRnbk="; meta.description = "Shell helpers for Async"; propagatedBuildInputs = [ async shell ]; }; async_smtp = janePackage { pname = "async_smtp"; hash = "sha256-X0eegZMMU9EnC9Oi+6DjtwNmyzQYr3EKi1duNzEAfkk="; meta.description = "SMTP client and server"; propagatedBuildInputs = [ async_extra async_inotify async_sendfile async_shell async_ssl email_message resource_cache re2_stable sexp_macro ]; }; async_ssl = janePackage { version = "0.16.1"; pname = "async_ssl"; hash = "sha256-83YKxvVb/JwBnQG4R/R1Ztik9T/hO4cbiNTfFnErpG4="; meta.description = "Async wrappers for SSL"; buildInputs = [ dune-configurator ]; propagatedBuildInputs = [ async ctypes openssl ]; }; async_unix = janePackage { pname = "async_unix"; hash = "sha256-dT+yJC73sxS4NPR/GC/FyVLbWtYpM9DqKykVk8PEEWU="; meta.description = "Monadic concurrency library"; propagatedBuildInputs = [ async_kernel core_unix ]; }; async_websocket = janePackage { pname = "async_websocket"; hash = "sha256-Qy+A8ee6u5Vr05FNeaH/6Sdp9bcq3cnaDYO9OU06VW0="; meta.description = "A library that implements the websocket protocol on top of Async"; propagatedBuildInputs = [ async cryptokit ]; }; babel = janePackage { pname = "babel"; hash = "sha256-nnMliU0d6vtHTYEy9uMi8nMaHvAsEXKN6uNByqZ28+c="; meta.description = "A library for defining Rpcs that can evolve over time without breaking backward compatibility"; propagatedBuildInputs = [ async_rpc_kernel core ppx_jane streamable tilde_f ]; }; base = janePackage { pname = "base"; version = "0.16.2"; hash = "sha256-8OvZe+aiWipJ6busBufx3OqERmqxBva55UOLjL8KoPc="; meta.description = "Full standard library replacement for OCaml"; buildInputs = [ dune-configurator ]; propagatedBuildInputs = [ sexplib0 ]; checkInputs = [ alcotest ]; }; base_bigstring = janePackage { pname = "base_bigstring"; hash = "sha256-gQbzdr05DEowzd0k9JBTF0gGMwlaVwTVJuoKZ0u9voU="; meta.description = "String type based on [Bigarray], for use in I/O and C-bindings"; propagatedBuildInputs = [ int_repr ppx_jane ]; }; base_trie = janePackage { pname = "base_trie"; hash = "sha256-KV/k3B0h/4rE+MY6f4qDnlaObMmewUS+NAN2M7sb+yw="; meta.description = "Trie data structure library"; propagatedBuildInputs = [ base core expect_test_helpers_core ppx_jane ]; }; base_quickcheck = janePackage { pname = "base_quickcheck"; hash = "sha256-9Flg8vAoT6f+3lw9wETQhsaA1fSsQiqKeEhzo0qtDu4="; meta.description = "Randomized testing framework, designed for compatibility with Base"; propagatedBuildInputs = [ ppx_base ppx_fields_conv ppx_let ppx_sexp_value splittable_random ]; }; bidirectional_map = janePackage { pname = "bidirectional_map"; hash = "sha256-YEzOdzanBJaskI2/xN9E3ozWnBXDyxJvY3g/qEE73yI="; meta.description = "A library for bidirectional maps and multimaps"; }; bignum = janePackage { pname = "bignum"; hash = "sha256-PmvqGImF1Nrr6swx5q3+9mCfSbieC3RvWuz8oCTkSgg="; propagatedBuildInputs = [ core_kernel zarith zarith_stubs_js ]; meta.description = "Core-flavoured wrapper around zarith's arbitrary-precision rationals"; }; bin_prot = janePackage { pname = "bin_prot"; hash = "sha256-qFkM6TrTLnnFKmzQHktBb68HpBTMYhiURvnRKEoAevk="; meta.description = "A binary protocol generator"; propagatedBuildInputs = [ ppx_compare ppx_custom_printf ppx_fields_conv ppx_optcomp ppx_stable_witness ppx_variants_conv ]; }; bonsai = janePackage { pname = "bonsai"; hash = "sha256-YJ+qkVG5PLBmioa1gP7y6jwn82smyyYDIwHwhDqNeWM="; meta.description = "A library for building dynamic webapps, using Js_of_ocaml"; buildInputs = [ ppx_pattern_bind ]; nativeBuildInputs = [ ppx_css js_of_ocaml-compiler ocaml-embed-file ]; propagatedBuildInputs = [ async async_durable async_extra async_rpc_websocket babel cohttp-async core_bench fuzzy_match incr_dom indentation_buffer js_of_ocaml-ppx ordinal_abbreviation patdiff polling_state_rpc ppx_css ppx_typed_fields profunctor sexp_grammar textutils ]; }; cinaps = janePackage { pname = "cinaps"; version = "0.15.1"; hash = "sha256-LycruanldSP251uYJjQqIfI76W0UQ6o5i5u8XjszBT0="; meta.description = "Trivial metaprogramming tool"; minimalOCamlVersion = "4.04"; propagatedBuildInputs = [ re ]; doCheck = false; # fails because ppx_base doesn't include ppx_js_style }; cohttp_async_websocket = janePackage { pname = "cohttp_async_websocket"; hash = "sha256-OBtyKMyvfz0KNG4SWmvoTMVPnVTpO12N38q+kEbegJE="; meta.description = "Websocket library for use with cohttp and async"; propagatedBuildInputs = [ async_websocket cohttp-async ppx_jane uri-sexp ]; }; cohttp_static_handler = janePackage { pname = "cohttp_static_handler"; hash = "sha256-7NCnJVArudBEvWARQUGlJuEq3kSCjpn5YtsLsL04bf4="; meta.description = "A library for easily creating a cohttp handler for static files"; propagatedBuildInputs = [ cohttp-async ]; }; content_security_policy = janePackage { pname = "content_security_policy"; hash = "sha256-q/J+ZzeC6txyuRQzR8Hmu7cYJCQbxaMlVEmK8fj0hus="; meta.description = "A library for building content-security policies"; propagatedBuildInputs = [ core ppx_jane ]; }; core = janePackage { pname = "core"; version = "0.16.2"; hash = "sha256-cyOU++XJJkU2YMHfn8saFOxLoQSFhF7kARJi/9unbFQ="; meta.description = "Industrial strength alternative to OCaml's standard library"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ base base_bigstring base_quickcheck ppx_jane time_now ]; doCheck = false; # circular dependency with core_kernel }; core_bench = janePackage { pname = "core_bench"; hash = "sha256-ASdu3ZUk+nkdNX9UbBQxKRdXBa073mWMDRW+Ceu3/t4="; meta.description = "Benchmarking library"; propagatedBuildInputs = [ textutils ]; }; core_extended = janePackage { pname = "core_extended"; hash = "sha256-hcjmFDdVKCHK8u6D4Qn2a/HYTEZOvkXHcB6BTpbjF/s="; meta.description = "Extra components that are not as closely vetted or as stable as Core"; propagatedBuildInputs = [ core_unix record_builder ]; }; core_kernel = janePackage { pname = "core_kernel"; hash = "sha256-YB3WMNLePrOKu+mmVedNo0pWN9x5fIaBxJsby56TFJU="; meta.description = "System-independent part of Core"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ base_bigstring core int_repr sexplib ]; doCheck = false; # we don't have quickcheck_deprecated }; core_unix = janePackage { pname = "core_unix"; hash = "sha256-mePpxjbUumMemHDKhRgACilchgS6QHZEV1ghYtT3flg="; meta.description = "Unix-specific portions of Core"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ core_kernel expect_test_helpers_core ocaml_intrinsics ppx_jane timezone spawn ]; postPatch = '' patchShebangs unix_pseudo_terminal/src/discover.sh ''; }; csvfields = janePackage { pname = "csvfields"; hash = "sha256-FEkjRmLeqNvauBlrY2xtLZfxVfnFWU8w8noEArPUieo="; propagatedBuildInputs = [ core num ]; meta.description = "Runtime support for ppx_xml_conv and ppx_csv_conv"; }; dedent = janePackage { pname = "dedent"; hash = "sha256-fzytLr3tVr2vPmykUBzNFMxnyMcIeeo8S9BydsTKnQw="; propagatedBuildInputs = [ base ppx_jane stdio ]; meta.description = "A library for improving redability of multi-line string constants in code"; }; delimited_parsing = janePackage { pname = "delimited_parsing"; hash = "sha256-XyO3hzPz48i1cnMTJvZfarM6HC7qdHqdftp9SnCjPEU="; propagatedBuildInputs = [ async core_extended ]; meta.description = "Parsing of character (e.g., comma) separated and fixed-width values"; }; diffable = janePackage { pname = "diffable"; hash = "sha256-ascQUbxzvRR8XrroaupyFZ2YNQMvlXn4PemumYTwRF4="; propagatedBuildInputs = [ core ppx_jane stored_reversed streamable ]; meta.description = "An interface for diffs"; }; ecaml = janePackage { pname = "ecaml"; hash = "sha256-VS7eTTD85ci3mJIXd2pG1Y/ygT9dCIvfzU2HtOufW6U="; meta.description = "Library for writing Emacs plugin in OCaml"; propagatedBuildInputs = [ async expect_test_helpers_core ]; }; email_message = janePackage { pname = "email_message"; hash = "sha256-eso68owbAspjaVgj/wGFQ7VQYlAwyYV3oNitLQWiRPA="; meta.description = "E-mail message parser"; propagatedBuildInputs = [ angstrom async base64 cryptokit magic-mime re2 ]; }; env_config = janePackage { pname = "env_config"; hash = "sha256-CvvpKI7F40DVC7iByrzCqW1ilPiIhdDPYaJrDoUZVSs="; meta.description = "Helper library for retrieving configuration from an environment variable"; propagatedBuildInputs = [ async core core_unix ppx_jane ]; }; expect_test_helpers_async = janePackage { pname = "expect_test_helpers_async"; hash = "sha256-dEvOMb1aCEt05XtkKIC9jWoIQ/2zM0Gj+K/ZN3bFjeI="; meta.description = "Async helpers for writing expectation tests"; propagatedBuildInputs = [ async expect_test_helpers_core ]; }; expect_test_helpers_core = janePackage { pname = "expect_test_helpers_core"; hash = "sha256-8DsMwk9WhQQ7iMNYSFBglfbcgvE5dySt4J4qjzJ3dJk="; meta.description = "Helpers for writing expectation tests"; propagatedBuildInputs = [ core_kernel sexp_pretty ]; }; fieldslib = janePackage { pname = "fieldslib"; hash = "sha256-dwkO65sBsPfTF0F2FKrnttEjhAY2OMbJetSgOfUXk3A="; meta.description = "Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values"; propagatedBuildInputs = [ base ]; }; file_path = janePackage { pname = "file_path"; hash = "sha256-EEpDZNgUgyeqivRhZgQWWlerl+7OOcvAbjjQ3e1NYOQ="; meta.description = "A library for typed manipulation of UNIX-style file paths"; propagatedBuildInputs = [ async core core_kernel core_unix expect_test_helpers_async expect_test_helpers_core ppx_jane ]; }; fuzzy_match = janePackage { pname = "fuzzy_match"; hash = "sha256-M3yOqP0/OZFbqZZpgDdhJ/FZU3MhKwIXbWjwuMlxe2Q="; meta.description = "A library for fuzzy string matching"; propagatedBuildInputs = [ core ppx_jane ]; }; fzf = janePackage { pname = "fzf"; hash = "sha256-IQ2wze34LlOutecDOrPhj3U7MFVJTSjQW+If3QyHoes="; meta.description = "A library for running the fzf command line tool"; propagatedBuildInputs = [ async core_kernel ppx_jane ]; postPatch = '' substituteInPlace src/fzf.ml --replace /usr/bin/fzf ${fzf}/bin/fzf ''; }; hex_encode = janePackage { pname = "hex_encode"; hash = "sha256-jnsf5T1D1++AUdrato/NO3gTVXu14klXozHFIG9HH/o="; meta.description = "Hexadecimal encoding library"; propagatedBuildInputs = [ core ppx_jane ounit ]; }; higher_kinded = janePackage { pname = "higher_kinded"; hash = "sha256-aCpYc7f4mrPsGp038YabEyw72cA6GbCKsok+5Hej5P0="; meta.description = "A library with an encoding of higher kinded types in OCaml"; propagatedBuildInputs = [ base ppx_jane ]; }; incr_dom = janePackage { pname = "incr_dom"; hash = "sha256-fnD/YnaGK6MIy/fL6bDwcoGDJhHo2+1l8dCXxwN28kg="; meta.description = "A library for building dynamic webapps, using Js_of_ocaml"; buildInputs = [ js_of_ocaml-ppx ]; propagatedBuildInputs = [ async_js incr_map incr_select virtual_dom ]; }; incr_map = janePackage { pname = "incr_map"; hash = "sha256-D3ZD0C4YfZOfXw+3CtqL8DKcz+b06UL8AF7Rf9x+hps="; meta.description = "Helpers for incremental operations on map like data structures"; buildInputs = [ ppx_pattern_bind ]; propagatedBuildInputs = [ abstract_algebra bignum diffable incremental streamable ]; }; incr_select = janePackage { pname = "incr_select"; hash = "sha256-gRUF0QsDaZfHU7Mexl5nR8xCN+65v28/r/ciueR5NdE="; meta.description = "Handling of large set of incremental outputs from a single input"; propagatedBuildInputs = [ incremental ]; }; incremental = janePackage { pname = "incremental"; hash = "sha256-PXGY0M2xeVWDLeS3SrqXy1dqsyeKgndGT6NpuiyNQQQ="; meta.description = "Library for incremental computations"; propagatedBuildInputs = [ core_kernel lru_cache ]; }; indentation_buffer = janePackage { pname = "indentation_buffer"; hash = "sha256-5ayWs7yUnuxh5S3Dp0GbYTkGXttDMomfZak4MHePFbk="; meta.description = "A library for building strings with indentation"; propagatedBuildInputs = [ core ppx_jane ]; }; int_repr = janePackage { pname = "int_repr"; hash = "sha256-lghu2U1JwZaR4dkd9PcJEW3pZSPoaFhUluIDwFAYFK0="; meta.description = "Integers of various widths"; propagatedBuildInputs = [ base ppx_jane ]; }; janestreet_cpuid = janePackage { pname = "janestreet_cpuid"; hash = "sha256-lN8+8uhcVn3AoApWzqeCe/It1G6f0VgZzFcwFEckejk="; meta.description = "A library for parsing CPU capabilities out of the `cpuid` instruction"; propagatedBuildInputs = [ core core_kernel ppx_jane ]; }; janestreet_csv = janePackage { pname = "janestreet_csv"; hash = "sha256-XLyHxVlgBvMIBrG2wzOudbKqy+N12Boheb3K+6o9y1o="; propagatedBuildInputs = [ async bignum core_kernel core_unix csvfields delimited_parsing fieldslib numeric_string ppx_jane re2 textutils tyxml ocaml_pcre ]; meta.description = "Tools for working with CSVs on the command line"; }; jane_rope = janePackage { pname = "jane_rope"; hash = "sha256-MpjbwV+VS3qRuW8kxhjGzsITEdrPeWyr0V+LiKR6U8U="; meta.description = "String representation with cheap concatenation"; propagatedBuildInputs = [ base ppx_jane ]; }; jane-street-headers = janePackage { pname = "jane-street-headers"; hash = "sha256-vS6tPg8LJolte/zI5KHFYCtNuZjn//cmd94Wls3bLCU="; meta.description = "Jane Street C header files"; }; js_of_ocaml_patches = janePackage { pname = "js_of_ocaml_patches"; hash = "sha256-Uj+X/0XUP5Za8NKfHGo9OZnqzKCiuurYJyluD6b0wOQ="; meta.description = "Additions to js_of_ocaml's standard library that are required by Jane Street libraries"; propagatedBuildInputs = [ js_of_ocaml js_of_ocaml-ppx ]; }; jsonaf = janePackage { pname = "jsonaf"; hash = "sha256-Gn54NUg4YOyrXY5kXCZhHFz24CfUT9c55cJ2sOsNVw8="; meta.description = "A library for parsing, manipulating, and serializing data structured as JSON"; propagatedBuildInputs = [ base ppx_jane angstrom faraday ]; }; jst-config = janePackage { pname = "jst-config"; hash = "sha256-GviY+zYza7UNYOlAnfAz0aH4LH2B5xA+7iELLuZLgQQ="; meta.description = "Compile-time configuration for Jane Street libraries"; buildInputs = [ dune-configurator ppx_assert stdio ]; }; krb = janePackage { pname = "krb"; hash = "sha256-+XwYKwpl668fZ23YEbL1wW9PlaIIjbP/hHwNanf3dAY="; meta.description = "A library for using Kerberos for both Rpc and Tcp communication"; propagatedBuildInputs = [ async base core env_config hex_encode ppx_jane protocol_version_header username_kernel dune-configurator krb5 ]; }; lru_cache = janePackage { pname = "lru_cache"; hash = "sha256-FqOBC4kBL9IuFIL4JrVU7iF1AUu+1R/CchR52eyEsa8="; meta.description = "An LRU Cache implementation"; propagatedBuildInputs = [ core_kernel ppx_jane ]; }; man_in_the_middle_debugger = janePackage { pname = "man_in_the_middle_debugger"; hash = "sha256-b2A/ITf9gx3thSdEY2n7jxKrMOVDpzx4JkSMB3aTyE4="; meta.description = "Man-in-the-middle debugging library"; propagatedBuildInputs = [ async core ppx_jane angstrom angstrom-async ]; }; n_ary = janePackage { pname = "n_ary"; hash = "sha256-ofstQs5R25NTP4EtBIzDE/Mzg9ZzAJKfAF838uu0zuE="; meta.description = "A library for N-ary datatypes and operations"; propagatedBuildInputs = [ base expect_test_helpers_core ppx_compare ppx_enumerate ppx_hash ppx_jane ppx_sexp_conv ppx_sexp_message ]; }; numeric_string = janePackage { pname = "numeric_string"; hash = "sha256-MzRPXMR4Pi07mfJQgOV6R1Z22y2tvQTCq22+00aY1ik="; meta.description = "A comparison function for strings that sorts numeric fragments of strings according to their numeric value"; propagatedBuildInputs = [ base ppx_jane ]; }; ocaml-compiler-libs = janePackage { pname = "ocaml-compiler-libs"; version = "0.12.4"; hash = "00if2f7j9d8igdkj4rck3p74y17j6b233l91mq02drzrxj199qjv"; minimalOCamlVersion = "4.04.1"; meta.description = "OCaml compiler libraries repackaged"; }; ocaml-embed-file = janePackage { pname = "ocaml-embed-file"; hash = "sha256-rs+68VATumUgZQ9QrG+By5yNc8cy7avL0BDeqwix0co="; propagatedBuildInputs = [ async ppx_jane ]; meta.description = "Files contents as module constants"; }; ocaml_intrinsics = janePackage { pname = "ocaml_intrinsics"; hash = "sha256-fbFXTakzxQEeCONSXRXh8FX3HD6h49LZHVsH62Zu3PA="; meta.description = "Intrinsics"; buildInputs = [ dune-configurator ]; doCheck = false; # test rules broken }; of_json = janePackage { pname = "of_json"; hash = "sha256-qh9mX03Fk9Jb8yox7mZ/CGbWecszK15oaygKbJVDqa0="; meta.description = "A friendly applicative interface for Jsonaf"; buildInputs = [ core core_extended jsonaf ppx_jane ]; }; ordinal_abbreviation = janePackage { pname = "ordinal_abbreviation"; hash = "sha256-bGlzFcM6Yw8fcuovrv11WNtAB4mVYv4BjuMlkhsHomQ="; meta.description = "A minimal library for generating ordinal names of integers"; buildInputs = [ base ppx_jane ]; }; parsexp = janePackage { pname = "parsexp"; hash = "sha256-oc2ASDtUyRBB68tjAoblryAcXF+u3XP1mkQPO5hNbKo="; meta.description = "S-expression parsing library"; propagatedBuildInputs = [ base sexplib0 ]; }; patdiff = janePackage { pname = "patdiff"; hash = "sha256-iVRYKgVBBJws3ZlUwnZt52bIydMtzV7a2R5mjksQAps="; # Used by patdiff-git-wrapper. Providing it here also causes the shebang # line to be automatically patched. buildInputs = [ bash ]; propagatedBuildInputs = [ core_unix patience_diff ocaml_pcre ]; meta = { description = "File Diff using the Patience Diff algorithm"; }; }; patience_diff = janePackage { pname = "patience_diff"; hash = "sha256-JZd99bwLUNhFHng55d77yXSw9u50ahugepesXVdUl04="; meta.description = "Diff library using Bram Cohen's patience diff algorithm"; propagatedBuildInputs = [ core_kernel ]; }; polling_state_rpc = janePackage { pname = "polling_state_rpc"; hash = "sha256-l7SMFI+U2rde2OSUNOXPb9NBsvjPrBcxStNooxMgVB8="; meta.description = "An RPC which tracks state on the client and server so it only needs to send diffs across the wire"; propagatedBuildInputs = [ async_kernel async_rpc_kernel core core_kernel diffable ppx_jane ]; }; posixat = janePackage { pname = "posixat"; hash = "sha256-Nhp5jiK/TTwQXY5Bm4TTeH+xDTdXtvkSq5CS/Sr1UgA="; propagatedBuildInputs = [ ppx_optcomp ppx_sexp_conv ]; meta.description = "Binding to the posix *at functions"; }; ppx_accessor = janePackage { version = "0.16.1"; pname = "ppx_accessor"; hash = "sha256-o70q8eSbPeuGkIcCnKoK0BpaqPhy/NS7x2YYR6wfki8="; meta.description = "[@@deriving] plugin to generate accessors for use with the Accessor libraries"; propagatedBuildInputs = [ accessor ]; }; ppx_assert = janePackage { pname = "ppx_assert"; hash = "sha256-LrpKE0BlFC3QseSXf5WhI71blshUzhH8yo2nXjAtiB8="; meta.description = "Assert-like extension nodes that raise useful errors on failure"; propagatedBuildInputs = [ ppx_cold ppx_compare ppx_here ppx_sexp_conv ]; }; ppx_base = janePackage { pname = "ppx_base"; hash = "sha256-Ak+7+33qEGYwZWbES032SdkFOsae0+tWtR/DV+xrB10="; meta.description = "Base set of ppx rewriters"; propagatedBuildInputs = [ ppx_cold ppx_enumerate ppx_globalize ppx_hash ]; }; ppx_bench = janePackage { pname = "ppx_bench"; hash = "sha256-NZlzEMruf89NsI4jfQJLSPhjk/PN47hLbJzGEN8GPl8="; meta.description = "Syntax extension for writing in-line benchmarks in ocaml code"; propagatedBuildInputs = [ ppx_inline_test ]; }; ppx_bin_prot = janePackage { pname = "ppx_bin_prot"; hash = "sha256-ktfa4umCnLd9oY2WWX/5R7vPB/g7DJX8x3nF9fYLNCQ="; meta.description = "Generation of bin_prot readers and writers from types"; propagatedBuildInputs = [ bin_prot ppx_here ]; doCheck = false; # circular dependency with ppx_jane }; ppx_cold = janePackage { pname = "ppx_cold"; hash = "sha256-boP07qHPbzf4ntLdV18oyID09ZUOfkIn9ZdQ0DvtrUA="; meta.description = "Expands [@cold] into [@inline never][@specialise never][@local never]"; propagatedBuildInputs = [ ppxlib ]; }; ppx_compare = janePackage { pname = "ppx_compare"; hash = "sha256-4bZdhyfnzTjH4E303O6GO2jW968ftuXwoE4/x854JOo="; meta.description = "Generation of comparison functions from types"; propagatedBuildInputs = [ ppxlib base ]; }; ppx_custom_printf = janePackage { pname = "ppx_custom_printf"; hash = "sha256-V30ijRgcma/rwysPxNAFnuJIb7XFrfi7mfjJxN+rSak="; meta.description = "Printf-style format-strings for user-defined string conversion"; propagatedBuildInputs = [ ppx_sexp_conv ]; }; ppx_css = janePackage { pname = "ppx_css"; hash = "sha256-spT/dJW8YJtG4pOku9r6VVlBAMwGakTrr1euiABeqsU="; meta.description = "A ppx that takes in css strings and produces a module for accessing the unique names defined within"; propagatedBuildInputs = [ async async_unix core_kernel core_unix ppxlib js_of_ocaml js_of_ocaml-ppx sedlex virtual_dom ]; }; ppx_demo = janePackage { pname = "ppx_demo"; hash = "sha256-t/jz94YpwmorhWlcuflIZe0l85cESE62L9I7NMASVWM="; meta.description = "PPX that exposes the source code string of an expression/module structure"; propagatedBuildInputs = [ core dedent ppx_jane ppxlib ]; }; ppx_derive_at_runtime = janePackage { pname = "ppx_derive_at_runtime"; hash = "sha256-UESWOkyWTHJlsE6KZkty9P+iHI3oY1rLve3raRAqMbk="; meta.description = "Define a new ppx deriver by naming a runtime module"; propagatedBuildInputs = [ base expect_test_helpers_core ppx_jane ppxlib ]; }; ppx_disable_unused_warnings = janePackage { pname = "ppx_disable_unused_warnings"; hash = "sha256-jVNXmAy/Ti7MZmbdBjFuDwbmIILJB57flmmB6MoyCtY="; meta.description = "Expands [@disable_unused_warnings] into [@warning \"-20-26-32-33-34-35-36-37-38-39-60-66-67\"]"; propagatedBuildInputs = [ ppxlib ]; }; ppx_enumerate = janePackage { pname = "ppx_enumerate"; hash = "sha256-v5JPu+qEXoZ1+mu/yTZW2sfCzU0K60/sInG/Ox1D35s="; meta.description = "Generate a list containing all values of a finite type"; propagatedBuildInputs = [ ppxlib ]; }; ppx_expect = janePackage { pname = "ppx_expect"; hash = "sha256-H5ybRHufycdyCxKu370+QZAMUPQsHVD+6nD93tzvLn8="; meta.description = "Cram like framework for OCaml"; propagatedBuildInputs = [ ppx_here ppx_inline_test re ]; doCheck = false; # test build rules broken }; ppx_fields_conv = janePackage { pname = "ppx_fields_conv"; hash = "sha256-kl0JZocMWo2KNciCWkT4nIbJZbh56ijZmlZWbxV8Qj0="; meta.description = "Generation of accessor and iteration functions for ocaml records"; propagatedBuildInputs = [ fieldslib ppxlib ]; }; ppx_fixed_literal = janePackage { pname = "ppx_fixed_literal"; hash = "sha256-vS2KcCO0fVCmiIBkUBgK6qnqdjREj57QCujHERcJTyo="; meta.description = "Simpler notation for fixed point literals"; propagatedBuildInputs = [ ppxlib ]; }; ppx_globalize = janePackage { pname = "ppx_globalize"; hash = "sha256-SG7710YPwWmhRVl7wN3ZQz3ZMTw3cpoywVSeVQAI3Zc="; meta.description = "A ppx rewriter that generates functions to copy local values to the global heap"; propagatedBuildInputs = [ base ppxlib ]; }; ppx_hash = janePackage { pname = "ppx_hash"; hash = "sha256-ZmdW+q7fak8iG42jRQgZ6chmjHHwrDSy9wg7pq/6zwk="; meta.description = "A ppx rewriter that generates hash functions from type expressions and definitions"; propagatedBuildInputs = [ ppx_compare ppx_sexp_conv ]; }; ppx_here = janePackage { pname = "ppx_here"; hash = "sha256-ULEom0pTusxf2k2hduv+5NVp7pW5doA/e3QGQNJfGoM="; meta.description = "Expands [%here] into its location"; propagatedBuildInputs = [ ppxlib ]; doCheck = false; # test build rules broken }; ppx_ignore_instrumentation = janePackage { pname = "ppx_ignore_instrumentation"; hash = "sha256-rAdxCgAKz0jNR8ppRJO4oAEvgXbcU4J4mpreAyeGe6k="; meta.description = "Ignore Jane Street specific instrumentation extensions"; propagatedBuildInputs = [ ppxlib ]; }; ppx_inline_test = janePackage { pname = "ppx_inline_test"; hash = "sha256-Ql0/80KitKvW3xffeCapYREmZvlg+QWCb2JM2T4Rjlc="; meta.description = "Syntax extension for writing in-line tests in ocaml code"; propagatedBuildInputs = [ ppxlib time_now ]; doCheck = false; # test build rules broken }; ppx_jane = janePackage { pname = "ppx_jane"; hash = "sha256-v+/wdEGaXdMWDBa0eJO0uR18G/pDwHjsjaskoEuLusA="; meta.description = "Standard Jane Street ppx rewriters"; propagatedBuildInputs = [ base_quickcheck ppx_bin_prot ppx_disable_unused_warnings ppx_expect ppx_fixed_literal ppx_ignore_instrumentation ppx_log ppx_module_timer ppx_optcomp ppx_optional ppx_pipebang ppx_stable ppx_string ppx_tydi ppx_typerep_conv ppx_variants_conv ]; }; ppx_jsonaf_conv = janePackage { pname = "ppx_jsonaf_conv"; hash = "sha256-GWDhSLtr2+VG3XFIbHgWUcLJFniC7/z90ndiE919CBo="; meta.description = "[@@deriving] plugin to generate Jsonaf conversion functions"; propagatedBuildInputs = [ base jsonaf ppx_jane ppxlib ]; }; ppx_js_style = janePackage { pname = "ppx_js_style"; hash = "sha256-q5CLyeu+5qjegLrJkQVMnId3HMvZ8j3c0PqEa2vTBtU="; meta.description = "Code style checker for Jane Street Packages"; propagatedBuildInputs = [ octavius ppxlib ]; }; ppx_let = janePackage { pname = "ppx_let"; hash = "sha256-/kEkYXFZ5OyTM4i/WWViaxKvigpoKKoiWtUWuEMkgBE="; meta.description = "Monadic let-bindings"; propagatedBuildInputs = [ ppxlib ppx_here ]; }; ppx_log = janePackage { pname = "ppx_log"; hash = "sha256-/HwoxBWKuVqTDYe4u0cYNGqg2Lj0h49U2VrFa4cpE2g="; meta.description = "Ppx_sexp_message-like extension nodes for lazily rendering log messages"; propagatedBuildInputs = [ base ppx_here ppx_sexp_conv ppx_sexp_message sexplib ]; }; ppx_module_timer = janePackage { pname = "ppx_module_timer"; hash = "sha256-AfG+ZnacrR6p7MOvtktVKVLrMBpNMkX9b2+eqNZNRF4="; meta.description = "Ppx rewriter that records top-level module startup times"; propagatedBuildInputs = [ time_now ]; }; ppx_optcomp = janePackage { pname = "ppx_optcomp"; hash = "sha256-TONxBQq/b0kc89f3+jItHd9SnerNx8xa2AjO7HOW+xQ="; meta.description = "Optional compilation for OCaml"; propagatedBuildInputs = [ ppxlib ]; }; ppx_optional = janePackage { pname = "ppx_optional"; hash = "sha256-1GpKEEH1Ul+W0k4/8Mra/qYlyFpeMfZ3xrmB3X7uve0="; meta.description = "Pattern matching on flat options"; propagatedBuildInputs = [ ppxlib ]; }; ppx_pattern_bind = janePackage { pname = "ppx_pattern_bind"; hash = "sha256-ShR8N71a7sz5XaKDyybsy+K0Uu7sYMgvpMADVxmrI/g="; meta.description = "A ppx for writing fast incremental bind nodes in a pattern match"; propagatedBuildInputs = [ ppx_let ]; }; ppx_pipebang = janePackage { pname = "ppx_pipebang"; hash = "sha256-gSS+vfsYw3FFOFZ8/iRnP3rxokKAU7EPa1wXq7SbJBk="; meta.description = "A ppx rewriter that inlines reverse application operators `|>` and `|!`"; propagatedBuildInputs = [ ppxlib ]; }; ppx_python = janePackage { pname = "ppx_python"; hash = "sha256-lpc6F+Scc5ECdOXPWowKSWRnFSzKbmE8oHs7zCjq3j8="; meta.description = "A [@@deriving] plugin to generate Python conversion functions "; propagatedBuildInputs = [ ppx_base ppxlib pyml ]; }; ppx_sexp_conv = janePackage { pname = "ppx_sexp_conv"; hash = "sha256-eCQfYAxZZmfNTbPrFW0sqrj63kIdIQ1MAlImCaMop68="; meta.description = "[@@deriving] plugin to generate S-expression conversion functions"; propagatedBuildInputs = [ ppxlib sexplib0 base ]; }; ppx_sexp_message = janePackage { pname = "ppx_sexp_message"; hash = "sha256-4g3Fjrjqhw+XNkCyxrXkgZDEa3e+ytPsEtQA2xSv+jA="; meta.description = "A ppx rewriter for easy construction of s-expressions"; propagatedBuildInputs = [ ppx_here ppx_sexp_conv ]; }; ppx_sexp_value = janePackage { pname = "ppx_sexp_value"; hash = "sha256-LsP+deeFYxB38xXw7LLB3gOMGZiUOFRYklGVY7DMmvE="; meta.description = "A ppx rewriter that simplifies building s-expressions from ocaml values"; propagatedBuildInputs = [ ppx_here ppx_sexp_conv ]; }; ppx_stable = janePackage { pname = "ppx_stable"; hash = "sha256-DFCBJY+Q8LjXSF9vHwPpUJLNyMoAXdDwQZrvhl+9g0U="; meta.description = "Stable types conversions generator"; propagatedBuildInputs = [ ppxlib ]; }; ppx_stable_witness = janePackage { pname = "ppx_stable_witness"; hash = "sha256-W1CN4xspM8NJiXfi7OsngfzWnLEUmBs+IRLwHfxX9d4="; meta.description = "Ppx extension for deriving a witness that a type is intended to be stable"; propagatedBuildInputs = [ base ppxlib ]; }; ppx_string = janePackage { pname = "ppx_string"; hash = "sha256-GQlgiaES8wc6Y7rTgmPrf9UfMfu125VoNGEbdc7kFsk="; meta.description = "Ppx extension for string interpolation"; propagatedBuildInputs = [ ppx_base ppxlib stdio ]; }; ppx_tydi = janePackage { pname = "ppx_tydi"; hash = "sha256-neu2Z7TgQdBzf8UtYDRhnGp3Iggfd90Fr+gQuwVTMOo="; meta.description = "Let expressions, inferring pattern type from expression"; propagatedBuildInputs = [ base ppxlib ]; }; ppx_typed_fields = janePackage { pname = "ppx_typed_fields"; hash = "sha256-l4lCQ4n5FLPS82sb3FgW+HF2OEY/kY10sNfr+aQF8x8="; meta.description = "GADT-based field accessors and utilities"; propagatedBuildInputs = [ core ppx_jane ppxlib ]; }; ppx_typerep_conv = janePackage { pname = "ppx_typerep_conv"; hash = "sha256-DxjgwZee0jOea7qyPfEhRrdcKWQb2jtjrowiJszS+Fs="; meta.description = "Generation of runtime types from type declarations"; propagatedBuildInputs = [ ppxlib typerep ]; }; ppx_variants_conv = janePackage { pname = "ppx_variants_conv"; hash = "sha256-Q/CCcMrD+XN5YRMzKvXuiQHfcwXwI773s8x150/eMzs="; meta.description = "Generation of accessor and iteration functions for ocaml variant types"; propagatedBuildInputs = [ variantslib ppxlib ]; }; pythonlib = janePackage { pname = "pythonlib"; version = "0.16"; hash = "sha256-HrsdtwPSDSaMB9CDIR9P5iaAmLihUrReuNAPIYa+s3Y="; meta.description = "A library to help writing wrappers around ocaml code for python"; propagatedBuildInputs = [ base core expect_test_helpers_core ppx_compare ppx_expect ppx_here ppx_let ppx_python ppx_string stdio typerep pyml ]; meta.broken = lib.versionAtLeast ocaml.version "4.14"; }; profunctor = janePackage { pname = "profunctor"; hash = "sha256-CFHMtCuBnrlr+B2cdJm2Tamt0A/e+f3SnjEavvE31xQ="; meta.description = "A library providing a signature for simple profunctors and traversal of a record"; propagatedBuildInputs = [ base ppx_jane record_builder ]; }; protocol_version_header = janePackage { pname = "protocol_version_header"; hash = "sha256-GVjnwne6ksjY9ptLOpbsgG0La6eiCJf1w4teYEtgJrA="; meta.description = "Protocol versioning"; propagatedBuildInputs = [ core_kernel ]; }; re2 = janePackage { pname = "re2"; hash = "sha256-ZRJ7ooXtatEEh0sPL8M9OZ+6s7xNdTuw0Ot6txiG16I="; meta.description = "OCaml bindings for RE2, Google's regular expression library"; propagatedBuildInputs = [ core_kernel jane_rope regex_parser_intf ]; prePatch = '' substituteInPlace src/re2_c/dune --replace 'CXX=g++' 'CXX=c++' substituteInPlace src/dune --replace '(cxx_flags (:standard \ -pedantic) (-I re2_c/libre2))' '(cxx_flags (:standard \ -pedantic) (-I re2_c/libre2) (-x c++))' ''; }; re2_stable = janePackage { pname = "re2_stable"; version = "0.14.0"; hash = "sha256-gyet2Pzn7ZIqQ+UP2J51pRmwaESY2LSGTqCMZZwDTE4="; meta.description = "Re2_stable adds an incomplete but stable serialization of Re2"; propagatedBuildInputs = [ core re2 ]; }; record_builder = janePackage { pname = "record_builder"; hash = "sha256-46zGgN9RlDjoSbi8RimuQVrMhy65Gpic0YPZpHOeoo0="; meta.description = "A library which provides traversal of records with an applicative"; propagatedBuildInputs = [ base ppx_jane ]; }; redis-async = janePackage { pname = "redis-async"; hash = "sha256-5msIS2m8nkaprR8NEBfKFWZBWaDJiUtjHbfPelg9/os="; meta.description = "Redis client for Async applications"; propagatedBuildInputs = [ async bignum core core_kernel ppx_jane ]; }; regex_parser_intf = janePackage { pname = "regex_parser_intf"; hash = "sha256-huzHtUIIVRd5pE7VU1oUjN20S55L6+WCvoLlQ0FCD7A="; meta.description = "Interface shared by Re_parser and Re2.Parser"; propagatedBuildInputs = [ base ]; }; resource_cache = janePackage { pname = "resource_cache"; hash = "sha256-dN4skSHswgRYLZqN/tqhFFTfgoN8H/LgTgoe+5ZI5zE="; meta.description = "General resource cache"; propagatedBuildInputs = [ async_rpc_kernel ]; }; semantic_version = janePackage { pname = "semantic_version"; hash = "sha256-KJanaDUW56ndvnTlnPeQgh0C7zsRqXJ328gcEiVDrmc="; meta.description = "Semantic versioning"; propagatedBuildInputs = [ core ppx_jane re ]; }; sexp = janePackage { pname = "sexp"; hash = "sha256-JWRYi5lX9UOKg+RGvW6FO61t2HlnJKXhzctOHXe0bCM="; propagatedBuildInputs = [ async core csvfields jsonaf re2 sexp_diff sexp_macro sexp_pretty sexp_select shell ]; meta.description = "S-expression swiss knife"; }; sexp_grammar = janePackage { pname = "sexp_grammar"; hash = "sha256-Y/abRingL4+3qvaKgW9jH46E9uq7jYE2+kgr8ERKqfI="; propagatedBuildInputs = [ core ppx_bin_prot ppx_compare ppx_hash ppx_let ppx_sexp_conv ppx_sexp_message zarith ]; meta.description = "Helpers for manipulating [Sexplib.Sexp_grammar] values"; }; sexp_diff = janePackage { pname = "sexp_diff"; hash = "sha256-2dMBKf7eUbKZtvV7Ol2mPMzYJOCDHuOm9xFZ8vkmp/0="; propagatedBuildInputs = [ core_kernel ]; meta.description = "Code for computing the diff of two sexps"; }; sexp_macro = janePackage { pname = "sexp_macro"; hash = "sha256-x9WsFFrV7wUqgPUw8KkfyzOxLrS5h5++OSK8QljeQqg="; propagatedBuildInputs = [ async sexplib ]; meta.description = "Sexp macros"; }; sexp_pretty = janePackage { pname = "sexp_pretty"; hash = "sha256-tcWdYZ717LkGowRSRoEcUNY7VCMX64uhCaY3bXhWxKM="; meta.description = "S-expression pretty-printer"; propagatedBuildInputs = [ ppx_base re sexplib ]; }; sexp_select = janePackage { pname = "sexp_select"; hash = "sha256-HEzZowojeK9yDOoTY/l01fYLUdolzQGlMO9u3phV8so="; propagatedBuildInputs = [ base ppx_jane ]; meta.description = "A library to use CSS-style selectors to traverse sexp trees"; }; sexplib0 = janePackage { pname = "sexplib0"; hash = "sha256-wRr1M243Bqu/XLSsr5IVPH5RTVWeVgZjxkKOrm+PW5E="; minimalOCamlVersion = "4.08.0"; meta.description = "Library containing the definition of S-expressions and some base converters"; }; sexplib = janePackage { pname = "sexplib"; hash = "sha256-6MwggpjHo4FmKF88fP56LN9OHi2uIJc13TvKx4T7gEI="; meta.description = "Library for serializing OCaml values to and from S-expressions"; propagatedBuildInputs = [ num parsexp ]; }; shell = janePackage { pname = "shell"; hash = "sha256-pK434+ToeYURQHRV+gK57rC7BFvznWEvIu5NAib2ZTU="; meta.description = "Yet another implementation of fork&exec and related functionality"; buildInputs = [ jst-config ]; propagatedBuildInputs = [ textutils ]; checkInputs = [ ounit ]; }; shexp = janePackage { pname = "shexp"; hash = "sha256-npIcrxMOcIgsecdUEx5XHYp0KVrXiMzMLi8jskAp4vo="; propagatedBuildInputs = [ posixat spawn ]; meta.description = "Process library and s-expression based shell"; }; spawn = janePackage { pname = "spawn"; minimalOCamlVersion = "4.02.3"; version = "0.15.0"; hash = "1fjr91psas5zmk1hxvxh0dchhn0pkyzlr4gg232f5g9vdgissi0p"; meta.description = "Spawning sub-processes"; buildInputs = [ ppx_expect ]; }; splay_tree = janePackage { pname = "splay_tree"; hash = "sha256-Ag6yqTofEZ3v0qF+Z7xpXQOh7+HWtvRLlY+iAYqcReg="; meta.description = "A splay tree implementation"; propagatedBuildInputs = [ core_kernel ]; }; splittable_random = janePackage { pname = "splittable_random"; hash = "sha256-wMmLuzhKmnS2iTYVTPUx5Rv2LhL/ygmWmb9t2pUjz+E="; meta.description = "PRNG that can be split into independent streams"; propagatedBuildInputs = [ base ppx_assert ppx_bench ppx_sexp_message ]; }; stdio = janePackage { pname = "stdio"; hash = "sha256-+QgxqSMqO4VGoMWWJ3QoXdtJKcVpxlSQ/OI7dmcNqjw="; meta.description = "Standard IO library for OCaml"; propagatedBuildInputs = [ base ]; }; stored_reversed = janePackage { pname = "stored_reversed"; hash = "sha256-ef11f0qifEvxKChM49Hnfk6J6hL+b0tMlm0iDLd5Y0Q="; meta.description = "A library for representing a list temporarily stored in reverse order"; propagatedBuildInputs = [ core ppx_jane ]; }; streamable = janePackage { version = "0.16.1"; pname = "streamable"; hash = "sha256-3djrUW2tPKaEmoOIpdjN6ok7U9i07yreqbi1kP+6pnY="; meta.description = "A collection of types suitable for incremental serialization"; propagatedBuildInputs = [ async_kernel async_rpc_kernel base core core_kernel ppx_jane ppxlib ]; }; textutils = janePackage { pname = "textutils"; hash = "sha256-2qy99MUMpkuNCvCYlk36k4kN6cPjrEILbwEUv4DyNYw="; meta.description = "Text output utilities"; propagatedBuildInputs = [ core_unix textutils_kernel ]; }; textutils_kernel = janePackage { pname = "textutils_kernel"; hash = "sha256-DiXemANj5ONmvMzp+tly3AJud5u9i7HdaHmn8aVQS48="; meta.description = "Text output utilities"; propagatedBuildInputs = [ core ppx_jane uutf ]; }; tilde_f = janePackage { pname = "tilde_f"; hash = "sha256-qLjM9liJfMIh2fqRPBdnmtUf4xhzk2MY8dFNdON3Aew="; meta.description = "Provides a let-syntax for continuation-passing style"; propagatedBuildInputs = [ base ppx_jane ]; }; time_now = janePackage { pname = "time_now"; hash = "sha256-DjSrx/HgwCYS0Xzm2gFvWUVLD7a1KuFVIyVrJjBi8Tc="; meta.description = "Reports the current time"; buildInputs = [ jst-config ppx_optcomp ]; propagatedBuildInputs = [ jane-street-headers base ppx_base ]; }; timezone = janePackage { pname = "timezone"; hash = "sha256-pmXUMvLfgAwP6TV/aP9wMlOs0KfwEWtaJfdjUFLbOu0="; meta.description = "Time-zone handling"; propagatedBuildInputs = [ core_kernel ]; }; topological_sort = janePackage { pname = "topological_sort"; hash = "sha256-um5++60mR++iHAruKqoQfd4EbQ1kb3L+cPOWhs9sIHI="; meta.description = "Topological sort algorithm"; propagatedBuildInputs = [ ppx_jane stdio ]; }; typerep = janePackage { pname = "typerep"; hash = "sha256-iJnIjWZYCTaH29x7nFviCrbnTmHRChZkkj6E5sgi4mU="; meta.description = "Typerep is a library for runtime types"; propagatedBuildInputs = [ base ]; }; username_kernel = janePackage { pname = "username_kernel"; hash = "sha256-UvFL/M9OsD+SOs9MYMKiKzZilLJHzriop6SPA4bOhZQ="; meta.description = "An identifier for a user"; propagatedBuildInputs = [ core ppx_jane ]; }; variantslib = janePackage { pname = "variantslib"; hash = "sha256-8NoNkyIP7iEEiei+Q1zrPoJjnWwhCsLsY1vgua22gnw="; meta.description = "Part of Jane Street's Core library"; propagatedBuildInputs = [ base ]; }; vcaml = janePackage { pname = "vcaml"; hash = "sha256-pmEKi24+22T76SzI3RpBmQF7ZrQwlngrpFYLoBdLwe0="; meta.description = "OCaml bindings for the Neovim API"; propagatedBuildInputs = [ angstrom-async async_extra expect_test_helpers_async faraday jsonaf man_in_the_middle_debugger semantic_version ]; }; virtual_dom = janePackage { pname = "virtual_dom"; hash = "sha256-nXW9cDHQVugriR0+GkayuV4S3HKothQAoNJef02iALM="; meta.description = "OCaml bindings for the virtual-dom library"; buildInputs = [ js_of_ocaml-ppx ]; propagatedBuildInputs = [ base64 core_kernel gen_js_api js_of_ocaml js_of_ocaml_patches lambdasoup tyxml uri ]; }; zarith_stubs_js = janePackage { pname = "zarith_stubs_js"; hash = "sha256-oKD+JE08Mgvk5l8XFHSZ7xqiWPaOvKC87+zHLaQ/7q0="; meta.description = "Javascripts stubs for the Zarith library"; }; zstandard = janePackage { pname = "zstandard"; hash = "sha256-QcYqlOpCAr0owmO6sLDJhki8lUnNvtkaxldKb5I5AF0="; meta.description = "OCaml bindings to Zstandard"; buildInputs = [ ppx_jane ]; propagatedBuildInputs = [ core_kernel ctypes zstd ]; }; } [result] Failed to update ocamlPackages.re2 0.16.0 -> 113.00.00 https://repology.org/project/ocaml:re2/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.tasty-papi, using log file: /var/log/nixpkgs-update/haskellPackages.tasty-papi/2024-02-26.log haskellPackages.tasty-papi 0.1.1.0 -> 0.1.2.0 https://repology.org/project/haskell:tasty-papi/versions attrpath: haskellPackages.tasty-papi Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.tasty-papi 0.1.1.0 -> 0.1.2.0 https://repology.org/project/haskell:tasty-papi/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.EGAnet, using log file: /var/log/nixpkgs-update/rPackages.EGAnet/2024-02-26.log rPackages.EGAnet 2.0.3 -> 2.0.4 https://repology.org/project/r:eganet/versions attrpath: rPackages.EGAnet Checking auto update branch... No auto update branch exists Old version 2.0.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"; configurePhase = '' runHook preConfigure 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.EGAnet 2.0.3 -> 2.0.4 https://repology.org/project/r:eganet/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 httrack, using log file: /var/log/nixpkgs-update/httrack/2024-02-26.log httrack 3.49.2 -> 3.49.5 https://repology.org/project/httrack/versions attrpath: httrack 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/25blcv3il77y4hx51q7ac1a7h7vcd2ss-httrack-3.49.5.tar.gz.drv building '/nix/store/25blcv3il77y4hx51q7ac1a7h7vcd2ss-httrack-3.49.5.tar.gz.drv'... trying https://mirror.httrack.com/httrack-3.49.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 269 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download httrack-3.49.5.tar.gz from any mirror error: builder for '/nix/store/25blcv3il77y4hx51q7ac1a7h7vcd2ss-httrack-3.49.5.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://mirror.httrack.com/httrack-3.49.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 269 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download httrack-3.49.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/25blcv3il77y4hx51q7ac1a7h7vcd2ss-httrack-3.49.5.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'httrack.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/25blcv3il77y4hx51q7ac1a7h7vcd2ss-httrack-3.49.5.tar.gz.drv /nix/store/31g610gq68sw92p9x3qm1zk5nf1496qh-httrack-3.49.5.drv building '/nix/store/25blcv3il77y4hx51q7ac1a7h7vcd2ss-httrack-3.49.5.tar.gz.drv'... trying https://mirror.httrack.com/httrack-3.49.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 269 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download httrack-3.49.5.tar.gz from any mirror error: builder for '/nix/store/25blcv3il77y4hx51q7ac1a7h7vcd2ss-httrack-3.49.5.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://mirror.httrack.com/httrack-3.49.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 269 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download httrack-3.49.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/25blcv3il77y4hx51q7ac1a7h7vcd2ss-httrack-3.49.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/31g610gq68sw92p9x3qm1zk5nf1496qh-httrack-3.49.5.drv' failed to build [result] Failed to update httrack 3.49.2 -> 3.49.5 https://repology.org/project/httrack/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.xctasks, using log file: /var/log/nixpkgs-update/rubyPackages.xctasks/2024-02-26.log rubyPackages.xctasks 0.2.2 -> 0.6.0 https://repology.org/project/ruby:xctasks/versions attrpath: rubyPackages.xctasks 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.xctasks 0.2.2 -> 0.6.0 https://repology.org/project/ruby:xctasks/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 msp430GccSupport, using log file: /var/log/nixpkgs-update/msp430GccSupport/2024-02-26.log msp430GccSupport 1.207 -> 1.208 https://repology.org/project/msp430-gcc-support-files/versions attrpath: msp430GccSupport 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/2rrxlsgizczvim3lnl88skhvaj1igi1n-source.drv building '/nix/store/2rrxlsgizczvim3lnl88skhvaj1igi1n-source.drv'... trying http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/6_1_1_0/exports/msp430-gcc-support-files-1.208.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 303 100 303 0 0 206 0 0:00:01 0:00:01 --:--:-- 206 0 9065 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/2rrxlsgizczvim3lnl88skhvaj1igi1n-source.drv' failed with exit code 1; last 8 log lines: > > trying http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/6_1_1_0/exports/msp430-gcc-support-files-1.208.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 303 100 303 0 0 206 0 0:00:01 0:00:01 --:--:-- 206 > 0 9065 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/2rrxlsgizczvim3lnl88skhvaj1igi1n-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'msp430GccSupport.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘msp430-gcc-support-files-1.208’ in /var/cache/nixpkgs-update/worker/worktree/msp430GccSupport/pkgs/development/misc/msp430/gcc-support.nix:23 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "msp430-none" ] 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. (use '--show-trace' to show detailed location information) [result] Failed to update msp430GccSupport 1.207 -> 1.208 https://repology.org/project/msp430-gcc-support-files/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.tidyAML, using log file: /var/log/nixpkgs-update/rPackages.tidyAML/2024-02-26.log rPackages.tidyAML 0.0.3 -> 0.0.4 https://repology.org/project/r:tidyaml/versions attrpath: rPackages.tidyAML Checking auto update branch... No auto update branch exists Old version 0.0.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"; configurePhase = '' runHook preConfigure 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.tidyAML 0.0.3 -> 0.0.4 https://repology.org/project/r:tidyaml/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 coriander, using log file: /var/log/nixpkgs-update/coriander/2024-02-26.log coriander 2.0.1 -> 2.0.3 https://repology.org/project/coriander/versions attrpath: coriander 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/ikr05nshmd6b71cy6w5karm2m0f992pc-coriander-2.0.3.tar.gz.drv building '/nix/store/ikr05nshmd6b71cy6w5karm2m0f992pc-coriander-2.0.3.tar.gz.drv'... trying http://damien.douxchamps.net/ieee1394/coriander/archives/coriander-2.0.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 255 100 255 0 0 1844 0 --:--:-- --:--:-- --:--:-- 1847 100 247 100 247 0 0 967 0 --:--:-- --:--:-- --:--:-- 967 100 244 100 244 0 0 836 0 --:--:-- --:--:-- --:--:-- 836 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download coriander-2.0.3.tar.gz from any mirror error: builder for '/nix/store/ikr05nshmd6b71cy6w5karm2m0f992pc-coriander-2.0.3.tar.gz.drv' failed with exit code 1; last 10 log lines: > > trying http://damien.douxchamps.net/ieee1394/coriander/archives/coriander-2.0.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 255 100 255 0 0 1844 0 --:--:-- --:--:-- --:--:-- 1847 > 100 247 100 247 0 0 967 0 --:--:-- --:--:-- --:--:-- 967 > 100 244 100 244 0 0 836 0 --:--:-- --:--:-- --:--:-- 836 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download coriander-2.0.3.tar.gz from any mirror For full logs, run 'nix log /nix/store/ikr05nshmd6b71cy6w5karm2m0f992pc-coriander-2.0.3.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'coriander.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ikr05nshmd6b71cy6w5karm2m0f992pc-coriander-2.0.3.tar.gz.drv /nix/store/m9l7sry582k0v52xqabbmvsqrhjx3phy-coriander-2.0.3.drv these 15 paths will be fetched (2.59 MiB download, 15.26 MiB unpacked): /nix/store/8mlcb9kmbwsgfdadpwl91dcpy9pgb8q4-libbonoboui-2.24.5 /nix/store/9k2jqjvgznq1y908i1in2qwbi1w5p0mw-ORBit2-2.14.19-dev /nix/store/b1lf593pa4rbiqm7znv9a86n298f5gjs-libgnome-2.32.1-dev /nix/store/czhzgql5dcxjhxi01dq6353prgy1nqli-libcanberra-0.30 /nix/store/d84pchip1iia0zcbakwm4pxyz3wj59ab-libbonobo-2.32.1-dev /nix/store/iw2qyabcmpy7m2harhdrafccv3p75f3p-libglade-2.6.4 /nix/store/qbpzijkg3rnny68rwg3k350brrznkrsn-libgnomeui-2.24.5 /nix/store/rfsxi13cf4x89j4wyy5wldjlp8k1m7ms-libgnome-2.32.1 /nix/store/srbijrpz5a6srkgqirs2fy6lg7nm8ig4-libgnomecanvas-2.30.3-dev /nix/store/v4m24dqcr87lfakvy2pk23a71xayzkcy-libgnomeui-2.24.5-dev /nix/store/vx5c2k6n0lhk9v9y3mf6d36db2s24k9h-gconf-3.2.6-dev /nix/store/wjikvallxkbrbwqp4fsm6gghjyxxwv1n-libgnome-keyring-2.32.0 /nix/store/wvabcypn8p4aidrl0pawgl6khb5y4jxz-libbonoboui-2.24.5-dev /nix/store/xr1srq1nfkg4isvsyl1arsd7lgc0h1sb-libbonobo-2.32.1 /nix/store/y5khgm7kgmlgh2g5h2qws03cbrcc558i-gnome-vfs-2.24.4-dev copying path '/nix/store/vx5c2k6n0lhk9v9y3mf6d36db2s24k9h-gconf-3.2.6-dev' from 'https://cache.nixos.org'... copying path '/nix/store/srbijrpz5a6srkgqirs2fy6lg7nm8ig4-libgnomecanvas-2.30.3-dev' from 'https://cache.nixos.org'... copying path '/nix/store/xr1srq1nfkg4isvsyl1arsd7lgc0h1sb-libbonobo-2.32.1' from 'https://cache.nixos.org'... copying path '/nix/store/iw2qyabcmpy7m2harhdrafccv3p75f3p-libglade-2.6.4' from 'https://cache.nixos.org'... copying path '/nix/store/wjikvallxkbrbwqp4fsm6gghjyxxwv1n-libgnome-keyring-2.32.0' from 'https://cache.nixos.org'... building '/nix/store/ikr05nshmd6b71cy6w5karm2m0f992pc-coriander-2.0.3.tar.gz.drv'... copying path '/nix/store/9k2jqjvgznq1y908i1in2qwbi1w5p0mw-ORBit2-2.14.19-dev' from 'https://cache.nixos.org'... copying path '/nix/store/czhzgql5dcxjhxi01dq6353prgy1nqli-libcanberra-0.30' from 'https://cache.nixos.org'... copying path '/nix/store/y5khgm7kgmlgh2g5h2qws03cbrcc558i-gnome-vfs-2.24.4-dev' from 'https://cache.nixos.org'... copying path '/nix/store/d84pchip1iia0zcbakwm4pxyz3wj59ab-libbonobo-2.32.1-dev' from 'https://cache.nixos.org'... copying path '/nix/store/rfsxi13cf4x89j4wyy5wldjlp8k1m7ms-libgnome-2.32.1' from 'https://cache.nixos.org'... trying http://damien.douxchamps.net/ieee1394/coriander/archives/coriander-2.0.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 255 100 255 0 0 3814 0 --:--:-- --:--:-- --:--:-- 3863 copying path '/nix/store/8mlcb9kmbwsgfdadpwl91dcpy9pgb8q4-libbonoboui-2.24.5' from 'https://cache.nixos.org'... copying path '/nix/store/b1lf593pa4rbiqm7znv9a86n298f5gjs-libgnome-2.32.1-dev' from 'https://cache.nixos.org'... 100 247 100 247 0 0 1285 0 --:--:-- --:--:-- --:--:-- 1285 100 244 100 244 0 0 1081 0 --:--:-- --:--:-- --:--:-- 1081 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download coriander-2.0.3.tar.gz from any mirror error: builder for '/nix/store/ikr05nshmd6b71cy6w5karm2m0f992pc-coriander-2.0.3.tar.gz.drv' failed with exit code 1; last 10 log lines: > > trying http://damien.douxchamps.net/ieee1394/coriander/archives/coriander-2.0.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 255 100 255 0 0 3814 0 --:--:-- --:--:-- --:--:-- 3863 > 100 247 100 247 0 0 1285 0 --:--:-- --:--:-- --:--:-- 1285 > 100 244 100 244 0 0 1081 0 --:--:-- --:--:-- --:--:-- 1081 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download coriander-2.0.3.tar.gz from any mirror For full logs, run 'nix log /nix/store/ikr05nshmd6b71cy6w5karm2m0f992pc-coriander-2.0.3.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/m9l7sry582k0v52xqabbmvsqrhjx3phy-coriander-2.0.3.drv' failed to build [result] Failed to update coriander 2.0.1 -> 2.0.3 https://repology.org/project/coriander/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 groovy, using log file: /var/log/nixpkgs-update/groovy/2024-02-26.log groovy 3.0.11 -> 4.0.18 https://repology.org/project/groovy/versions attrpath: groovy 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/interpreters/groovy/default.nix b/pkgs/development/interpreters/groovy/default.nix index e4c8c6075442..0cfa19461f38 100644 --- a/pkgs/development/interpreters/groovy/default.nix +++ b/pkgs/development/interpreters/groovy/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "groovy"; - version = "3.0.11"; + version = "4.0.18"; src = fetchurl { url = "mirror://apache/groovy/${version}/distribution/apache-groovy-binary-${version}.zip"; - sha256 = "85abb44e81f94d794230cf5c2c7f1003e598a5f8a6ae04322f28c6f9efe395f6"; + sha256 = "sha256-SwOqRy7HhI0nKJM0imVr4F0bNQKzB3DqV++hWOYRVKY="; }; nativeBuildInputs = [ makeWrapper unzip ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A groovy nix build failed. got build log for 'groovy' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/5dc677saq3xijj894xcfszasxf2z11hi-apache-groovy-binary-4.0.18.zip source root is groovy-4.0.18 setting SOURCE_DATE_EPOCH to timestamp 318211200 of file groovy-4.0.18/licenses/xstream-license.txt @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 no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase mv: cannot stat 'indy': No such file or directory [result] Failed to update groovy 3.0.11 -> 4.0.18 https://repology.org/project/groovy/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.lavaSearch2, using log file: /var/log/nixpkgs-update/rPackages.lavaSearch2/2024-02-26.log rPackages.lavaSearch2 2.0.1 -> 2.0.3 https://repology.org/project/r:lavasearch2/versions attrpath: rPackages.lavaSearch2 Checking auto update branch... No auto update branch exists Old version 2.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"; configurePhase = '' runHook preConfigure 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.lavaSearch2 2.0.1 -> 2.0.3 https://repology.org/project/r:lavasearch2/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.bs4Dash, using log file: /var/log/nixpkgs-update/rPackages.bs4Dash/2024-02-26.log rPackages.bs4Dash 2.3.0 -> 2.3.3 https://repology.org/project/r:bs4dash/versions attrpath: rPackages.bs4Dash Checking auto update branch... No auto update branch exists Old version 2.3.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"; configurePhase = '' runHook preConfigure 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.bs4Dash 2.3.0 -> 2.3.3 https://repology.org/project/r:bs4dash/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.envi, using log file: /var/log/nixpkgs-update/rPackages.envi/2024-02-26.log rPackages.envi 0.1.17 -> 0.1.19 https://repology.org/project/r:envi/versions attrpath: rPackages.envi Checking auto update branch... No auto update branch exists Old version 0.1.17" 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"; configurePhase = '' runHook preConfigure 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.envi 0.1.17 -> 0.1.19 https://repology.org/project/r:envi/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.ecoreg, using log file: /var/log/nixpkgs-update/rPackages.ecoreg/2024-02-26.log rPackages.ecoreg 0.2.3 -> 0.2.4 https://repology.org/project/r:ecoreg/versions attrpath: rPackages.ecoreg Checking auto update branch... No auto update branch exists Old version 0.2.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"; configurePhase = '' runHook preConfigure 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.ecoreg 0.2.3 -> 0.2.4 https://repology.org/project/r:ecoreg/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.TexExamRandomizer, using log file: /var/log/nixpkgs-update/rPackages.TexExamRandomizer/2024-02-26.log rPackages.TexExamRandomizer 1.2.3 -> 1.2.7 https://repology.org/project/r:texexamrandomizer/versions attrpath: rPackages.TexExamRandomizer Checking auto update branch... No auto update branch exists Old version 1.2.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"; configurePhase = '' runHook preConfigure 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.TexExamRandomizer 1.2.3 -> 1.2.7 https://repology.org/project/r:texexamrandomizer/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.MultOrdRS, using log file: /var/log/nixpkgs-update/rPackages.MultOrdRS/2024-02-26.log rPackages.MultOrdRS 0.1-2 -> 0.1-3 https://repology.org/project/r:multordrs/versions attrpath: rPackages.MultOrdRS Checking auto update branch... No auto update branch exists Old version 0.1-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"; configurePhase = '' runHook preConfigure 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.MultOrdRS 0.1-2 -> 0.1-3 https://repology.org/project/r:multordrs/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.simlandr, using log file: /var/log/nixpkgs-update/rPackages.simlandr/2024-02-26.log rPackages.simlandr 0.3.0 -> 0.3.1 https://repology.org/project/r:simlandr/versions attrpath: rPackages.simlandr Checking auto update branch... No auto update branch exists Old version 0.3.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"; configurePhase = '' runHook preConfigure 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.simlandr 0.3.0 -> 0.3.1 https://repology.org/project/r:simlandr/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.TTAinterfaceTrendAnalysis, using log file: /var/log/nixpkgs-update/rPackages.TTAinterfaceTrendAnalysis/2024-02-26.log rPackages.TTAinterfaceTrendAnalysis 1.5.9 -> 1.5.10 https://repology.org/project/r:ttainterfacetrendanalysis/versions attrpath: rPackages.TTAinterfaceTrendAnalysis Checking auto update branch... No auto update branch exists Old version 1.5.9" 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"; configurePhase = '' runHook preConfigure 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.TTAinterfaceTrendAnalysis 1.5.9 -> 1.5.10 https://repology.org/project/r:ttainterfacetrendanalysis/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.ModTools, using log file: /var/log/nixpkgs-update/rPackages.ModTools/2024-02-26.log rPackages.ModTools 0.9.4 -> 0.9.6 https://repology.org/project/r:modtools/versions attrpath: rPackages.ModTools Checking auto update branch... No auto update branch exists Old version 0.9.4" 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"; configurePhase = '' runHook preConfigure 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.ModTools 0.9.4 -> 0.9.6 https://repology.org/project/r:modtools/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.BuyseTest, using log file: /var/log/nixpkgs-update/rPackages.BuyseTest/2024-02-26.log rPackages.BuyseTest 2.4.0 -> 3.0.2 https://repology.org/project/r:buysetest/versions attrpath: rPackages.BuyseTest Checking auto update branch... No auto update branch exists Old version 2.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"; configurePhase = '' runHook preConfigure 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.BuyseTest 2.4.0 -> 3.0.2 https://repology.org/project/r:buysetest/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 bandit, using log file: /var/log/nixpkgs-update/bandit/2024-02-26.log bandit 0 -> 1 attrpath: bandit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/04jyc00ybzmsn01lycambpc78yjjvb77-packages.json.drv building '/nix/store/04jyc00ybzmsn01lycambpc78yjjvb77-packages.json.drv'... Going to be running update for following packages: - bandit-1.7.7 Press Enter key to continue... Running update for: - bandit-1.7.7: UPDATING ... - bandit-1.7.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bandit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.fnets, using log file: /var/log/nixpkgs-update/rPackages.fnets/2024-02-26.log rPackages.fnets 0.1.5 -> 0.1.6 https://repology.org/project/r:fnets/versions attrpath: rPackages.fnets Checking auto update branch... No auto update branch exists Old version 0.1.5" 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"; configurePhase = '' runHook preConfigure 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.fnets 0.1.5 -> 0.1.6 https://repology.org/project/r:fnets/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.ggridges, using log file: /var/log/nixpkgs-update/rPackages.ggridges/2024-02-26.log rPackages.ggridges 0.5.5 -> 0.5.6 https://repology.org/project/r:ggridges/versions attrpath: rPackages.ggridges Checking auto update branch... No auto update branch exists Old version 0.5.5" 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"; configurePhase = '' runHook preConfigure 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.ggridges 0.5.5 -> 0.5.6 https://repology.org/project/r:ggridges/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.py2bit, using log file: /var/log/nixpkgs-update/python312Packages.py2bit/2024-02-26.log python312Packages.py2bit 0.3.0 -> 0.3.1 https://github.com/deeptools/py2bit/releases attrpath: python312Packages.py2bit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4z0341nzk8p4sv1hp0i54kzzryxky48a-packages.json.drv building '/nix/store/4z0341nzk8p4sv1hp0i54kzzryxky48a-packages.json.drv'... Going to be running update for following packages: - python3.12-py2bit-0.3.0 Press Enter key to continue... Running update for: - python3.12-py2bit-0.3.0: UPDATING ... - python3.12-py2bit-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.py2bit 0.3.0 -> 0.3.1 https://github.com/deeptools/py2bit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mongodb, using log file: /var/log/nixpkgs-update/mongodb/2024-02-26.log mongodb 6.0.13 -> 7.2.0 https://repology.org/project/mongodb/versions attrpath: mongodb Checking auto update branch... No auto update branch exists Old version 6.0.13" not present in master derivation file with contents: { lib , stdenv , fetchurl , buildPackages , boost , gperftools , pcre-cpp , snappy , zlib , yaml-cpp , sasl , net-snmp , openldap , openssl , libpcap , python3 , curl , Security , CoreFoundation , cctools , xz }: # Note: # The command line administrative tools are part of other packages: # see pkgs.mongodb-tools and pkgs.mongosh. with lib; { version, sha256, patches ? [] , license ? lib.licenses.sspl }: let scons = buildPackages.scons; python = scons.python.withPackages (ps: with ps; [ pyyaml cheetah3 psutil setuptools ] ++ lib.optionals (versionAtLeast version "6.0") [ packaging pymongo ]); mozjsVersion = "60"; mozjsReplace = "defined(HAVE___SINCOS)"; system-libraries = [ "boost" "pcre" "snappy" "yaml" "zlib" #"asio" -- XXX use package? #"stemmer" -- not nice to package yet (no versioning, no makefile, no shared libs). #"valgrind" -- mongodb only requires valgrind.h, which is vendored in the source. #"wiredtiger" ] ++ optionals stdenv.isLinux [ "tcmalloc" ]; inherit (lib) systems subtractLists; in stdenv.mkDerivation rec { inherit version; pname = "mongodb"; src = fetchurl { url = "https://fastdl.mongodb.org/src/mongodb-src-r${version}.tar.gz"; inherit sha256; }; nativeBuildInputs = [ scons python ] ++ lib.optional stdenv.isLinux net-snmp; buildInputs = [ boost curl gperftools libpcap yaml-cpp openssl openldap pcre-cpp sasl snappy zlib ] ++ lib.optionals stdenv.isDarwin [ Security CoreFoundation cctools ] ++ lib.optional stdenv.isLinux net-snmp ++ lib.optionals (versionAtLeast version "4.4") [ xz ]; # MongoDB keeps track of its build parameters, which tricks nix into # keeping dependencies to build inputs in the final output. # We remove the build flags from buildInfo data. inherit patches; postPatch = '' # fix environment variable reading substituteInPlace SConstruct \ --replace "env = Environment(" "env = Environment(ENV = os.environ," '' + lib.optionalString (versionAtLeast version "4.4") '' # Fix debug gcc 11 and clang 12 builds on Fedora # https://github.com/mongodb/mongo/commit/e78b2bf6eaa0c43bd76dbb841add167b443d2bb0.patch substituteInPlace src/mongo/db/query/plan_summary_stats.h --replace '#include ' '#include #include ' substituteInPlace src/mongo/db/exec/plan_stats.h --replace '#include ' '#include #include ' '' + lib.optionalString (versionOlder version "5.0") '' # remove -march overriding, we know better. sed -i 's/env.Append.*-march=.*$/pass/' SConstruct '' + lib.optionalString (stdenv.isDarwin && versionOlder version "6.0") '' substituteInPlace src/third_party/mozjs-${mozjsVersion}/extract/js/src/jsmath.cpp --replace '${mozjsReplace}' 0 '' + lib.optionalString (stdenv.isDarwin && versionOlder version "3.6") '' substituteInPlace src/third_party/s2/s1angle.cc --replace drem remainder substituteInPlace src/third_party/s2/s1interval.cc --replace drem remainder substituteInPlace src/third_party/s2/s2cap.cc --replace drem remainder substituteInPlace src/third_party/s2/s2latlng.cc --replace drem remainder substituteInPlace src/third_party/s2/s2latlngrect.cc --replace drem remainder '' + lib.optionalString stdenv.isi686 '' # don't fail by default on i686 substituteInPlace src/mongo/db/storage/storage_options.h \ --replace 'engine("wiredTiger")' 'engine("mmapv1")' ''; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unused-command-line-argument"; sconsFlags = [ "--release" "--ssl" #"--rocksdb" # Don't have this packaged yet "--wiredtiger=on" "--js-engine=mozjs" "--use-sasl-client" "--disable-warnings-as-errors" "VARIANT_DIR=nixos" # Needed so we don't produce argument lists that are too long for gcc / ld ] ++ lib.optionals (versionAtLeast version "4.4") [ "--link-model=static" ] ++ map (lib: "--use-system-${lib}") system-libraries; # This seems to fix mongodb not able to find OpenSSL's crypto.h during build hardeningDisable = [ "fortify3" ]; preBuild = '' sconsFlags+=" CC=$CC" sconsFlags+=" CXX=$CXX" sconsFlags+=" AR=$AR" '' + optionalString stdenv.isAarch64 '' sconsFlags+=" CCFLAGS='-march=armv8-a+crc'" ''; preInstall = '' mkdir -p "$out/lib" ''; postInstall = '' rm -f "$out/bin/install_compass" || true ''; doInstallCheck = true; installCheckPhase = '' runHook preInstallCheck "$out/bin/mongo" --version runHook postInstallCheck ''; installTargets = if (versionAtLeast version "6.0") then "install-devcore" else if (versionAtLeast version "4.4") then "install-core" else "install"; prefixKey = if (versionAtLeast version "4.4") then "DESTDIR=" else "--prefix="; enableParallelBuilding = true; hardeningEnable = [ "pie" ]; meta = { description = "A scalable, high-performance, open source NoSQL database"; homepage = "http://www.mongodb.org"; inherit license; maintainers = with maintainers; [ bluescreen303 offline ]; platforms = subtractLists systems.doubles.i686 systems.doubles.unix; broken = (versionOlder version "6.0" && stdenv.system == "aarch64-darwin"); }; } [result] Failed to update mongodb 6.0.13 -> 7.2.0 https://repology.org/project/mongodb/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 wownero, using log file: /var/log/nixpkgs-update/wownero/2024-02-26.log wownero 0.11.0.1 -> 0.11.1.0 https://repology.org/project/wownero/versions attrpath: wownero 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 wownero 0.11.0.1 -> 0.11.1.0 https://repology.org/project/wownero/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.approxOT, using log file: /var/log/nixpkgs-update/rPackages.approxOT/2024-02-26.log rPackages.approxOT 1.0.2 -> 1.1.1 https://repology.org/project/r:approxot/versions attrpath: rPackages.approxOT 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"; configurePhase = '' runHook preConfigure 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.approxOT 1.0.2 -> 1.1.1 https://repology.org/project/r:approxot/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 iksemel, using log file: /var/log/nixpkgs-update/iksemel/2024-02-26.log iksemel 1.4.2 -> 1.5 https://repology.org/project/iksemel/versions attrpath: iksemel 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/nsdsnc4l40z6zfplhz447rjdrq9wrzhs-source.drv building '/nix/store/nsdsnc4l40z6zfplhz447rjdrq9wrzhs-source.drv'... trying https://github.com/timothytylee/iksemel-1.4/archive/v1.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: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/nsdsnc4l40z6zfplhz447rjdrq9wrzhs-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/timothytylee/iksemel-1.4/archive/v1.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: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/nsdsnc4l40z6zfplhz447rjdrq9wrzhs-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'iksemel.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/nsdsnc4l40z6zfplhz447rjdrq9wrzhs-source.drv /nix/store/7ypv16r7qqpl3rfhvazzrddbqx5izvpj-iksemel-1.5.drv this path will be fetched (1.18 MiB download, 9.60 MiB unpacked): /nix/store/j87id40acqhsjq0bf6lyvncs4sa4iq5y-texinfo-6.7 copying path '/nix/store/j87id40acqhsjq0bf6lyvncs4sa4iq5y-texinfo-6.7' from 'https://cache.nixos.org'... building '/nix/store/nsdsnc4l40z6zfplhz447rjdrq9wrzhs-source.drv'... trying https://github.com/timothytylee/iksemel-1.4/archive/v1.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: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/nsdsnc4l40z6zfplhz447rjdrq9wrzhs-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/timothytylee/iksemel-1.4/archive/v1.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: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/nsdsnc4l40z6zfplhz447rjdrq9wrzhs-source.drv'. error: 1 dependencies of derivation '/nix/store/7ypv16r7qqpl3rfhvazzrddbqx5izvpj-iksemel-1.5.drv' failed to build [result] Failed to update iksemel 1.4.2 -> 1.5 https://repology.org/project/iksemel/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 dieharder, using log file: /var/log/nixpkgs-update/dieharder/2024-02-26.log dieharder 3.31.1 -> 3.31.2 https://repology.org/project/dieharder/versions attrpath: dieharder 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/3l0kqybmwzg4cg9kps6l2sysxr6lx3l3-dieharder-3.31.2.tgz.drv building '/nix/store/3l0kqybmwzg4cg9kps6l2sysxr6lx3l3-dieharder-3.31.2.tgz.drv'... trying http://webhome.phy.duke.edu/~rgb/General/dieharder/dieharder-3.31.2.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 241 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download dieharder-3.31.2.tgz from any mirror error: builder for '/nix/store/3l0kqybmwzg4cg9kps6l2sysxr6lx3l3-dieharder-3.31.2.tgz.drv' failed with exit code 1; last 7 log lines: > > trying http://webhome.phy.duke.edu/~rgb/General/dieharder/dieharder-3.31.2.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 241 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download dieharder-3.31.2.tgz from any mirror For full logs, run 'nix log /nix/store/3l0kqybmwzg4cg9kps6l2sysxr6lx3l3-dieharder-3.31.2.tgz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'dieharder.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3l0kqybmwzg4cg9kps6l2sysxr6lx3l3-dieharder-3.31.2.tgz.drv /nix/store/302czcxfwg8wvd3v7rzkx0k3c1jqgl8h-dieharder-3.31.2.drv building '/nix/store/3l0kqybmwzg4cg9kps6l2sysxr6lx3l3-dieharder-3.31.2.tgz.drv'... trying http://webhome.phy.duke.edu/~rgb/General/dieharder/dieharder-3.31.2.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 241 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download dieharder-3.31.2.tgz from any mirror error: builder for '/nix/store/3l0kqybmwzg4cg9kps6l2sysxr6lx3l3-dieharder-3.31.2.tgz.drv' failed with exit code 1; last 7 log lines: > > trying http://webhome.phy.duke.edu/~rgb/General/dieharder/dieharder-3.31.2.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 241 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download dieharder-3.31.2.tgz from any mirror For full logs, run 'nix log /nix/store/3l0kqybmwzg4cg9kps6l2sysxr6lx3l3-dieharder-3.31.2.tgz.drv'. error: 1 dependencies of derivation '/nix/store/302czcxfwg8wvd3v7rzkx0k3c1jqgl8h-dieharder-3.31.2.drv' failed to build [result] Failed to update dieharder 3.31.1 -> 3.31.2 https://repology.org/project/dieharder/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 fdbPackages.foundationdb71, using log file: /var/log/nixpkgs-update/fdbPackages.foundationdb71/2024-02-26.log fdbPackages.foundationdb71 7.1.32 -> 7.3.27 https://github.com/apple/foundationdb/releases attrpath: fdbPackages.foundationdb71 Checking auto update branch... No auto update branch exists Version in attr path fdbPackages.foundationdb71 not compatible with 7.3.27 [result] Failed to update fdbPackages.foundationdb71 7.1.32 -> 7.3.27 https://github.com/apple/foundationdb/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.CatastRo, using log file: /var/log/nixpkgs-update/rPackages.CatastRo/2024-02-26.log rPackages.CatastRo 0.2.3 -> 0.3.0 https://repology.org/project/r:catastro/versions attrpath: rPackages.CatastRo Checking auto update branch... No auto update branch exists Old version 0.2.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"; configurePhase = '' runHook preConfigure 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.CatastRo 0.2.3 -> 0.3.0 https://repology.org/project/r:catastro/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 nsis, using log file: /var/log/nixpkgs-update/nsis/2024-02-26.log nsis 3.06.1 -> 3.09 https://repology.org/project/nsis/versions attrpath: nsis 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 nsis 3.06.1 -> 3.09 https://repology.org/project/nsis/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 solarus-quest-editor, using log file: /var/log/nixpkgs-update/solarus-quest-editor/2024-02-26.log solarus-quest-editor 1.6.4 -> 1.7.0 https://repology.org/project/solarus-quest-editor/versions attrpath: solarus-quest-editor 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 solarus-quest-editor 1.6.4 -> 1.7.0 https://repology.org/project/solarus-quest-editor/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.scDesign3, using log file: /var/log/nixpkgs-update/rPackages.scDesign3/2024-02-26.log rPackages.scDesign3 1.0.0 -> 1.0.1 https://repology.org/project/r:scdesign3/versions attrpath: rPackages.scDesign3 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"; configurePhase = '' runHook preConfigure 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.scDesign3 1.0.0 -> 1.0.1 https://repology.org/project/r:scdesign3/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.S4Vectors, using log file: /var/log/nixpkgs-update/rPackages.S4Vectors/2024-02-26.log rPackages.S4Vectors 0.40.2 -> 0.41.3 https://repology.org/project/r:s4vectors/versions attrpath: rPackages.S4Vectors Checking auto update branch... No auto update branch exists Old version 0.40.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"; configurePhase = '' runHook preConfigure 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.S4Vectors 0.40.2 -> 0.41.3 https://repology.org/project/r:s4vectors/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.safe-json_1_2_0_0, using log file: /var/log/nixpkgs-update/haskellPackages.safe-json_1_2_0_0/2024-02-26.log haskellPackages.safe-json_1_2_0_0 1.2.0.0 -> 1.2.0.1 https://repology.org/project/haskell:safe-json/versions attrpath: haskellPackages.safe-json_1_2_0_0 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.safe-json_1_2_0_0 not compatible with 1.2.0.1 [result] Failed to update haskellPackages.safe-json_1_2_0_0 1.2.0.0 -> 1.2.0.1 https://repology.org/project/haskell:safe-json/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.r_import, using log file: /var/log/nixpkgs-update/rPackages.r_import/2024-02-26.log rPackages.r_import 1.3.1 -> 1.3.2 https://repology.org/project/r:import/versions attrpath: rPackages.r_import Checking auto update branch... No auto update branch exists Old version 1.3.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"; configurePhase = '' runHook preConfigure 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.r_import 1.3.1 -> 1.3.2 https://repology.org/project/r:import/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 sleek, using log file: /var/log/nixpkgs-update/sleek/2024-02-26.log sleek 0.3.0 -> 2.0.11 https://repology.org/project/sleek/versions attrpath: sleek 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/fxfnv0hc0354gbvapd6ag2yhjahc6zh0-source.drv building '/nix/store/fxfnv0hc0354gbvapd6ag2yhjahc6zh0-source.drv'... trying https://github.com/nrempel/sleek/archive/v2.0.11.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: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/fxfnv0hc0354gbvapd6ag2yhjahc6zh0-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/nrempel/sleek/archive/v2.0.11.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: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/fxfnv0hc0354gbvapd6ag2yhjahc6zh0-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'sleek.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/fxfnv0hc0354gbvapd6ag2yhjahc6zh0-source.drv /nix/store/xdpygnnzvq1snf30whz2jy3z7328kp36-sleek-2.0.11.drv these 10 paths will be fetched (0.75 MiB download, 7.11 MiB unpacked): /nix/store/82xwa372gsbhvn12qcgi4d2k2z7v8bva-clap_derive-4.3.0 /nix/store/9lb8lshfzyi2irwz4s2gi4n6m692cnky-clap-4.3.0 /nix/store/b5mjjr0l0bama9f3kraga0c2rhlfgay3-rustix-0.37.8 /nix/store/jw1qy5syqkdlfb3jfggnp9vmm91iavbq-libc-0.2.141 /nix/store/ninxcyww93m0dg4rgya1qi8h9f5y1qam-anstyle-wincon-1.0.0 /nix/store/qhmzbkzr7zs14ndcj8xxxajcjrx6q0r9-anstream-0.3.0 /nix/store/v7m0l06i6nalzwm3mijamps6kpfnkl3f-sqlformat-0.2.1 /nix/store/wh7c03289zg3pcswyhkm5msgj93nwwvy-cargo-vendor-dir /nix/store/y2cixmg8kai8g37p2298fipgpdz8m761-io-lifetimes-1.0.10 /nix/store/z8bnicig7apyndqlsjxzgmx6h9qymqfm-clap_builder-4.3.0 copying path '/nix/store/v7m0l06i6nalzwm3mijamps6kpfnkl3f-sqlformat-0.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/ninxcyww93m0dg4rgya1qi8h9f5y1qam-anstyle-wincon-1.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/z8bnicig7apyndqlsjxzgmx6h9qymqfm-clap_builder-4.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/y2cixmg8kai8g37p2298fipgpdz8m761-io-lifetimes-1.0.10' from 'https://cache.nixos.org'... copying path '/nix/store/9lb8lshfzyi2irwz4s2gi4n6m692cnky-clap-4.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/qhmzbkzr7zs14ndcj8xxxajcjrx6q0r9-anstream-0.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/b5mjjr0l0bama9f3kraga0c2rhlfgay3-rustix-0.37.8' from 'https://cache.nixos.org'... copying path '/nix/store/82xwa372gsbhvn12qcgi4d2k2z7v8bva-clap_derive-4.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/jw1qy5syqkdlfb3jfggnp9vmm91iavbq-libc-0.2.141' from 'https://cache.nixos.org'... building '/nix/store/fxfnv0hc0354gbvapd6ag2yhjahc6zh0-source.drv'... copying path '/nix/store/wh7c03289zg3pcswyhkm5msgj93nwwvy-cargo-vendor-dir' from 'https://cache.nixos.org'... trying https://github.com/nrempel/sleek/archive/v2.0.11.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: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/fxfnv0hc0354gbvapd6ag2yhjahc6zh0-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/nrempel/sleek/archive/v2.0.11.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: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/fxfnv0hc0354gbvapd6ag2yhjahc6zh0-source.drv'. error: 1 dependencies of derivation '/nix/store/xdpygnnzvq1snf30whz2jy3z7328kp36-sleek-2.0.11.drv' failed to build [result] Failed to update sleek 0.3.0 -> 2.0.11 https://repology.org/project/sleek/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 roundcubePlugins.thunderbird_labels, using log file: /var/log/nixpkgs-update/roundcubePlugins.thunderbird_labels/2024-02-26.log roundcubePlugins.thunderbird_labels 1.6.0 -> 1.6.1 https://repology.org/project/roundcube-plugin-thunderbird-labels/versions attrpath: roundcubePlugins.thunderbird_labels Checking auto update branch... No auto update branch exists Received ExitFailure 1 when running Raw command: env EDITOR=echo /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command edit roundcubePlugins.thunderbird_labels -f . Standard error: error: cannot find position information for 'roundcubePlugins.thunderbird_labels [result] Failed to update roundcubePlugins.thunderbird_labels 1.6.0 -> 1.6.1 https://repology.org/project/roundcube-plugin-thunderbird-labels/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 kiwix, using log file: /var/log/nixpkgs-update/kiwix/2024-02-26.log kiwix 2.3.1-unstable-2024-02-20 -> 2.3.1 https://github.com/kiwix/kiwix-desktop/releases attrpath: kiwix Checking auto update branch... No auto update branch exists 2.3.1 is not newer than 2.3.1-unstable-2024-02-20 according to Nix; versionComparison: -1 [result] Failed to update kiwix 2.3.1-unstable-2024-02-20 -> 2.3.1 https://github.com/kiwix/kiwix-desktop/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kicadAddons.kikit, using log file: /var/log/nixpkgs-update/kicadAddons.kikit/2024-02-26.log kicadAddons.kikit 1.4.0 -> 1.5.0 https://github.com/yaqwsx/KiKit/releases attrpath: kicadAddons.kikit Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: # For building the multiple addons that are in the kikit repo. { stdenv , bc , kikit , zip , python3 , addonName , addonPath }: let # This python is only used when building the package, it's not the python # environment that will ultimately run the code packaged here. The python env defined # in KiCad will import the python code packaged here when KiCad starts up. python = python3.withPackages (ps: with ps; [ click ]); kikit-module = python3.pkgs.toPythonModule (kikit.override { inherit python3; }); # The following different addons can be built from the same source. targetSpecs = { "kikit" = { makeTarget = "pcm-kikit"; resultZip = "pcm-kikit.zip"; description = "KiCad plugin and a CLI tool to automate several tasks in a standard KiCad workflow"; }; "kikit-library" = { makeTarget = "pcm-lib"; resultZip = "pcm-kikit-lib.zip"; description = "KiKit uses these symbols and footprints to annotate your boards (e.g., to place a tab in a panel)."; }; }; targetSpec = targetSpecs.${addonName}; in stdenv.mkDerivation { name = "kicadaddon-${addonName}"; inherit (kikit-module) src version; nativeBuildInputs = [ python bc zip ]; propagatedBuildInputs = [ kikit-module ]; buildPhase = '' patchShebangs scripts/setJson.py make ${targetSpec.makeTarget} ''; installPhase = '' mkdir $out mv build/${targetSpec.resultZip} $out/${addonPath} ''; meta = kikit-module.meta // { description = targetSpec.description; }; } [result] Failed to update kicadAddons.kikit 1.4.0 -> 1.5.0 https://github.com/yaqwsx/KiKit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sequoia-sq, using log file: /var/log/nixpkgs-update/sequoia-sq/2024-02-26.log sequoia-sq 0.32.0 -> 0.33.0 https://repology.org/project/sequoia-sq/versions attrpath: sequoia-sq 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/8z4v5hawbnllzm4v86i423337z2vcg60-packages.json.drv building '/nix/store/8z4v5hawbnllzm4v86i423337z2vcg60-packages.json.drv'... Going to be running update for following packages: - sequoia-sq-0.32.0 Press Enter key to continue... Running update for: - sequoia-sq-0.32.0: UPDATING ... - sequoia-sq-0.32.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/sequoia-sq/default.nix b/pkgs/tools/security/sequoia-sq/default.nix index 699a8ee63632..34e1783669ad 100644 --- a/pkgs/tools/security/sequoia-sq/default.nix +++ b/pkgs/tools/security/sequoia-sq/default.nix @@ -12,16 +12,16 @@ rustPlatform.buildRustPackage rec { pname = "sequoia-sq"; - version = "0.32.0"; + version = "0.33.0"; src = fetchFromGitLab { owner = "sequoia-pgp"; repo = "sequoia-sq"; rev = "v${version}"; - hash = "sha256-2a6LIW5ohSi7fbMwk/wmNJ0AOz5JIXiXJI7EoVKv1Sk="; + hash = "sha256-rQcXz3TV5HioOibQy2yh3GMdb3nbFEduOQkoyYNFRfI="; }; - cargoHash = "sha256-beA0viJVDjfANsPegkc/x2syVp8uGKTMnrPcM7jcvG4="; + cargoHash = "sha256-7HSUUF7Xb7GVYHqvmbzrc9GSh6A6JQTxNQUStilJN+k="; nativeBuildInputs = [ pkg-config No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sequoia-sq nix build failed. verify Verifies signed messages or detached signatures inspect Inspects data, like file(1) cert Manages certificates key Manages keys keyring Manages collections of keys or certs pki Authenticate certs using the Web of Trust autocrypt Communicates certificates using Autocrypt network Retrieves and publishes certificates over the network toolbox Tools for developers, maintainers, and forensic specialists version Detailed version and output version information help Print this message or the help of the given subcommand(s) Options: --cert-store Specifies the location of the certificate store [env: SQ_CERT_STORE=] -f, --force Overwrites existing files --keyring Specifies the location of a keyring to use --known-notation Adds NOTATION to the list of known notations --no-cert-store Disables the use of a certificate store --output-format Produces output in FORMAT, if possible [env: SQ_OUTPUT_FORMAT=] [default: human-readable] [possible values: human-readable, json, dot] --output-version Produces output variant VERSION. [env: SQ_OUTPUT_VERSION=] --pep-cert-store Specifies the location of a pEp certificate store [env: PEP_CERT_STORE=] --time